/* wp-content/themes/latter-theme/assets/dist/blocks/heroScreen/css/v3.css */
.v3-heroscreen{color:var(--heroscreen-main-color);container-type:inline-size}.v3-heroscreen__content{background:var(--heroscreen-block-bg);border-radius:25px;display:grid;gap:128px;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;padding:64px 32px 0 64px}.v3-heroscreen__info{display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-bottom:64px;width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px}.v3-heroscreen__info-title{font-size:36px;font-weight:600;letter-spacing:-.72px;line-height:120%}.v3-heroscreen__info-description{color:var(--heroscreen-secondary-color);font-size:16px;font-weight:400;line-height:150%}.v3-heroscreen__info-description a{color:var(--heroscreen-links-color)}.v3-heroscreen__info-buttons{display:grid;gap:16px;grid-template-columns:repeat(2,1fr)}.v3-heroscreen__img{width:100%;-ms-flex-item-align:end;align-self:flex-end}.v3-heroscreen__img-content{height:auto;width:100%}.v3-heroscreen .v3-rating{color:var(--heroscreen-secondary-color)}@media (max-width:1360px){.v3-heroscreen__content{gap:32px}}@media (max-width:1200px){.v3-heroscreen__content{grid-template-columns:repeat(1,1fr);padding:64px 64px 0}.v3-heroscreen__info{padding-bottom:0;width:100%}}@media (max-width:768px){.v3-heroscreen__content{padding:32px 32px 0}.v3-heroscreen__info{gap:16px}.v3-heroscreen__info-buttons{grid-template-columns:repeat(1,1fr)}}@media (max-width:560px){.v3-heroscreen__content{padding:16px 16px 0}.v3-heroscreen__info-title{font-size:30px;font-weight:600;line-height:130%}}
/* wp-content/themes/latter-theme/assets/dist/blocks/toc/css/v3.css */
.v3-toc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--site-bg);border:1px solid var(--line-secondary);border-radius:30px;gap:12px;overflow:hidden;padding:12px 0;position:relative;row-gap:0}.v3-toc__title{color:var(--text-main);font-size:16px;font-weight:500;line-height:150%;margin-left:16px}.v3-toc__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:transparent;border:none;cursor:pointer;height:24px;margin-right:16px;outline:none;position:relative;-webkit-transition-duration:1s;transition-duration:1s;width:24px}.dropdown-list_open .v3-toc__button{-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.dropdown-list_open .v3-toc__button-burger{background:transparent;-webkit-transition-delay:.25s;transition-delay:.25s;-webkit-transition-duration:.1s;transition-duration:.1s}.dropdown-list_open .v3-toc__button-burger:before{top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition:top .25s,-webkit-transform .25s .25s;transition:top .25s,-webkit-transform .25s .25s;transition:top .25s,transform .25s .25s;transition:top .25s,transform .25s .25s,-webkit-transform .25s .25s}.dropdown-list_open .v3-toc__button-burger:after{top:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:top .4s,-webkit-transform .25s .25s;transition:top .4s,-webkit-transform .25s .25s;transition:top .4s,transform .25s .25s;transition:top .4s,transform .25s .25s,-webkit-transform .25s .25s}.v3-toc__button-burger{background-color:var(--text-main);border-radius:20px;height:2px;position:absolute;-webkit-transition-delay:.25s;transition-delay:.25s;-webkit-transition-duration:.25s;transition-duration:.25s;width:20px}.v3-toc__button-burger:before{top:-6px}.v3-toc__button-burger:after,.v3-toc__button-burger:before{background-color:var(--text-main);border-radius:20px;content:"";height:2px;left:0;position:absolute;-webkit-transition:top .25s .25s,-webkit-transform .25s;transition:top .25s .25s,-webkit-transform .25s;transition:transform .25s,top .25s .25s;transition:transform .25s,top .25s .25s,-webkit-transform .25s;width:20px}.v3-toc__button-burger:after{top:6px}.v3-toc__menu{background-color:var(--site-bg);counter-reset:item;height:0;list-style-type:none;opacity:0;overflow:hidden;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:calc(100% + 2px);z-index:100}.v3-toc__menu-item:not(:last-child){border-bottom:1px solid var(--line-secondary)}.v3-toc__menu-item:first-child{padding-top:12px}.v3-toc__menu-item__link{color:var(--text-main);display:inline-block;font-size:16px;font-weight:500;line-height:150%;padding:10px;text-decoration:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.v3-toc__menu-item__link:before{content:counters(item,".") ". ";counter-increment:item;display:inline-block;margin-right:10px}.v3-toc__menu_child{counter-reset:item;list-style-type:none}.v3-toc__menu_child .toc__menu-item{border-top:1px solid var(--line-secondary)}.v3-toc__menu_child .toc__menu-item__link{font-size:14px;font-weight:600;line-height:24px;padding-left:15px}.v3-toc__menu_grandchild{counter-reset:item;list-style-type:none}.v3-toc__menu_grandchild .toc__menu-item{border-top:1px solid var(--line-secondary)}.v3-toc__menu_grandchild .toc__menu-item__link{font-size:14px;font-weight:400;line-height:150%;padding-left:30px}
/* wp-content/themes/latter-theme/assets/dist/blocks/textImage/css/v3.css */
.v3-welcome{color:var(--text-main)}.v3-welcome .container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.v3-welcome .container,.v3-welcome__content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.v3-welcome__content{width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.v3-welcome__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;width:0}.v3-welcome__img{border-radius:28px;min-width:420px;overflow:hidden;position:relative;width:100%}.v3-welcome__img-content{display:block;height:auto;-o-object-fit:cover;object-fit:cover;width:100%}.v3-welcome__img-btn{background-color:var(--button-bg);border-radius:50%;color:var(--button-color);height:70px;left:50%;padding:17px;position:absolute;text-align:center;text-decoration:none;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:background-color .3s ease-in-out,color .3s ease-in-out;transition:background-color .3s ease-in-out,color .3s ease-in-out;width:70px}.v3-welcome__img-btn:disabled{background:var(--button-disable-bg);color:var(--button-disable-color);pointer-events:none}.v3-welcome__img-btn[type=submit]:not(:disabled){color:var(--button-color)!important}.v3-welcome__img-btn svg{height:100%;width:100%}.v3-welcome__img .latter-iframe{aspect-ratio:62/29;border:none;display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.v3-welcome__img.active-iframe .v3-welcome__img-btn,.v3-welcome__img.active-iframe .v3-welcome__img-content{display:none}.v3-welcome .vAll-button,.v3-welcome .vAll-meta-button{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:900px){.v3-welcome__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.v3-welcome__info{display:contents}.v3-welcome__img{min-width:unset}}@media (max-width:768px){.v3-welcome .container{gap:16px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.v3-welcome__img{border-radius:16px}.v3-welcome__img .latter-iframe{aspect-ratio:unset;min-height:calc(100vh - var(--header-height))}.v3-welcome .vAll-button,.v3-welcome .vAll-meta-button{width:100%}}@media (hover:hover){.v3-welcome__img-btn:hover{background-color:var(--button-hover-bg);color:var(--button-hover-color)}.v3-welcome__img-btn[type=submit]:not(:disabled):hover{color:var(--button-hover-color)!important}}
/* wp-content/themes/latter-theme/assets/dist/blocks/cardButtons/css/v3.css */
.v3-games{color:var(--text-main)}.v3-games .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:20px}.v3-games__list{display:grid;gap:20px 73px;grid-template-columns:repeat(3,1fr)}.v3-games__card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-pack:justify;-ms-flex-pack:justify;color:var(--text-main);gap:20px;justify-content:space-between;width:100%}.v3-games__card-img{border-radius:16px;overflow:hidden;width:100%}.v3-games__card-img__content{display:block;height:auto;-o-object-fit:cover;object-fit:cover;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;width:100%}.v3-games__card-info{margin-bottom:auto}.v3-games__card-info__title{font-size:24px;font-weight:600;line-height:130%;margin-bottom:8px}.v3-games__card-info__description{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:16px}.v3-games__card-info__description p{color:var(--text-secondary);font-size:16px;font-weight:400;line-height:150%}.v3-games__card-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;gap:10px}@media (min-width:1000px){.v3-games__card:not(:nth-child(3n),:last-child){position:relative}.v3-games__card:not(:nth-child(3n),:last-child):after{background-color:var(--line-secondary);bottom:0;content:"";height:100%;position:absolute;right:-36px;width:1px}}@media (max-width:1000px){.v3-games__list{grid-template-columns:repeat(2,1fr)}}@media (max-width:1000px)and (min-width:600px){.v3-games__card:nth-child(odd):not(:last-child){position:relative}.v3-games__card:nth-child(odd):not(:last-child):after{background-color:var(--line-secondary);bottom:0;content:"";height:100%;position:absolute;right:-36px;width:1px}}@media (max-width:768px){.v3-games .container{gap:16px}}@media (max-width:708px){.v3-games__card-info__title{font-size:20px;font-weight:600;line-height:140%}}@media (max-width:600px){.v3-games__list{grid-template-columns:repeat(1,1fr);padding:20px 0;row-gap:40px}.v3-games__card:first-child{position:relative}.v3-games__card:first-child:before{background-color:var(--line-secondary);content:"";height:1px;position:absolute;right:0;top:-20px;width:100%}.v3-games__card:not(:last-child){position:relative}.v3-games__card:not(:last-child):after{background-color:var(--line-secondary);bottom:-20px;content:"";height:1px;position:absolute;right:0;width:100%}}@media (hover:hover){.v3-games__card:hover .v3-games__card-img__content{-webkit-transform:scale(1.05);transform:scale(1.05)}}
/* wp-content/themes/latter-theme/assets/dist/blocks/faq/css/v3.css */
.v3-faq .container{gap:20px}.v3-faq .container,.v3-faq__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap}.v3-faq__list{gap:16px}.v3-faq__list-item{interpolate-size:allow-keywords;background-color:var(--contrast-bg);border-radius:40px;color:var(--contrast-color);padding:16px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;width:100%}.v3-faq__list-item::details-content{block-size:0;overflow:hidden;-webkit-transition:block-size .3s,content-visibility .3s;transition:block-size .3s,content-visibility .3s;transition-behavior:allow-discrete}.v3-faq__list-item[open]::details-content{block-size:auto}.v3-faq__list-item summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;gap:16px;list-style:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.v3-faq__list-item summary::-webkit-details-marker{display:none}.v3-faq__list-item__question{color:var(--card-text);font-size:16px;font-weight:600;line-height:150%}.v3-faq__list-item__btn{border:2px solid var(--contrast-color);border-radius:50%;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:24px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.v3-faq__list-item__btn:before{height:12px;-webkit-transform:translate(-50%,-50%) rotate(0deg);transform:translate(-50%,-50%) rotate(0deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;width:2px}.v3-faq__list-item__btn:after,.v3-faq__list-item__btn:before{background-color:var(--contrast-color);border-radius:8px;content:"";left:50%;position:absolute;top:50%}.v3-faq__list-item__btn:after{height:2px;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:12px}.v3-faq__list-item .text-block{color:var(--card-text)}.v3-faq__list-item[open]{background-color:var(--card-bg);color:var(--card-text)}.v3-faq__list-item[open] .v3-faq__list-item__btn:before{-webkit-transform:translate(-50%,-50%) rotate(90deg);transform:translate(-50%,-50%) rotate(90deg)}.v3-faq__list-item[open] summary{margin-bottom:16px}@media (max-width:768px){.v3-faq .container{gap:16px}.v3-faq__list{margin-top:8px}}
/* wp-content/plugins/MatchCenter/dist/css/mcCritical.css */
body .scroll-to-top{z-index:5}.match-center{font-family:Arial,sans-serif}.match-center .predictions p{margin:unset}.match-center{margin-bottom:20px}.match-center__header{background-color:var(--hero-background);color:var(--hero-text-color);margin-bottom:24px;padding:30px 0 16px}.match-center__header a{color:var(--hero-link-color)}.match-center__header a:hover{color:var(--hero-link-color-hover)}@media(max-width:834px){.match-center__header{margin-bottom:16px;padding:8px 0 16px}}.match-center__header .match-center__description{padding:0}.match-center__title{font-family:Arial,sans-serif;font-size:34px;font-weight:700;line-height:48px;padding:16px 0 8px}.match-center__title:last-child{padding-bottom:0}@media(max-width:834px){.match-center__title{font-size:30px;font-weight:600;line-height:45.6px}}.match-center__description{padding:32px 0}@media(max-width:834px){.match-center__description{padding:16px 0}}.match-center__description,.match-center__description>.container{font-size:16px;font-weight:400;line-height:24px}.match-center__description>.container>:not(:last-child),.match-center__description>:not(:last-child){margin-bottom:16px}.match-center__description>.container>:where(h1,h2,h3,h4,h5,h6),.match-center__description>:where(h1,h2,h3,h4,h5,h6){margin-bottom:20px}.match-center__description>.container>h1,.match-center__description>h1{font-size:34px;font-weight:700;line-height:48px}.match-center__description>.container>h2,.match-center__description>h2{font-size:30px;font-weight:700;line-height:45.6px}.match-center__description>.container>h3,.match-center__description>h3{font-size:24px;font-weight:700;line-height:38.4px}.match-center__description>.container>ol,.match-center__description>.container>ul,.match-center__description>ol,.match-center__description>ul{margin-left:20px}.match-center__leagues{margin-top:8px}.match-center .mc-periods{border-bottom:1px solid var(--main-border-color);display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;margin-bottom:8px;padding-bottom:8px}.match-center .mc-periods__link{background:var(--tabs-background);border-radius:5px;color:var(--tabs-text-color);font-size:14px;font-weight:400;line-height:21px;padding:4px 16px;text-decoration:none}.match-center .mc-periods__link.active-link{background:var(--tabs-background-active);color:var(--tabs-text-color-active)}.match-center .mc-tabs{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2px;margin-bottom:8px}.match-center .mc-tabs__link{background:var(--tabs-background);border:none;border-radius:8px 8px 0 0;color:var(--tabs-text-color);cursor:pointer;font-size:14px;font-weight:400;line-height:21px;padding:17px 24px;text-align:center;text-decoration:none;white-space:nowrap;width:100%}.match-center .mc-tabs__link.active-link{background:var(--tabs-background-active);color:var(--tabs-text-color-active)}.match-center .mc-tabs__link:first-of-type{border-radius:8px 8px 0 8px}.match-center .mc-tabs__link:last-of-type{border-radius:8px 8px 8px 0}@media(max-width:340px){.match-center .mc-tabs__link{padding:17px 22px}}.match-center .live-badge{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--hero-live-color);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;gap:4px;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.match-center .live-badge:after{content:"●";display:inline-block;position:relative}.match-center .mc-filters,.match-center .mc-leagues__list{overflow-x:scroll;overflow-y:auto;position:relative}.match-center .mc-filters::-webkit-scrollbar-track,.match-center .mc-leagues__list::-webkit-scrollbar-track{background-color:#eaecf0;border-radius:3px}.match-center .mc-filters::-webkit-scrollbar,.match-center .mc-leagues__list::-webkit-scrollbar{background-color:#f5f5f5;height:4px}.match-center .mc-filters::-webkit-scrollbar-thumb,.match-center .mc-leagues__list::-webkit-scrollbar-thumb{background-color:#667085;border-radius:3px}.match-center .mc-filters,.match-center .mc-leagues__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;list-style:none;margin:0 0 -10px;overflow-x:auto;padding:0 0 10px}.match-center .mc-leagues__item{margin:0;padding:0}.match-center .mc-leagues__item:after,.match-center .mc-leagues__item:before{content:none}.match-center .mc-leagues__item.league:has(a.active):not(:last-child){display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.match-center .mc-leagues__item.league:has(a.active):not(:last-child):after{background-color:var(--main-border-color);content:"";display:block;height:100%;position:relative;width:1px}.match-center .mc-filter,.match-center .mc-leagues__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--filters-background);border-radius:var(--rad);color:var(--filters-text-color);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:14px;font-weight:400;gap:4px;line-height:21px;padding:4px 16px;text-decoration:none;white-space:nowrap}.match-center .mc-filter.active,.match-center .mc-leagues__link.active{background:var(--filters-background-active);color:var(--filters-text-color-active)}.match-center .mc-filter.active svg,.match-center .mc-leagues__link.active svg{display:block;pointer-events:none}.match-center .mc-filter.active svg path,.match-center .mc-leagues__link.active svg path{stroke:var(--filters-text-color-active)}.match-center .mc-filter svg,.match-center .mc-leagues__link svg{display:none}.match-center img{height:100%;width:100%}.match-center .mc-accent-button{background:var(--accent-btn-bg);border:var(--accent-btn-border-width) solid var(--accent-btn-bg);border-radius:var(--accent-btn-radius);color:var(--accent-btn-text);display:block;font-size:16px;font-weight:700;line-height:18px;padding:11px;text-align:center;text-decoration:none;-webkit-transition:all .25s;transition:all .25s}.match-center .mc-accent-button:hover{background:var(--accent-btn-bg-hover);color:var(--accent-btn-text-hover)}.match-center.match-center-block *{margin:0}.match-center.match-center-block .match-center__top{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}.match-center:not(.match-center-block) .predictions__header{font-size:30px;font-weight:700;line-height:45.6px}.match-center .predictions{margin-top:50px}.match-center .predictions__header{border-bottom:1px solid var(--main-border-color);color:var(--main-text-color-main);margin-bottom:16px;padding-bottom:10px;width:100%}@media(max-width:834px){.match-center .predictions__header{margin-bottom:24px}}.match-center .predictions__header:after{content:none}.match-center .predictions__wrapper{display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:32px}@media(max-width:1100px){.match-center .predictions__wrapper{grid-template-columns:repeat(2,1fr)}}@media(max-width:750px){.match-center .predictions__wrapper{gap:16px;grid-template-columns:1fr}}@media(max-width:834px){.match-center .predictions{margin-top:48px}}.match-center .prediction-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--main-card-bg-color);border:1px solid var(--main-border-color);border-radius:var(--rad);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;position:relative;width:100%}.match-center .prediction-card:has(.prediction-card__badge) .prediction-card__header{padding-top:54px}.match-center .prediction-card__badge-wrapper{left:0;position:absolute;top:16px}.match-center .prediction-card__badge{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:-webkit-gradient(linear,right top,left top,from(var(--prediction-card-badge-bg-1)),to(var(--prediction-card-badge-bg-2)));background:linear-gradient(270deg,var(--prediction-card-badge-bg-1) 0,var(--prediction-card-badge-bg-2) 100%);color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:12px;font-variant-numeric:lining-nums proportional-nums;font-weight:700;gap:6px;height:34px;line-height:18px;line-height:20px;padding:4px 3px 4px 0;position:relative;text-align:center}.match-center .prediction-card__badge:before{background:var(--prediction-card-badge-bg-1);clip-path:polygon(56% 0,75% 0,100% 50%,75% 100%,56% 100%);content:"";display:inline-block;height:34px;position:absolute;right:-9px;top:0;width:25px}.match-center .prediction-card__badge:after{background:var(--prediction-card-badge-bg-2);clip-path:path("M15 0C12.384 2.09642e-05 10.7566 5.84575e-05 9.50897 0.000123402C7.85927 0.000209277 6.17943 0.334913 4.90529 1.3828C0.801222 4.75809 0 10.5672 0 24.4424V38.4831L4.63731 36.134L9.5 33.9999H15.0124V31.4999L15.0126 24.9999C15.0126 14.6897 15.0075 9.4333 15.0038 5.60758C15.0017 3.50695 15.0001 1.83768 15 0ZM17.2618 33.9999L50 34H91V33.9999H53.9047H17.2618Z");content:"";display:inline-block;height:45px;left:-15px;position:absolute;top:0;width:15px}.match-center .prediction-card__badge img{height:24px;-o-object-fit:contain;object-fit:contain;width:auto}.match-center .prediction-card__badge-bg-part{background:var(--prediction-card-badge-bg-2);bottom:-12px;clip-path:path("M15 0.560547V19.6539C13.076 19.6046 8.57062 19.2816 4.33327 16.8974C2.23716 15.7175 0.863269 14.4967 0 13.5002V0.560547H15Z");display:inline-block;-webkit-filter:brightness(50%);filter:brightness(50%);height:19px;left:-15px;position:absolute;width:15px}.match-center .prediction-card__link{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;z-index:1}.match-center .prediction-card__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:4px;padding:18px 16px 8px}.match-center .prediction-card__name{color:var(--main-text-color-main);font-size:18px;font-weight:700;line-height:24px;margin:0;text-align:center}.match-center .prediction-card__name a{color:inherit;text-decoration:none}.match-center .prediction-card__title{color:var(--main-text-color-sub);font-size:14px;font-weight:400;line-height:21px;margin:0}.match-center .prediction-card__title svg path{stroke:var(--main-text-color-sub)}.match-center .prediction-card__date{color:var(--main-text-color-main);font-size:14px;font-weight:400;line-height:21px;margin-bottom:4px;position:relative;width:100%}.match-center .prediction-card__date time{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:space-between}.match-center .prediction-card .prediction-teams__team{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:4px}.match-center .prediction-card .prediction-teams__team:not(:last-child){margin-bottom:12px}.match-center .prediction-card .prediction-teams__icon{-webkit-box-pack:center;-ms-flex-pack:center;aspect-ratio:1/1;background-color:var(--main-team-logo-bg);border-radius:50%;justify-content:center;overflow:hidden;padding:4px;width:24px}.match-center .prediction-card .prediction-teams__icon,.match-center .prediction-card .prediction-teams__name{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.match-center .prediction-card .prediction-teams__name{color:var(--main-text-color-main);font-size:14px;font-weight:700;gap:8px;line-height:21px}.match-center .prediction-card .prediction-teams__name svg path{fill:var(--main-active-team-icon)}.match-center .prediction-card .prediction-teams__info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--main-text-color-sub);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;font-size:14px;font-weight:400;gap:4px;justify-content:center;line-height:21px;text-align:center}.match-center .prediction-card .prediction-teams__result{-webkit-box-flex:1;-ms-flex-positive:1;color:var(--main-text-color-main);flex-grow:1;font-size:14px;font-weight:600;line-height:21px;text-align:end}.match-center .prediction-card .prediction-teams__description{color:var(--main-text-color-sub);font-size:14px;font-weight:400;line-height:21px;margin-top:16px}.match-center .prediction-card__live,.match-center .prediction-card__results,.match-center .prediction-card__upcoming{border-top:1px solid var(--main-border-color);height:100%;padding:12px 16px}.match-center .prediction-card__live:not(:last-child),.match-center .prediction-card__results:not(:last-child),.match-center .prediction-card__upcoming:not(:last-child){border-bottom:1px solid var(--main-border-color)}.match-center .prediction-card__upcoming{height:auto;margin-top:auto;padding:8px 16px}.match-center .prediction-card__upcoming .prediction-teams{-webkit-box-pack:justify;-ms-flex-pack:justify;display:grid;gap:8px;grid-template-columns:1fr auto 1fr;justify-content:space-between;padding:0 20px}.match-center .prediction-card__upcoming .prediction-teams__team{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;margin-bottom:0}.match-center .prediction-card__upcoming .prediction-teams__name{font-size:16px;font-weight:700;line-height:24px;text-align:center}.match-center .prediction-card__upcoming .prediction-teams__icon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;aspect-ratio:1/1;background-color:var(--main-team-logo-bg);border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;overflow:hidden;padding:16px;width:69px}.match-center .prediction-card__upcoming .prediction-teams__time{color:var(--main-text-color-main);font-size:16px;font-weight:700;line-height:24px}.match-center .prediction-card__match-details{display:grid;gap:8px;padding:8px 16px 16px;position:relative;z-index:2}.match-center .prediction-card__match-details .links-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px}.match-center .prediction-card__match-details__link{background:var(--filters-background);border-radius:var(--rad);color:var(--filters-text-color);font-size:14px;font-weight:400;line-height:21px;padding:4px;text-align:center;text-decoration:none;width:100%}.match-center .prediction-card__match-details .make-bet-btn{margin:0;outline:none;padding:10px;text-align:center;width:100%}.match-center .prediction-card__odds-wrapper{display:grid;gap:16px;padding:12px 16px;z-index:2}.match-center .prediction-card__odds-wrapper .odds-cell{background:var(--odds-center-coef-bg,#f2f4f7);border-radius:8px;text-decoration:none;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.match-center .prediction-card__odds-wrapper .odds-cell .value{color:var(--odds-center-coef-subtext,#000);font-size:12px;font-weight:600;line-height:18px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.match-center .prediction-card__odds-wrapper .odds-cell .coef{color:var(--odds-center-market-name,#000);font-size:16px;font-weight:500;line-height:24px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.match-center .prediction-card__odds-wrapper .odds-cell.has-coef .coef{color:var(--odds-center-coef-text,#000)}.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover{background:var(--odds-center-coef-bg-hover,#eaecf0)}.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover .value{color:var(--odds-center-coef-subtext-hover,#fff)}.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover .coef{color:var(--odds-center-coef-text-hover,#fff)}.match-center .prediction-card__odds-wrapper .main-odds{display:grid;gap:inherit;grid-template-columns:1fr 1fr}.match-center .prediction-card__odds-wrapper .main-odds .bk-info{gap:8px;grid-column:1/3}.match-center .prediction-card__odds-wrapper .main-odds .bk-info,.match-center .prediction-card__odds-wrapper .main-odds .bk-info_logo{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.match-center .prediction-card__odds-wrapper .main-odds .bk-info_logo{background-color:var(--site-color,transparent);border-radius:50%;height:24px;padding:2px;width:24px}.match-center .prediction-card__odds-wrapper .main-odds .bk-info_title{color:var(--odds-center-team-name);font-size:14px;font-weight:500;line-height:21px}.match-center .prediction-card__odds-wrapper .main-odds .odds-cell{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding:12px 16px}.match-center .prediction-card__odds-wrapper .main-odds .odds-cell .value{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.match-center .prediction-card__odds-wrapper .additional-odds{display:grid;gap:inherit;grid-template-columns:1fr 1fr}.match-center .prediction-card__odds-wrapper .additional-odds .odds-column{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4px;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 62px;row-gap:inherit}.match-center .prediction-card__odds-wrapper .additional-odds .odds-column__title{color:var(--odds-center-market-name);font-size:14px;font-weight:400;grid-column:1/3;line-height:21px;text-align:center}.match-center .prediction-card__odds-wrapper .additional-odds .odds-column .odds-cell{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:4px;height:100%;justify-items:center;padding:8px}.match-center .prediction-card__odds-wrapper .additional-odds .odds-column .odds-cell:not(.has-coef) .value{display:none}.match-center .prediction-card__odds-wrapper .odds-btn{border:none;font-size:16px;font-weight:500;line-height:24px;margin:0;padding:10px 18px;text-align:center;width:100%}.match-center .prediction-card__odds-wrapper .odds-btn_disabled{background:#f2f4f7;border-color:#f2f4f7;color:#475467;pointer-events:none}@media(max-width:750px){.match-center .prediction-card .prediction-card__title{text-align:center}.match-center .prediction-card .prediction-card__upcoming .prediction-teams{padding:0 9px}}@media(max-width:340px){.match-center .prediction-card .prediction-card__upcoming .prediction-teams{padding:0}}.match-center .prediction-card.prediction-card__accent{background-color:var(--accent-card-color,var(--main-card-bg-color));border:1px solid var(--accent-card-color,var(--main-border-color))}.match-center .prediction-card.prediction-card__accent .prediction-card__date,.match-center .prediction-card.prediction-card__accent .prediction-card__match-details__link,.match-center .prediction-card.prediction-card__accent .prediction-card__name,.match-center .prediction-card.prediction-card__accent .prediction-card__profit-title,.match-center .prediction-card.prediction-card__accent .prediction-card__profit-winner,.match-center .prediction-card.prediction-card__accent .prediction-card__title,.match-center .prediction-card.prediction-card__accent .prediction-teams__info,.match-center .prediction-card.prediction-card__accent .prediction-teams__name,.match-center .prediction-card.prediction-card__accent .prediction-teams__result,.match-center .prediction-card.prediction-card__accent .prediction-teams__time{color:var(--accent-card-text-color,var(--main-text-color-main))}.match-center .prediction-card.prediction-card__accent .prediction-card__profit-winner:before{background:var(--accent-card-text-color,var(--main-text-color-main))}.match-center .prediction-card.prediction-card__accent .prediction-card__accent__logo{margin-right:auto;max-width:82px;-o-object-fit:contain;object-fit:contain;-o-object-position:left;object-position:left;pointer-events:none}.match-center .prediction-card.prediction-card__accent .prediction-card__title svg path,.match-center .prediction-card.prediction-card__accent .prediction-teams__name svg path{stroke:var(--accent-card-text-color,var(--main-text-color-main))}.match-center .prediction-card.prediction-card__accent .prediction-teams__name svg path{fill:var(--accent-card-text-color,var(--main-text-color-main))}.match-center .prediction-card.prediction-card__accent .prediction-card__live,.match-center .prediction-card.prediction-card__accent .prediction-card__results,.match-center .prediction-card.prediction-card__accent .prediction-card__upcoming{border-color:var(--accent-card-border-color,var(--main-border-color))}.match-center .prediction-card.prediction-card__accent .prediction-teams__icon{background-color:var(--accent-card-text-color,var(--main-team-logo-bg))}.match-center .prediction-card.prediction-card__accent .prediction-card__match-details__link{background:transparent;border:1px solid var(--accent-card-text-color,transparent)}.match-center .prediction-card.prediction-card__accent .make-bet-btn{background:var(--accent-card-text-color,var(--accent-btn-bg));color:var(--accent-card-color,var(--main-card-bg-color))}.match-center .prediction-card__profit-card{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}.match-center .prediction-card__profit-item{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;justify-content:space-between}.match-center .prediction-card__profit-title{color:var(--main-text-color-main);font-size:16px;font-weight:400;line-height:24px;line-height:150%}.match-center .prediction-card__profit-winner{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--main-text-color-main);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-weight:400;gap:4px;line-height:24px;line-height:normal}.match-center .prediction-card__profit-winner:before{-ms-flex-negative:0;background:var(--main-text-color-main);clip-path:path("M22.4507 20.6236C22.3848 20.7377 22.2901 20.8324 22.1761 20.8982C22.062 20.964 21.9327 20.9987 21.801 20.9986H3.80099C3.6694 20.9985 3.54017 20.9638 3.42626 20.8979C3.31235 20.832 3.21778 20.7373 3.15205 20.6233C3.08631 20.5093 3.05172 20.38 3.05176 20.2485C3.05179 20.1169 3.08645 19.9876 3.15224 19.8736C4.58005 17.4052 6.78036 15.6352 9.34818 14.7961C8.07802 14.04 7.09119 12.8878 6.53923 11.5166C5.98727 10.1453 5.90069 8.63077 6.29281 7.20554C6.68492 5.78031 7.53404 4.5232 8.70976 3.62726C9.88549 2.73132 11.3228 2.24609 12.801 2.24609C14.2792 2.24609 15.7165 2.73132 16.8922 3.62726C18.0679 4.5232 18.9171 5.78031 19.3092 7.20554C19.7013 8.63077 19.6147 10.1453 19.0628 11.5166C18.5108 12.8878 17.524 14.04 16.2538 14.7961C18.8216 15.6352 21.0219 17.4052 22.4497 19.8736C22.5157 19.9876 22.5505 20.1169 22.5507 20.2485C22.5509 20.3802 22.5164 20.5095 22.4507 20.6236Z");content:"";display:inline-block;flex-shrink:0;height:24px;width:24px}.match-center .prediction-card__profit{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#34c759;border-radius:5px;color:#fff;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:16px;font-weight:700;line-height:24px;line-height:normal;min-height:34px;padding:4px 15px}.match-center-block{margin-top:16px}.match-center-block .predictions:first-child{margin-top:0}.match-center-block.half-size .predictions__wrapper{grid-template-columns:repeat(auto-fit,minmax(min(100%,max(300px,50% - 24px)),1fr))}.match-center-block.half-size .predictions__wrapper .prediction-card{max-width:100%}.disable-block{background:var(--placeholder-background);border:1px solid var(--placeholder-border-color);border-radius:var(--rad);display:grid;gap:16px;grid-template-columns:68px 1fr;padding:16px}@media(max-width:375px){.disable-block{margin:16px 0 26px}}.disable-block__icon{background-position:50%;background-repeat:no-repeat;background-size:calc(100% - 16px);height:68px;padding:8px;width:68px}.disable-block__content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px;justify-content:center}.disable-block__title{color:var(--placeholder-text-color-main);font-size:14px;font-weight:700;line-height:21px}.disable-block__text{color:var(--placeholder-text-color-sub);font-size:14px;font-weight:400;line-height:21px}.match-center .mc-calendar{border-bottom:1px solid var(--main-border-color)}.match-center .mc-calendar__nav{overflow-x:scroll;overflow-y:auto;position:relative}.match-center .mc-calendar__nav::-webkit-scrollbar-track{background-color:#eaecf0;border-radius:3px}.match-center .mc-calendar__nav::-webkit-scrollbar{background-color:#f5f5f5;height:4px}.match-center .mc-calendar__nav::-webkit-scrollbar-thumb{background-color:#667085;border-radius:3px}.match-center .mc-calendar__nav{overflow-x:auto;padding-bottom:8px}.match-center .mc-calendar__list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;list-style:none;margin:0;padding:0 8px}.match-center .mc-calendar__item{border:1px solid transparent;border-radius:8px;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--calendar-text-color);cursor:pointer;display:block;font-size:14px;font-weight:400;height:50px;line-height:21px;margin:0;min-width:45px;padding:5px 7px;text-align:center;word-spacing:100vw}.match-center .mc-calendar__item:after,.match-center .mc-calendar__item:before{content:none}.match-center .mc-calendar__item:first-line{color:var(--calendar-number-color);font-size:14px;font-weight:500;line-height:21px}.match-center .mc-calendar__item.active-date{border:1px solid var(--calendar-border-color)}