/**
 * Theme Name: actus
 * Author: actus
 * Version: 0.0.1
 */

body{overflow-x:hidden;margin:0;padding:0}a{outline:none;text-decoration:none}a:hover{color:unset}img{width:100%;height:auto}h1,h2,h3,h4,h5,h6{margin:0}p{margin:0}body{-webkit-box-sizing:border-box;box-sizing:border-box}input{outline:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}button{outline:none;border:0}button:hover{cursor:pointer}ul{margin:0;padding:0;list-style:none}h1{font:700 64px/100% "Dangrek",sans-serif}@media only screen and (max-width: 1296px){h1{font-size:34px}}@media only screen and (max-width: 768px){h1{font-size:22px}}h2{font:400 36px/100% "Roboto",sans-serif}@media only screen and (max-width: 1296px){h2{font-size:30px}}@media only screen and (max-width: 768px){h2{font-size:20px}}p,li,a{font:400 14px/120% "Roboto",sans-serif}.actus-header{padding:10px 0}.actus-header-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}@media only screen and (max-width: 1008px){.actus-header-content{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.actus-header__images{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.actus-header>.actus-container{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;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:20px}@media only screen and (max-width: 1008px){.actus-header>.actus-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:16px}}.actus-header .header-menu{padding:24px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:14px}@media only screen and (max-width: 1008px){.actus-header .header-menu{display:none}}.actus-header .header-menu a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:4px;border-radius:8px;background:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font:500 16px/120% "Dangrek",sans-serif;color:#000;-webkit-transition:all .4s ease;transition:all .4s ease;white-space:nowrap}.actus-header .header-menu a img{min-width:40px;max-width:40px}@media only screen and (max-width: 1296px){.actus-header .header-menu a img{max-width:24px;min-width:24px}}@media only screen and (max-width: 1296px){.actus-header .header-menu a{font-size:15px}}@media only screen and (max-width: 768px){.actus-header .header-menu a{font-size:14px}}.actus-header .header-menu a:hover{text-decoration:underline}.actus-header .menu-header-menu-container{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;gap:16px;margin:0 auto}@media only screen and (max-width: 1008px){.actus-header .menu-header-menu-container{display:none}}.actus-header-mob__menu{display:none;position:absolute;top:-1000px;left:0;right:0;-webkit-transition:all .4s ease;transition:all .4s ease;border-radius:5px;background:#000;padding:20px 28px 15px;z-index:10;-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:flex-start}@media only screen and (max-width: 1008px){.actus-header-mob__menu{display:-webkit-box;display:-ms-flexbox;display:flex}.actus-header-mob__menu .header-menu{display:-webkit-box;display:-ms-flexbox;display:flex}}.actus-header-mob__menu .menu-header-menu-container{display:-webkit-box;display:-ms-flexbox;display:flex;border-radius:0;border:0;margin:0}.actus-header-mob__menu .actus-container{width:100%;padding:0}.actus-header-mob__menu .header-menu{-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;width:100%;padding:0 !important;width:100%}.actus-header-mob__menu .header-menu li{margin-bottom:10px}.actus-header-burger{display:none;padding:5px;width:20px;height:20px;-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;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,0);border-radius:5px}@media only screen and (max-width: 1008px){.actus-header-burger{display:-webkit-box;display:-ms-flexbox;display:flex}}.actus-header-burger span{width:100%;height:1px;display:block;background:#fff;-webkit-transition:all .4s ease;transition:all .4s ease}.actus-header-burger span:not(:last-of-type){margin-bottom:5px}.actus-header-burger.active span{margin:0}.actus-header-burger.active span:first-of-type{-webkit-transform:rotate(40deg);transform:rotate(40deg)}.actus-header-burger.active span:nth-child(2){position:relative;-webkit-transform:rotate(140deg);transform:rotate(140deg);top:-1px}.actus-header-burger.active span:last-of-type{display:none}.actus-header .right{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.actus-header .right img{max-width:78px;width:100%}@media only screen and (max-width: 1296px){.actus-header .right img{max-width:56px}}.age-gate__headline{font:400 36px/120% "Dangrek",sans-serif;color:#f50}@media only screen and (max-width: 1296px){.age-gate__headline{font-size:26px}}@media only screen and (max-width: 768px){.age-gate__headline{font-size:20px}}.age-gate__subheadline{font:400 14px/120% "Roboto",sans-serif}.age-gate__label{font:400 12px/120% "Dangrek",sans-serif}.age-gate__input{background:rgba(0,0,0,0) !important;border-radius:5px !important;border:1px solid #ff7b00 !important;font:400 12px/120% "Roboto",sans-serif !important;color:#fff !important}.age-gate__remember-field{-webkit-appearance:auto;-moz-appearance:auto;appearance:auto}.age-gate__remember-text{font:400 8px/120% "Roboto",sans-serif}.age-gate__button{padding:10px 80px !important;border-radius:4px !important;background:#f50 !important;font:400 16px/120% "Dangrek",sans-serif !important;color:#fff !important;text-decoration:underline !important}@media only screen and (max-width: 1296px){.age-gate__button{padding:10px 40px !important;font-size:15px !important}}@media only screen and (max-width: 768px){.age-gate__button{padding:10px 24px !important;font-size:14px !important}}.actus-footer{padding:80px 0 20px 0}@media only screen and (max-width: 1296px){.actus-footer{padding:40px 0 20px 0}}@media only screen and (max-width: 768px){.actus-footer{padding:20px 0}}.actus-footer__wrapper .content{padding:50px 70px 20px 70px;background-image:url("/wp-content/themes/actus-vbet/assets/images/footer-bg.webp");background-repeat:no-repeat;background-size:cover;background-position:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px}@media only screen and (max-width: 768px){.actus-footer__wrapper .content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:24px;background-image:none;background:#fff;border-radius:20px}}.actus-footer__wrapper .content>img{max-width:146px;width:100%}.actus-footer__wrapper .content .middle{max-width:580px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.actus-footer__wrapper .content .middle p{font:400 16px/120% "Dangrek",sans-serif;color:#000}@media only screen and (max-width: 1296px){.actus-footer__wrapper .content .middle p{font-size:15px}}@media only screen and (max-width: 768px){.actus-footer__wrapper .content .middle p{font-size:14px}}.actus-footer__wrapper .content .middle .links{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;-ms-flex-wrap:wrap;flex-wrap:wrap}.actus-footer__wrapper .content .middle .menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.actus-footer__wrapper .content .middle .menu a{font:400 16px/120% "Dangrek",sans-serif;color:#000}.actus-footer__wrapper .content .middle .menu a:hover{text-decoration:underline}@media only screen and (max-width: 1296px){.actus-footer__wrapper .content .middle .menu a{font-size:15px}}@media only screen and (max-width: 768px){.actus-footer__wrapper .content .middle .menu a{font-size:14px}}.actus-footer__wrapper>p{color:#fff;margin-top:20px;text-align:center}.actus-container{max-width:936px;margin:0 auto;padding:0 28px}body{position:relative;background:#000}html{scroll-behavior:smooth}button{cursor:pointer}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh}main{-webkit-box-flex:1;-ms-flex:1;flex:1}