<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.football-field-half{height:auto;width:100%}.football-field-half .formation-detail{background-color:#f5ede8;color:#1a1919;font-family:'Overpass';font-style:normal;font-size:20px;font-weight:900;text-align:center;line-height:20px;padding:16px 16px 13px}.football-field-half .field{border:2px solid rgba(255,255,255,0.3);height:480px;width:100%;overflow:hidden;position:relative}.football-field-half .field .field__grass{width:100%;height:100%;display:flex;flex-direction:column;position:absolute;top:0;left:0;z-index:1;background-color:#255742}.football-field-half .field .field__grass div{flex:1}.football-field-half .field .field__grass div:nth-child(odd){background-color:#1c4d38}.football-field-half .field .field__center-area{border:2px solid rgba(255,255,255,0.3);border-radius:50%;position:absolute;z-index:3;height:35%;width:35%;left:50%;top:0;transform:translate(-50%,-50%)}.football-field-half .field .field__arch-area{border:2px solid rgba(255,255,255,0.3);border-radius:50% 50% 0 0/100% 100% 0 0;height:8%;width:20%;position:absolute;z-index:3;bottom:calc(25% -(2 * 2px));left:50%;transform:translate(-50%,0)}.football-field-half .field .field__goal-box{border:2px solid rgba(255,255,255,0.3);height:10%;width:25%;position:absolute;z-index:3;bottom:-2px;left:50%;transform:translate(-50%,0)}.football-field-half .field .field__penalty-area{border:2px solid rgba(255,255,255,0.3);height:25%;width:50%;position:absolute;z-index:3;left:25%;bottom:-2px}.football-field-half .field .field__corners{height:100%;overflow:hidden;position:relative;width:100%}.football-field-half .field .field__corners .field__corner{border:2px solid rgba(255,255,255,0.3);border-radius:50%;height:30px;position:absolute;z-index:3;width:30px}.football-field-half .field .field__corners .field__corner.field__corner--tl{left:-15px;top:-15px}.football-field-half .field .field__corners .field__corner.field__corner--tr{right:-15px;top:-15px}.football-field-half .field .field__corners .field__corner.field__corner--bl{left:-15px;bottom:-15px}.football-field-half .field .field__corners .field__corner.field__corner--br{right:-15px;bottom:-15px}.football-field-half .field .field__team-area{height:100%;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;display:flex;flex-direction:column-reverse;justify-content:space-evenly}.football-field-half .player-row{display:flex;height:20%;align-items:center;justify-content:center}@media screen and (max-width:576px){.football-field-half .field{height:400px}}@media screen and (max-width:450px){.football-field-half .field{height:350px}}.football-field-player{flex:1;z-index:99;display:flex;flex-direction:column;align-items:center;max-width:25%;position:relative}.football-field-player .football-field-player__body{position:relative;display:flex;flex-direction:column;align-items:center}.football-field-player .football-field-player__body:hover{opacity:.8}.football-field-player .player-marker{display:flex;align-items:center;justify-content:center;font-weight:600;position:relative}.football-field-player .player-marker .player-avatar{border:solid 2px #fff;border-radius:50%;height:48px;width:48px;overflow:hidden}.football-field-player .player-marker .player-avatar .player-photo{height:100%;width:100%}.football-field-player .player-marker .player-uniform-no{position:absolute;bottom:0;left:0;border-radius:50%;transform:translate(40px,-100%);width:24px;height:24px;display:flex;align-items:center;justify-content:center}.football-field-player .player-marker .player-uniform-no .team-text{font-family:"JLEAGUE KICK",sans-serif;font-weight:700;font-size:16px;line-height:16px}.football-field-player .player-marker .player-event{position:absolute;width:24px;height:24px;border-radius:50%}.football-field-player .player-marker .player-event img{height:auto;width:100%}.football-field-player .player-marker .player-event.player-event--in-out{bottom:0;left:0;transform:translate(32px,0)}.football-field-player .player-marker .player-event.player-event--scored{bottom:0;left:0;transform:translate(-16px,-100%)}.football-field-player .player-marker .player-event.player-event--warning{bottom:0;left:0;transform:translate(-8px,2px)}.football-field-player .player-name{color:#fff;font-family:"JLEAGUE KICK",sans-serif;font-weight:700;font-size:16px;line-height:16px;margin-top:2px;white-space:nowrap;align-self:center;text-align:center;text-overflow:ellipsis;letter-spacing:.2pt;overflow:hidden;max-width:130px}.football-field-player.football-field-player--full-width{max-width:none}.football-field-player.football-field-player--standalone .player-marker .player-avatar{height:64px;width:64px}.football-field-player.football-field-player--standalone .player-marker .player-uniform-no{transform:translate(50px,-135%)}.football-field-player.football-field-player--standalone .player-marker .player-event.player-event--in-out{transform:translate(44px,0)}.football-field-player.football-field-player--standalone .player-marker .player-event.player-event--scored{transform:translate(-12px,-135%)}.football-field-player.football-field-player--standalone .player-marker .player-event.player-event--warning{transform:translate(-4px,0px)}.football-field-player.football-field-player--left-wing,.football-field-player.football-field-player--right-wing{max-width:none}.football-field-player.football-field-player--left-wing{align-items:flex-start;margin-left:20px}.football-field-player.football-field-player--right-wing{align-items:flex-end;margin-right:20px}@media screen and (max-width:576px){.football-field-player .player-marker .player-avatar{height:40px;width:40px}.football-field-player .player-marker .player-uniform-no{height:20px;width:20px;transform:translate(32px,-100%)}.football-field-player .player-marker .player-uniform-no .team-text{font-size:14px;line-height:11px}.football-field-player .player-marker .player-event{width:16px;height:16px}.football-field-player .player-marker .player-event.player-event--in-out{transform:translate(24px,0)}
.football-field-player .player-marker .player-event.player-event--scored{transform:translate(-10px,-100%)}.football-field-player .player-marker .player-event.player-event--warning{transform:translate(-8px,1px)}.football-field-player .player-name{font-size:14px;line-height:14px;max-width:80px}.football-field-player.football-field-player--standalone .player-marker .player-avatar{height:48px;width:48px}.football-field-player.football-field-player--standalone .player-marker .player-uniform-no{transform:translate(36px,-180%)}.football-field-player.football-field-player--standalone .player-marker .player-event.player-event--in-out{transform:translate(36px,0)}.football-field-player.football-field-player--standalone .player-marker .player-event.player-event--scored{transform:translate(-6px,-145%)}.football-field-player.football-field-player--standalone .player-marker .player-event.player-event--warning{transform:translate(-4px,0px)}}@media screen and (max-width:450px){.football-field-player .player-marker .player-avatar{height:32px;width:32px}.football-field-player .player-marker .player-uniform-no{height:16px;width:16px;transform:translate(26px,-100%)}.football-field-player .player-marker .player-uniform-no .team-text{font-size:12px;line-height:9px}.football-field-player .player-name{font-size:12px;line-height:12px;max-width:80px}}body.lang-th .football-field-player .player-name{font-family:"Notosansthai","Overpass",sans-serif;letter-spacing:normal;line-height:1.5;font-weight:700}.match-event-icon{position:relative;flex:0 0 auto;display:inline-block;width:24px;height:24px;margin-right:8px;margin-left:8px}.match-event-icon::after{content:'';position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:100% 100%}.match-event-icon.match-event-icon--goal::after{background-image:url("/static/images/match-details/goal.d8f7d49a2c0c.svg")}.match-event-icon.match-event-icon--penalty-goal::after{background-image:url("/static/images/match-details/penalty-goal.b5d1d163aafc.svg")}.match-event-icon.match-event-icon--penalty-goal-failed::after{background-image:url("/static/images/match-details/penalty-goal-failed.0bfb6eb1217e.svg")}.match-event-icon.match-event-icon--own-goal::after{background-image:url("/static/images/match-details/own-goal.9730c35406ea.svg")}.match-event-icon.match-event-icon--in-out::after{background-image:url("/static/images/match-details/in-out.40e770e311b0.svg")}.match-event-icon.match-event-icon--red::after{background-image:url("/static/images/match-details/card-red.4a3dc2b4b429.svg")}.match-event-icon.match-event-icon--yellow::after{background-image:url("/static/images/match-details/card-yellow.3b3d17010abc.svg")}.match-event-icon.match-event-icon--yellow-red::after{background-image:url("/static/images/match-details/card-yellow-red.5b8f14275434.svg")}.match-event-icon.match-event-icon--white.match-event-icon--goal::after{background-image:url("/static/images/match-details/goal-white.a1f18260b5bc.svg")}.match-event-icon.match-event-icon--white.match-event-icon--penalty-goal::after{background-image:url("/static/images/match-details/penalty-goal-white.c07b0776518a.svg")}.match-event-icon.match-event-icon--white.match-event-icon--penalty-goal-failed::after{background-image:url("/static/images/match-details/penalty-goal-failed-white.3b9537843559.svg")}.match-event-icon.match-event-icon--white.match-event-icon--own-goal::after{background-image:url("/static/images/match-details/own-goal-white.5b063b9171e0.svg")}@media screen and (max-width:1199px){.match-event-icon{width:16px;height:16px}}.score-board{position:relative;border-bottom:1px solid var(--color-earth-2);border-top:1px solid var(--color-earth-2);display:flex;align-items:center;flex:auto}.score-board .score-board__team{flex:0 0 auto;width:50%;display:flex;justify-content:flex-end;align-items:center;height:96px}.score-board .score-board__team .team-info{display:flex;align-items:center}.score-board .score-board__team .team-info .team-name{color:var(--color-black);font-family:var(--font-jleague-kick);font-style:normal;font-weight:700;font-size:30px;line-height:36px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;word-break:break-all}.score-board .score-board__team .team-info .club-emblem{flex:0 0 auto;width:64px;height:64px}.score-board .score-board__team .team-info:hover{opacity:1}.score-board .score-board__team .team-info:hover[href] .team-name{text-decoration:underline}.score-board .score-board__team.score-board__team--home{padding-right:50px}.score-board .score-board__team.score-board__team--home .team-info .team-name{text-align:right}.score-board .score-board__team.score-board__team--home .team-info .club-emblem{margin-left:8px}.score-board .score-board__team.score-board__team--away{flex-direction:row-reverse;padding-left:50px}.score-board .score-board__team.score-board__team--away .team-info{flex-direction:row-reverse}.score-board .score-board__team.score-board__team--away .team-info .club-emblem{margin-right:8px}.score-board .score-board__score{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:var(--color-black);border-radius:48px;display:inline-flex;align-items:center;width:84px;height:40px}.score-board .score-board__score .score-board__score__away,.score-board .score-board__score .score-board__score__home,.score-board .score-board__score .score-board__score__divider{color:var(--color-white);font-family:var(--font-jleague-kick);font-style:normal;font-weight:700;font-size:30px;line-height:30px}.score-board .score-board__score .score-board__score__away,.score-board .score-board__score .score-board__score__home{flex:1 1}.score-board .score-board__score .score-board__score__home{text-align:right}.score-board .score-board__score .score-board__score__away{text-align:left}.score-board .score-board__score .score-board__score__divider{margin:0 8px}.score-board.score-board--no-border{border:0}.score-board.score-board--white-text .score-board__team .team-info .team-name{color:var(--color-white)}
.score-board.score-board--white-text .score-board__score .score-board__score__away,.score-board.score-board--white-text .score-board__score .score-board__score__home,.score-board.score-board--white-text .score-board__score .score-board__score__divider{color:var(--color-white)}.score-board.score-board--video-item .score-board__team{height:32px}.score-board.score-board--video-item .score-board__team .team-info .team-name{font-size:16px;line-height:16px}.score-board.score-board--video-item .score-board__team .team-info .club-emblem{height:32px;width:32px}.score-board.score-board--video-item .score-board__team.score-board__team--home{padding-right:30px}.score-board.score-board--video-item .score-board__team.score-board__team--home .team-info .club-emblem{margin-left:4px}.score-board.score-board--video-item .score-board__team.score-board__team--away{padding-left:30px}.score-board.score-board--video-item .score-board__team.score-board__team--away .team-info .club-emblem{margin-right:4px}.score-board.score-board--video-item .score-board__score{height:32px;width:54px}.score-board.score-board--video-item .score-board__score .score-board__score__away,.score-board.score-board--video-item .score-board__score .score-board__score__home{font-size:24px;line-height:24px}.score-board.score-board--video-item .score-board__score .score-board__score__divider{margin:0 3px}.score-board.score-board--video-modal .score-board__team{height:32px}.score-board.score-board--video-modal .score-board__team .team-name{font-size:20px;line-height:24px}.score-board.score-board--video-modal .score-board__team .club-emblem{height:40px;width:40px}.score-board.score-board--video-modal .score-board__team.score-board__team--home{padding-right:30px}.score-board.score-board--video-modal .score-board__team.score-board__team--home .club-emblem{margin-left:4px}.score-board.score-board--video-modal .score-board__team.score-board__team--away{padding-left:30px}.score-board.score-board--video-modal .score-board__team.score-board__team--away .club-emblem{margin-right:4px}.score-board.score-board--video-modal .score-board__score{height:32px;width:54px}.score-board.score-board--video-modal .score-board__score .score-board__score__away,.score-board.score-board--video-modal .score-board__score .score-board__score__home{font-size:24px;line-height:24px}.score-board.score-board--video-modal .score-board__score .score-board__score__divider{margin:0 3px}@media screen and (max-width:1199px){.score-board .score-board__team{height:72px}.score-board .score-board__team .team-info .team-name{font-size:24px;line-height:24px}.score-board .score-board__team .team-info .club-emblem{width:40px;height:40px}.score-board .score-board__team.score-board__team--home{padding-right:32px}.score-board .score-board__team.score-board__team--away{padding-left:32px}.score-board .score-board__score{width:54px;height:32px}.score-board .score-board__score .score-board__score__away,.score-board .score-board__score .score-board__score__home{font-size:24px;line-height:24px}.score-board .score-board__score .score-board__score__divider{margin:0 3px}}@media screen and (max-width:767px){.score-board .score-board__team .team-info .team-name{font-size:20px}}@media screen and (max-width:576px){.score-board .score-board__score{width:48px;margin:0}.score-board .score-board__score .score-board__score__away,.score-board .score-board__score .score-board__score__home{font-size:20px}}:root body.lang-th .score-board .score-board__score{--font-jleague-kick:JLEAGUE KICK,sans-serif}.home__latest-news-container .home__latest-news-content{background:var(--color-white);border-radius:3px;overflow:hidden;display:flex;flex-direction:row}.home__latest-news-container .home__latest-news-content.loading{min-height:415px}.home__latest-news-container .home__latest-news-content .home__latest-news-content__header{flex:1;overflow:hidden;max-width:680px;background-repeat:no-repeat;background-size:cover;background-position:center}.home__latest-news-container .home__latest-news-content .home__latest-news-content__header.lazy{min-height:100%}.home__latest-news-container .home__latest-news-content .home__latest-news-content__body{flex:1;padding:32px}.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__category{font-family:var(--font-barlow-condensed);font-style:normal;font-weight:700;font-size:20px;line-height:24px;letter-spacing:1.67px;color:var(--color-j1);position:relative;padding-bottom:22px;margin-bottom:16px}.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__category::after{content:'';background:linear-gradient(90deg,rgba(255,255,255,0.0001) 0,var(--color-red) 99.69%);position:absolute;bottom:0;left:0;height:6px;width:60px}.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__title{font-family:var(--font-overpass);font-style:normal;font-weight:900;font-size:28px;line-height:36px;color:var(--color-black);margin-bottom:16px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word}.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__title:hover{text-decoration:underline;opacity:1}.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__content{font-family:var(--font-overpass);font-style:normal;font-weight:400;font-size:20px;line-height:28px;color:var(--color-drawn);text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;word-break:break-word}.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__read-more-button{display:inline-block;min-width:100px;height:48px;padding:0 24px;background:var(--color-black);border-radius:24px;border:0;font-family:var(--font-barlow-condensed);font-style:normal;font-weight:600;font-size:20px;line-height:48px;letter-spacing:1.67px;text-transform:uppercase;color:var(--color-white);cursor:pointer;margin-top:32px}
.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__read-more-button:hover{background:var(--color-red);color:var(--color-white);opacity:1}@media screen and (min-width:1440px){.home__latest-news-container .home__latest-news-content .home__latest-news-content__header{height:454px}}@media screen and (max-width:1439px) and (min-width:1121px){.home__latest-news-container .home__latest-news-content .home__latest-news-content__header{height:414px}}@media screen and (max-width:1120px){.home__latest-news-container .home__latest-news-content{flex-direction:column}.home__latest-news-container .home__latest-news-content .home__latest-news-content__header{flex:auto;width:100%;max-width:none}.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__read-more-button{display:none}}@media screen and (max-width:1120px) and (min-width:769px){.home__latest-news-container .home__latest-news-content.loading{min-height:714px}.home__latest-news-container .home__latest-news-content .home__latest-news-content__header{height:452px}}@media screen and (min-width:769px){.home__latest-news-container{margin-top:32px}}@media screen and (max-width:768px){.home__latest-news-container{margin-top:24px}.home__latest-news-container .home__latest-news-content.loading{min-height:650px}.home__latest-news-container .home__latest-news-content .home__latest-news-content__header{height:354px}}@media screen and (max-width:576px){.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__title{font-size:24px;line-height:28px}.home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__content{font-size:16px;line-height:20px}}body.lang-vi .home__latest-news-container .home__latest-news-content .home__latest-news-article .home__latest-news-article__title{font-weight:600}.asia-challenge{--color-blue:#007cc4}.asia-challenge .social-networks-area{margin-top:0}.asia-challenge .home__latest-news-container .home__latest-news-content{background-color:var(--color-blue);gap:32px}.asia-challenge .home__latest-news-container .home__latest-news-content .home__latest-news-content__header{border-radius:3px;filter:blur(0px);flex:auto;width:100%}.asia-challenge .home__latest-news-container .home__latest-news-content .home__latest-news-content__body{padding:0}.asia-challenge .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__category,.asia-challenge .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__title,.asia-challenge .home__latest-news-container .home__latest-news-content .home__latest-news-content__body .home__latest-news-article .home__latest-news-article__content{color:var(--color-white)}.asia-challenge .home__latest-news-container .home__latest-news-content .home__latest-news-article__category{text-transform:uppercase}.asia-challenge .home__latest-news-container:first-child .home__latest-news-content__body{padding-top:32px}.asia-challenge .home__latest-news-container:not(:first-child) .home__latest-news-content .home__latest-news-content__header{max-width:420px;max-height:280px}.asia-challenge .home__latest-news-container:not(:first-child) .home__latest-news-content .home__latest-news-article__read-more-button{display:none}.asia-challenge .asia-challenge__header{padding:0;position:relative}.asia-challenge .asia-challenge__body{background-color:var(--color-blue)}.asia-challenge .header-bg{width:100%;height:auto;position:relative;pointer-events:none}.asia-challenge .header-bg .desktop-version,.asia-challenge .header-bg .mobile-version{width:100%;height:100%;display:none}.asia-challenge .header-bg .desktop-version{aspect-ratio:16/9}.asia-challenge .header-bg .mobile-version{aspect-ratio:9/16}.asia-challenge .header-bg .header-bg__elem{position:absolute;top:0;left:0;width:100%;height:100%}.asia-challenge .header-bg .header-bg__elem.header-bg__elem--logo{height:auto;width:100%;max-width:361px;left:50%;transform:translateX(-50%);top:44px}.asia-challenge .header-cta,.asia-challenge .header-content{display:flex;justify-content:center;align-items:center;position:absolute;left:50%;transform:translateX(-50%);width:100%;padding:0 40px}.asia-challenge .header-content{max-width:1000px;top:250px}.asia-challenge .header-content img{width:442px;height:126px}.asia-challenge .header-content h1{color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-jleague-kick);font-size:80px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:2px;text-transform:uppercase}.asia-challenge .header-cta{bottom:23%}.section{padding:120px;display:flex;flex-direction:column;align-items:center;gap:48px;margin:0 auto;position:relative;overflow:hidden}.section .section__header,.section .section__body,.section .section__footer{max-width:1440px;width:100%}.section .section__footer{display:flex;justify-content:center;align-items:center}.section .section__decor{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none}.section .section__decor .paint{position:absolute;top:200px}.section .section__decor .paint.paint--left{left:0}.section .section__decor .paint.paint--right{right:0}.section .section-title{color:var(--color-white);text-align:center;font-family:var(--font-overpass);font-size:88px;font-style:normal;font-weight:900;line-height:normal;letter-spacing:2px;text-transform:uppercase}.section .section-text{color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-overpass);font-size:28px;font-style:normal;font-weight:900;line-height:36px}
.section.section--has-bg{background-attachment:fixed;background-color:lightgray 50%;background-repeat:no-repeat;background-size:cover;background-position:center}.section.section--nopadding{padding:0}.section.section--video{padding:0;width:100%;height:100%}.section.section--video .section__body{max-width:unset;aspect-ratio:16/9}.section.section--video .section__body iframe{width:100%;height:100%}.tickets-button{max-width:400px;width:100%;padding:24px 40px;border-radius:64px;border:0;box-shadow:0 4px 48px 0 rgba(0,0,0,0.5)}.subscription-form{display:flex;flex-wrap:wrap;gap:16px;max-width:480px;margin-top:8px;width:100%}.subscription-input{display:flex;flex-direction:column;gap:8px;flex:1;width:100%}.subscription-input input{padding:11px 16px 10px 16px;border-radius:8px;border:1px solid var(--color-earth-3);background:var(--color-white);transition:all 200ms ease-out;color:var(--color-jl-black);font-feature-settings:'clig' off,'liga' off;font-family:var(--font-overpass);font-size:16px;font-style:normal;font-weight:400;line-height:120%;height:40px}.subscription-input input:active,.subscription-input input:focus{border-color:var(--color-jl-black);background:var(--color-white);box-shadow:0 0 0 4px rgba(205,181,166,0.4)}.subscription-input input:focus-visible{outline:0}@media screen and (max-width:1120px){.home__latest-news-container .home__latest-news-content .home__latest-news-content__body{padding:32px 0 0}.asia-challenge .header-bg .header-bg__elem.header-bg__elem--logo{top:26px;max-width:200px}}@media screen and (max-width:768px){.asia-challenge .header-cta{padding:0 32px}.asia-challenge .header-bg .header-bg__elem.header-bg__elem--logo{top:14px}.section{padding:80px 40px}.section .section__decor .paint{top:150px}.section .section-title{font-size:40px}.section .section-text{font-size:18px;line-height:24px}}@media screen and (min-width:476px){.asia-challenge .header-bg{aspect-ratio:16/9}.asia-challenge .header-bg .desktop-version{display:block}}@media screen and (max-width:475px){.asia-challenge .header-content h1{font-size:48px}.asia-challenge .header-bg{aspect-ratio:9/16}.asia-challenge .header-bg .mobile-version{display:block}.asia-challenge .header-bg .header-bg__elem.header-bg__elem--logo{top:0}.asia-challenge .header-content,.asia-challenge .header-cta{padding:0 24px}.asia-challenge .header-cta{bottom:12%}.subscription-form .jl-button{width:100%}.section{padding:80px 24px}.section .section__decor .paint{top:100px}}.match-card{display:flex;padding:64px 40px;flex-direction:column;align-items:center;gap:16px;height:auto;width:100%;max-width:800px;margin:0 auto;border-radius:40px;background:rgba(26,25,25,0.4);border:1px solid rgba(255,255,255,0.3);-webkit-backdrop-filter:blur(64px);backdrop-filter:blur(64px)}.match-card .match-card__header{display:flex;flex-direction:column;align-items:center;gap:8px}.match-card .match-card__body{display:grid;grid-template-columns:1fr auto 1fr;width:100%;max-width:720px;overflow:hidden}.match-card .match-card__footer{padding-top:40px;width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px}.match-card .match-card-text{color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-barlow-condensed);font-size:18px;font-style:normal;font-weight:500;line-height:normal}.match-card .kickoff-date{color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-overpass);font-size:32px;font-style:normal;font-weight:900;line-height:40px}.match-card .kickoff-time{color:var(--color-white);text-align:center;font-family:var(--font-barlow-condensed);font-size:18px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:1.286px;text-transform:uppercase;opacity:.7}.match-card .club{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;width:100%}.match-card .club .club-emblem{max-height:240px;max-width:240px;width:100%;height:auto;aspect-ratio:1}.match-card .club .club-name{margin-top:-16px;display:flex;flex-wrap:wrap;justify-content:center;column-gap:8px;color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-jleague-kick);font-size:30px;font-style:normal;font-weight:700;line-height:32px}.match-card .club.club--link:hover{opacity:1}.match-card .club.club--link:hover .club-name{text-decoration:underline}.match-card .versus{display:flex;justify-content:center;align-items:center;width:80px;color:var(--color-white);text-align:center;font-family:var(--font-jleague-kick);font-size:44px;font-style:normal;font-weight:700;line-height:100%}.match-card .stadium-info{display:flex;align-items:center;flex-direction:column;gap:8px;flex:1;padding:40px 0;border:solid 1px rgba(255,255,255,0.3);border-left:0;border-right:0;width:100%}.match-card .stadium-info .stadium-name,.match-card .stadium-info .stadium-address{padding:0 24px}.match-card .stadium-info .stadium-name{color:var(--color-white);font-family:var(--font-barlow-condensed);font-size:20px;font-style:normal;font-weight:500;line-height:120%;text-transform:uppercase;display:flex;flex-wrap:wrap;column-gap:8px;align-items:center;justify-content:center}.match-card .stadium-info .stadium-address{color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-barlow-condensed);font-size:16px;font-style:normal;font-weight:500;line-height:120%;opacity:.7}.match-card .stadium-info .stadium-map{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%}.match-card .stadium-info .stadium-map .map-toggle{display:flex;width:32px;height:32px;padding:4px;justify-content:center;align-items:center;position:relative}
.match-card .stadium-info .stadium-map .map-toggle .closed{display:block}.match-card .stadium-info .stadium-map .map-toggle .open{display:none}.match-card .stadium-info .stadium-map .map{width:600px;height:0;padding:0 24px;opacity:0;transition:all .3s ease-out}.match-card .stadium-info .stadium-map .map iframe{border-radius:24px;overflow:hidden}.match-card .stadium-info .stadium-map.stadium-map--open .map{opacity:1;height:600px}.match-card .stadium-info .stadium-map.stadium-map--open .map-toggle .closed{display:none}.match-card .stadium-info .stadium-map.stadium-map--open .map-toggle .open{display:block}.match-card .stadium-info:hover{cursor:pointer;border-top:1px solid rgba(255,255,255,0.3);border-bottom:1px solid rgba(255,255,255,0.3);background:rgba(255,255,255,0.1)}.match-card .ticket-info{display:flex;align-items:center;gap:16px;flex:1;width:100%}.match-card .ticket-info .ticket-info-header,.match-card .ticket-info .ticket-info-text{color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-overpass);font-style:normal;line-height:120%}.match-card .ticket-info .ticket-info-header{text-edge:cap;leading-trim:both;font-size:24px;font-weight:900;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px}.match-card .ticket-info .ticket-info-header img{width:40px;height:40px}.match-card .ticket-info .ticket-info-text{font-size:18px;font-weight:400}.match-card .ticket-info .coming-soon{padding:8px 12px;border-radius:8px;background:rgba(255,255,255,0.3);color:var(--color-white);text-align:center;leading-trim:both;text-edge:cap;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-overpass);font-size:16px;font-style:normal;font-weight:700;line-height:120%;letter-spacing:.96px;text-transform:uppercase}@media screen and (max-width:768px){.match-card{border-radius:32px;padding:48px 32px}.match-card .match-card__footer{gap:32px;padding-top:32px}.match-card .kickoff-date{font-size:28px;line-height:32px}.match-card .club .club-name{font-size:24px;line-height:28px;margin-top:-8px}.match-card .club .club-emblem{max-width:176px;max-height:176px}.match-card .versus{width:56px;font-size:32px}.match-card .stadium-info .stadium-name{font-size:18px}.match-card .stadium-info .stadium-address{font-size:14px}.match-card .stadium-info .stadium-map .map{width:100%}.match-card .ticket-info{flex-direction:column}.match-card .ticket-info .ticket-info-header{font-size:22px}.match-card .ticket-info .ticket-info-text{font-size:16px}}@media screen and (max-width:475px){.match-card{border-radius:24px;padding:40px 24px}.match-card .match-card__footer{gap:24px;padding-top:24px}.match-card .kickoff-date{font-size:20px;line-height:24px}.match-card .club .club-emblem{max-height:96px;max-width:96px}.match-card .versus{width:40px;font-size:20px}.match-card .stadium-info .stadium-name{font-size:16px}.match-card .stadium-info .stadium-address{font-size:12px}.match-card .ticket-info .ticket-info-header{font-size:18px}.match-card .ticket-info .ticket-info-header img{width:32px;height:32px}.match-card .ticket-info .ticket-info-text{font-size:14px}}.countdown{display:flex;flex-direction:column;gap:12px;margin-top:48px;width:100%;overflow:hidden}.countdown .timer{display:flex;gap:24px;justify-content:center}.countdown .timer .timer-value{color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-jleague-kick);font-size:88px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:5.28px}.countdown .timer .timer-label{color:var(--color-white);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-overpass);font-size:24px;font-style:normal;font-weight:900;line-height:100%;letter-spacing:1.44px;text-transform:uppercase}.countdown .timer .timer-col{width:120px;height:120px;display:flex;flex-direction:column;gap:8px}.countdown .countdown-title{color:rgba(255,255,255,0.7);text-align:center;font-feature-settings:'clig' off,'liga' off;font-family:var(--font-overpass);font-size:32px;font-style:normal;font-weight:700;line-height:100%;letter-spacing:1.92px;text-transform:uppercase}@media screen and (max-width:475px){.countdown{margin-bottom:0;overflow:unset}.countdown .timer{gap:14px}.countdown .timer .timer-col{flex:1;height:auto;width:auto}.countdown .timer .timer-value{font-size:64px}.countdown .timer .timer-label{font-size:16px}.countdown .countdown-title{font-size:24px;letter-spacing:1.25px}}body.lang-th .countdown .countdown-title{line-height:normal}body.lang-th .countdown .timer{--font-jleague-kick:JLEAGUE KICK,sans-serif}.section.section--match-details{background-color:var(--color-white);padding:0;overflow:unset}.section.section--match-details .section-header{justify-content:center}.section.section--match-details .section__body{max-width:unset}.match-details{position:relative;display:flex;flex-direction:column;align-items:center}.match-details .match-details__header{position:relative;width:100%}.match-details .match-details__body{padding:0 120px 80px;position:relative;max-width:1440px;width:100%}.match-details .match-tab{overflow-x:auto;overflow-y:hidden;display:flex;justify-content:center;align-items:center;margin-top:40px;margin-bottom:40px}.match-details .match-tab .match-tab__item{background:var(--color-white);border:0;border-bottom-color:var(--color-earth-2);border-bottom-style:solid;color:var(--color-black);white-space:nowrap;cursor:pointer;display:flex;justify-content:center;align-items:center;font-family:var(--font-overpass);font-style:normal;font-weight:600;font-size:24px;line-height:32px;height:72px;padding:0 32px;border-bottom-width:12px}.match-details .match-tab .match-tab__item.match-tab__item--active{border-bottom-color:var(--color-red);color:var(--color-red)}
.match-details .match-summary{position:relative;display:flex;flex-direction:column}.match-details .match-summary .summary-time{display:flex;justify-content:center;align-items:flex-end;position:absolute;bottom:100%;left:50%;transform:translateX(-50%);z-index:2}.match-details .match-summary .summary-time .match-detail-situation{border-radius:32px;display:flex;justify-content:center;align-items:center;min-width:128px;height:64px;padding:0 25px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase}.match-details .match-summary .summary-time .match-detail-situation.upcoming,.match-details .match-summary .summary-time .match-detail-situation.postponed{display:none}.match-details .match-summary .summary-time .match-detail-situation.half-time,.match-details .match-summary .summary-time .match-detail-situation.full-time,.match-details .match-summary .summary-time .match-detail-situation.pen,.match-details .match-summary .summary-time .match-detail-situation.aet{background:var(--color-white);color:var(--color-earth-4);font-family:var(--font-barlow-condensed);font-size:18px}.match-details .match-summary .summary-time .match-detail-situation.live{background:var(--color-j1);color:var(--color-white);font-family:var(--font-jleague-kick);font-size:44px;line-height:44px}.match-details .match-summary .summary-teams{display:flex;flex-direction:row;flex-wrap:wrap;height:136px;position:relative;z-index:1}.match-details .match-summary .summary-teams .summary-teams__team{display:flex;align-items:center;flex:1;flex-shrink:0;max-width:50%}.match-details .match-summary .summary-teams .summary-teams__team .club-emblem{width:120px;height:120px}.match-details .match-summary .summary-teams .summary-teams__team .team-name{font-family:var(--font-jleague-kick);font-style:normal;font-weight:700;font-size:50px;line-height:64px;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}.match-details .match-summary .summary-teams .summary-teams__team.summary-teams__team--home{flex-direction:row-reverse;padding-right:106px;padding-left:16px}.match-details .match-summary .summary-teams .summary-teams__team.summary-teams__team--away{padding-left:106px;padding-right:16px}.match-details .match-summary .summary-teams .summary-teams__team:hover{opacity:1}.match-details .match-summary .summary-teams .summary-teams__team:hover .team-name{text-decoration:underline}.match-details .match-summary .summary-teams .summary-teams__result{background:var(--color-black);border-radius:48px;color:var(--color-white);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:inline-flex;align-items:center;justify-content:center;width:196px;height:88px;font-family:var(--font-jleague-kick);font-style:normal;font-weight:700;font-size:80px;line-height:80px}.match-details .match-summary .summary-teams .summary-teams__result .score-separator{margin:0 8px}.match-details .match-summary .summary-teams .summary-teams__result.summary-teams__result--upcoming,.match-details .match-summary .summary-teams .summary-teams__result.summary-teams__result--postponed{background:var(--color-earth-3);color:var(--color-black);text-align:center}.match-details .match-summary .summary-teams .summary-teams__result.summary-teams__result--postponed{font-size:36px;line-height:36px}.match-details .match-summary .summary-details{background:var(--color-earth-1);padding:24px;display:flex}.match-details .match-summary .summary-events{flex:1}.match-details .match-summary .summary-events .summary-events__item{display:flex;align-items:center;justify-content:flex-end}.match-details .match-summary .summary-events .summary-events__item .event-player-name{color:var(--color-black);font-family:var(--font-overpass);font-style:normal;font-weight:900;font-size:20px;line-height:24px}.match-details .match-summary .summary-events .summary-events__item .event-time{color:var(--color-earth-4);font-family:var(--font-jleague-kick);font-style:normal;font-weight:700;font-size:24px;line-height:24px}.match-details .match-summary .summary-events .summary-events__item+.summary-events__item{margin-top:16px}.match-details .match-summary .summary-events.summary-events--home .summary-events__item .event-player-name,.match-details .match-summary .summary-events.summary-events--home .summary-events__item .event-time{margin-right:16px;text-align:right}.match-details .match-summary .summary-events.summary-events--away .summary-events__item{flex-direction:row-reverse}.match-details .match-summary .summary-events.summary-events--away .summary-events__item .event-player-name,.match-details .match-summary .summary-events.summary-events--away .summary-events__item .event-time{margin-left:16px;text-align:left}.match-details .match-summary .summary-events-divider{flex:0 0 auto;margin:0 16px;width:2px;background:var(--color-earth-3);align-self:stretch}.match-details .match-summary:empty{min-height:200px}@media screen and (max-width:1199px){.match-details .match-summary:empty{min-height:150px}.match-details .match-summary .summary-time .match-detail-situation{min-width:84px;height:40px}.match-details .match-summary .summary-time .match-detail-situation.live{font-size:30px;line-height:32px}.match-details .match-summary .summary-time .match-detail-situation.half-time,.match-details .match-summary .summary-time .match-detail-situation.full-time,.match-details .match-summary .summary-time .match-detail-situation.pen,.match-details .match-summary .summary-time .match-detail-situation.aet{font-size:16px}.match-details .match-summary .summary-teams{height:88px}.match-details .match-summary .summary-teams .summary-teams__team .club-emblem{width:80px;height:80px}.match-details .match-summary .summary-teams .summary-teams__team .team-name{font-size:36px;line-height:36px}.match-details .match-summary .summary-teams .summary-teams__team.summary-teams__team--home{padding-right:72px}.match-details .match-summary .summary-teams .summary-teams__team.summary-teams__team--away{padding-left:72px}
.match-details .match-summary .summary-teams .summary-teams__result{width:128px;height:64px;font-size:48px;line-height:48px}.match-details .match-summary .summary-teams .summary-teams__result.summary-teams__result--postponed{font-size:24px;line-height:24px}.match-details .match-summary .summary-events .summary-events__item .event-player-name{font-size:16px;line-height:20px}.match-details .match-summary .summary-events .summary-events__item .event-time{font-size:20px;line-height:20px}}@media screen and (max-width:767px){.match-details .match-summary:empty{min-height:120px}.match-details .match-summary .summary-time .match-detail-situation{min-width:54px;height:32px}.match-details .match-summary .summary-time .match-detail-situation.live{padding:0 16px;font-size:24px;line-height:24px}.match-details .match-summary .summary-teams{height:56px}.match-details .match-summary .summary-teams .summary-teams__team .club-emblem{width:40px;height:40px}.match-details .match-summary .summary-teams .summary-teams__team .team-name{font-size:20px;line-height:24px}.match-details .match-summary .summary-teams .summary-teams__team.summary-teams__team--home{padding-right:35px}.match-details .match-summary .summary-teams .summary-teams__team.summary-teams__team--away{padding-left:35px}.match-details .match-summary .summary-teams .summary-teams__result{width:54px;height:32px;font-size:24px;line-height:24px}.match-details .match-summary .summary-teams .summary-teams__result .score-separator{margin:0 3px}.match-details .match-summary .summary-teams .summary-teams__result.summary-teams__result--postponed{font-size:12px;line-height:12px}.match-details .match-summary .summary-details{padding:16px}.match-details .match-summary .summary-events .summary-events__item .event-player-name{font-size:14px;line-height:20px}.match-details .match-summary .summary-events .summary-events__item .event-time{font-size:16px;line-height:16px}.match-details .match-summary .summary-events.summary-events--home .summary-events__item .player-name,.match-details .match-summary .summary-events.summary-events--home .summary-events__item .time{margin-right:8px}.match-details .match-summary .summary-events.summary-events--away .summary-events__item .player-name,.match-details .match-summary .summary-events.summary-events--away .summary-events__item .time{margin-left:8px}}@media screen and (max-width:576px){.match-details .match-summary .summary-teams .summary-teams__team .team-name{font-size:16px;line-height:20px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.match-details .match-summary .summary-teams .summary-teams__team.summary-teams__team--home{padding-right:24px;padding-left:16px}.match-details .match-summary .summary-teams .summary-teams__team.summary-teams__team--away{padding-left:24px;padding-right:16px}.match-details .match-summary .summary-events .summary-events__item .match-event-icon.match-event-icon--goal,.match-details .match-summary .summary-events .summary-events__item .match-event-icon.match-event-icon--own-goal,.match-details .match-summary .summary-events .summary-events__item .match-event-icon.match-event-icon--penalty-goal{display:none}.match-details .match-summary .summary-events.summary-events--away .summary-events__item .event-time,.match-details .match-summary .summary-events.summary-events--home .summary-events__item .event-time{margin:0}}.match-details .player-events .player-events__body{position:relative;margin-top:44px;margin-bottom:24px}.match-details .player-events.loading{min-height:450px}.match-details .player-events .timeline .timeline-item{position:relative;display:flex}.match-details .player-events .timeline .timeline-item .timeline-item__team{flex:0 0 auto;width:50%;margin-top:4px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home{padding-right:42px}@media screen and (max-width:1199px){.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home{padding-right:29px}}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home .match-event-icon{margin-left:8px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home .player-photo{margin-left:8px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home .player-name{text-align:right}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home .player-name .out-player{right:0;text-align:right}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away{padding-left:42px}@media screen and (max-width:1199px){.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away{padding-left:29px}}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .match-sub-event{flex-direction:row-reverse}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .match-event-icon{margin-right:8px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .player-photo{margin-right:8px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .player-name{text-align:left}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .player-name .out-player{right:0;text-align:left}.match-details .player-events .timeline .timeline-item .timeline-item__time{position:absolute;top:0;left:50%;transform:translateX(-50%);background:var(--color-earth-2);border-radius:20px;border:4px solid var(--color-white);text-transform:uppercase;color:var(--color-earth-4);display:flex;justify-content:center;align-items:center;min-width:72px;height:40px;padding:0 18px;font-family:var(--font-jleague-kick);font-style:normal;font-weight:700;font-size:24px;line-height:24px}
.match-details .player-events .timeline .timeline-item+.timeline-item{margin-top:48px}.match-details .player-events .timeline .timeline-item.timeline-item--divider{height:1px;background:var(--color-earth-2);overflow:visible}.match-details .player-events .timeline .timeline-item.timeline-item--divider .timeline-item__time{top:50%;left:50%;transform:translate(-50%,-50%);width:unset;background:var(--color-white);white-space:nowrap;padding:0 16px;color:var(--color-earth-4);font-family:var(--font-barlow-condensed);font-style:normal;font-weight:600;font-size:18px;line-height:20px;letter-spacing:1.5px}.match-details .player-events .timeline .timeline-item.timeline-item--live{height:40px}.match-details .player-events .timeline .timeline-item.timeline-item--live .timeline-item__time{color:var(--color-white);background:var(--color-red)}.match-details .player-events .timeline .timeline-detail{display:flex;justify-content:flex-end;align-items:flex-start}.match-details .player-events .timeline .timeline-detail .player-name{color:var(--color-black);font-family:var(--font-overpass);font-style:normal;font-weight:900;font-size:20px;line-height:24px;margin-top:4px}.match-details .player-events .timeline .timeline-detail .player-name .player-in .player-in__name{color:inherit}.match-details .player-events .timeline .timeline-detail .player-name .player-in .player-in__name:hover{opacity:1}.match-details .player-events .timeline .timeline-detail .player-name .player-in .player-in__name:hover[href]{text-decoration:underline}.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__prefix,.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__name{color:var(--color-drawn);font-size:16px;line-height:20px}.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__prefix{font-weight:400}.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__name:hover{opacity:1}.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__name:hover[href]{text-decoration:underline}.match-details .player-events .timeline .timeline-detail .player-name:hover{opacity:1}.match-details .player-events .timeline .timeline-detail .player-name:hover[href]{text-decoration:underline}.match-details .player-events .timeline .timeline-detail .player-photo{border-radius:50%;transition:none!important;width:32px;height:32px}.match-details .player-events .timeline .timeline-detail .match-event-icon{flex:0 0 auto;display:flex;justify-content:center;align-items:center;margin-top:4px}.match-details .player-events .timeline .timeline-detail+.timeline-detail{margin-top:16px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home .timeline-detail .match-event-icon{margin-left:8px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home .timeline-detail .player-photo{margin-left:8px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home .timeline-detail .player-name{text-align:right}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--home .timeline-detail .player-name .out-player{right:0;text-align:right}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .timeline-detail{flex-direction:row-reverse}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .timeline-detail .match-event-icon{margin-right:8px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .timeline-detail .player-photo{margin-right:8px}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .timeline-detail .player-name{text-align:left}.match-details .player-events .timeline .timeline-item .timeline-item__team.timeline-item__team--away .timeline-detail .player-name .out-player{right:0;text-align:left}.match-details .player-events .timeline::before{content:'';position:absolute;top:0;left:50%;transform:translateX(-50%);width:2px;height:100%;background:var(--color-earth-3);border-radius:1px}@media screen and (max-width:1199px){.match-details .match-details__body{padding:0 48px 80px}.match-details .player-events .player-events__body{margin-top:30px}.match-details .player-events .timeline .timeline-item .timeline-item__time{min-width:48px;height:32px;padding:0 10px;font-size:18px;line-height:18px}.match-details .player-events .timeline .timeline-item+.timeline-item{margin-top:38px}.match-details .player-events .timeline .timeline-item.timeline-item--live{height:32px}.match-details .player-events .timeline .timeline-detail .player-name{font-size:16px;line-height:20px;margin-top:3px}.match-details .player-events .timeline .timeline-detail .player-name .player-in .player-in__name{font-size:16px;line-height:20px;margin-top:3px}.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__prefix,.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__name{font-size:13px;margin-top:2px}.match-details .player-events .timeline .timeline-detail .player-photo{width:24px;height:24px}.match-details .match-tab .match-tab__item{height:56px;padding:0 24px;border-bottom-width:8px;font-size:20px}}@media screen and (max-width:767px){.match-details .match-details__body{padding:0 24px 80px}.match-details .player-events .timeline .timeline-item+.timeline-item{margin-top:24px}.match-details .player-events .timeline .timeline-item.timeline-item--divider .timeline-item__time{font-size:16px}.match-details .player-events .timeline .timeline-detail .player-name{font-size:14px;margin-top:2px}.match-details .player-events .timeline .timeline-detail .player-name .player-in .player-in__name{font-size:14px;margin-top:2px}
.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__prefix,.match-details .player-events .timeline .timeline-detail .player-name .player-out .player-out__name{font-size:12px}.match-details .player-events .timeline .timeline-detail .player-photo{display:none}.match-details .player-events .timeline .timeline-detail+.timeline-detail{margin-top:8px}.match-details .match-tab .match-tab__item{height:40px;border-bottom-width:4px;font-size:16px;line-height:20px}}@media screen and (max-width:576px){.match-details .match-details__body{padding:0 16px 80px}.match-details .match-tab{margin-top:24px;margin-bottom:32px;justify-content:flex-start;align-items:flex-start}.match-details .match-tab .match-tab__item{flex:1}}@media screen and (max-width:425px){.match-details .section-header{padding:0}}body.lang-th .match-details .match-summary .summary-teams .summary-teams__result{--font-jleague-kick:JLEAGUE KICK,sans-serif}body.lang-th .match-details .match-summary .summary-events .summary-events__item .event-player-name{font-weight:700}body.lang-th .match-details .match-overview .player-events .timeline .timeline-item.timeline-item--divider .timeline-item__time,body.lang-th .match-details .match-overview .player-events .timeline .timeline-detail .player-name{font-weight:700}body.lang-th .match-details .match-overview .player-events .timeline .timeline-item.timeline-item--divider .timeline-item__time .player-out .player-out__prefix,body.lang-th .match-details .match-overview .player-events .timeline .timeline-item.timeline-item--divider .timeline-item__time .player-out .player-out__name,body.lang-th .match-details .match-overview .player-events .timeline .timeline-detail .player-name .player-out .player-out__prefix,body.lang-th .match-details .match-overview .player-events .timeline .timeline-detail .player-name .player-out .player-out__name{font-weight:700}body.lang-vi .match-details .match-summary .summary-events .summary-events__item .event-player-name{font-weight:600}body.lang-vi .match-details .match-overview .player-events .timeline .timeline-item.timeline-item--divider .timeline-item__time,body.lang-vi .match-details .match-overview .player-events .timeline .timeline-detail .player-name{font-weight:700}body.lang-vi .match-details .match-overview .player-events .timeline .timeline-item.timeline-item--divider .timeline-item__time .player-out .player-out__prefix,body.lang-vi .match-details .match-overview .player-events .timeline .timeline-item.timeline-item--divider .timeline-item__time .player-out .player-out__name,body.lang-vi .match-details .match-overview .player-events .timeline .timeline-detail .player-name .player-out .player-out__prefix,body.lang-vi .match-details .match-overview .player-events .timeline .timeline-detail .player-name .player-out .player-out__name{font-weight:700}.match-details .match-lineups .match-lineups__team-selector{margin-top:24px;display:flex;justify-content:center}.match-details .match-lineups .match-lineups__team-selector .btn-nav{width:92px}.match-details .match-lineups .match-lineups__header{margin-top:40px}.match-details .match-lineups .match-lineups__body.loading{min-height:450px}.match-details .lineup-detail{display:grid;width:100%;position:relative;overflow:hidden}.match-details .lineup-detail .lineup-detail__team{display:flex;flex-direction:row;margin-bottom:32px}.match-details .lineup-detail .lineup-detail__team.lineup-detail__team--home{justify-content:flex-end}.match-details .lineup-detail .lineup-detail__team.lineup-detail__team--away{justify-content:flex-start}.match-details .lineup-detail .lineup-detail__divider{margin:0 32px;width:1px;height:100%;background:var(--color-earth-3)}.match-details .lineup-detail.lineup-detail--empty{display:flex}.match-details .team-info{height:112px;display:flex;align-items:center;flex-direction:row;justify-content:flex-start}.match-details .team-info .team-name{color:var(--color-black);font-family:var(--font-jleague-kick);font-style:normal;font-weight:700;font-size:34px;line-height:36px}.match-details .team-info .club-emblem{width:80px;height:80px}.match-details .team-info:hover{opacity:1}.match-details .team-info:hover .team-name{text-decoration:underline}.match-details .team-info.team-info--home .club-emblem{margin-left:8px}.match-details .team-info.team-info--away{flex-direction:row-reverse}.match-details .team-info.team-info--away .club-emblem{margin-right:8px}.match-details .player-info{display:flex;flex-direction:column;flex:1}.match-details .player-info .player-info__header{display:flex;align-items:center;flex-shrink:0;height:88px;border-top:1px solid var(--color-earth-3);border-bottom:1px solid transparent;transition:all 350ms ease-in-out}.match-details .player-info .player-info__header .player-info__header__title{color:var(--color-black);font-family:var(--font-overpass);font-style:normal;font-weight:900;font-size:28px;line-height:32px}.match-details .player-info .player-info__header .player-info__header__toggle{height:32px;width:32px}.match-details .player-info .player-info__header .player-info__header__toggle::before{background-image:url("/static/images/icons/minus-6B5B52.0473e2535c7c.svg");background-repeat:no-repeat;background-size:contain;background-position:center;content:'';display:inline-block;height:100%;width:100%;transition:all 250ms ease-in-out}.match-details .player-info .player-info__body{display:flex;flex-direction:column;transition:all 350ms ease-in-out;overflow:hidden;height:100%;opacity:1}.match-details .player-info .player-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.match-details .player-info .player-item .player-item__detail{display:flex;flex-direction:column}.match-details .player-info .player-item .player-item__detail .player-item__detail__name{display:flex;align-items:center}.match-details .player-info .player-item .player-item__detail .player-item__detail__name .player-name{color:var(--color-black);display:flex;justify-content:flex-start;font-family:var(--font-overpass);font-style:normal;font-weight:900;font-size:20px;line-height:20px}
.match-details .player-info .player-item .player-item__detail .player-item__detail__name .player-status{display:flex}.match-details .player-info .player-item .player-item__detail .player-item__detail__name .player-status img{height:24px;width:24px}.match-details .player-info .player-item .player-item__detail .player-item__detail__nationality{display:flex;align-items:center;margin-top:8px}.match-details .player-info .player-item .player-item__detail .player-item__detail__nationality .nationality-flag,.match-details .player-info .player-item .player-item__detail .player-item__detail__nationality .nationality-name{display:inline-block}.match-details .player-info .player-item .player-item__detail .player-item__detail__nationality .nationality-flag{height:24px;width:24px;overflow:hidden}.match-details .player-info .player-item .player-item__detail .player-item__detail__nationality .nationality-flag img{height:auto;width:100%}.match-details .player-info .player-item .player-item__detail .player-item__detail__nationality .nationality-name{color:var(--color-earth-4);font-family:var(--font-barlow-condensed);font-style:normal;font-weight:500;font-size:16px;line-height:16px}.match-details .player-info .player-item .player-item__detail:hover .player-item__detail__name .player-name{opacity:1}.match-details .player-info .player-item .player-item__detail:hover .player-item__detail__name .player-name[href]{text-decoration:underline}.match-details .player-info .player-item .player-item__photo{margin:0 24px;width:60px}.match-details .player-info .player-item .player-item__photo&gt;img{width:100%;height:100%;border-radius:50%;object-fit:cover}.match-details .player-info .player-item .player-item__position{flex:0 0 auto;width:24px;letter-spacing:1.2px;text-align:center;color:var(--color-earth-4);font-family:var(--font-barlow-condensed);font-style:normal;font-weight:700;font-size:18px;line-height:24px}.match-details .player-info .player-item .player-item__uniform-no{flex:0 0 auto;width:30px;text-align:center;color:var(--color-black);font-family:var(--font-jleague-kick);font-style:normal;font-weight:700;font-size:24px;line-height:24px}.match-details .player-info .player-item+.player-item{margin-top:24px}.match-details .player-info .player-item:not(.player-item--manager):last-child{margin-bottom:32px}.match-details .player-info.player-info--home .player-info__header{flex-direction:row-reverse}.match-details .player-info.player-info--home .player-item .player-item__detail{align-items:flex-end;text-align:right}.match-details .player-info.player-info--home .player-item .player-item__detail .player-item__detail__name{flex-direction:row-reverse}.match-details .player-info.player-info--home .player-item .player-item__detail .player-item__detail__name .player-status{margin-left:8px}.match-details .player-info.player-info--home .player-item .player-item__detail .player-item__detail__nationality{flex-direction:row-reverse}.match-details .player-info.player-info--home .player-item .player-item__detail .player-item__detail__nationality .nationality-flag{margin-left:8px}.match-details .player-info.player-info--home .player-item .player-item__uniform-no{margin-left:16px}.match-details .player-info.player-info--home .player-item.player-item--manager .player-item__photo{margin-right:0}.match-details .player-info.player-info--away .player-item{flex-direction:row-reverse}.match-details .player-info.player-info--away .player-item .player-item__detail .player-item__detail__name .player-status{margin-right:8px}.match-details .player-info.player-info--away .player-item .player-item__detail .player-item__detail__nationality .nationality-flag{margin-right:8px}.match-details .player-info.player-info--away .player-item .player-item__uniform-no{margin-right:16px}.match-details .player-info.player-info--away .player-item.player-item--manager .player-item__photo{margin-left:0}.match-details .player-info.player-info--closed .player-info__header .player-info__header__toggle::before{background-image:url("/static/images/icons/plus-6B5B52.b8251425f45d.svg")}.match-details .player-info.player-info--closed .player-info__body{height:0;opacity:0}.match-details .lineup-detail.lineup-detail--accordion .player-info .player-info__header{justify-content:space-between}.match-details .lineup-detail.lineup-detail--accordion .player-info .player-info__header:hover{cursor:pointer;background-color:var(--color-earth-1)}.match-details .lineup-detail.lineup-detail--accordion .player-info:not(.player-info--closed) .player-info__header{border-bottom-color:var(--color-earth-3);margin-bottom:32px}.match-details .player-marker-tooltip{z-index:99;padding:1px 6px;border-radius:5px;font-family:var(--font-barlow-condensed);font-style:normal;font-weight:500;font-size:16px;line-height:16px}@media screen and (max-width:1199px){.match-details .team-info{height:88px}.match-details .team-info .team-name{font-size:30px;line-height:30px}.match-details .team-info .club-emblem{width:64px;height:64px}.match-details .team-info.team-info--home .club-emblem{margin-left:8px}.match-details .player-info .player-item .player-item__detail .player-item__detail__name .player-name{font-size:16px;line-height:16px}.match-details .player-info .player-item .player-item__detail .player-item__detail__nationality{margin-top:4px}.match-details .player-info .player-item .player-item__detail .player-item__detail__nationality .nationality-name{font-size:14px}.match-details .player-info .player-item .player-item__position{font-size:16px;line-height:20px}.match-details .player-info .player-item .player-item__uniform-no{font-size:20px;line-height:20px}}@media screen and (min-width:1080px){.match-details .lineup-detail{grid-template-columns:1fr 65px 1fr}}@media screen and (max-width:1079px){.match-details .match-lineups .match-lineups__header{margin-top:0}.match-details .lineup-formations .football-field-half .formation-detail.formation-detail--right{text-align:left}.match-details .lineup-detail{margin-top:0;grid-template-columns:100%}
.match-details .lineup-detail .lineup-detail__divider{display:none}.match-details .lineup-detail .lineup-detail__team.lineup-detail__team--home{justify-content:flex-start}.match-details .team-info.team-info--home{flex-direction:row-reverse}.match-details .team-info.team-info--home .club-emblem{margin-left:0;margin-right:8px}.match-details .player-info.player-info--home .player-info__header{flex-direction:row}.match-details .player-info.player-info--home .player-item{flex-direction:row-reverse}.match-details .player-info.player-info--home .player-item .player-item__detail{align-items:flex-start;text-align:left}.match-details .player-info.player-info--home .player-item .player-item__detail .player-item__detail__name{flex-direction:row}.match-details .player-info.player-info--home .player-item .player-item__detail .player-item__detail__name .player-status{margin-left:0;margin-right:8px}.match-details .player-info.player-info--home .player-item .player-item__detail .player-item__detail__nationality{flex-direction:row}.match-details .player-info.player-info--home .player-item .player-item__detail .player-item__detail__nationality .nationality-flag{margin-left:0;margin-right:8px}.match-details .player-info.player-info--home .player-item .player-item__uniform-no{margin-left:0;margin-right:16px}.match-details .player-info.player-info--home .player-item.player-item--manager .player-item__photo{margin-right:16px;margin-left:0}.match-details .player-info .player-item:not(.player-item--manager):last-child{margin-bottom:24px}}@media screen and (max-width:768px){.match-details .player-info .player-info__header .player-info__header__title{font-size:20px}}@media screen and (max-width:576px){.match-details .lineup-detail{padding:0}.match-details .team-info .name{font-size:24px;line-height:24px}.match-details .player-info .player-item .player-item__photo{margin:0 16px;width:48px;height:48px}}body.lang-th .player-info .player-info__header .player-info__header__title{font-weight:700}body.lang-th .player-info .player-item .player-item__detail .player-item__detail__name .player-name,body.lang-th .player-info .player-item .player-item__detail .player-item__detail__nationality .nationality-name{font-weight:700}.section.section--sponsors{gap:0}.section.section--sponsors .section__background{position:absolute;top:0;left:0;width:100%;height:100%;aspect-ratio:16/9;z-index:1}.section.section--sponsors .section__background .desktop-version,.section.section--sponsors .section__background .mobile-version{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.section.section--sponsors .section__background .desktop-version{display:block}.section.section--sponsors .section__background .mobile-version{display:none}.section.section--sponsors .section__background .elm{display:block;position:absolute;pointer-events:none;width:100%}.section.section--sponsors .section__background .elm.elm-right,.section.section--sponsors .section__background .elm.elm-left{width:auto;max-width:100%;top:50%;transform:translateY(-50%)}.section.section--sponsors .section__background .elm.elm-right{right:0}.section.section--sponsors .section__background .elm.elm-left{left:0}.section.section--sponsors .section__header{position:relative;z-index:2;display:flex;justify-content:center;margin-bottom:27px}.section.section--sponsors .section__header .title-img{display:block;width:100%;max-width:848px;max-height:191px}.section.section--sponsors .section__body{position:relative;width:100%;height:100%;z-index:3;display:flex;flex-direction:column;justify-content:center}.sponsor-group{display:flex;flex-direction:column;align-items:center;gap:16px;position:relative}.sponsor-group .sponsor-title{height:20px;max-width:100%}.sponsor-group .sponsor-title img{height:100%;width:100%}.sponsor-group .sponsor-list{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;position:relative;margin-bottom:40px;width:100%}.sponsor-group .sponsor-list .sponsor-item{display:flex;max-width:387px;max-height:120px;width:100%;height:auto;padding:15px 30px;flex-direction:column;justify-content:center;align-items:center;gap:30px;border-radius:12px;border:.75px solid rgba(255,255,255,0.3);background:rgba(255,255,255,0.6);box-shadow:0 0 6px 0 rgba(255,255,255,0.3) inset;backdrop-filter:blur(48px);transition:all 300ms ease-in-out}.sponsor-group .sponsor-list .sponsor-item img{width:auto;height:auto;max-height:90px;flex-shrink:0}.sponsor-group .sponsor-list .sponsor-item:hover{opacity:1;transform:scale(1.05)}.sponsor-group.sponsor-group--silver .sponsor-list .sponsor-item{max-width:312px;max-height:96px;padding:12px 24px;gap:24px}.sponsor-group.sponsor-group--silver .sponsor-list .sponsor-item img{max-height:38.4px}.sponsor-group.sponsor-group--bronze .sponsor-list .sponsor-item{max-width:260px;max-height:80px;padding:10px 20px;gap:20px}.sponsor-group.sponsor-group--bronze .sponsor-list .sponsor-item img{max-height:60px}@media screen and (max-width:512px){.sponsor-group .sponsor-title{height:16px}.sponsor-group .sponsor-list .sponsor-item{overflow:hidden;width:100%;height:auto}.sponsor-group .sponsor-list .sponsor-item img{width:100%;max-height:70px}.sponsor-group .sponsor-list .sponsor-item.sponsor-item--thailife img{width:auto;height:100%;max-height:70px}.sponsor-group.sponsor-group--gold .sponsor-list .sponsor-item{padding:15px 15px}.sponsor-group.sponsor-group--silver .sponsor-list .sponsor-item{max-width:312px;max-height:96px;padding:12px 24px;gap:24px}.sponsor-group.sponsor-group--silver .sponsor-list .sponsor-item img{max-height:38.4px}.sponsor-group.sponsor-group--bronze .sponsor-list .sponsor-item{max-width:260px;max-height:80px;padding:10px 20px;gap:20px}.sponsor-group.sponsor-group--bronze .sponsor-list .sponsor-item img{max-height:60px}}
</pre></body></html>