@import url("https://use.typekit.net/afy7ntn.css");:root{--ac-red:193,39,45;--ac-red-l:255,193,195;--gray:188,188,188;--black:37,37,37}*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role='list'],ol[role='list']{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.7em}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:0.01ms!important;animation-iteration-count:1!important;transition-duration:0.01ms!important;scroll-behavior:auto!important}}html{font-family:proxima-nova,sans-serif;color:#202020}body{font-family:proxima-nova,sans-serif;font-size:16px}a{color:rgb(var(--ac-red))}.h1-label{font-size:3.2rem}.h2-label{font-size:2.8rem}.h3-label{font-size:2.4rem}.h6-label{font-size:1.6rem}.ac-red{color:rgb(var(--ac-red))}.gray{color:rgb(var(--gray))}.white{color:#FFF}.yellow{color:#FFB400}.rollzilla-green{color:#52CDAE}.rollzilla-blue{color:#1f2651}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.flex{display:flex}.grid{display:grid}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-wrap{flex-wrap:wrap}.basis-full{flex-basis:100%}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.strong{font-weight:bold}.italic{font-style:italic}p{padding:unset}.license-info{padding:2rem;padding-bottom:2.4rem;border-bottom:5px solid;box-shadow:rgba(0,0,0,0.15) 0px 4px 8px 0px,rgba(0,0,0,0) 0px 6px 20px 0px}.license-info--a{border-color:#6f80ba}.license-info--b{border-color:#7c151d}.b--border-top{border:1px solid rgb(var(--gray));display:block;width:100px;margin:0 auto;margin-bottom:2rem}.b-testi{padding:2rem;background:white;box-shadow:rgba(0,0,0,0.15) 0px 4px 8px 0px,rgba(0,0,0,0) 0px 6px 20px 0px;border-bottom:3px solid rgb(var(--ac-red))}.affiliate-testi{padding:1.4rem;height:340px!important;display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;border:unset!important;box-shadow:rgba(0,0,0,0.15) 0px 4px 8px 0px,rgba(0,0,0,0) 0px 6px 20px 0px}.affiliate-testi{>div{margin-bottom:0!important}}.header{display:block;padding:1rem 0;background-color:#fff}.header__body{width:70vw;margin:0 auto}.header__main{display:flex;align-items:center;gap:.5rem}.header__main--a{width:200px}.header__main--b{width:18px}.header__icon{margin-left:auto;cursor:pointer}.header__menu{overflow:hidden}.header--expandable-content{max-height:0;opacity:0;transition:all 300ms}.header__menu--checkbox:checked~.header--expandable-content{max-height:100vh;border-bottom:1px solid var(--gray6);opacity:1;transition:all 300ms}.header__menu--checkbox{position:absolute;opacity:0;z-index:-1}.menu-list,.menu-list__drop--l{list-style-type:none!important}.menu-list{padding:1rem 0!important}.menu-list__item{padding:1rem 0;cursor:pointer;&:not(:last-child){border-bottom:1px solid rgb(var(--gray))}}.menu-cta{display:flex;gap:1rem;>*{flex-grow:1;text-align:center}}.menu-cta--btn{padding:1rem 0;text-transform:uppercase;font-weight:bold;text-decoration:none;letter-spacing:1px;color:white;border-radius:.5rem}.menu-cta--btn.login{background-color:rgb(var(--gray))}.menu-cta--btn.register{background-color:rgb(var(--ac-red))}@media screen and (min-width:992px){.header{padding:unset}.header__menu{overflow:unset}.header__body{display:flex;justify-content:space-between}.header__icon{display:none}.header--expandable-content{display:flex;align-items:center;max-height:100vh;opacity:1}.menu-list{display:flex;padding:unset!important}.menu-list__item{position:relative;>a{padding:1rem;color:inherit;text-decoration:unset;&:hover{color:white;background-color:rgb(var(--ac-red-l))}}&:not(:last-child){border-bottom:unset}}.menu-list__item.menu-list__drop{&:hover{.menu-list__drop--l{display:block}}}.menu-list__drop--l{display:none;position:absolute;left:0;top:100%;width:max-content;padding:unset!important;color:rgb(var(--black));background-color:white;box-shadow:rgba(0,0,0,0.15) 0px 4px 8px 0px,rgba(0,0,0,0) 0px 6px 20px 0px;a{display:block;padding:1rem;color:inherit;text-decoration:unset}li:hover{a{color:white;background-color:rgb(var(--ac-red-l))}}}.menu-cta{gap:unset}.menu-cta--btn{padding:1rem 1.4rem;border-radius:unset;&:hover{opacity:.7}}}.footer{color:white;background:rgb(var(--black));a{color:white}}.footer--body{display:flex;justify-content:space-between;flex-wrap:wrap;gap:2rem;padding:1rem;width:70vw;margin:0 auto}.footer__item{flex:1}.footer__item .footer__logo{width:200px;&:not(:last-child){margin-bottom:1.4rem}}.footer__info{font-size:.9rem;margin-top:2rem}.footer__license{gap:1rem}.footer__license img{width:100px}.footer--label{font-size:1.6rem;font-weight:bold;margin-bottom:1rem}.footer--label2{text-align:center}.footer--list{display:grid;grid-template-columns:1fr}.footer--full{flex-basis:100%}.footer__op{width:80%;margin:0 auto;font-style:italic;font-weight:bold;text-align:center;&:not(:first-child){margin-top:1.4rem}}.footer__copyright{border-top:1px solid rgb(var(--gray));padding-top:1rem}@media only screen and (min-width:992px){.footer--list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}.flex-container{display:flex}.w-100{width:100%}.w-50{width:50%}.mt-10{margin-top:10px}.mr-30{margin-right:30px}.form-inner{margin-bottom:20px}.ac-registration-form,.ac-affiliate-form{background:#fff;padding:30px;border-radius:25px;box-shadow:rgba(0,0,0,0.15) 0px 4px 8px 0px,rgba(0,0,0,0) 0px 6px 20px 0px}.ac-custom-fields label{display:block;margin-bottom:5px;font-family:Open Sans;font-weight:700;font-size:14px;line-height:15px;color:#3E3E3E}.ac-custom-fields span{color:#c1272d}.ac-custom-fields input,select{font-family:Open Sans;border-style:solid;border-width:1px;border-color:#bbbbbb;height:37px;font-size:14px;line-height:14px;padding-left:10px;padding-right:10px;border-radius:3px}.ac-custom-fields input{width:-moz-available;width:-webkit-fill-available;width:fill-available}.ac-custom-fields select{width:100%;cursor:pointer}.ac-custom-fields p{font-weight:400;font-family:"Open Sans";font-size:14px;color:#3e3e3e;line-height:1.4}.ac-custom-fields a{color:#c1272d;text-decoration:none}.form__header{margin-bottom:20px}.form__header h2,.form__header p{margin:unset}.error-wrapper{position:absolute;font-family:Open Sans;font-size:11px;color:#c1272d;margin-top:-5px}.main-error-wrapper{font-family:Open Sans;font-size:12px;color:#c1272d;text-align:center;margin:0 25%}.product-checkbox{display:flex;flex-wrap:wrap;gap:15px;padding:5px 0}.product-checkbox .product-card{filter:grayscale(100%) brightness(100%);border:2px solid transparent}.product-checkbox .product-card.checked{filter:none;border:2px solid #14a085;box-shadow:0 1px 3px #26b99a}.product-checkbox .product-card.checked::after{content:"\f058";font-family:"Font Awesome 6 Pro";font-size:20px;font-weight:400;position:absolute;bottom:0;right:0;margin:10px;color:#26b99a}.product-checkbox .product-card input{display:none}.product-checkbox .product-card{position:relative;display:flex;align-items:center;flex:100%;padding:12px;min-height:75px;box-shadow:0 1px 3px rgba(0,0,0,.22);border-radius:16px;background-color:#fff;box-sizing:border-box}.product-checkbox .product-card p{margin:unset;font-size:12px}.product-checkbox .product-card::before{content:"";min-width:55px;height:47px;display:block;background-repeat:no-repeat}.product-checkbox span.product-desc{font-weight:700;font-style:italic;color:#c1272d;margin-right:3px}.product-checkbox span.font-strong{color:unset;font-weight:700}label[for="product_PWI"]::before{background-image:url(https://www.asianconnect88.com/wp-content/uploads/2024/05/bi-PIW.svg)}label[for="product_AO"]::before{background-image:url(https://www.asianconnect88.com/wp-content/uploads/2024/05/bi-AO.svg)}label[for="product_ORB"]::before{background-image:url(https://www.asianconnect88.com/wp-content/uploads/2024/05/bi-ORB.svg)}label[for="product_PC"]::before{background-image:url(https://www.asianconnect88.com/wp-content/uploads/2024/05/bi-PC.svg)}.product-card.checked+.form-inner{display:block;flex:100%;margin-bottom:10px}.product-checkbox .form-inner{display:none;margin-bottom:unset}.product-checkbox .form-inner input{width:100%;padding-right:unset;box-sizing:border-box}@media (max-width:768px){.product-checkbox .product-card{flex-direction:column;align-items:unset}.product-checkbox .product-card::before{margin-bottom:5px;height:42px}.product-checkbox .product-card.checked::after{bottom:unset;top:0}}.reg-footer{display:flex;align-items:center;flex-direction:column}.reg-footer p{align-self:flex-start}.registration-btn{position:relative;display:inline-block;margin-top:15px;width:260px;height:55px;font-size:16px;font-weight:700;font-family:Open Sans;color:#ffffff;border:none;border-radius:100px;background:#c1272d;cursor:pointer}.registration-btn i{font-family:"Font Awesome 6 Pro";position:absolute;left:15px;top:20px}@media only screen and (max-width:500px){.flex-container{display:block}.w-50{width:100%}.ac-registration-form{padding:24px}.ac-custom-fields input{width:91.75%}}.item-1,.item-2,.item-3{position:absolute;display:block;color:#fff;background-color:transparent;width:80%;line-height:1.2;font-size:32px;font-weight:700;text-transform:uppercase;left:10%!important;animation-duration:15s;animation-timing-function:ease-in-out;animation-iteration-count:infinite}.item-1{animation-name:anim-1}.item-2{animation-name:anim-2}.item-3{animation-name:anim-3}@keyframes anim-1{0%,8.3%{left:-100%;opacity:0}8.3%,25%{left:25%;opacity:1}33.33%,100%{left:110%;opacity:0}}@keyframes anim-2{0%,33.33%{left:-100%;opacity:0}41.63%,58.29%{left:25%;opacity:1}66.66%,100%{left:110%;opacity:0}}@keyframes anim-3{0%,66.66%{left:-100%;opacity:0}74.96%,91.62%{left:25%;opacity:1}100%{left:110%;opacity:0}}@media only screen and (min-width:600px){.item-1,.item-2,.item-3{font-size:57px}}@media only screen and (max-width:500px){.item-1,.item-2,.item-3{text-align:center}}.tab{display:flex;justify-content:center;gap:1rem;margin-bottom:2rem}.tab-label{padding:1rem 2rem;color:#c1272d;border-radius:5px;text-transform:uppercase;cursor:pointer;&:has(~input:checked){color:white;background-color:#c1272d}}.tab input[name=tab-list]{position:absolute;opacity:0;z-index:-1}.tab-item--expandable{position:absolute;width:max-content;min-width:-webkit-fill-available;margin:2rem auto;left:50%;transform:translateX(-50%);opacity:0}.tab-item--checkbox:checked~.tab-item--expandable{opacity:1}.tab-item--checkbox:not(:checked)~.tab-item--expandable{display:none}.cs-list__item{border:1px solid #ddd;border-radius:5px;overflow:hidden;&:not(:last-child){margin-bottom:5px}}.cs-list--checkbox{position:absolute;opacity:0;z-index:-1}.cs-list__head{background:#ddd}.cs-list__head .cs-list__label{display:flex;flex-direction:row;align-items:center;gap:10px;padding:10px 1rem;cursor:pointer}.cs-list__body{padding:1rem}.cs-list__body p{margin:unset}.cs-list__label .cs-list__title{text-transform:uppercase}.cs-list__label--start{align-items:flex-start!important}.cs-list__label--column{flex-direction:column!important}.cs-list--end{margin-left:auto}.cs-list--end i.fa-chevron-down{transition:all 300ms}.cs-list--expandable-content{padding:0 1rem;max-height:0;opacity:0;transition:all 300ms}.cs-list--checkbox:checked~.cs-list__head .cs-list--end i.fa-chevron-down{transform:rotate(180deg);transition:all 300ms}.cs-list--checkbox:checked~.cs-list--expandable-content{padding:1rem;max-height:100vh;opacity:1;transition:all 300ms}table{width:100%;max-width:100%;border-collapse:collapse}thead tr th{text-align:left;text-transform:uppercase}th,td{padding:10px;border:1px solid #ddd}.tab h6{margin:unset}.sportsbook{display:flex;flex-direction:column;justify-content:space-between;height:16rem}.sportsbook__info img{margin-bottom:2rem}.sportsbook__cta{width:max-content;padding:5px 20px;color:initial;font-weight:bold;background:#ddd;border-radius:100px}.gateway{display:grid;grid-template-columns:1fr;gap:1rem;color:#424242;@media only screen and (min-width:992px){grid-template-columns:repeat(3,minmax(0,1fr))}}.gateway__item{display:grid;gap:1rem;background:#efeff4;padding:1.6rem;border-radius:1rem}.gateway__header,.gateway__info,.gateway__details{display:flex;align-items:center;justify-content:space-between}.gateway__info-item,.gateway__details-l,.gateway__details-r{flex-grow:1}.gateway__details-l,.gateway__details-r{display:grid;gap:1rem;>p{text-transform:uppercase;font-weight:bold;color:rgb(var(--ac-red))}}.gateway__info--subtitle,.gateway__details--subtitle{font-size:12px;font-weight:bold;text-transform:uppercase;line-height:1}