@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}textarea{resize:none}input{outline:0;-webkit-box-shadow:none;box-shadow:none;text-shadow:none}input[type=text],input[type=email],input[type=password],textarea{-webkit-appearance:none;-moz-appearance:none;appearance:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.clearfix:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}a{text-decoration:none;cursor:pointer}.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:0}.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1}.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}.air-datepicker-cell.-in-range-:hover{background:var(--adp-cell-background-color-in-range-hover)}.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}.air-datepicker-cell.-selected-{color:#fff;border:0;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}.air-datepicker-body{-webkit-transition:all var(--adp-transition-duration) var(--adp-transition-ease);transition:all var(--adp-transition-duration) var(--adp-transition-ease)}.air-datepicker-body.-hidden-{display:none}.air-datepicker-body--day-names{display:-ms-grid;display:grid;-ms-grid-columns:(var(--adp-day-cell-width))[7];grid-template-columns:repeat(7,var(--adp-day-cell-width));margin:8px 0 3px}.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.air-datepicker-body--day-name.-clickable-{cursor:pointer}.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}.air-datepicker-body--cells{display:-ms-grid;display:grid}.air-datepicker-body--cells.-days-{-ms-grid-columns:(var(--adp-day-cell-width))[7];grid-template-columns:repeat(7,var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}.air-datepicker-body--cells.-months-{-ms-grid-columns:(1fr)[3];grid-template-columns:repeat(3,1fr);grid-auto-rows:var(--adp-month-cell-height)}.air-datepicker-body--cells.-years-{-ms-grid-columns:(1fr)[4];grid-template-columns:repeat(4,1fr);grid-auto-rows:var(--adp-year-cell-height)}.air-datepicker-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);-webkit-box-sizing:content-box;box-sizing:content-box}.-only-timepicker- .air-datepicker-nav{display:none}.air-datepicker-nav--title,.air-datepicker-nav--action{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}.air-datepicker-nav--action.-disabled-{visibility:hidden}.air-datepicker-nav--action svg{width:32px;height:32px}.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}.air-datepicker-nav--title.-disabled-{cursor:default;background:none}.air-datepicker-buttons{display:-ms-grid;display:grid;grid-auto-columns:1fr;grid-auto-flow:column}.air-datepicker-button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:0;background:rgba(255,255,255,0)}.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:0}.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}.air-datepicker-button span{outline:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;height:100%}.air-datepicker-time{display:-ms-grid;display:grid;-ms-grid-columns:-webkit-max-content 12px 1fr;-ms-grid-columns:max-content 12px 1fr;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-column-gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}.-only-timepicker- .air-datepicker-time{border-top:0}.air-datepicker-time--current{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center}.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}.air-datepicker-time--current-ampm{text-transform:uppercase;-ms-flex-item-align:end;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}.air-datepicker-time--row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:-webkit-gradient(linear,left top,right top,from(var(--adp-time-track-color)),to(var(--adp-time-track-color))) left 50%/100% var(--adp-time-track-height) no-repeat;background:linear-gradient(to right,var(--adp-time-track-color),var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}.air-datepicker-time--row:first-child{margin-bottom:4px}.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;-webkit-box-flex:1;-ms-flex:1;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}.air-datepicker-time--row input[type=range]:focus{outline:0}.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-box-sizing:border-box;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:0;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-moz-range-track{border:0;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-track{border:0;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}.air-datepicker{--adp-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--adp-font-size:14px;--adp-width:246px;--adp-z-index:100;--adp-padding:4px;--adp-grid-areas:"nav" "body" "timepicker" "buttons";--adp-transition-duration:.3s;--adp-transition-ease:ease-out;--adp-transition-offset:8px;--adp-background-color:#fff;--adp-background-color-hover:#f0f0f0;--adp-background-color-active:#eaeaea;--adp-background-color-in-range:rgba(92,196,239,.1);--adp-background-color-in-range-focused:rgba(92,196,239,.2);--adp-background-color-selected-other-month-focused:#8ad5f4;--adp-background-color-selected-other-month:#a2ddf6;--adp-color:#4a4a4a;--adp-color-secondary:#9c9c9c;--adp-accent-color:#4eb5e6;--adp-color-current-date:var(--adp-accent-color);--adp-color-other-month:#dedede;--adp-color-disabled:#aeaeae;--adp-color-disabled-in-range:#939393;--adp-color-other-month-hover:#c5c5c5;--adp-border-color:#dbdbdb;--adp-border-color-inner:#efefef;--adp-border-radius:4px;--adp-border-color-inline:#d7d7d7;--adp-nav-height:32px;--adp-nav-arrow-color:var(--adp-color-secondary);--adp-nav-action-size:32px;--adp-nav-color-secondary:var(--adp-color-secondary);--adp-day-name-color:#ff9a19;--adp-day-name-color-hover:#8ad5f4;--adp-day-cell-width:1fr;--adp-day-cell-height:32px;--adp-month-cell-height:42px;--adp-year-cell-height:56px;--adp-pointer-size:10px;--adp-poiner-border-radius:2px;--adp-pointer-offset:14px;--adp-cell-border-radius:4px;--adp-cell-background-color-hover:var(--adp-background-color-hover);--adp-cell-background-color-selected:#5cc4ef;--adp-cell-background-color-selected-hover:#45bced;--adp-cell-background-color-in-range:rgba(92,196,239,.1);--adp-cell-background-color-in-range-hover:rgba(92,196,239,.2);--adp-cell-border-color-in-range:var(--adp-cell-background-color-selected);--adp-btn-height:32px;--adp-btn-color:var(--adp-accent-color);--adp-btn-color-hover:var(--adp-color);--adp-btn-border-radius:var(--adp-border-radius);--adp-btn-background-color-hover:var(--adp-background-color-hover);--adp-btn-background-color-active:var(--adp-background-color-active);--adp-time-track-height:1px;--adp-time-track-color:#dedede;--adp-time-track-color-hover:#b1b1b1;--adp-time-thumb-size:12px;--adp-time-padding-inner:10px;--adp-time-day-period-color:var(--adp-color-secondary);--adp-mobile-font-size:16px;--adp-mobile-nav-height:40px;--adp-mobile-width:320px;--adp-mobile-day-cell-height:38px;--adp-mobile-month-cell-height:48px;--adp-mobile-year-cell-height:64px}.air-datepicker-overlay{--adp-overlay-background-color:rgba(0,0,0,.3);--adp-overlay-transition-duration:.3s;--adp-overlay-transition-ease:ease-out;--adp-overlay-z-index:99}.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.15);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);-webkit-box-sizing:content-box;box-sizing:content-box;display:-ms-grid;display:grid;-ms-grid-columns:1fr;grid-template-columns:1fr;-ms-grid-rows:(-webkit-max-content)[4];-ms-grid-rows:(max-content)[4];grid-template-rows:repeat(4,-webkit-max-content);grid-template-rows:repeat(4,max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;-webkit-transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),-webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),-webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease),-webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}.air-datepicker:not(.-custom-position-){opacity:0}.air-datepicker.-from-top-{-webkit-transform:translateY(calc(var(--adp-transition-offset)*-1));transform:translateY(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-from-right-{-webkit-transform:translateX(var(--adp-transition-offset));transform:translateX(var(--adp-transition-offset))}.air-datepicker.-from-bottom-{-webkit-transform:translateY(var(--adp-transition-offset));transform:translateY(var(--adp-transition-offset))}.air-datepicker.-from-left-{-webkit-transform:translateX(calc(var(--adp-transition-offset)*-1));transform:translateX(calc(var(--adp-transition-offset)*-1))}.air-datepicker.-active-:not(.-custom-position-){-webkit-transform:translate(0,0);transform:translate(0,0);opacity:1}.air-datepicker.-active-.-custom-position-{-webkit-transition:none;transition:none}.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);-webkit-box-shadow:none;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.air-datepicker.-inline- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-{--adp-font-size:var(--adp-mobile-font-size);--adp-day-cell-height:var(--adp-mobile-day-cell-height);--adp-month-cell-height:var(--adp-mobile-month-cell-height);--adp-year-cell-height:var(--adp-mobile-year-cell-height);--adp-nav-height:var(--adp-mobile-nav-height);--adp-nav-action-size:var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:0}.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}.air-datepicker.-is-mobile-:not(.-custom-position-){-webkit-transform:translate(-50%,calc(-50% + var(--adp-transition-offset)));transform:translate(-50%,calc(-50% + var(--adp-transition-offset)))}.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.air-datepicker.-custom-position-{-webkit-transition:none;transition:none}.air-datepicker-global-container{position:absolute;left:0;top:0}.air-datepicker--pointer{--pointer-half-size:calc(var(--adp-pointer-size)/2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);-webkit-box-sizing:border-box;box-sizing:border-box}.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}.air-datepicker--navigation{grid-area:nav}.air-datepicker--content{-webkit-box-sizing:content-box;box-sizing:content-box;padding:var(--adp-padding);grid-area:body}.-only-timepicker- .air-datepicker--content{display:none}.air-datepicker--time{grid-area:timepicker}.air-datepicker--buttons{grid-area:buttons}.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;-webkit-transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;-webkit-transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;-webkit-transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}@font-face{font-family:"Apparat-Bold";src:url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Bold.otf")}@font-face{font-family:"Apparat-Medium";src:url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Medium.otf")}@font-face{font-family:"Apparat-Regular";src:url("https://event.mediacdn.vn/web_fonts/SVN-Apparat-Regular.otf")}.home-wrapt{position:relative}.bc2025-home{-webkit-transition:-webkit-transform 1.8s ease-in-out;transition:-webkit-transform 1.8s ease-in-out;transition:transform 1.8s ease-in-out;transition:transform 1.8s ease-in-out,-webkit-transform 1.8s ease-in-out}.bc2025-home .intro{position:relative;width:100%;height:100vh}.bc2025-home .intro .coverFixed{display:block;width:105%;height:105%;position:fixed;z-index:1;top:-2%;left:-2%}.bc2025-home .intro .coverFixed::before{width:100%;height:65%;z-index:2;background:-webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%);position:absolute;bottom:0;left:0;display:block;content:""}.bc2025-home .intro .coverFixed .video-wrapper{display:block;width:100%;height:100%}.bc2025-home .intro .coverFixed .video-wrapper img,.bc2025-home .intro .coverFixed .video-wrapper video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bc2025-home .intro .totalCover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:96%;position:fixed;z-index:2;top:2vw;left:2vw;mix-blend-mode:screen;pointer-events:none}.bc2025-home .intro .totalCover .totalCover-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:7vw}.bc2025-home .intro .totalCover .totalCover-left .logo{width:280px;-ms-flex-negative:0;flex-shrink:0}.bc2025-home .intro .totalCover .totalCover-left .logo i{display:block;width:100%;height:100%}.bc2025-home .intro .totalCover .totalCover-left .logo i img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:screen}.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-left:25px}.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .text{display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .mouse-mockup{width:20px;height:32px;border:2px solid #fff;border-radius:100px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-animation:mouseTransition linear infinite 3s;animation:mouseTransition linear infinite 3s}@-webkit-keyframes mouseTransition{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(8px);transform:translateY(8px)}20%{-webkit-transform:translateY(8px);transform:translateY(8px)}30%{-webkit-transform:translateY(8px);transform:translateY(8px)}40%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mouseTransition{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(8px);transform:translateY(8px)}20%{-webkit-transform:translateY(8px);transform:translateY(8px)}30%{-webkit-transform:translateY(8px);transform:translateY(8px)}40%{-webkit-transform:translateY(0);transform:translateY(0)}}.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .icon_arrow svg{width:14px;height:30px}.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .icon_arrow svg path{fill:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-animation:mouseArrowTransition linear infinite 3s;animation:mouseArrowTransition linear infinite 3s}@-webkit-keyframes mouseArrowTransition{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(10px);transform:translateY(10px)}20%{-webkit-transform:translateY(5px);transform:translateY(5px)}30%{-webkit-transform:translateY(10px);transform:translateY(10px)}40%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes mouseArrowTransition{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(10px);transform:translateY(10px)}20%{-webkit-transform:translateY(5px);transform:translateY(5px)}30%{-webkit-transform:translateY(10px);transform:translateY(10px)}40%{-webkit-transform:translateY(0);transform:translateY(0)}}.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .icon_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon .mouse_scroll{display:block;width:3px;height:8px;background-color:#fff;border-radius:100px;position:absolute;top:6px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@-webkit-keyframes mouseScrollTransition{0%{top:100%}10%{top:0%}20%{top:100%}30%{top:0%}40%{top:100%}}@keyframes mouseScrollTransition{0%{top:100%}10%{top:0%}20%{top:100%}30%{top:0%}40%{top:100%}}.bc2025-home .intro .totalCover .totalCover-right{display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;gap:6vw}.bc2025-home .intro .totalCover .totalCover-right .listCategories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.bc2025-home .intro .totalCover .totalCover-right .listCategories .category{color:#fff;font-family:"Apparat-Medium";font-size:13px;line-height:15px;letter-spacing:-.52px;text-transform:uppercase}.bc2025-home .intro .totalCover .totalCover-right .sapo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bc2025-home .intro .totalCover .totalCover-right .sapo .txt{color:#fff;font-family:"Apparat-Medium";font-size:13px;line-height:15px;letter-spacing:-.52px;text-transform:uppercase}.bc2025-home .intro .totalCover .totalCover-right .sapo .icn{display:block;width:18px;height:18px;background:#fff}.bc2025-home .home-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;z-index:3;background:-webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%)}.bc2025-home .content-section{padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-home .content-section.topic-section{padding:0}.bc2025-home .content-section.topic-section .section-heading{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5vw}.bc2025-home .content-section .section-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.bc2025-home .content-section .section-heading .label{color:rgba(255,255,255,.8);font-family:"Apparat-Medium";font-size:15px;text-transform:uppercase}.bc2025-home .content-section .section-heading .numb{color:rgba(255,255,255,.8);font-family:"Apparat-Medium";font-size:38px;line-height:25px;text-transform:uppercase}.bc2025-home .about-section{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:8vw;padding-top:2vw}.bc2025-home .about-section .section-heading{width:45%;-ms-flex-negative:0;flex-shrink:0}.bc2025-home .about-section .about-section-sapo{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.bc2025-home .about-section .about-section-sapo .txt{color:#fff;font-family:"Apparat-Medium";font-size:18px;line-height:25px}.bc2025-home .about-section .about-section-sapo .action-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding-bottom:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:relative}.bc2025-home .about-section .about-section-sapo .action-link::before{position:absolute;bottom:0;left:0;content:"";display:block;width:100%;height:3px;background-color:#fff}.bc2025-home .about-section .about-section-sapo .action-link .txt{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:18px;line-height:25px}.bc2025-home .about-section .about-section-sapo .action-link .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-home .htgt-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:4vw 40px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-home .htgt-section .section-heading{margin-bottom:20px}.bc2025-home .htgt-section .category-list-wrapt.fixed-container{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fff;-webkit-box-shadow:0 2px 10px rgba(0,0,0,.1);box-shadow:0 2px 10px rgba(0,0,0,.1)}.bc2025-home .htgt-section .category-list-wrapt .category-list{display:-ms-grid;display:grid;-ms-grid-columns:calc((100% - 60px)/4) 20px calc((100% - 60px)/4) 20px calc((100% - 60px)/4) 20px calc((100% - 60px)/4);grid-template-columns:repeat(4,calc((100% - 60px)/4));gap:20px}.bc2025-home .htgt-section .category-list-wrapt .category-item{width:100%}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link{display:block;width:100%;position:relative}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link.active{opacity:1;pointer-events:auto}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link.active .video-wrapper img{opacity:0}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link.active .video-wrapper video{opacity:1;pointer-events:auto}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .video-wrapper video{opacity:0;pointer-events:none}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .video-wrapper{display:block;width:100%;padding-top:132%;position:relative;border-radius:27px;overflow:hidden}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .video-wrapper img,.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .video-wrapper video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;border-radius:27px}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .category-item-heading{position:absolute;top:20px;left:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:calc(100% - 40px)}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .category-item-heading .logo{display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .category-item-heading .logo img{display:block;width:100%;height:auto}.bc2025-home .htgt-section .category-list-wrapt .category-item .category-item-link .category-item-heading .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-home .registerForm-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:3vw;position:relative}.bc2025-home .registerForm-section::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:100%;background:-webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%)}.bc2025-home .registerForm-section .registerForm{width:32vw;margin:0 auto;padding:6vw 0;position:relative}.bc2025-home .registerForm-section .registerForm .registerForm-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-home .registerForm-section .registerForm .registerForm-heading .label{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:35px;line-height:35px;letter-spacing:-1px;margin-bottom:20px}.bc2025-home .registerForm-section .registerForm .registerForm-heading .des{color:rgba(255,255,255,.8);text-align:center;font-family:"Apparat-Medium";font-size:18px;line-height:25px;margin-bottom:30px}.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-name{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:18px;line-height:25px;padding:5px 20px;background:rgba(67,67,67,.6);border-radius:27px;margin-bottom:10px}.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:50px;width:100%}.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .phone,.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .email{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .phone .icn,.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .email .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .phone .txt,.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info .email .txt{color:#fff!important;text-align:center;font-family:"Apparat-Medium";font-size:18px;line-height:25px}.bc2025-home .registerForm-section .htgt-section-banner{width:100%;position:relative}.bc2025-home .registerForm-section .htgt-section-banner .banner{display:block;width:100%;position:relative;padding-top:35%;border-radius:20px;overflow:hidden}.bc2025-home .registerForm-section .htgt-section-banner .banner img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;border-radius:20px}.bc2025-home .registerForm-section .htgt-section-banner .banner-info{width:28%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;left:60px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-logo{display:block;margin-bottom:25px}.bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-logo img{display:block;width:100%;height:auto}.bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-sapo{color:#fff;font-family:"Apparat-Medium";font-size:15px;line-height:25px;opacity:.4;margin-bottom:80px}.bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-btn{padding:15px;border-radius:10px;background:rgba(0,0,0,.4);-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:14px;line-height:25px}.bc2025-home .topic-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:3vw;position:relative}.bc2025-home .topic-section .section-heading{position:relative}.bc2025-home .topic-section .topic-cover{display:block;width:100%;height:100%;z-index:-1;position:absolute}.bc2025-home .topic-section .topic-cover.functionsFixed{position:sticky;top:0;left:0}.bc2025-home .topic-section .topic-cover::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2)}.bc2025-home .topic-section .topic-cover img,.bc2025-home .topic-section .topic-cover video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bc2025-home .topic-section .topic-info{padding-bottom:5vw;z-index:3;padding-top:2vw;position:relative;pointer-events:none}.bc2025-home .topic-section .topic-info::before{content:"";position:absolute;top:0;left:0;width:100%;height:30%;background:-webkit-gradient(linear,left top,left bottom,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(180deg,#000 0%,rgba(0,0,0,0) 100%)}.bc2025-home .topic-section .topic-info::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:30%;background:-webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%)}.bc2025-home .topic-section .topic-title{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:54px;line-height:100%;letter-spacing:-2px;margin-bottom:2vw;position:relative}.bc2025-home .topic-section .topic-des{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:18px;line-height:25px;width:45vw;margin:0 auto;margin-bottom:6vw;position:relative}.bc2025-home .topic-section .topic-roadmap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.bc2025-home .topic-section .topic-roadmap .tr-label{color:#fff;font-family:"Apparat-Medium";font-size:15px;line-height:25px;text-transform:uppercase}.bc2025-home .topic-section .topic-roadmap .tr-body{width:87%;border-radius:20px;background:rgba(0,0,0,.2);backdrop-filter:blur(25px);position:relative;padding:18px 25px 25px 25px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;z-index:1}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt{position:relative}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-heading{display:-ms-grid;display:grid;-ms-grid-columns:8% 28% 28% 28% 8%;grid-template-columns:8% 28% 28% 28% 8%;margin-bottom:10px}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trbh-day{color:#fff;font-family:"Apparat-Medium";font-size:16px;line-height:25px}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content{display:-ms-grid;display:grid;-ms-grid-columns:8% 28% 28% 28% 8%;grid-template-columns:8% 28% 28% 28% 8%;border-radius:15px;position:relative;overflow:hidden;background:rgba(0,0,0,.4)}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content::before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:rgba(255,255,255,.6)}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;padding:15px 0}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(2n){background:rgba(0,0,0,.3)}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(2) .trbc-date{width:65%;margin:initial;margin-left:15px}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item .trbh-day{display:none}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-date{width:calc(100% - 30px);margin:0 auto}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-date .list-date{padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:10px;background:rgba(0,0,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-date .date-item{padding-bottom:15px;border-bottom:1px solid #5e5e5e}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-date .date-item:nth-last-child(1){padding-bottom:0;border-bottom:0}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day{color:rgba(0,0,0,.6);font-family:"Apparat-Medium";font-size:14px;line-height:25px;padding:5px 10px;border-radius:42px;-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day.type-purple{background:#deccff}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day.type-green{background:#2cfe8a}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day.type-blue{background:#59afff}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-day.type-orange{background:#ff5732}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-title{color:#fff;font-family:"Apparat-Medium";font-size:17px;line-height:21px}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .di-wrapt .di-sapo{color:#8f8f8f;font-family:"Apparat-Medium";font-size:14px;line-height:18px;letter-spacing:.56px}.bc2025-home .judges-section{padding:6vw 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;overflow:hidden;background:#000}.bc2025-home .judges-section .judges-heading{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:32px;line-height:125%;margin-bottom:22px}.bc2025-home .judges-section .judges-list{display:none;position:relative;overflow:hidden;margin-bottom:2vw}.bc2025-home .judges-section .judges-list .judges-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;width:12%;-ms-flex-negative:0;flex-shrink:0}.bc2025-home .judges-section .judges-list .ji-avatar{display:block;width:100%;padding-top:100%;position:relative;border-radius:169px;border:5px solid #424242}.bc2025-home .judges-section .judges-list .ji-avatar img{display:block;width:97%;height:97%;-o-object-fit:cover;object-fit:cover;border-radius:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bc2025-home .judges-section .judges-list .ji-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.bc2025-home .judges-section .judges-list .ji-info .ji-name{color:#fff;font-family:"Apparat-Medium";font-size:17px;line-height:25px;text-align:center}.bc2025-home .judges-section .judges-list .ji-info .ji-sapo{color:#fff;text-align:center;font-family:"Apparat-Regular";font-size:15px;line-height:135%;opacity:.7;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.bc2025-home .judges-section .swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:linear;transition-timing-function:linear}.bc2025-home .judges-section .judges-sapo{color:#8f8f8f;text-align:center;font-family:"Apparat-Medium";font-size:15px;line-height:25px;width:36%;margin:0 auto;margin-bottom:2.5vw}.bc2025-home .judges-section .judges-about-wrapt{margin-bottom:5vw}.bc2025-home .judges-section .judges-about{width:55%;margin:0 auto;display:-ms-grid;display:grid;-ms-grid-columns:calc((100% - 30px)/4) 10px calc((100% - 30px)/4) 10px calc((100% - 30px)/4) 10px calc((100% - 30px)/4);grid-template-columns:repeat(4,calc((100% - 30px)/4));gap:10px}.bc2025-home .judges-section .judges-about .ja-item{width:100%;border-radius:15px;background:rgba(48,48,48,.6);padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:3vw}.bc2025-home .judges-section .judges-about .ja-item .ja-title{color:#2cfe8a;font-family:"Apparat-Medium";font-size:42px;line-height:100%;text-transform:uppercase}.bc2025-home .judges-section .judges-about .ja-item .ja-description{color:#fff;font-family:"Apparat-Medium";font-size:15px;line-height:18px}.bc2025-home .judges-section .lookbackBCA2024{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-home .judges-section .lookbackBCA2024 .lb-info{width:35%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:35px}.bc2025-home .judges-section .lookbackBCA2024 .lb-info .lb-title{color:#fff;font-family:"Apparat-Medium";font-size:32px;line-height:25px;text-transform:uppercase}.bc2025-home .judges-section .lookbackBCA2024 .lb-info .lb-des{color:#fff;font-family:"Apparat-Medium";font-size:15px;line-height:25px;opacity:.4}.bc2025-home .judges-section .lookbackBCA2024 .lb-info .lb-btn{border-radius:10px;background:rgba(255,255,255,.4);padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:14px;line-height:25px}.bc2025-home .judges-section .lookbackBCA2024 .lb-thumb{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player{display:block;width:100%;padding-top:55.22%;position:relative;z-index:1}.bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player .VCSortableInPreviewMode[type=VideoStream]{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player .streamid_undefined_c0hsob9om-dimensions{height:100%!important}.bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player .videoNewsPlayer{height:100%!important}.bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:radial-gradient(50% 50% at 50% 50%,rgba(0,0,0,0) 67.21%,#000 100%);z-index:2}.bc2025-home .news-section{display:-webkit-box;display:-ms-flexbox;display:flex;background:#000;padding-top:5vw;padding-bottom:5vw}.bc2025-home .news-section .section-heading{width:30%;-ms-flex-negative:0;flex-shrink:0}.bc2025-home .news-section .grid-news{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-ms-grid;display:grid;-ms-grid-columns:calc((100% - 30px)/3) 15px calc((100% - 30px)/3) 15px calc((100% - 30px)/3);grid-template-columns:repeat(3,calc((100% - 30px)/3));gap:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-home .news-section .grid-news .grid-news-item{background:#282a2d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:10px;overflow:hidden}.bc2025-home .news-section .grid-news .grid-news-item .thumb{display:block;width:100%;padding-top:52.27%;position:relative}.bc2025-home .news-section .grid-news .grid-news-item .thumb img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bc2025-home .news-section .grid-news .grid-news-item .info{padding:1.2vw;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-home .news-section .grid-news .grid-news-item .info .title{color:#fff;font-family:"Apparat-Medium";font-size:16px;line-height:25px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.6vw}.bc2025-home .news-section .grid-news .grid-news-item .info .source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.bc2025-home .news-section .grid-news .grid-news-item .info .source .thumb-source{display:none;width:1vw;height:1vw;border-radius:100px;margin-right:.5vw}.bc2025-home .news-section .grid-news .grid-news-item .info .source .thumb-source img{display:block;width:100%;height:100%}.bc2025-home .news-section .grid-news .grid-news-item .info .source .name{color:rgba(255,255,255,.5);font-family:"Apparat-Medium";font-size:14px;line-height:25px}@media screen and (max-width:780px){.bc2025-home .intro .totalCover{width:92%;height:97%;-webkit-box-align:end;-ms-flex-align:end;align-items:end}.bc2025-home .intro .totalCover .totalCover-left{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%}.bc2025-home .intro .totalCover .totalCover-left .top-scroll-down-icon{padding-bottom:14vh}.bc2025-home .intro .totalCover .totalCover-left .logo{width:180px}.bc2025-home .intro .totalCover .totalCover-right{padding-bottom:14vh}.bc2025-home .intro .totalCover .totalCover-right .listCategories{gap:20px}.bc2025-home .intro .totalCover .totalCover-right .listCategories .category{font-size:10px}.bc2025-home .intro .totalCover .totalCover-right .sapo .txt{font-size:10px}.bc2025-home .content-section{padding:0 20px}.bc2025-home .content-section .section-heading{margin-bottom:6vh}.bc2025-home .content-section .section-heading .label{font-size:12px}.bc2025-home .about-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:6vh}.bc2025-home .about-section .about-section-sapo{gap:30px}.bc2025-home .about-section .about-section-sapo .txt{font-size:16px}.bc2025-home .about-section .about-section-sapo .action-link .txt{font-size:16px}.bc2025-home .htgt-section{margin-bottom:0;padding-top:8vh}.bc2025-home .htgt-section .category-list-wrapt{position:relative;overflow:hidden;width:100vw;height:70vh;margin-left:-20px}.bc2025-home .htgt-section .category-list-wrapt .category-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px;padding-left:20px;position:relative;width:-webkit-max-content;width:-moz-max-content;width:max-content}.bc2025-home .htgt-section .category-list-wrapt .category-item{width:95vw;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0}.bc2025-home .htgt-section .category-list-wrapt .category-item:nth-last-child(1){margin-right:20px}.bc2025-home .registerForm-section .registerForm{width:100%;padding:6vh 0}.bc2025-home .registerForm-section .registerForm .registerForm-heading .label{font-size:28px}.bc2025-home .registerForm-section .registerForm .registerForm-heading .des{font-size:16px}.bc2025-home .registerForm-section .registerForm .registerForm-heading .contact-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.bc2025-home .registerForm-section .htgt-section-banner .banner{padding-top:207.5%}.bc2025-home .registerForm-section .htgt-section-banner .banner-info{width:86%;left:50%;top:0;-webkit-transform:translatex(-50%);transform:translatex(-50%)}.bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-logo{margin-bottom:20px}.bc2025-home .registerForm-section .htgt-section-banner .banner-info .bi-sapo{margin-bottom:20px}.bc2025-home .topic-section .section-heading .label{font-size:15px}.bc2025-home .topic-section .topic-info{padding-top:6vh;padding-bottom:6vh}.bc2025-home .topic-section .topic-title{margin-bottom:6vh}.bc2025-home .topic-section .topic-des{width:92%;margin-bottom:8vh}.bc2025-home .topic-section .topic-roadmap .tr-body{width:100%;overflow:auto;border-radius:0;padding:15px 20px;background:none;backdrop-filter:initial}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt{background:rgba(0,0,0,.2);backdrop-filter:blur(25px);padding:15px;border-radius:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-heading{display:none}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;background:none}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item{min-height:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;border-top:4px solid rgba(255,255,255,.6);background:rgba(0,0,0,.3);border-radius:13px}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:first-child{display:none}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(2) .trbc-date{width:100%;margin-left:0}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(3) .trbc-date:nth-last-child(2){margin-left:0;width:100%}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item:nth-child(3) .trbc-date:nth-last-child(1){margin-left:0;width:100%}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item .trbh-day{display:block}.bc2025-home .topic-section .topic-roadmap .tr-body .trb-wrapt .trb-content .trbc-item .trbc-date{width:100%;padding-top:0}.bc2025-home .judges-section{padding-top:6vh;padding-bottom:6vh}.bc2025-home .judges-section .judges-list{margin-bottom:4.5vh}.bc2025-home .judges-section .judges-list .judges-item{width:43%!important}.bc2025-home .judges-section .judges-sapo{width:96%;margin-bottom:6.5vh}.bc2025-home .judges-section .judges-about-wrapt{position:relative;overflow:hidden;width:100vw;margin-left:-20px;margin-bottom:7vh}.bc2025-home .judges-section .judges-about{display:-webkit-box;display:-ms-flexbox;display:flex;gap:0;width:100%;margin-left:20px}.bc2025-home .judges-section .judges-about .ja-item{width:50%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;gap:5vh}.bc2025-home .judges-section .judges-about .ja-item:nth-last-child(1){margin-right:20px!important}.bc2025-home .judges-section .judges-about .ja-item .ja-title{text-align:start}.bc2025-home .judges-section .lookbackBCA2024{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding:0;gap:6vh}.bc2025-home .judges-section .lookbackBCA2024 .lb-info{width:100%;gap:20px}.bc2025-home .judges-section .lookbackBCA2024 .lb-thumb{width:100%}.bc2025-home .judges-section .lookbackBCA2024 .lb-thumb .video-player{padding-top:66.25%}.bc2025-home .news-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-bottom:6vh}.bc2025-home .news-section .section-heading{width:100%;margin-bottom:3vh}.bc2025-home .news-section .grid-news{-ms-grid-columns:100%;grid-template-columns:repeat(1,100%);gap:15px}.bc2025-home .news-section .grid-news .grid-news-item .info{padding:18px}.bc2025-home .news-section .grid-news .grid-news-item .info .title{margin-bottom:15px}}.bc2025-category{background:#0e1013}.bc2025-category.coming-soon .category-content .cateBody .listCate{display:none}.bc2025-category.coming-soon .category-content .cateBody .listCate-empty{display:-webkit-box;display:-ms-flexbox;display:flex}.category-wrapt .breakcrumb{border-bottom:1px solid #232323;background:#000}.category-wrapt .breakcrumb .category-label{position:relative;overflow:hidden;top:0;left:0;-webkit-transform:none;transform:none;width:70%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.category-wrapt .breakcrumb .category-label .list-awards-wrapt{position:relative;overflow:hidden}.category-wrapt .breakcrumb .category-label .list-awards-wrapt .awards-item{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex}.category-wrapt .breakcrumb .category-label .list-awards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.category-wrapt .breakcrumb .category-label .list-awards .awards-item{position:relative}.category-wrapt .breakcrumb .category-label .list-awards .awards-item.active .awards-item-link,.category-wrapt .breakcrumb .category-label .list-awards .awards-item.swiper-slide-active .awards-item-link{opacity:1;font-size:22px;font-family:"Apparat-Medium";padding-right:20px;text-transform:capitalize}.category-wrapt .breakcrumb .category-label .list-awards .awards-item.active .awards-item-link::before,.category-wrapt .breakcrumb .category-label .list-awards .awards-item.swiper-slide-active .awards-item-link::before{position:absolute;content:"";top:50%;right:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff}.category-wrapt .breakcrumb .category-label .list-awards .awards-item .awards-item-link{color:#fff;font-family:"Apparat-Regular";font-size:14px;line-height:134%;letter-spacing:.28px;text-transform:uppercase;opacity:.45;position:relative;white-space:nowrap}.category-wrapt .breakcrumb .category-label .btnText{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.category-wrapt .breakcrumb .category-label .btnText .txt{font-size:14px;line-height:134%;letter-spacing:.28px;text-transform:uppercase;font-family:"Apparat-Regular";color:#fff;opacity:.45;white-space:nowrap}.category-wrapt .breakcrumb .category-label .btnText .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.category-wrapt .breakcrumb .category-label .swiper-button-next,.category-wrapt .breakcrumb .category-label .swiper-button-prev{background:none;position:initial;width:auto;height:auto;margin-top:0}.category-wrapt .breakcrumb .category-label .swiper-button-prev .btnText{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.category-wrapt .breakcrumb .category-label .swiper-button-prev .btnText .icn{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.category-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.category-content .cateHeader{display:block;width:100%;padding-left:2vw;padding-right:2vw;padding-top:27.7%;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;overflow:hidden}.category-content .cateHeader .cateHeader-img,.category-content .cateHeader video{display:block;position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.category-content .cateHeader .txtBox{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:5vw;width:500px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.category-content .cateHeader .txtBox .cateHeader-logo{display:block;width:160px;margin-bottom:33px}.category-content .cateHeader .txtBox .cateHeader-logo img{display:block;width:100%;height:auto}.category-content .cateHeader .txtBox .title{color:#fff;font-family:"Apparat-Medium";font-size:42px;line-height:79%;letter-spacing:-1.26px;margin-bottom:20px}.category-content .cateHeader .txtBox .sapo{color:#fff;font-family:"Apparat-Regular";font-size:15px;line-height:155%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.category-content .cateBody .listCate{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 40px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:55px}.category-content .cateBody .listCate .leftList{width:21%;-ms-flex-negative:0;flex-shrink:0;position:sticky;top:60px;left:0;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.category-content .cateBody .listCate .leftList .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:28px}.category-content .cateBody .listCate .leftList .info .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#fff;font-family:"Apparat-Medium";font-size:32px;line-height:110%;letter-spacing:-.64px}.category-content .cateBody .listCate .leftList .info .sapo{color:#9e9e9e;font-family:"Apparat-Regular";font-size:14px;line-height:145%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden}.category-content .cateBody .listCate .rightList{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.category-content .cateBody .listCate .rightList .grid-rightList{display:-ms-grid;display:grid;-ms-grid-columns:calc((100% - 40px)/3) 20px calc((100% - 40px)/3) 20px calc((100% - 40px)/3);grid-template-columns:repeat(3,calc((100% - 40px)/3));gap:30px 20px}.category-content .cateBody .listCate .rightList .grid-item{position:relative;border-radius:10px;overflow:hidden}.category-content .cateBody .listCate .rightList .thumb-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.category-content .cateBody .listCate .rightList .thumb-wrapt .thumb-link{display:block;position:relative;padding-top:100%;width:100%}.category-content .cateBody .listCate .rightList .thumb-wrapt .thumb-link img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.category-content .cateBody .listCate .rightList .thumb-wrapt .info{padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;border-top:1.133px solid rgba(0,0,0,.12);background:#191919;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.category-content .cateBody .listCate .rightList .thumb-wrapt .info .title{color:#fff;font-family:"Apparat-Medium";font-size:22px;line-height:114.617%;letter-spacing:-.44px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.category-content .cateBody .listCate-empty{width:40%;margin:20vw auto;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.category-content .cateBody .listCate-empty .empty-label{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:5px 10px;color:#fff;font-family:"Apparat-Medium";font-size:12px;line-height:160%;letter-spacing:.12px;text-transform:uppercase;border-radius:5px;border:1px solid #bdc1c6;opacity:.5}.category-content .cateBody .listCate-empty .empty-sapo{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:30px;line-height:110%;letter-spacing:-.6px}@media screen and (max-width:800px){.bc2025-category .vote-base .btn-vote{width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bc2025-category .breakcrumb{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0}.bc2025-category .breakcrumb .category-label{width:100%;height:100%}.bc2025-category .breakcrumb .category-label .btnText{display:none}.bc2025-category .breakcrumb .category-label .list-awards-wrapt{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-category .breakcrumb .category-label .swiper-button-next,.bc2025-category .breakcrumb .category-label .swiper-button-prev{-ms-flex-negative:0;flex-shrink:0;width:28px;height:28px;margin-top:0}.bc2025-category .breakcrumb .category-label .swiper-button-next{background:url("../img/swiper-button-next.svg") no-repeat center}.bc2025-category .breakcrumb .category-label .swiper-button-prev{background:url("../img/swiper-button-prev.svg") no-repeat center}.bc2025-category .breakcrumb .category-label .list-awards{overflow-x:scroll}.bc2025-category .breakcrumb .category-label .list-awards .awards-item{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.bc2025-category .breakcrumb .category-label .list-awards .awards-item:first-child{padding-left:20px}.bc2025-category .breakcrumb .category-label .list-awards .awards-item:nth-last-child(1){margin-right:20px}.bc2025-category .breakcrumb .category-label .list-awards .awards-item.active .awards-item-link{font-size:18px}.category-content .cateHeader{padding-top:152%}.category-content .cateHeader .txtBox{width:92%;top:40px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.category-content .cateBody .listCate{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 20px}.category-content .cateBody .listCate .leftList{width:100%;position:relative;top:0}.category-content .cateBody .listCate .leftList .info .title{font-size:26px;text-align:center}.category-content .cateBody .listCate .leftList .info .sapo{text-align:center}.category-content .cateBody .listCate .rightList .grid-rightList{-ms-grid-columns:calc((100% - 15px)/2) 15px calc((100% - 15px)/2);grid-template-columns:repeat(2,calc((100% - 15px)/2));gap:15px}.category-content .cateBody .listCate .rightList .thumb-wrapt{height:100%}.category-content .cateBody .listCate .rightList .thumb-wrapt .info{padding:20px 10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.category-content .cateBody .listCate .rightList .thumb-wrapt .info .title{font-size:16px}.category-content .cateBody .listCate-empty{width:95%;margin:20vh auto}.category-content .cateBody .listCate-empty .empty-sapo{font-size:24px}}.detail-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.breakcrumb{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box;height:60px;background:-webkit-gradient(linear,left bottom,left top,from(#383f82),color-stop(123.77%,#000));background:linear-gradient(0deg,#383f82 0%,#000 123.77%);position:relative}.breakcrumb .backHome{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.breakcrumb .backHome .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.breakcrumb .backHome .txt{font-size:14px;font-weight:400;line-height:134%;font-family:"Apparat-Regular";letter-spacing:.28px;color:#fff;display:-webkit-box;width:105px;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.breakcrumb .category-label{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex}.breakcrumb .category-label .cl-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px}.breakcrumb .category-label .cl-wrapt .dl-logo{display:block;width:80px}.breakcrumb .category-label .cl-wrapt .dl-logo img{display:block;width:100%;height:auto}.breakcrumb .category-label .cl-wrapt .dl-name{font-size:13px;line-height:155%;letter-spacing:.52px;text-transform:uppercase;color:rgba(255,255,255,.7);font-family:"Apparat-Regular";white-space:nowrap}.breakcrumb .action-link{font-family:"Apparat-Regular";font-size:14px;line-height:134%;letter-spacing:.28px;color:#fff}.js-vote-wrapt.voted .vote-base{background:#363636;cursor:default;max-width:180px}.js-vote-wrapt.voted .vote-base .btn-vote .icn-voted{display:-webkit-box;display:-ms-flexbox;display:flex}.js-vote-wrapt.voted .vote-base .btn-vote .voted-txt{display:-webkit-box;display:-ms-flexbox;display:flex}.js-vote-wrapt.voted .vote-base .btn-vote .icn-vote{display:none}.js-vote-wrapt.voted .vote-base .btn-vote .vote-txt{display:none}.js-vote-wrapt.voted .vote-base .vote-count .js-vote-count{color:#a2a2a2}.vote-base{max-width:160px;width:100%;height:40px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:8px;background:#5a67d7;padding:12px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:5px}.vote-base .btn-vote{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding-right:5px;border-right:1px solid rgba(255,255,255,.2)}.vote-base .btn-vote .icn-vote,.vote-base .btn-vote .icn-voted{display:none;width:14px;height:14px}.vote-base .btn-vote .icn-vote svg,.vote-base .btn-vote .icn-voted svg{width:100%;height:100%}.vote-base .btn-vote .vote-txt,.vote-base .btn-vote .voted-txt{display:none;color:#fff;font-family:"Apparat-Medium";font-size:12px;text-transform:uppercase}.vote-base .btn-vote .voted-txt{color:#a2a2a2}.vote-base .btn-vote .icn-vote{display:-webkit-box;display:-ms-flexbox;display:flex}.vote-base .btn-vote .vote-txt{display:-webkit-box;display:-ms-flexbox;display:flex}.vote-base .vote-count{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vote-base .vote-count .text,.vote-base .vote-count .js-vote-count{color:#fff;font-family:"Apparat-Medium";font-size:12px;text-transform:uppercase}.bc2025-detail{background:#0e1013;padding-top:10vw}.bc2025-detail .detail-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-detail .detail-content .voteBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}.bc2025-detail .detail-content .voteBox .label{text-align:center;color:rgba(255,255,255,.7);font-family:"Apparat-Regular";font-size:13px;line-height:155%;letter-spacing:.52px;text-transform:uppercase;margin-bottom:20px}.bc2025-detail .detail-content .voteBox .list-awards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.bc2025-detail .detail-content .voteBox .list-awards .awards-li{background:#2e3134;border-radius:10px;padding:15px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bc2025-detail .detail-content .voteBox .list-awards .awards-li:nth-last-child(1){margin-bottom:0}.bc2025-detail .detail-content .voteBox .list-awards .awards-li .name{color:#fff;font-family:"Apparat-Medium";font-size:18px;line-height:155%;letter-spacing:-.36px;width:60%;-ms-flex-negative:0;flex-shrink:0}.bc2025-detail .detail-content .detail-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:27px;width:100%}.bc2025-detail .detail-content .detail-header .dh-title{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:48px;line-height:110%}.bc2025-detail .detail-content .detail-header .dl-function{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.bc2025-detail .detail-content .detail-header .dl-function .function-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 25px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:8px;border-radius:49px;border:1px solid #bebebe}.bc2025-detail .detail-content .detail-header .dl-function .function-link.copied:nth-last-child(1){cursor:default}.bc2025-detail .detail-content .detail-header .dl-function .function-link.copied:nth-last-child(1) .icn{display:none}.bc2025-detail .detail-content .detail-header .dl-function .function-link.copied:nth-last-child(1) .icn-copied{display:block}.bc2025-detail .detail-content .detail-header .dl-function .function-link:nth-last-child(1) .icn{display:block}.bc2025-detail .detail-content .detail-header .dl-function .function-link:nth-last-child(1) .icn-copied{display:none}.bc2025-detail .detail-content .detail-header .dl-function .function-link .txt{color:#bebebe;text-align:center;font-family:"Apparat-Medium";font-size:12px;line-height:165%;text-transform:uppercase}.bc2025-detail .detail-content .detail-header .dl-function .function-link .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-detail .detail-content .detail-header .thumb-wrapt{width:300px;-ms-flex-negative:0;flex-shrink:0;margin:0 auto;position:relative;overflow:hidden;padding-bottom:25px}.bc2025-detail .detail-content .detail-header .thumb-wrapt .swiper-button-next,.bc2025-detail .detail-content .detail-header .thumb-wrapt .swiper-button-prev{background-image:none;width:auto;height:auto}.bc2025-detail .detail-content .detail-header .thumb-wrapt .swiper-pagination-bullet{background:#424242;margin:0 2.5px}.bc2025-detail .detail-content .detail-header .thumb-wrapt .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff;width:22px;border-radius:26px}.bc2025-detail .detail-content .detail-header .thumb-wrapt .swiper-pagination{bottom:0}.bc2025-detail .detail-content .detail-header .dl-description{width:580px;color:#9e9e9e;text-align:center;font-family:"Apparat-Regular";font-size:16px;line-height:145%;width:65%;margin:0 auto}.bc2025-detail .detail-content .detail-header .thumb{width:100%}.bc2025-detail .detail-content .detail-header .thumb i{display:block;position:relative;width:100%;padding-top:100%}.bc2025-detail .detail-content .detail-header .thumb i img{display:block;width:100%;position:absolute;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover;border-radius:12px}.bc2025-detail .detail-content .detail-body{padding:60px 0}.bc2025-detail .detail-content .detail-body .detail-body-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .content-detail{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .sapo,.bc2025-detail .detail-content .detail-body .detail-body-wrapper p{color:#d4d4d4;font-family:"Apparat-Regular";font-size:17px;line-height:165%;margin-bottom:20px;width:100%}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .sapo strong,.bc2025-detail .detail-content .detail-body .detail-body-wrapper p strong{font-family:"Manrope-SemiBold";font-size:16px;line-height:165%}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .sapo a,.bc2025-detail .detail-content .detail-body .detail-body-wrapper p a{color:#5c90d2}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .sapo i,.bc2025-detail .detail-content .detail-body .detail-body-wrapper p i{font-style:italic;font-size:16px;line-height:165%}.bc2025-detail .detail-content .detail-body .detail-body-wrapper figcaption{color:#333;font-family:"Manrope-Regular";font-size:12px;line-height:165%;text-align:center;padding:.6em}.bc2025-detail .detail-content .detail-body .detail-body-wrapper blockquote{border-left:5px solid #ccc;padding-left:1.5em;padding-right:1.5em;font-style:italic}.bc2025-detail .detail-content .detail-body .detail-body-wrapper blockquote p{font-family:"Manrope-SemiBold"}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .ck-table-bogus-paragraph{color:#222;font-family:"Manrope-Regular";font-size:16px;line-height:165%;margin-bottom:20px}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .bigTitle,.bc2025-detail .detail-content .detail-body .detail-body-wrapper strong{color:#fff;font-family:"Apparat-Medium";font-size:24px;line-height:150%;margin-bottom:20px}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .thumb,.bc2025-detail .detail-content .detail-body .detail-body-wrapper figure{display:block;width:100%;margin-bottom:20px}.bc2025-detail .detail-content .detail-body .detail-body-wrapper img{display:block;width:100%;border-radius:10px}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .table table{border:1px double #b3b3b3;border-collapse:collapse;border-spacing:0;height:100%;width:100%}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .table td{border:1px solid #bfbfbf;padding:.4em}.bc2025-detail .detail-content .detail-body .detail-body-wrapper .smallTitle{color:#d4d4d4;font-family:"Manrope-SemiBold";font-size:16px;line-height:165%;margin-bottom:20px}@media screen and (max-width:780px){.breakcrumb{padding:0 20px}.breakcrumb .backHome{display:none}.breakcrumb .action-link{display:none}.js-vote-wrapt.voted .vote-base{max-width:160px}.vote-base{gap:5px;max-width:140px;width:100%;padding:5px 10px}.vote-base .vote-count .js-vote-count{margin-right:0;font-size:11px}.vote-base .btn-vote .vote-txt,.vote-base .btn-vote .voted-txt{font-size:11px}.bc2025-detail{padding-top:12vh}.bc2025-detail .detail-content .voteBox .list-awards .awards-li{padding:15px;gap:10px}.bc2025-detail .detail-content .voteBox .list-awards .awards-li .name{font-size:16px;width:45%}.bc2025-detail .detail-content .detail-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:20px}.bc2025-detail .detail-content .detail-header .thumb-wrapt{width:100%}.bc2025-detail .detail-content .detail-header .thumb{width:100%;margin-bottom:10px}.bc2025-detail .detail-content .detail-header .info{width:100%;padding:30px 20px}.bc2025-detail .detail-content .detail-header .info .breadcrumb{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:10px}.bc2025-detail .detail-content .detail-header .info .title{font-size:36px}.bc2025-detail .detail-content .detail-header .dl-description{width:96%}.bc2025-detail .detail-content .detail-header .dh-title{font-size:40px}.bc2025-detail .detail-content .detail-body .detail-body-wrapper{padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}}.betterList-wrapt .bc2025-home .judges-section{overflow:initial;padding:0;background:none}.betterList-wrapt .bc2025-home .judges-section .judges-list{display:block}.betterList-wrapt .bc2025-home .judges-section .judges-sapo{color:#fff}.betterList-heading-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;width:50%;margin:0 auto;margin-top:-20%;margin-bottom:5vw}.betterList-heading-label .heading-label{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:97.5px;letter-spacing:-3.9px}.betterList-heading-label .heading-des{color:#fff;text-align:center;font-family:"Apparat-Regular";font-size:16px;line-height:135%}.betterList-heading-label .action-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding-bottom:5px;position:relative}.betterList-heading-label .action-link::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:3px;background:#fff}.betterList-heading-label .action-link .txt{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:18px}.betterList-heading-label .action-link .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.betterList-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:30px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(#000));background:linear-gradient(180deg,rgba(0,0,0,0) 0%,#000 100%)}.betterList-box .bb-label{color:rgba(255,255,255,.7);text-align:center;font-family:"Apparat-Regular";font-size:13px;line-height:155%;letter-spacing:.52px;text-transform:uppercase}.betterList-box .bb-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;padding:30px 45px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:40px;width:100%}.betterList-box .bb-left{width:39%;-ms-flex-negative:0;flex-shrink:0;position:relative}.betterList-box .bb-left .bb-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;position:sticky;top:80px;height:auto}.betterList-box .bb-left .bb-item{height:auto}.betterList-box .bb-left .bb-item.active .bb-item-action{opacity:1;background:-webkit-gradient(linear,right top,left top,from(rgba(90,103,215,.1)),to(#5a67d7));background:linear-gradient(270deg,rgba(90,103,215,.1) 0%,#5a67d7 100%)}.betterList-box .bb-left .bb-item-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:19px 15px 19px 8px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:30px;opacity:.5;border-radius:10px;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.1)),to(rgba(255,255,255,.01)));background:linear-gradient(90deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.01) 100%)}.betterList-box .bb-left .bb-item-action .icn{width:7px;height:27px;-ms-flex-negative:0;flex-shrink:0;border-radius:65px;background:#fff}.betterList-box .bb-left .bb-item-action .label{width:75%;-ms-flex-negative:0;flex-shrink:0;color:#fff;font-family:"Apparat-Medium";font-size:18px;line-height:114.617%;letter-spacing:-.36px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.betterList-box .bb-left .bb-item-action .total{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:rgba(255,255,255,.7);font-family:"Apparat-Regular";font-size:13px;line-height:155%;letter-spacing:.52px;text-transform:uppercase;white-space:nowrap}.betterList-box .bb-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.betterList-box .bb-right .bb-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:92%}.betterList-box .bb-right .bb-section .section-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:27px 21px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:10px}.betterList-box .bb-right .bb-section .section-label .label{color:#fff;font-family:"Apparat-Medium";font-size:23px;line-height:114.617%;letter-spacing:-.46px}.betterList-box .bb-right .bb-section .section-label .update-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.betterList-box .bb-right .bb-section .section-label .update-time .update-txt,.betterList-box .bb-right .bb-section .section-label .update-time .time-txt{color:rgba(255,255,255,.7);font-family:"Apparat-Regular";font-size:13px;line-height:155%;letter-spacing:.52px;text-transform:uppercase}.betterList-box .bb-right .bb-section .section-label .update-time .circle{width:10px;height:10px;border:1.5px solid #b2b2b2;border-radius:100px}.betterList-box .bb-right .bb-section .section-body{background:rgba(29,29,29,.4);backdrop-filter:blur(50px);border-radius:16px;overflow:hidden}.betterList-box .bb-right .bb-section .section-body .list-products{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.betterList-box .bb-right .bb-section .section-body .item{display:-ms-grid;display:grid;-ms-grid-columns:calc(56% - 20px) 20px 44%;grid-template-columns:calc(56% - 20px) 44%;gap:20px;padding:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid rgba(255,255,255,.2)}.betterList-box .bb-right .bb-section .section-body .item:nth-last-child(1){border-bottom:0}.betterList-box .bb-right .bb-section .section-body .item:first-child{padding:15px 20px}.betterList-box .bb-right .bb-section .section-body .grid-area{position:relative}.betterList-box .bb-right .bb-section .section-body .grid-area .ga-label{color:rgba(255,255,255,.7);font-family:"Apparat-Regular";font-size:13px;line-height:155%;letter-spacing:.52px;text-transform:uppercase}.betterList-box .bb-right .bb-section .section-body .grid-area .product-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.betterList-box .bb-right .bb-section .section-body .grid-area .product-thumb{display:block;width:50px;height:50px;position:relative;-ms-flex-negative:0;flex-shrink:0}.betterList-box .bb-right .bb-section .section-body .grid-area .product-thumb i{display:block;width:100%;height:100%}.betterList-box .bb-right .bb-section .section-body .grid-area .product-thumb i img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover;border-radius:5px}.betterList-box .bb-right .bb-section .section-body .grid-area .product-name{overflow:hidden;color:#fff;font-family:"Apparat-Medium";font-size:18px;line-height:114.617%;letter-spacing:-.36px}.betterList-box .bb-right .bb-section .section-body .grid-area .product-name:hover{color:#5a67d7}.betterList-box .bb-right .bb-section .section-body .grid-area .total-points-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:20px}.betterList-box .bb-right .bb-section .section-body .grid-area .total-points{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.betterList-box .bb-right .bb-section .section-body .grid-area .total-points .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.betterList-box .bb-right .bb-section .section-body .grid-area .total-points .points{color:rgba(255,255,255,.7);font-family:"Apparat-Medium";font-size:18px;line-height:114.617%;letter-spacing:-.36px;white-space:nowrap}.betterList-box .bb-right .bb-section .section-body .grid-area .total-points .points b{color:#fff;font-size:24px}.betterList-box .bb-formula{background:#111;width:100vw;margin-left:-5px}.betterList-box .bb-formula .formula{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:45%;-ms-flex-negative:0;flex-shrink:0;margin:0 auto}.betterList-box .bb-formula .formula-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.betterList-box .bb-formula .formula-item .item-text-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.betterList-box .bb-formula .formula-item .item-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;z-index:1;margin-right:-11%}.betterList-box .bb-formula .formula-item .item-wrapt.reverse{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;margin-right:0;margin-left:-11%}.betterList-box .bb-formula .formula-item .item-wrapt.reverse .txt .icn{background:#4d4d4d}.betterList-box .bb-formula .formula-item .item-wrapt .numb{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:62px;line-height:99%}.betterList-box .bb-formula .formula-item .item-wrapt .txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px}.betterList-box .bb-formula .formula-item .item-wrapt .txt .icn{width:18px;height:18px;-ms-flex-negative:0;flex-shrink:0;border-radius:100px;background:#5a67d7}.betterList-box .bb-formula .formula-item .item-wrapt .txt .label{color:#8f8f8f;text-align:center;font-family:"Apparat-Regular";font-size:15px;line-height:120%}.betterList-box .bb-formula .formula-item .line{width:67px;height:1px;background:#fff;-ms-flex-negative:0;flex-shrink:0}.betterList-box .bb-formula .formula-item .item-percent{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;position:relative}.betterList-box .bb-formula .formula-item .item-percent img{display:block;width:100%;height:100%}.betterList-box .bb-formula .formula-item .item-percent .txt{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:32px;line-height:92%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.betterList-box .bb-formula .formula-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:18px;width:70%;padding-bottom:4vw}.betterList-box .bb-formula .formula-info .label{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:32px;line-height:125%}.betterList-box .bb-formula .formula-info .sapo{color:#8f8f8f;text-align:center;font-family:"Apparat-Regular";font-size:15px;line-height:120%}.betterList-box .bb-formula .formula-info .formula-btn{border-radius:10px;background:#191919;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.betterList-box .bb-formula .formula-info .formula-btn .txt{color:#fff;text-align:center;font-family:"Apparat-Regular";font-size:14px;line-height:135%}.betterList-box .bb-formula .formula-info .formula-btn .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.betterListItem-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:6;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.betterListItem-popup .bli-popup-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;position:relative;width:46vw}.betterListItem-popup .blipc-wrapt{width:100%;border-radius:16px;background:#262626;padding:30px 30px 40px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:22px}.betterListItem-popup .blipc-wrapt .itemDetail{display:-webkit-box;display:-ms-flexbox;display:flex;gap:27px;padding-bottom:22px;border-bottom:1px solid rgba(255,255,255,.2)}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-left{width:47%;-ms-flex-negative:0;flex-shrink:0}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-thumb{display:block;width:100%}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-thumb i{display:block;width:100%;padding-top:100%;position:relative;border-radius:12px;overflow:hidden}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-thumb img{display:block;position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-label{display:-webkit-box;display:-ms-flexbox;display:flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-sources{border-radius:37px;background:rgba(0,0,0,.5);padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;color:#b2b2b2;font-family:"Apparat-Medium";font-size:12px;line-height:114.617%;text-transform:uppercase}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#fff;font-family:"Apparat-Medium";font-size:28px;line-height:114.617%;letter-spacing:-.56px}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-sapo{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;color:#9aa0a6;font-family:"Apparat-Medium";font-size:14px;line-height:145%}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-function{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-function .detail-link{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;padding:10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:9px;border:1px solid rgba(255,255,255,.2);overflow:hidden;color:rgba(255,255,255,.7);font-family:"Apparat-Medium";font-size:12px;line-height:114.617%;text-transform:uppercase}.betterListItem-popup .blipc-wrapt .kols-rate{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:22px}.betterListItem-popup .blipc-wrapt .kols-rate .rate-label{color:#b2b2b2;font-family:"Apparat-Medium";font-size:12px;line-height:114.617%;text-transform:uppercase}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container{position:relative;overflow:hidden;width:100%}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container::before{position:absolute;content:"";width:30%;height:100%;background:-webkit-gradient(linear,right top,left top,from(#262626),to(rgba(38,38,38,0)));background:linear-gradient(270deg,#262626 0%,rgba(38,38,38,0) 100%);right:0;bottom:0;z-index:2}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:36.5%;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:10px;background:#1e1e1e;gap:22px}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-points{width:100%;padding:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:47px;background:#444;color:#b2b2b2;font-family:"Apparat-Medium";font-size:14px;text-transform:uppercase;text-align:center}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-points i{font-size:26px;color:#fff;letter-spacing:-.56px;margin-left:5px}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-sapo{color:#fff;text-align:center;font-family:"Apparat-Regular";font-size:15px;line-height:145%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-author{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:8px}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-author .thumb{display:block;width:40px;height:40px}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-author .thumb img{display:block;width:100%;height:100%}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-author .name{color:#fff;font-family:"Apparat-Medium";font-size:15px;line-height:114.617%;letter-spacing:-.3px}.betterListItem-popup .close-btn{display:-webkit-box;display:-ms-flexbox;display:flex;background:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;gap:10px;font-family:"Apparat-Medium";font-size:12px;color:#000;padding:14px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase}@media screen and (max-width:800px){.betterList-heading-label{width:92%;margin-bottom:10vh;margin-top:-35%}.betterList-heading-label .heading-label{font-size:64px}.betterList-box{padding:0}.betterList-box .bb-wrapt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px 0}.betterList-box .bb-wrapt .bb-left{width:100vw;margin-left:-20px;position:relative;overflow:hidden}.betterList-box .bb-wrapt .bb-left .bb-item{width:88%;-ms-flex-negative:0;flex-shrink:0}.betterList-box .bb-wrapt .bb-left .bb-item:first-child{margin-left:20px}.betterList-box .bb-wrapt .bb-left .bb-item:nth-last-child(1){margin-right:20px}.betterList-box .bb-wrapt .bb-left .bb-item-action{gap:15px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.betterList-box .bb-wrapt .bb-left .bb-item-action .label{width:60%;font-size:16px}.betterList-box .bb-wrapt .bb-left .bb-item-action .total{font-size:11px}.betterList-box .bb-wrapt .bb-left .bb-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.betterList-box .bb-wrapt .bb-right{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.betterList-box .bb-wrapt .bb-right .bb-section{max-width:100%}.betterList-box .bb-wrapt .bb-right .bb-section .section-label{padding:15px}.betterList-box .bb-wrapt .bb-right .bb-section .section-label .label{font-size:20px;width:60%}.betterList-box .bb-wrapt .bb-right .bb-section .section-label .update-time{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3px}.betterList-box .bb-wrapt .bb-right .bb-section .section-label .update-time .time-txt,.betterList-box .bb-wrapt .bb-right .bb-section .section-label .update-time .update-txt{font-size:11px}.betterList-box .bb-wrapt .bb-right .bb-section .section-label .update-time .circle{display:none}.betterList-box .bb-wrapt .bb-right .bb-section .section-body .item{-ms-grid-columns:calc(70% - 15px) 15px 30%;grid-template-columns:calc(70% - 15px) 30%;gap:15px}.betterList-box .bb-wrapt .bb-right .bb-section .section-body .grid-area .product-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:start}.betterList-box .bb-wrapt .bb-right .bb-section .section-body .grid-area .ga-label{font-size:11px}.betterList-box .bb-wrapt .bb-right .bb-section .section-body .grid-area .product-thumb{width:70px;height:70px}.betterList-box .bb-wrapt .bb-right .bb-section .section-body .grid-area .total-points-wrapt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.betterList-box .bb-wrapt .bb-right .bb-section .section-body .grid-area .total-points-wrapt .points{font-size:14px}.betterList-box .bb-wrapt .bb-right .bb-section .section-body .grid-area .total-points-wrapt .points b{font-size:18px}.betterList-box .bb-formula{width:100vw}.betterList-box .bb-formula .formula{width:100%;gap:10vh}.betterList-box .bb-formula .formula .formula-item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.betterList-box .bb-formula .formula .formula-item .item-wrapt{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;position:absolute;bottom:-12%;left:20%;margin-right:0;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:40px}.betterList-box .bb-formula .formula .formula-item .item-wrapt.reverse{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;left:initial;right:20%;margin-left:0}.betterList-box .bb-formula .formula .formula-item .item-wrapt .numb{font-size:40px}.betterList-box .bb-formula .formula .formula-item .item-wrapt .txt .icn{width:16px;height:16px}.betterList-box .bb-formula .formula .formula-item .item-wrapt .txt .label{font-size:12px}.betterList-box .bb-formula .formula .formula-item .line{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.betterList-box .bb-formula .formula .formula-info{width:90%}.betterListItem-popup .bli-popup-content{width:92%}.betterListItem-popup .blipc-wrapt{padding:20px}.betterListItem-popup .blipc-wrapt .itemDetail{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:22px}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-left{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;width:100%}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-left .itemDetail-thumb{width:36%;-ms-flex-negative:0;flex-shrink:0}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-left .itemDetail-label{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-title{font-size:21px}.betterListItem-popup .blipc-wrapt .itemDetail .itemDetail-function .detail-link{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item{width:75%}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-points{font-size:12px}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-points i{font-size:24px}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-sapo{font-size:14px}.betterListItem-popup .blipc-wrapt .kols-rate .rate-container .rate-item .ri-author .name{font-size:14px}}@media screen and (max-width:1366px){.betterList-box .bb-left .bb-item-action{gap:20px}.betterList-box .bb-left .bb-item-action .label{font-size:16px}.betterList-box .bb-left .bb-item-action .total{font-size:12px}.betterList-box .bb-right .bb-section{max-width:95%}.betterList-box .bb-right .bb-section .section-label .label{font-size:21px}.betterList-box .bb-right .bb-section .section-label .update-time .update-txt,.betterList-box .bb-right .bb-section .section-label .update-time .time-txt{font-size:11px}.betterList-box .bb-right .bb-section .section-body .item{gap:15px;padding:10px 15px}.betterList-box .bb-right .bb-section .section-body .grid-area .product-name{font-size:16px}.betterList-box .bb-right .bb-section .section-body .grid-area .total-points .points{font-size:16px}.betterList-box .bb-right .bb-section .section-body .grid-area .total-points .points b{font-size:22px}}.homev2 .category-list-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:35px}.homev2 .bc2025-home .judges-section .judges-list{display:block}.homev2 .betterList-box .bb-right .bb-section{max-width:100%}.hc-category{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:40px;position:relative;overflow:hidden}.hc-category .hcc-content{position:relative;z-index:1}.hc-category.sca-type{border-radius:20px;background:-webkit-gradient(linear,left bottom,left top,color-stop(-4.64%,#fff),color-stop(6.63%,#8ec6ee),color-stop(25.43%,#5799fd),color-stop(63.01%,#383f82),color-stop(123.77%,#000));background:linear-gradient(0deg,#fff -4.64%,#8ec6ee 6.63%,#5799fd 25.43%,#383f82 63.01%,#000 123.77%)}.hc-category.sca-type .hccc-body .swiperSlide::before{position:absolute;content:"";left:0;bottom:-60%;width:100%;height:100%;background:radial-gradient(66.32% 50.12% at 50% 49.88%,#fff 1.44%,#94c4eb 10.1%,#5e99f8 24.52%,#39437e 53.37%,rgba(0,0,0,0) 100%)}.hc-category.sca-type .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-bg{background:radial-gradient(50% 50% at 50% 50%,#fff 23.66%,#3567ea 60.2%,#1e3a84 75.08%,#000 97%)}.hc-category.cfa-type{border-radius:20px;background:-webkit-gradient(linear,left bottom,left top,color-stop(-5.03%,#fff),color-stop(6.15%,#7ce8b2),color-stop(19.22%,#4ed9a8),color-stop(51.89%,#0e7e75),color-stop(123.77%,#000));background:linear-gradient(0deg,#fff -5.03%,#7ce8b2 6.15%,#4ed9a8 19.22%,#0e7e75 51.89%,#000 123.77%)}.hc-category.cfa-type .type-thumb{width:75%}.hc-category.cfa-type .hccc-body .swiperSlide::before{position:absolute;content:"";left:0;bottom:-60%;width:100%;height:100%;background:radial-gradient(66.32% 50.12% at 50% 49.88%,#fff 1.44%,#91e3b3 10.1%,#6fd3a9 24.52%,#357a74 53.37%,rgba(0,0,0,0) 100%)}.hc-category.cfa-type .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-bg{background:radial-gradient(50% 50% at 50% 50%,#fff 23.66%,#3567ea 60.2%,#1e3a84 75.08%,#000 97%)}.hc-category.cca-type{border-radius:20px;background:-webkit-gradient(linear,left bottom,left top,color-stop(-4.64%,#fff),color-stop(6.63%,#f3c195),color-stop(25.43%,#ff5227),color-stop(63.01%,#a63333),color-stop(123.77%,#000));background:linear-gradient(0deg,#fff -4.64%,#f3c195 6.63%,#ff5227 25.43%,#a63333 63.01%,#000 123.77%)}.hc-category.cca-type .type-thumb{width:75%}.hc-category.cca-type .hccc-body .swiperSlide::before{position:absolute;content:"";left:0;bottom:-60%;width:100%;height:100%;background:radial-gradient(66.32% 50.12% at 50% 49.88%,#fff 1.44%,#f3c195 10.1%,#ff5227 24.52%,#a63333 53.37%,rgba(0,0,0,0) 100%)}.hc-category.cca-type .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-bg{background:radial-gradient(50% 50% at 50% 50%,#fff 16%,#fbc1a8 40%,#f4482a 56.5%,#721111 75.08%,#000 97%)}.hc-category.ica-type{border-radius:20px;background:-webkit-gradient(linear,left bottom,left top,color-stop(-25.66%,#fff),color-stop(-5.25%,#fba4e1),color-stop(13.7%,#8d4ed9),color-stop(56.7%,#2e214b),color-stop(123.77%,#000));background:linear-gradient(0deg,#fff -25.66%,#fba4e1 -5.25%,#8d4ed9 13.7%,#2e214b 56.7%,#000 123.77%)}.hc-category.ica-type .hccc-body .swiperSlide::before{position:absolute;content:"";left:0;bottom:-60%;width:100%;height:100%;background:radial-gradient(66.32% 50.12% at 50% 49.88%,#fff 1.44%,#f07eff 10.1%,#8359d3 24.52%,#42337e 53.37%,rgba(0,0,0,0) 100%)}.hc-category.ica-type .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-bg{background:radial-gradient(50% 50% at 50% 50%,#fff 16%,#b9cfdb 40%,#a46eea 56.5%,#381e84 75.08%,#000 97%)}.hc-category .hccc-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.hc-category .hccc-header .header-left{width:50%;-ms-flex-negative:0;flex-shrink:0;padding-left:30px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3vw}.hc-category .hccc-header .header-left .logo{display:block;width:180px;-ms-flex-negative:0;flex-shrink:0}.hc-category .hccc-header .header-left .logo img{display:block;width:100%;height:auto}.hc-category .hccc-header .header-left .title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.hc-category .hccc-header .header-left .title .label{color:#fff;font-family:"Apparat-Medium";font-size:42px;line-height:79%;letter-spacing:-1.26px;text-transform:capitalize}.hc-category .hccc-header .header-left .title .des{color:#9aa0a6;font-family:"Apparat-Regular";font-size:15px;line-height:155%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.hc-category .hccc-header .header-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;height:100%;padding-right:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.hc-category .hccc-header .header-right .btnReadMore{display:-webkit-box;display:-ms-flexbox;display:flex}.hc-category .hccc-body{position:relative;overflow:hidden}.hc-category .hccc-body .swiperContainer{position:relative;padding:2vw 0}.hc-category .hccc-body .swiperContainer .swiper-button-next,.hc-category .hccc-body .swiperContainer .swiper-button-prev{background-image:none;width:auto;height:auto}.hc-category .hccc-body .swiperContainer .swiper-button-next{right:4%}.hc-category .hccc-body .swiperContainer .swiper-button-prev{left:4%}.hc-category .hccc-body .swiperContainer .swiper-pagination-bullets{bottom:10%}.hc-category .hccc-body .swiperContainer .swiper-pagination-bullets .swiper-pagination-bullet{background:#424242;width:10px;height:10px}.hc-category .hccc-body .swiperContainer .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff}.hc-category .hccc-body .swiperSlide{width:16.7%;height:auto;border-radius:11px;background:#141414;position:relative;overflow:hidden}.hc-category .hccc-body .swiperSlide:first-child{margin-left:40px}.hc-category .hccc-body .swiperSlide.swiper-slide-active{opacity:1}.hc-category .hccc-body .swiperSlide .frameBorder{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;height:100%;position:relative;padding:25px;-webkit-box-sizing:border-box;box-sizing:border-box}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent{width:100%;height:100%}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;height:100%}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .label{color:#fff;font-family:"Apparat-Medium";font-size:21px;line-height:114.617%;letter-spacing:-.424px;width:80%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .thumb{display:block;width:100%}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .thumb i{display:block;width:100%}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .thumb i img{display:block;width:100%;height:auto}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .name .txt{color:#fff;font-family:"Apparat-Medium";font-size:9px;line-height:96%;letter-spacing:-.18px;text-transform:uppercase}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .name .txt:first-child{font-size:24px;margin-right:8px}.hc-category .type-thumb{position:absolute;top:0;right:0;width:65%}.hc-category .type-thumb i{display:block;width:100%}.hc-category .type-thumb i img{display:block;width:100%;height:auto}.betterList-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:60px}.betterList-section .betterList-heading{position:relative}.betterList-section .betterList-heading .heading-thumb{display:block;width:100%;position:relative}.betterList-section .betterList-heading .heading-thumb i{display:block;width:100%;padding-top:22%;position:relative;border-radius:20px;overflow:hidden}.betterList-section .betterList-heading .heading-thumb i img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.betterList-section .betterList-heading .heading-info{position:absolute;top:40px;left:40px;width:33%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.betterList-section .betterList-heading .heading-info .info-label{color:#fff;font-family:"Apparat-Medium";font-size:64px;line-height:87%;letter-spacing:-2.56px}.betterList-section .betterList-heading .heading-info .info-des{color:#fff;font-family:"Apparat-Regular";font-size:15px;line-height:120%}.betterList-section .betterList-heading .heading-info .info-btn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:15px;border-radius:10px;background:rgba(0,0,0,.4);color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:14px;line-height:135%}.betterList-section .betterList-box{width:100%;background:none;margin-bottom:5vw}.betterList-section .betterList-box .bb-left{position:sticky;top:0;z-index:2}.betterList-section .betterList-box .bb-left .bb-list{position:initial;top:0}.betterList-section .betterList-box .bb-wrapt{padding:30px 0}.betterList-section .betterList-box .bb-wrapt .bb-right{max-height:600px;overflow-y:scroll;position:relative;padding-right:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.betterList-section .betterList-box .bb-wrapt .bb-right::-webkit-scrollbar{width:10px}.betterList-section .betterList-box .bb-wrapt .bb-right::-webkit-scrollbar-track{background:transparent}.betterList-section .betterList-box .bb-wrapt .bb-right::-webkit-scrollbar-thumb{background:#888;border-radius:20px}.betterList-section .betterList-box .bb-wrapt .bb-right::-webkit-scrollbar-thumb:hover{background:#555}@media screen and (max-width:800px){.homev2 .bc2025-home .htgt-section{padding-bottom:8vh}.homev2 .bc2025-home .htgt-section .category-list-wrapt{height:auto}.homev2 .bc2025-home .judges-section .judges-list{width:100vw;margin-left:-20px}.homev2 .bc2025-home .judges-section .judges-list::before{position:absolute;content:"";top:0;left:0;width:15%;height:100%;background:-webkit-gradient(linear,left top,right top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(90deg,#000 0%,rgba(0,0,0,0) 100%);z-index:2}.homev2 .bc2025-home .judges-section .judges-list::after{position:absolute;content:"";bottom:0;right:0;width:15%;height:100%;background:-webkit-gradient(linear,right top,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(-90deg,#000 0%,rgba(0,0,0,0) 100%);z-index:2}.hc-category{margin:0 20px}.hc-category .type-thumb{width:100%!important}.hc-category .hccc-header .header-left .title{display:none}.hc-category .hccc-body .swiperContainer{padding:20px 0}.hc-category .hccc-body .swiperWrapper{margin-left:20px}.hc-category .hccc-body .swiperSlide{width:87%}.hc-category .hccc-body .swiperSlide:first-child{margin-left:0}.hc-category .hccc-body .swiperSlide:nth-last-child(1){margin-right:20px}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .label{font-size:21px}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .thumb{width:75%;margin:0 auto}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .name .txt{font-size:9px}.hc-category .hccc-body .swiperSlide .frameBorder .frameContent .frameContent-wrapper .name .txt:first-child{font-size:24px}.betterList-section .betterList-heading .heading-thumb i{padding-top:100%}.betterList-section .betterList-heading .heading-info{width:60%;gap:40px}.betterList-section .betterList-heading .heading-info .info-label{font-size:44px}.betterList-section .betterList-box .bb-wrapt .bb-right{padding:0}}@media screen and (max-width:1366px){.betterList-section .betterList-heading .heading-info{top:20px;left:30px}.betterList-section .betterList-heading .heading-info .info-label{font-size:55px}}.bc2025-listNews{padding-top:8vw;background:#0e1013}.bc2025-listNews .listNews-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-listNews .listNews-content .firstNews{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 2vw;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:26px}.bc2025-listNews .listNews-content .firstNews .thumb{width:66%;border-radius:10px 0 0 10px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.bc2025-listNews .listNews-content .firstNews .thumb i{display:block;width:100%;position:relative;padding-top:53%}.bc2025-listNews .listNews-content .firstNews .thumb i img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bc2025-listNews .listNews-content .firstNews .info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;background:#282a2d;padding:1.2vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-radius:0 10px 10px 0}.bc2025-listNews .listNews-content .firstNews .info .title{font-family:"Apparat-Medium";font-size:26px;line-height:155%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;color:#fff}.bc2025-listNews .listNews-content .firstNews .info .sapo{font-family:"Apparat-Regular";font-size:14px;line-height:155%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;overflow:hidden;color:#fff}.bc2025-listNews .listNews-content .firstNews .info .source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-listNews .listNews-content .firstNews .info .source .name{color:rgba(255,255,255,.5);font-family:"Apparat-Regular";font-size:12px;font-style:normal;font-weight:400;line-height:155%}.bc2025-listNews .listNews-content .hc-news{margin-bottom:26px}.bc2025-listNews .listNews-content .hc-news .grid-news{display:-ms-grid;display:grid;-ms-grid-columns:calc((100% - 2vw)/3) 1vw calc((100% - 2vw)/3) 1vw calc((100% - 2vw)/3);grid-template-columns:repeat(3,calc((100% - 2vw)/3));gap:1vw;padding:0 2vw;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item{background:#282a2d;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:10px;overflow:hidden}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .thumb{display:block;width:100%;padding-top:52.27%;position:relative}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .thumb img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .info{padding:.6vw;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .info .title{color:#fff;font-family:"Apparat-Medium";font-size:16px;line-height:155%;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:.6vw}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .info .source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .info .source .name{color:rgba(255,255,255,.5);font-family:"Apparat-Regular";font-size:12px;line-height:155%}.bc2025-listNews .listNews-content .listnews{display:-ms-grid;display:grid;-ms-grid-columns:calc((100% - 2vw)/3) 1vw calc((100% - 2vw)/3) 1vw calc((100% - 2vw)/3);grid-template-columns:repeat(3,calc((100% - 2vw)/3));gap:1vw;padding:0 2vw;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:3vw}.bc2025-listNews .listNews-content .listnews .left-listNews{-ms-grid-column:1;-ms-grid-column-span:2;grid-column:1/3;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2;border-radius:12px;padding:1vw;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news{display:-ms-grid;display:grid;-ms-grid-columns:100%;grid-template-columns:repeat(1,100%);gap:1vw;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:1vw;border-bottom:1px solid rgba(0,0,0,.12)}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item:nth-last-child(1){padding-bottom:0;border-bottom:0}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .thumb{display:block;width:48.7%;border-radius:10px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .thumb i{display:block;padding-top:53%;position:relative;width:100%}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .thumb i img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .info{padding:.5vw 1vw;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .info .title{color:#fff;font-family:"Apparat-Medium";font-size:18px;line-height:155%;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-bottom:20px}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .info .sapo{font-family:"Apparat-Regular";font-size:14px;line-height:155%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;color:rgba(255,255,255,.5);margin-bottom:30px}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .info .source{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .info .source .name{color:rgba(255,255,255,.5);font-family:"Apparat-Regular";font-size:14px;line-height:155%}.bc2025-listNews .listNews-content .listnews .right-listNews{-ms-grid-column:3;-ms-grid-column-span:1;grid-column:3/4;-ms-grid-row:1;-ms-grid-row-span:1;grid-row:1/2}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid{display:-ms-grid;display:grid;-ms-grid-columns:100%;grid-template-columns:repeat(1,100%);gap:1vw}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item{width:100%;position:relative}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-thumb{display:block;width:100%;position:relative;padding-top:45%;border-radius:10px;overflow:hidden}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-thumb img{display:block;position:absolute;width:100%;height:100%;top:0;left:0;-o-object-fit:cover;object-fit:cover}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:0 1.3vw;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-info .txt{color:#000;font-family:"Manrope-Semibold";font-size:18px;line-height:120%;letter-spacing:-.36px;width:70%}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-info .icn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3vw;height:3vw}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-info .icn svg{width:100%;height:100%}@media screen and (max-width:780px){.bc2025-listNews{padding-top:12vh}.bc2025-listNews .listNews-content .firstNews{padding:0 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-listNews .listNews-content .firstNews .thumb{width:100%;border-radius:10px 10px 0 0}.bc2025-listNews .listNews-content .firstNews .thumb i{padding-top:100%}.bc2025-listNews .listNews-content .firstNews .info{padding:15px;border-radius:0 0 10px 10px}.bc2025-listNews .listNews-content .firstNews .info .title{font-size:20px;margin-bottom:15px}.bc2025-listNews .listNews-content .firstNews .info .sapo{-webkit-line-clamp:2;margin-bottom:15px}.bc2025-listNews .listNews-content .hc-news .grid-news{padding:0 20px;-ms-grid-columns:100%;grid-template-columns:repeat(1,100%);gap:30px}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .info{padding:18px}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .info .title{font-size:15px;margin-bottom:12px}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .info .source .thumb-source{width:24px;height:24px;margin-right:10px}.bc2025-listNews .listNews-content .hc-news .grid-news .grid-news-item .info .source .name{font-size:14px}.bc2025-listNews .listNews-content .listnews{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 20px}.bc2025-listNews .listNews-content .listnews .right-listNews{margin-bottom:30px;width:calc(100vw + 0px);margin-left:-20px}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news{position:relative}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid{display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item{width:88%}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item:first-child{margin-left:20px}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item:nth-last-child(1){margin-right:20px}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-info{top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:0 20px}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-info .txt{font-size:18px;width:75%}.bc2025-listNews .listNews-content .listnews .right-listNews .cover-news .cn-grid .cn-item .cni-info .icn{width:auto;height:auto}.bc2025-listNews .listNews-content .listnews .left-listNews{border-radius:0;background:transparent;padding:0}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item{background:none;padding-bottom:0;border-bottom:0;margin-bottom:20px}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item:nth-last-child(1){margin-bottom:0}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .thumb{width:34.6%;margin-right:20px}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .thumb i{padding-top:100%}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .info .title{font-size:14px}.bc2025-listNews .listNews-content .listnews .left-listNews .grid-news .grid-news-item .info .sapo{display:none}}.profile-wrapt{background:#0e1013}.bc2025-profile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.profile-cover{display:block;width:100%;padding-top:20%;position:relative;margin-bottom:3vw}.profile-cover img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0}.profile-label{color:#f8f9fa;font-family:"Apparat-Regular";font-size:26px;line-height:103%;letter-spacing:-.26px;text-align:center;margin-bottom:30px}.profile-body{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:10px;background:#202124;padding:30px;max-width:900px;width:100%;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}.profile-body .change-avatar{padding:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid rgba(255,255,255,.12)}.profile-body .change-avatar .avatar-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.profile-body .change-avatar .avatar-content .avatar{display:block;width:230px;height:230px}.profile-body .change-avatar .avatar-content .avatar img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:100px}.profile-body .change-avatar .avatar-content .username{color:#f8f9fa;font-family:"Apparat-Medium";font-size:16px;line-height:103%;letter-spacing:-.8px}.profile-body .change-avatar .btnChangeAvatar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;background:#fff;border-radius:100px;padding:10px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.profile-body .change-avatar .btnChangeAvatar .txt{font-size:14px;font-family:"Apparat-Regular";color:#000}.profile-body .change-avatar .btnChangeAvatar .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.profile-body .inputBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.profile-body .custom-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.profile-body .custom-input.selectType{margin-bottom:30px}.profile-body .custom-input .label{color:#fff;font-family:"Apparat-Regular";font-size:16px;line-height:103%;letter-spacing:-.8px;margin-bottom:15px}.profile-body .custom-input .username-txt{color:#fff;font-family:"Apparat-Regular";font-size:16px;line-height:normal;border-radius:10px;background:#0e1013;padding:15px;height:54px;-webkit-box-sizing:border-box;box-sizing:border-box}.profile-body .custom-input .note-txt{color:#888;font-family:"Apparat-Regular";font-size:14px;line-height:150%;letter-spacing:-.7px;margin-bottom:15px}.profile-body .custom-input .detail-info{width:100%;margin-bottom:30px;position:relative}.profile-body .custom-input .detail-info .input-info{-webkit-transition:all .15s linear;transition:all .15s linear;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px;border-radius:10px;border:1px solid rgba(255,255,255,.3);background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;height:46px;width:100%;outline:0;font-size:16px;line-height:103%;color:#fff;font-family:"Apparat-Regular"}.profile-body .custom-input .detail-info .input-info.dob{padding:15px 15px 15px 35px}.profile-body .custom-input .detail-info .icn-date{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);left:15px;display:-webkit-box;display:-ms-flexbox;display:flex}.profile-body .custom-input .phone-verify{border-radius:10px;background:#0e1013;padding:15px;height:54px;-webkit-box-sizing:border-box;box-sizing:border-box;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;margin-bottom:15px}.profile-body .custom-input .phone-verify .number,.profile-body .custom-input .phone-verify .txt{color:#fff;font-family:"Apparat-Regular";font-size:16px;line-height:103%;letter-spacing:-.8px}.profile-body .custom-input .phone-verify .verify-txt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.profile-body .custom-input .phone-verify .verify-txt .txt{margin-right:10px}.profile-body .custom-input .phone-verify .verify-txt .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.profile-body .custom-input .btn-phoneVerify{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;background:#fff;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.profile-body .custom-input .btn-phoneVerify .icn{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:10px}.profile-body .custom-input .btn-phoneVerify .txt{color:#000;font-family:"Apparat-Regular";font-size:14px;line-height:140%}.profile-body .custom-input .agreeTerms{color:#dadce0;font-family:"Apparat-Regular";font-size:14px;line-height:150%;letter-spacing:-.7px;padding-left:25px;position:relative;margin-bottom:30px}.profile-body .custom-input .agreeTerms a{text-decoration-line:underline;color:#dadce0}.profile-body .custom-input .agreeTerms input{position:absolute;top:0;left:0}.profile-body .custom-input select{font-family:"Apparat-Regular";font-size:14px;color:#fff;text-transform:uppercase;width:100%;padding:15px;border:1px solid rgba(255,255,255,.3);white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:150%;margin-bottom:30px}.profile-body .custom-input .select2-selection--single{font-family:"Apparat-Regular";font-size:14px;color:#fff;text-transform:uppercase;height:46px;border-radius:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid rgba(255,255,255,.3)}.profile-body .custom-input .select2-selection--single .select2-selection__rendered{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-left:15px;color:#fff;width:80%;font-size:14px;font-family:"Apparat-Regular"}.profile-body .custom-input .select2-selection--single .select2-selection__arrow{height:33px;width:25px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.profile-body .btnSubmit{display:-webkit-box;display:-ms-flexbox;display:flex}.profile-body .btnSubmit a{border-radius:5px;background:#256fff;padding:10px 50px 10px 50px;color:#fff;font-family:"Apparat-Regular";font-size:16px;line-height:103%;letter-spacing:-.8px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;text-align:center}.select2-search{padding:10px}.select2-search__field{outline:0;border-radius:4px;padding:10px!important;border-color:#ccc!important}.select2-city-select-options .select2-results__option{font-family:"Manrope-Regular";padding:10px 15px;font-size:16px;text-transform:uppercase}.select2-city-select-options .select2-results__option--highlighted{background-color:#f63115!important}.update-disabled .input-info{background-color:#5f6368!important;cursor:default}.popupVerify-is-active .boxVerify{visibility:visible;z-index:99}.boxVerify-wrapt{position:relative;width:350px;padding:30px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#3c4043;border-radius:10px}.boxVerify-wrapt .btn-close{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:20px;right:20px}.boxVerify-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:20px}.boxVerify-content .boxVerify-label{color:#f8f9fa;font-family:"Apparat-Regular";font-size:20px;line-height:140%}.boxVerify-content .boxVerify-sapo{color:#e8eaed;font-family:"Apparat-Regular";font-size:14px;line-height:140%}.boxVerify-content .boxVerify-sapo a{color:#e8eaed;font-family:"Apparat-Regular";font-size:14px;line-height:140%;text-decoration-line:underline}.boxVerify-content .boxVerify-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px;border-radius:10px;background:#0e1013;gap:15px}.boxVerify-content .boxVerify-input .input-form .input-info{-webkit-transition:all .15s linear;transition:all .15s linear;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.3);-webkit-box-sizing:border-box;box-sizing:border-box;height:40px;width:100%;outline:0;font-family:"Apparat-Regular";font-size:16px;line-height:140%;color:#000;text-align:center}.boxVerify-content .boxVerify-input .btn-action{display:block;width:100%;padding:12px 0;border-radius:8px;background:#5f6368;color:#fff;font-family:"Apparat-Regular";font-size:14px;line-height:140%;text-align:center}.boxVerify-content .boxVerify-input .btn-action.active{background:#6477d9}.boxVerify-content .boxVerify-input .warning-txt{color:#ff3535;font-family:"Apparat-Regular";font-size:14px;line-height:140%}.boxVerify-content .boxVerify-input .otp-txt,.boxVerify-content .boxVerify-input .verifyComplete-txt{color:#e8eaed;font-family:"Apparat-Regular";font-size:14px;line-height:140%}.boxVerify-content .boxVerify-input .otp-resend{color:#bab9ff;font-family:"Apparat-Regular";font-size:14px;line-height:140%}.boxVerify-content .boxVerify-input .verify-complete{padding:15px;border-radius:8px;background:#fff;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}.boxVerify-content .boxVerify-input .verify-complete .info-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.boxVerify-content .boxVerify-input .verify-complete .info-wrapt .ava{display:block;width:32px;-ms-flex-negative:0;flex-shrink:0}.boxVerify-content .boxVerify-input .verify-complete .info-wrapt .ava img{display:block;width:100%;height:auto}.boxVerify-content .boxVerify-input .verify-complete .info-wrapt .name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.boxVerify-content .boxVerify-input .verify-complete .info-wrapt .name .name-txt{color:#111;font-family:"Apparat-Regular";font-size:14px;line-height:140%}.boxVerify-content .boxVerify-input .verify-complete .info-wrapt .name .phone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.boxVerify-content .boxVerify-input .verify-complete .info-wrapt .name .phone .icn{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:5px}.boxVerify-content .boxVerify-input .verify-complete .info-wrapt .name .phone .phone-txt{color:#111;font-family:"Apparat-Regular";font-size:14px;line-height:140%}@media screen and (max-width:800px){.profile-label{padding:0 15px;-webkit-box-sizing:border-box;box-sizing:border-box}.profile-body{padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;background:none}.profile-body .inputBox{padding-top:0;background:#202124;border-radius:10px;padding:30px;-webkit-box-sizing:border-box;box-sizing:border-box}.profile-body .select2-container{width:100%!important}}.category-content .cateHeader .txtBox .sub-title{font-family:"Apparat-Regular";font-size:20px;color:#fff;display:block;margin-bottom:10px;white-space:nowrap}.category-content .listCate .rightList .judge-rate-item{background:#fff;border-radius:10px;padding:40px;margin-bottom:40px}.category-content .listCate .rightList .judge-rate-item .item-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}.category-content .listCate .rightList .judge-rate-item .item-info_ava{display:block;width:200px;margin-bottom:10px;border-radius:6px;overflow:hidden}.category-content .listCate .rightList .judge-rate-item .item-info_ava img{display:block;width:100%;height:auto}.category-content .listCate .rightList .judge-rate-item .item-info_title{margin-bottom:10px}.category-content .listCate .rightList .judge-rate-item .item-info_title a{font-family:"Apparat-Bold";font-size:18px;color:#343434}.category-content .listCate .rightList .judge-rate-item .item-info_votecount{font-family:"Apparat-Medium";font-size:13px;color:#888}.category-content .listCate .rightList .judge-rate-item .criteria-cat{margin-bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #e5e5e5}.category-content .listCate .rightList .judge-rate-item .criteria-cat.criteria-point{background:#f1f1f1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.category-content .listCate .rightList .judge-rate-item .criteria-cat_info{width:30%;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #e5e5e5;-ms-flex-negative:0;flex-shrink:0}.category-content .listCate .rightList .judge-rate-item .criteria-catChilds{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:20px;border-right:1px solid #e5e5e5}.category-content .listCate .rightList .judge-rate-item .criteria-cat_point{width:10%;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.category-content .listCate .rightList .judge-rate-item .criteria-cat_point .point-label{font-family:"Apparat-Medium";font-size:14px;color:#888;margin-bottom:10px}.category-content .listCate .rightList .judge-rate-item .criteria-cat_point .point-number{font-family:"Apparat-Bold";font-size:16px;color:#343434}.category-content .listCate .rightList .judge-rate-item .criteria-cat_info_title{font-family:"Apparat-Medium";font-size:16px;line-height:130%;color:#343434;margin-bottom:5px}.category-content .listCate .rightList .judge-rate-item .criteria-cat_info_description{font-family:"Apparat-Regular";font-size:13px;color:#888;line-height:150%;letter-spacing:.3px}.category-content .listCate .rightList .judge-rate-item .criteria-catChild{margin-bottom:20px}.category-content .listCate .rightList .judge-rate-item .criteria-catChild_des{font-family:"Apparat-Medium";font-size:14px;color:#555;margin-bottom:6px;line-height:150%}.category-content .listCate .rightList .judge-rate-item .criteria-point-average{font-family:"Apparat-Bold";font-size:30px;color:#888}.category-content .listCate .rightList .judge-rate-item .criteria-point-average b{color:#0f68ed}.judgeRating-menu{position:fixed;bottom:30px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:9}.judgeRating-menu_wrapper{padding:5px 0 5px 15px;background-color:rgba(212,219,244,.6);display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;backdrop-filter:blur(18px);border-radius:5px}.judgeRating-menu_wrapper .menu-item-cat{margin-right:10px}.judgeRating-menu_wrapper .menu-item-cat:hover .menu-item-subcat{display:block}.judgeRating-menu_wrapper .menu-label{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px;font-family:"Apparat-Medium";color:#222;font-size:14px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.judgeRating-menu_wrapper .menu-label i{margin-right:5px}.judgeRating-menu_wrapper .menu-cat-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"Apparat-Medium";font-size:14px;padding:10px;background-color:rgba(255,255,255,.7);border-radius:5px;cursor:pointer}.judgeRating-menu_wrapper .menu-cat-wrapper i{margin-left:5px}.judgeRating-menu_wrapper .menu-item-subcat{position:absolute;bottom:0;padding-bottom:48px;right:0;z-index:-1;display:none}.judgeRating-menu_wrapper .list-subcat{background-color:#fff;padding:10px;border-radius:5px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1)}.judgeRating-menu_wrapper .subcat a{display:block;padding:10px;font-family:"Apparat-Medium";font-size:13px;line-height:140%;color:#222;border-radius:3px}.judgeRating-menu_wrapper .subcat a:hover{background-color:rgba(212,219,244,.6)}.judgeRating-menu_wrapper .pdf-export{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"Apparat-Medium";font-size:14px;padding:10px;background-color:rgba(255,255,255,.5);border-radius:5px;color:#2e2e2e}.judgeRating-menu_wrapper .pdf-export i{margin-right:5px}.judgeRating-menu_wrapper .pdf-export:hover{background-color:#fff}.changeBgC{position:absolute;bottom:0;left:0;width:100%;height:100%;-webkit-animation:fadeInOut 5s infinite 1s;animation:fadeInOut 5s infinite 1s;background:radial-gradient(42.85% 69.76% at 44.24% 103.41%,#002ea7 0%,rgba(0,53,191,.21) 63.96%,rgba(0,46,167,0) 100%)}.changeBgC-blur{position:absolute;bottom:0;left:0;width:100%;height:100%;background:radial-gradient(36.83% 58.56% at 59.06% 99.98%,rgba(84,122,255,.35) 0%,rgba(84,122,255,0) 100%);-webkit-animation:fadeInOut 7s infinite;animation:fadeInOut 7s infinite}@-webkit-keyframes fadeInOut{0%{opacity:0}50%{opacity:1}100%{opacity:0}}@keyframes fadeInOut{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.bc25-judge-login-page{position:relative;width:100%;min-height:100vh;background-color:#02040b;overflow:hidden}.login-page-wrapper{width:600px;margin:5vh auto;position:relative;z-index:1;mix-blend-mode:screen}.login-header{margin-bottom:5vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.login-header .header-logo{display:-webkit-box;display:-ms-flexbox;display:flex;width:180px;margin:0 auto;-ms-flex-negative:0;flex-shrink:0}.login-header .header-logo .logo-img{display:block;width:100%;height:100%}.login-header .header-logo .logo-img img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:screen}.header-description{font-family:"Apparat-Medium";font-size:20px;color:#fff;text-align:center}.login-form{padding:50px;background-color:rgba(255,255,255,.1);border-radius:10px}.login-form-leadTxt{margin-bottom:30px;font-family:"Apparat-Medium";font-size:20px;color:#fff;line-height:150%}.login-form-wrapper label{font-family:"Apparat-Medium";font-size:16px;color:#fff;margin-bottom:10px;display:block}.login-form-wrapper label.notice{color:#ff7878;margin-bottom:30px}.login-form-wrapper input[type=text],.login-form-wrapper input[type=password]{font-family:"Apparat-Medium";font-size:16px;color:#fff;margin-bottom:30px;display:block;background:rgba(255,255,255,.1);border:0;outline:0;width:100%;padding:15px;border-radius:6px;-webkit-box-sizing:border-box;box-sizing:border-box}.login-form-wrapper input[type=submit]{display:block;width:100%;border:0;padding:15px;text-align:center;font-family:"Apparat-Medium";font-size:16px;color:#fff;background-color:#0f68ed;border-radius:6px;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box}.login-form-wrapper input[type=submit]:hover{background-color:#257cff}@media screen and (max-width:780px){.login-page-wrapper{width:95%}.login-form{padding:50px 20px}}.judge-login-info{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:20px;background-color:#fff;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:5px 10px;gap:10px;border-radius:6px;font-family:"Apparat-Medium";font-size:14px}.item-info_link{margin-top:10px}.item-info_link a{display:-webkit-box;display:-ms-flexbox;display:flex;font-family:"Apparat-Medium";font-size:12px;color:#17181b;text-transform:uppercase;gap:5px;padding:10px 30px;background-color:#e8eaed;border-radius:6px}.item-info_link a:hover{background-color:#dadce0}.judge-instruct-tooltip{position:relative;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 10px;background-color:rgba(255,255,255,.5);border-radius:5px;cursor:pointer}.judge-instruct-tooltip .tooltip{position:absolute;bottom:100%;right:0;width:300px;display:none}.judge-instruct-tooltip.first-time .tooltip{display:block}.judge-instruct-tooltip .tooltip-wrapper{position:relative;margin-bottom:15px;background-color:#fff;padding:10px 15px 10px 10px;border-radius:5px;border:1px solid rgba(0,0,0,.1);-webkit-box-shadow:0 5px 10px rgba(0,0,0,.1);box-shadow:0 5px 10px rgba(0,0,0,.1)}.judge-instruct-tooltip .tooltip-wrapper:before{display:block;content:"";width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;position:absolute;top:100%;right:15px}.judge-instruct-tooltip .tooltip-text{font-family:"Apparat-Medium";font-size:14px;color:#2e2e2e;line-height:150%}.judge-instruct-tooltip .tooltip-close{display:block;position:absolute;right:2px;top:5px;padding:0 5px}@media screen and (max-width:780px){.judge-login-info{margin-right:0}}.bc2025-judges{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;background:#0e1013}.bc2025-judges .judges-heading{display:block;width:100%;padding-top:22%;position:relative}.bc2025-judges .judges-heading img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.bc2025-judges .judges-body{display:-webkit-box;display:-ms-flexbox;display:flex;gap:3vw;padding:2vw 40px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-judges .judges-body .jb-left{width:31%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.bc2025-judges .judges-body .jb-left .label{color:#fff;font-family:"Apparat-Medium";font-size:48px;line-height:120%;letter-spacing:-1.92px}.bc2025-judges .judges-body .jb-left .sapo{color:#fff;font-family:"Apparat-Regular";font-size:16px;line-height:135%}.bc2025-judges .judges-body .jb-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.bc2025-judges .judges-body .jb-right .judges-list{width:100%}.bc2025-judges .judges-body .jb-right .judges-list-wrapt{display:-ms-grid;display:grid;-ms-grid-columns:calc((100% - 80px)/3) 40px calc((100% - 80px)/3) 40px calc((100% - 80px)/3);grid-template-columns:repeat(3,calc((100% - 80px)/3));gap:40px}.bc2025-judges .judges-body .jb-right .judges-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;width:100%;-ms-flex-negative:0;flex-shrink:0}.bc2025-judges .judges-body .jb-right .ji-avatar{display:block;width:100%;padding-top:100%;position:relative;border-radius:100%;border:5px solid #424242;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 auto}.bc2025-judges .judges-body .jb-right .ji-avatar img{display:block;width:97%;height:97%;-o-object-fit:cover;object-fit:cover;border-radius:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.bc2025-judges .judges-body .jb-right .ji-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5px}.bc2025-judges .judges-body .jb-right .ji-info .ji-name{color:#fff;font-family:"Apparat-Medium";font-size:17px;line-height:25px;text-align:center}.bc2025-judges .judges-body .jb-right .ji-info .ji-sapo{color:#fff;text-align:center;font-family:"Apparat-Regular";font-size:15px;line-height:135%;opacity:.7}@media screen and (max-width:780px){.bc2025-judges .judges-heading{padding-top:43%}.bc2025-judges .judges-body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:40px 20px;gap:30px}.bc2025-judges .judges-body .jb-left{width:100%}.bc2025-judges .judges-body .jb-left .label{font-size:38px}.bc2025-judges .judges-body .jb-left .sapo{font-size:15px}.bc2025-judges .judges-body .jb-right .judges-list-wrapt{-ms-grid-columns:calc((100% - 15px)/2) 15px calc((100% - 15px)/2);grid-template-columns:repeat(2,calc((100% - 15px)/2));gap:15px}}html{scroll-behavior:smooth}.bc2025-rules{background:#0e1013;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-rules .rules-heading{display:block;width:100%;padding-top:22%;position:relative}.bc2025-rules .rules-heading img{display:block;width:100%;height:100%;position:absolute;top:0;left:0;-o-object-fit:cover;object-fit:cover}.bc2025-rules .rules-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-rules .rules-content .rules-body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:0 auto;border-radius:10px;padding:4vw;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-20vw;z-index:2}.bc2025-rules .rules-content .rules-body .label{color:#f8f9fa;font-family:"Apparat-Bold";font-size:48px;line-height:115%;letter-spacing:-1.92px;margin-bottom:12.5vw}.bc2025-rules .rules-content .rules-body .rules-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:40px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left{position:sticky;top:20px;left:0;width:32%;height:100%;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:2vw}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:40px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu:nth-last-child(1){margin-bottom:0}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu .item{margin-bottom:15px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu .item:nth-last-child(1){margin-bottom:0}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu .item:hover a .icn{display:block}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu .item:hover a .txt{color:#5a67d7}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu .item a{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu .item a .icn{display:none;margin-left:20px;margin-top:2px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left .list-action-menu .item a .txt{color:#f8f9fa;font-family:"Apparat-Medium";font-size:16px;line-height:135%;text-transform:uppercase}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .headerLabel{color:#11235c;font-family:"Apparat-Bold";font-size:34px;font-style:normal;font-weight:700;line-height:105.5%;letter-spacing:-1.36px;margin-bottom:30px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .childLabel{color:#f8f9fa;font-family:"Apparat-Bold";font-size:24px;line-height:93%;letter-spacing:-.6px;margin-bottom:30px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .boldTxt{color:#dadce0;font-family:"Apparat-Bold";font-size:16px;line-height:155%;margin-bottom:30px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .borderTxt{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:6px 10px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:10px;border:1px solid #dadce0;color:#dadce0;font-family:"Apparat-Bold";font-size:17px;line-height:155%;margin-bottom:30px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .headTxt{color:#dadce0;font-family:"Apparat-Bold";font-size:20px;line-height:155%;margin-bottom:30px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .dot{color:#dadce0;font-family:"Apparat-Regular";padding-left:20px;font-size:17px;line-height:155%;margin-bottom:10px;position:relative}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .dot.bold{font-family:"Apparat-Bold"}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .dot::before{position:absolute;content:"";top:10px;left:8px;width:5px;height:5px;border-radius:100px;background:#dadce0}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .dot a{color:#2031a8}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .sapo{color:#dadce0;font-size:17px;line-height:155%;font-family:"Apparat-Regular";margin-bottom:30px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .sapo a{color:#5a67d7;font-family:"Apparat-Bold"}@media screen and (max-width:780px){.bc2025-rules .rules-heading{padding-top:41%}.bc2025-rules .rules-content .rules-body{padding:40px 20px;margin-top:0}.bc2025-rules .rules-content .rules-body .label{font-size:36px;margin-bottom:30px}.bc2025-rules .rules-content .rules-body .rules-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-left{display:none}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .headerLabel{font-size:24px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .childLabel{font-size:20px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .sapo{font-size:15px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .dot{font-size:15px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .boldTxt{font-size:15px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .headTxt{font-size:18px}.bc2025-rules .rules-content .rules-body .rules-wrapper .rules-right .contentBox .childContent .borderTxt{font-size:15px}}.vmf-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative}.coverBox{background:radial-gradient(121.62% 60.18% at 47.62% 29.61%,#2e2929 15.38%,#584d46 47.6%,#8f4242 78.37%,#ed784d 100%);position:relative}.coverBox::before{position:absolute;content:"";bottom:0;left:0;width:100%;height:250px;background:-webkit-gradient(linear,left bottom,left top,from(#000),to(rgba(0,0,0,0)));background:linear-gradient(0deg,#000 0%,rgba(0,0,0,0) 100%);z-index:1}.coverBox .thumb{display:block;width:100%;padding-top:48%;position:relative}.coverBox .thumb img{position:absolute;top:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.coverBox .totalCover{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:96%;position:absolute;z-index:2;top:2vw;left:2vw;mix-blend-mode:screen;pointer-events:none}.coverBox .totalCover .totalCover-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:7vw}.coverBox .totalCover .totalCover-left .logo{width:280px;-ms-flex-negative:0;flex-shrink:0}.coverBox .totalCover .totalCover-left .logo i{display:block;width:100%;height:100%}.coverBox .totalCover .totalCover-left .logo i img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;mix-blend-mode:screen}.coverBox .totalCover .totalCover-left .top-scroll-down-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-left:25px}.coverBox .totalCover .totalCover-left .top-scroll-down-icon .text{display:-webkit-box;display:-ms-flexbox;display:flex}.coverBox .totalCover .totalCover-left .top-scroll-down-icon .mouse-mockup{width:20px;height:32px;border:2px solid #fff;border-radius:100px;-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-animation:mouseTransition linear infinite 3s;animation:mouseTransition linear infinite 3s}@keyframes mouseTransition{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(8px);transform:translateY(8px)}20%{-webkit-transform:translateY(8px);transform:translateY(8px)}30%{-webkit-transform:translateY(8px);transform:translateY(8px)}40%{-webkit-transform:translateY(0);transform:translateY(0)}}.coverBox .totalCover .totalCover-left .top-scroll-down-icon .icon_arrow svg{width:14px;height:30px}.coverBox .totalCover .totalCover-left .top-scroll-down-icon .icon_arrow svg path{fill:#fff;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;-webkit-animation:mouseArrowTransition linear infinite 3s;animation:mouseArrowTransition linear infinite 3s}@keyframes mouseArrowTransition{0%{-webkit-transform:translateY(0);transform:translateY(0)}10%{-webkit-transform:translateY(10px);transform:translateY(10px)}20%{-webkit-transform:translateY(5px);transform:translateY(5px)}30%{-webkit-transform:translateY(10px);transform:translateY(10px)}40%{-webkit-transform:translateY(0);transform:translateY(0)}}.coverBox .totalCover .totalCover-left .top-scroll-down-icon .icon_wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.coverBox .totalCover .totalCover-left .top-scroll-down-icon .mouse_scroll{display:block;width:3px;height:8px;background-color:#fff;border-radius:100px;position:absolute;top:6px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@keyframes mouseScrollTransition{0%{top:100%}10%{top:0%}20%{top:100%}30%{top:0%}40%{top:100%}}.coverBox .totalCover .totalCover-right{display:-webkit-box;display:-ms-flexbox;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;gap:6vw}.coverBox .totalCover .totalCover-right .listCategories{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.coverBox .totalCover .totalCover-right .listCategories .category{color:#fff;font-family:"Apparat-Medium";font-size:13px;line-height:15px;letter-spacing:-.52px;text-transform:uppercase}.coverBox .totalCover .totalCover-right .sapo{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.coverBox .totalCover .totalCover-right .sapo .txt{color:#fff;font-family:"Apparat-Medium";font-size:13px;line-height:15px;letter-spacing:-.52px;text-transform:uppercase}.coverBox .totalCover .totalCover-right .sapo .icn{display:block;width:18px;height:18px;background:#fff}.vmf-content{position:relative;background:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:6vw;z-index:2}.vmf-content .heading{width:48%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:-12%;gap:60px}.vmf-content .heading .logo{display:block;width:auto}.vmf-content .heading .logo img{display:block;width:auto;height:auto}.vmf-content .heading .des{width:90%;margin:0 auto;color:#fff;text-align:center;font-family:"Apparat-Regular";font-size:16px;line-height:135%;opacity:.7}.vmf-content .heading .des b{font-family:"Apparat-Medium"}.vmf-content .heading .data{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.vmf-content .heading .data .data-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.vmf-content .heading .data .data-item .label-txt{color:#b2b2b2;font-family:"Apparat-Regular";font-size:14px;line-height:114.617%;text-transform:uppercase}.vmf-content .heading .data .data-item .total-txt{color:#fff;font-family:"Apparat-Medium";font-size:38px;letter-spacing:-1.14px}.vmf-content .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.vmf-content .content .content-top{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px}.vmf-content .content .content-top .ct-item{width:50%;position:relative}.vmf-content .content .content-top .ct-item .thumb{display:block;width:100%;padding-top:83%;position:relative;border-radius:20px;overflow:hidden}.vmf-content .content .content-top .ct-item .thumb img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vmf-content .content .content-top .ct-item .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;position:absolute;left:30px;bottom:30px;width:85%}.vmf-content .content .content-top .ct-item .info .label{color:#fff;font-family:"Apparat-Medium";font-size:38px}.vmf-content .content .content-top .ct-item .info .sapo{color:#fff;font-family:"Apparat-Regular";font-size:16px;line-height:135%;opacity:.7}.vmf-content .content .content-bottom{padding-bottom:6vw}.vmf-content .content .content-bottom .cb-item{width:100%;position:relative}.vmf-content .content .content-bottom .cb-item .thumb{display:block;width:100%;padding-top:56.2%;position:relative;border-radius:20px;overflow:hidden}.vmf-content .content .content-bottom .cb-item .thumb img{display:block;position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.vmf-content .content .content-bottom .cb-item .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;position:absolute;left:35px;top:35px;width:40%}.vmf-content .content .content-bottom .cb-item .info .label{color:#fff;font-family:"Apparat-Medium";font-size:38px}.vmf-content .content .content-bottom .cb-item .info .sapo{color:#fff;font-family:"Apparat-Regular";font-size:16px;line-height:135%;opacity:.7}@media screen and (max-width:780px){.coverBox .thumb{padding-top:180%}.coverBox .totalCover{top:30px;left:0}.coverBox .totalCover .totalCover-left{gap:20vh}.vmf-content{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:8vh}.vmf-content .heading{width:100%}.vmf-content .heading .logo{width:90%}.vmf-content .heading .logo img{width:100%}.vmf-content .heading .des{width:100%}.vmf-content .heading .data{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.vmf-content .content .content-top{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.vmf-content .content .content-top .ct-item{width:100%}.vmf-content .content .content-top .ct-item .thumb{padding-top:125%}.vmf-content .content .content-top .ct-item .info{left:20px;bottom:20px}.vmf-content .content .content-bottom{padding-bottom:6vh}.vmf-content .content .content-bottom .cb-item .thumb{padding-top:113%}.vmf-content .content .content-bottom .cb-item .info{width:90%;top:20px;left:20px}}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#111}::-webkit-scrollbar-thumb{background:#444}::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.6)}html{scroll-behavior:smooth}body.loading{overflow:hidden}.w1920{max-width:1920px;width:100%;margin:0 auto;-ms-flex-negative:0;flex-shrink:0}.w1360{max-width:1360px;width:100%;margin:0 auto;-ms-flex-negative:0;flex-shrink:0}.w1440{max-width:1440px;width:100%;margin:0 auto;-ms-flex-negative:0;flex-shrink:0}.w900{max-width:900px;width:100%;margin:0 auto;-ms-flex-negative:0;flex-shrink:0}.w670{max-width:670px;width:100%;margin:0 auto;-ms-flex-negative:0;flex-shrink:0}.bc2025-body{position:relative}.bc2025-footer{border-top:1px solid rgba(0,0,0,.2);background:#191919;position:relative;z-index:2}.bc2025-footer .footer-wrapt{padding:4vw 7vw;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bc2025-footer .footer-wrapt .footer-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-footer .footer-wrapt .footer-left .txt{color:#ebebeb;font-family:"Apparat-Regular";font-size:14px;line-height:155%}.bc2025-footer .footer-wrapt .footer-left .txt i{display:block;font-family:"Apparat-Bold";color:#ebebeb}.bc2025-footer .footer-wrapt .footer-left .logo{display:block;width:200px;margin-bottom:10%;margin-left:-15px}.bc2025-footer .footer-wrapt .footer-left .logo img{display:block;width:100%;mix-blend-mode:screen}.bc2025-footer .footer-wrapt .footer-right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-footer .footer-wrapt .footer-right .sapo-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;gap:2vw;margin-bottom:4vw}.bc2025-footer .footer-wrapt .footer-right .sapo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bc2025-footer .footer-wrapt .footer-right .sapo:nth-last-child(1){margin-bottom:0}.bc2025-footer .footer-wrapt .footer-right .sapo:nth-last-child(1) .txt{margin-bottom:0;font-size:24px}.bc2025-footer .footer-wrapt .footer-right .sapo .txt{color:#fff;font-family:"Apparat-Bold";font-size:14px;line-height:125%}.bc2025-footer .footer-wrapt .footer-right .sapo .txt:first-child{margin-bottom:18px}.bc2025-footer .footer-wrapt .footer-right .sapo .txt i{font-family:"Apparat-Regular";display:block;margin-bottom:4px;color:#fff}.bc2025-footer .footer-wrapt .footer-right .sapo .txt i:nth-last-child(1){margin-bottom:0}.bc2025-footer .footer-wrapt .footer-right .sapo .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-footer .footer-wrapt .footer-right .sapo .social .social-link{display:block;width:1vw;height:1vw;margin-right:.5vw}.bc2025-footer .footer-wrapt .footer-right .sapo .social .social-link:nth-last-child(1){margin-right:0}.bc2025-footer .footer-wrapt .footer-right .sapo .social .social-link svg{display:block;width:100%}.bc2025-footer .footer-wrapt .footer-right .social-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link .social-label{color:#ebebeb;font-family:"Apparat-Regular";font-size:14px;line-height:155%}.bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link .social-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link .social-list .social-item{display:block;width:20px;height:20px}.bc2025-footer .footer-wrapt .footer-right .social-wrapt .social-link .social-list .social-item svg{display:block;width:100%;height:100%}.bc2025-footer .footer-wrapt .footer-right .social-wrapt .csbm-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-footer .footer-wrapt .footer-right .social-wrapt .csbm-wrapt .txt,.bc2025-footer .footer-wrapt .footer-right .social-wrapt .csbm-wrapt .copyright-txt{color:#ebebeb;font-family:"Apparat-Regular";font-size:12px;line-height:120%}.menu-bar{position:fixed;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:10px;z-index:9}.menu-bar .menu-bar-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:20px;background:rgba(48,48,48,.5);backdrop-filter:blur(14.75px);padding:10px;position:relative}.menu-bar .menu-bar-wrapper .menu-item{position:relative;margin-right:.5vw}.menu-bar .menu-bar-wrapper .menu-item:hover .menu-item-content{visibility:visible;opacity:1}.menu-bar .menu-bar-wrapper .menu-item:nth-last-child(1){margin-right:0;display:none}.menu-bar .menu-bar-wrapper .menu-item:first-child .menu-item-link{padding:0}.menu-bar .menu-bar-wrapper .menu-item:first-child .menu-item-link .icn-svg{margin-left:0}.menu-bar .menu-bar-wrapper .menu-item:nth-child(2) .menu-item-link:hover .icn svg path{fill:#fff}.menu-bar .menu-bar-wrapper .menu-item.mobMenu-active{display:none}.menu-bar .menu-bar-wrapper .menu-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.3vw 1.1vw;border-radius:10px;background:rgba(0,0,0,.4);height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:10px}.menu-bar .menu-bar-wrapper .menu-item-link.active,.menu-bar .menu-bar-wrapper .menu-item-link:hover{background:#6477d9}.menu-bar .menu-bar-wrapper .menu-item-link.active .txt,.menu-bar .menu-bar-wrapper .menu-item-link:hover .txt{color:#fff}.menu-bar .menu-bar-wrapper .menu-item-link.active .icn svg path,.menu-bar .menu-bar-wrapper .menu-item-link:hover .icn svg path{fill:#222}.menu-bar .menu-bar-wrapper .menu-item-link .txt{color:#fff;font-family:"Apparat-Bold";font-size:14px;line-height:120%;white-space:nowrap}.menu-bar .menu-bar-wrapper .menu-item-link .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.menu-bar .menu-bar-wrapper .menu-item-link .icn-svg{margin-left:.5vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:50px;height:50px}.menu-bar .menu-bar-wrapper .menu-item-link .icn-svg img{display:block;width:100%;height:100%}.menu-bar .menu-item-content{position:absolute;bottom:calc(100% + 5px);left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);min-width:450px;border-radius:12px;background:rgba(212,219,244,.6);backdrop-filter:blur(18px);padding:5px;-webkit-box-sizing:border-box;box-sizing:border-box;visibility:hidden;opacity:0;-webkit-transition:all .3s;transition:all .3s}.menu-bar .menu-item-content.active{visibility:visible;opacity:1}.menu-bar .menu-item-content .mic-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-sizing:border-box;box-sizing:border-box}.menu-bar .menu-item-content .mic-wrapt .choice-awards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:4px}.menu-bar .menu-item-content .mic-wrapt .choice-awards:nth-last-child(1){margin-bottom:0}.menu-bar .menu-item-content .mic-wrapt .choice-awards.active .ca-box{display:block}.menu-bar .menu-item-content .mic-wrapt .choice-awards.active .ca-label .icn{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-label{display:-webkit-box;display:-ms-flexbox;display:flex;gap:20px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 15px;border-radius:5px;background:#17181b}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-label:hover{background:#5a67d7}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-label:hover .txt{color:#fff}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-label:hover .icn svg path{fill:#fff}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-label .txt{color:#bdc1c6;font-family:"Apparat-Medium";font-size:14px;line-height:normal;white-space:nowrap}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-label .icn{display:block;width:80px;-ms-flex-negative:0;flex-shrink:0}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-label .icn img{display:block;width:100%}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-box{display:none;border-radius:0 0 5px 5px;margin-top:-3px}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-box .list-element{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-top:1vw}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-box .list-element .element{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 .5vw;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:5px}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-box .list-element .element a{width:100%;padding:10px 15px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#2e2e2e;font-family:"KK-Semibold";font-size:14px;line-height:normal;letter-spacing:.12px}.menu-bar .menu-item-content .mic-wrapt .choice-awards .ca-box .list-element .element a:hover{border-radius:5px;background:rgba(41,61,119,.1)}.back-to-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:70px;height:70px;border-radius:20px;background:rgba(48,48,48,.4);backdrop-filter:blur(14.75px);position:absolute;bottom:10px;left:10px;z-index:2}.registerFormFixed{position:fixed;width:250px;-ms-flex-negative:0;flex-shrink:0;bottom:10px;right:10px;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:15px;background:rgba(0,0,0,.6);backdrop-filter:blur(25px);padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box;gap:20px;z-index:9;opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s;pointer-events:auto}.registerFormFixed.functionsFixed{opacity:0;pointer-events:none}.registerFormFixed .registerFormFixed-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.registerFormFixed .registerFormFixed-label .txt{color:#fff;font-family:"Apparat-Medium";font-size:18px;line-height:120%;white-space:nowrap}.registerFormFixed .registerFormFixed-label .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.registerFormFixed .registerFormFixed-thumb{display:block;width:100%}.registerFormFixed .registerFormFixed-thumb img{display:block;width:100%;height:auto}.btnLoginForm{position:fixed;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;bottom:10px;right:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:20px;background:rgba(48,48,48,.5);backdrop-filter:blur(14.75px);gap:10px;z-index:9;opacity:1;-webkit-transition:opacity .3s;transition:opacity .3s;pointer-events:auto}.btnLoginForm.logged:hover .infoUser-action{visibility:visible;opacity:1}.btnLoginForm.logged .btnLogin{display:none}.btnLoginForm.logged .btnLogout{display:-webkit-box;display:-ms-flexbox;display:flex}.btnLoginForm .btnLogin,.btnLoginForm .btnLogout{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:10px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;height:70px;-ms-flex-negative:0;flex-shrink:0}.btnLoginForm .btnLogin .thumb,.btnLoginForm .btnLogout .thumb{position:relative;display:block;width:27px}.btnLoginForm .btnLogin .thumb img,.btnLoginForm .btnLogout .thumb img{display:block;width:100%;height:auto}.btnLoginForm .btnLogin .thumb .dot,.btnLoginForm .btnLogout .thumb .dot{width:10px;height:10px;-ms-flex-negative:0;flex-shrink:0;background:#f00;border-radius:100px;position:absolute;top:0;right:0}.btnLoginForm .btnLogin .txt,.btnLoginForm .btnLogout .txt{color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:14px;line-height:135%}.btnLoginForm .btnLogin .icn,.btnLoginForm .btnLogout .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.btnLoginForm .btnLogout{display:none}.btnLoginForm .btnLogout .thumb{width:40px;height:40px;border-radius:100px}.btnLoginForm .btnLogout .thumb img{height:100%;border-radius:100px;-o-object-fit:cover;object-fit:cover}.btnLoginForm .infoUser-action{position:absolute;visibility:hidden;opacity:0;bottom:110%;right:0;-webkit-transition:all .3s;transition:all .3s;background:rgba(48,48,48,.9);border-radius:10px;width:210px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;padding:15px;-webkit-box-sizing:border-box;box-sizing:border-box}.btnLoginForm .infoUser-action .infoUser-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.btnLoginForm .infoUser-action .infoUser-link .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.btnLoginForm .infoUser-action .infoUser-link .txt{color:#fff;text-align:center;font-family:"Apparat-Bold";font-size:14px;line-height:135%}.btnLoginForm .infoUser-action .infoUser-link.infoUser-verify{padding-right:15px;position:relative}.btnLoginForm .infoUser-action .infoUser-link.infoUser-verify::before{position:absolute;content:"";top:3px;right:0;width:10px;height:10px;border-radius:100px;background:#e92c12;-webkit-box-sizing:border-box;box-sizing:border-box}.loading-screen{position:fixed;top:0;left:0;width:100%;height:100%;background:#000;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10vw;z-index:9999}.loading-screen .loading-screen-logo{display:-webkit-box;display:-ms-flexbox;display:flex}.loading-screen .loading-screen-logo img{display:block;width:auto;height:auto}.loading-screen .loading-text{display:block;color:#fff;text-align:center;font-family:"Apparat-Medium";font-size:12px;line-height:10px;letter-spacing:-.48px}.loading-screen .loading-percent{margin-top:15px;display:block;color:#fff;font-family:"Apparat-Medium";text-align:center;font-size:64px;line-height:50px;letter-spacing:-2.56px}.popup-content{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;visibility:hidden;overflow:hidden}.popup-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:9;visibility:hidden;opacity:0}.popupLogin-is-active .boxLogin{visibility:visible;z-index:99}.popupLogin-is-active .popup-bg,.popupVerify-is-active .popup-bg{visibility:visible;opacity:1}.popup-body{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10}.login-popup{position:fixed;top:0;left:0;right:0;bottom:0;z-index:6;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.login-popup .popup-container{background-color:#0e1013;border-radius:10px;position:relative}.login-popup .popup-wrapper{padding:20px 30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px}.login-popup .login-methods{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.login-popup .login-methods .label{font-family:"Apparat-Medium";font-size:16px;color:#f8f9fa}.login-popup .login-methods .list-login-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.login-popup .login-methods .login-btn .login-fb{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.login-popup .login-methods .login-btn a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px;padding:0 20px;background-color:#3c4043;border-radius:10px;gap:12px;font-family:"Apparat-Medium";color:#f1f3f4;font-size:14px}.login-popup .login-methods .login-btn a i{display:block;width:19px}.login-popup .login-methods .login-btn a i img{display:block;width:100%;height:auto}.login-popup .close-btn a{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;width:40px;background-color:#333;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:100px;gap:10px;font-family:"Apparat-Medium";font-size:1vw;color:#fff;text-transform:uppercase;background:#9aa0a6}.login-popup-is-open .login-popup{display:-webkit-box;display:-ms-flexbox;display:flex}.btli-popup-is-open .betterListItem-popup{display:-webkit-box;display:-ms-flexbox;display:flex}.popup-is-open{overflow:hidden}.popup-close-bg{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000;opacity:.85;z-index:-1}@media screen and (max-width:780px){.bc2025-footer .footer-wrapt{padding:12vh 20px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-footer .footer-wrapt .footer-left{margin-bottom:6vh}.bc2025-footer .footer-wrapt .footer-left .txt{font-size:12px;margin-bottom:0}.bc2025-footer .footer-wrapt .footer-left .copyright-txt{font-size:12px}.bc2025-footer .footer-wrapt .footer-left .logo{width:180px;margin-bottom:30px}.bc2025-footer .footer-wrapt .footer-right{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px}.bc2025-footer .footer-wrapt .footer-right .sapo-wrapt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;margin-bottom:0}.bc2025-footer .footer-wrapt .footer-right .social-wrapt{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.bc2025-footer .footer-wrapt .footer-right .sapo{margin-right:0}.bc2025-footer .footer-wrapt .footer-right .sapo:nth-last-child(1) .txt{margin-bottom:8px}.bc2025-footer .footer-wrapt .footer-right .sapo .txt{font-size:12px}.bc2025-footer .footer-wrapt .footer-right .sapo .txt:first-child{margin-bottom:25px}.bc2025-footer .footer-wrapt .footer-right .sapo .social .social-link{width:20px;height:20px;margin-right:10px}.back-to-top{display:none}.menu-bar{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;bottom:10px;left:10px;-webkit-transform:none;transform:none}.menu-bar .menu-bar-wrapper{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.menu-bar .menu-bar-wrapper .menu-item{display:none;margin-right:5px}.menu-bar .menu-bar-wrapper .menu-item:nth-last-child(1),.menu-bar .menu-bar-wrapper .menu-item:first-child,.menu-bar .menu-bar-wrapper .menu-item:nth-child(2){display:block}.menu-bar .menu-bar-wrapper .menu-item:first-child{width:40px}.menu-bar .menu-bar-wrapper .menu-item:nth-last-child(1) .menu-item-content{-webkit-transform:translateX(-70%);transform:translateX(-70%);min-width:200px}.menu-bar .menu-bar-wrapper .menu-item-link{padding:6px 10px;height:40px}.menu-bar .menu-bar-wrapper .menu-item-link .txt{font-size:14px}.menu-bar .menu-item-content{-webkit-transform:translateX(-30%);transform:translateX(-30%);min-width:100%;bottom:calc(100% + 10px)}.registerFormFixed{display:none}.loading-screen{gap:15vh}.loading-screen .loading-screen-logo{width:50%;margin:0 auto}.loading-screen .loading-screen-logo img{width:100%}.btnLoginForm{gap:0}.btnLoginForm .btnLogout{padding:10px;height:60px;width:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btnLoginForm .btnLogout .thumb{width:30px;height:30px}.btnLoginForm .btnLogout .txt,.btnLoginForm .btnLogout .icn{display:none}.btnLoginForm .btnLogin{padding:10px;height:60px;width:60px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.btnLoginForm .btnLogin .txt{display:none}}.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:0;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}.hid{display:none!important}@font-face{font-family:"Manrope-Bold";src:url("https://event.mediacdn.vn/web_fonts/Manrope-Bold.otf")}@font-face{font-family:"Manrope-Medium";src:url("https://event.mediacdn.vn/web_fonts/Manrope-Medium.otf")}@font-face{font-family:"Manrope-Regular";src:url("https://event.mediacdn.vn/web_fonts/Manrope-Regular.ttf")}@font-face{font-family:"Manrope-ExtraBold";src:url("https://event.mediacdn.vn/web_fonts/Manrope-ExtraBold.ttf")}@font-face{font-family:"Manrope-SemiBold";src:url("https://event.mediacdn.vn/web_fonts/Manrope-SemiBold.otf")}@font-face{font-family:"Anybody-Bold";src:url("https://event.mediacdn.vn/web_fonts/Anybody-Bold.ttf")}@font-face{font-family:"KK-Bold";src:url("https://event.mediacdn.vn/web_fonts/KlarheitKurrent-Bold.otf")}@font-face{font-family:"KK-Semibold";src:url("https://event.mediacdn.vn/web_fonts/KlarheitKurrent-Semibold.otf")}@font-face{font-family:"KK-Book";src:url("https://event.mediacdn.vn/web_fonts/KlarheitKurrent-Book.otf")}.bc24-judge-login-page{position:relative;width:100%;min-height:100vh;background-color:#02040b;overflow:hidden}.popup-content{position:fixed;top:0;left:0;width:100%;height:100%;z-index:2;visibility:hidden;overflow:hidden}.popup-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);z-index:9;visibility:hidden;opacity:0}.popupLogin-is-active .boxLogin{visibility:visible;z-index:99}.popupLogin-is-active .popup-bg,.popupVerify-is-active .popup-bg{visibility:visible;opacity:1}.popup-body{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10}.boxLogin-wrapt{position:relative;width:350px;padding:30px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#3c4043;border-radius:10px}.boxLogin-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.boxLogin-content .boxLogin-label{color:#f8f9fa;font-family:"Manrope-Bold";font-size:14px;line-height:127.5%;margin-bottom:24px}.boxLogin-content .btnLogin{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;border-radius:10px;padding:12px 17px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#0e1013;margin-bottom:16px}.boxLogin-content .btnLogin .icn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:12px}.boxLogin-content .btnLogin .txt{color:#f1f3f4;font-family:"Manrope-Medium";font-size:14px;font-style:normal;font-weight:500;line-height:127.5%}.bc2025-header{position:sticky;top:0;left:0;width:100%;z-index:99;background:#000}.bc2025-header .header-content{position:relative;height:60px;padding:10px 0;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bc2025-header .header-content .header-logo{display:block;width:15%;height:100%;padding-left:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-header .header-content .header-logo img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.bc2025-header .header-content .login-wrapt{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:20px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-header .header-content .login-wrapt.logged:hover .infoUser-action{visibility:visible;opacity:1}.bc2025-header .header-content .login-wrapt.logged .btn-login .icn{display:none}.bc2025-header .header-content .login-wrapt.logged .btn-login .txt{display:none}.bc2025-header .header-content .login-wrapt.logged .btn-login .ava{display:block}.bc2025-header .header-content .login-wrapt.logged .btn-login .txt-logout{display:block}.bc2025-header .header-content .login-wrapt .infoUser-action{position:absolute;visibility:hidden;opacity:0;top:110%;right:0;width:180px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:8px;background:#f8f9fa;-webkit-transition:all .3s;transition:all .3s}.bc2025-header .header-content .login-wrapt .infoUser-action .infoUser-link{display:block;color:#202124;font-family:"Manrope-Bold";font-size:14px;line-height:normal;letter-spacing:-.28px;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #dadce0}.bc2025-header .header-content .login-wrapt .infoUser-action .infoUser-link:nth-last-child(1){margin-bottom:0;padding-bottom:0;border-bottom:0}.bc2025-header .header-content .login-wrapt .infoUser-action .infoUser-link.infoUser-verify{padding-right:15px;position:relative}.bc2025-header .header-content .login-wrapt .infoUser-action .infoUser-link.infoUser-verify::before{position:absolute;content:"";top:5px;right:0;width:10px;height:10px;border-radius:100px;background:#e92c12;border:2px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-header .header-content .login-wrapt .src-mobile{display:none}.bc2025-header .header-content .listLinks-group{position:absolute;top:60px;-webkit-box-sizing:border-box;box-sizing:border-box;left:0;background:#17181b;width:100%;max-height:0;overflow:hidden;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bc2025-header .header-content .listLinks-group.active{max-height:100vh}.bc2025-header .header-content .listLinks-group .listLinks-wrapt{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;gap:20px;margin-bottom:15vh}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .customChoose-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .customChoose-link.active .actionLink .icn{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .customChoose-link.active .clBox{display:block}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .customChoose-link:first-child{padding-top:30px}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .customChoose-link:nth-last-child(1){padding-bottom:30px}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .actionLink{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;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .actionLink .icn{display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .actionLink .text{color:#fff;font-family:"Manrope-Bold";font-size:28px;line-height:normal;letter-spacing:-.56px}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .clBox{padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;display:none}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .cl-list{padding-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .cl-list .clBox-item-link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .cl-list .item-link-logo{display:block;width:60px;-ms-flex-negative:0;flex-shrink:0}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .cl-list .item-link-logo img{display:block;width:100%}.bc2025-header .header-content .listLinks-group .listLinks-wrapt .cl-list .item-link-txt{color:#bdc1c6;font-family:"Manrope-Bold";font-size:15px;line-height:20px}.bc2025-header .header-content .listLinks-group .listContact{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:30px}.bc2025-header .header-content .listLinks-group .listContact .sapo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bc2025-header .header-content .listLinks-group .listContact .sapo .txt{color:#fff;font-family:"Manrope-SemiBold";font-size:12px;line-height:125%}.bc2025-header .header-content .listLinks-group .listContact .sapo .txt i{font-family:"Manrope-Regular";display:block;margin-bottom:4px}.bc2025-header .header-content .listLinks-group .listContact .sapo .txt i:nth-last-child(1){margin-bottom:0}.bc2025-header .header-content .listLinks-group .listContact .sapo .txt:first-child{margin-bottom:25px}.bc2025-header .header-content .listLinks-group .listContact .sapo .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-header .header-content .listLinks-group .listContact .sapo .social .social-link{display:block;width:1vw;height:1vw;margin-right:.5vw}.bc2025-header .header-content .listLinks-group .listContact .sapo .social .social-link:nth-last-child(1){margin-right:0}.bc2025-header .header-content .listLinks-group .listContact .sapo .social .social-link svg{display:block;width:100%}.bc2025-header .header-content .btn-login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5vw 1vw;border-radius:10px;background:#fff}.bc2025-header .header-content .btn-login .icn{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.bc2025-header .header-content .btn-login .ava{display:none;width:30px;height:30px;-ms-flex-negative:0;flex-shrink:0;border-radius:100%;position:relative}.bc2025-header .header-content .btn-login .ava img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:100%}.bc2025-header .header-content .btn-login .ava i{position:absolute;top:-2px;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}.bc2025-header .header-content .btn-login .txt,.bc2025-header .header-content .btn-login .txt-logout{color:#000;text-transform:uppercase;font-family:"Manrope-Bold";font-size:13px;line-height:135%;letter-spacing:.13px;margin-left:10px}.bc2025-header .header-content .btn-login .txt-logout{display:none}