@charset "UTF-8";
/* @import url(../../fonts/font-awesome-4.5.0/css/font-awesome.min.css); */
@import url('https://wbgame.tadagaming.com/All-In-One/production/css/font-awesome.min.css');

.advertise {
    width: 100%;
    margin-top: var(--margin-header);
}

.advertise__swiper {
    width: 100%;
}

.advertise__swiper .swiper-slide {
    width: 100%;
    padding-bottom: 46.875%;
    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;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 1279px) {
    .advertise__swiper .swiper-slide {
        padding-bottom: 31.25%;
    }
}

.advertise__swiper .swiper-slide img {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 150%;
}

@media only screen and (min-width: 1279px) {
    .advertise__swiper .swiper-slide img {
        width: 100%;
    }
}

.content_index {
    overflow-x: inherit;
    padding-top: 0;
}

.content_index .container:nth-child(1) {
    margin-top: 0;
}

@media only screen and (min-width: 768px) {
    .content_index .container:nth-child(1) {
        margin-top: 0;
    }
}

.content_index .partners {
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: -50px;
}

.content_index .partners .content {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.content_index .partners-list {
    width: 100%;
}

.content_index .partners-list ul {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}

@media only screen and (min-width: 576px) {
    .content_index .partners-list ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 0 16px;
    }
}

.content_index .partners-list ul li {
    width: calc(33.3333333333% - 8px);
    padding: 40px 0;
    text-align: center;
    text-transform: capitalize;
}

@media only screen and (min-width: 576px) {
    .content_index .partners-list ul li {
        text-align: left;
    }
}

.content_index .partners-list ul li p {
    line-height: 1.2em;
    color: var(--color-txt);
    font-size: clamp(0.86rem, 1.25vw, 1rem);
}

.content_index .partners-list ul li img {
    max-height: 48px;
}

.content_index .partners .textContent {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
}

.content_index .partners .textContent p {
    color: var(--color-txt);
    font-family: var(--font-family-content);
    font-weight: var(--font-weight-content);
}

.content_index .partners .title {
    color: var(--color-base);
    text-align: left;
    line-height: 1.2em;
}

.content_index .partners .subtitle {
    color: #000;
    text-align: left;
    font-family: var(--font-family-subtitle);
    font-size: var(--font-size-subtitle);
    font-weight: var(--font-weight-subtitle);
    margin-bottom: 8px;
}

.content_index .partners .partnersbox {
    width: 100%;
    position: relative;
}

.content_index .partners .partnersbox__logos {
    width: 100%;
    -webkit-transition: height 0.5s;
    transition: height 0.5s;
    overflow: hidden;
    margin-bottom: 10px;
    user-select: none;
}

.content_index .partners .partnersbox__logos .show {
    height: auto;
}

.content_index .partners .partnersbox__logos ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 24px;
    list-style: none;
    justify-content: center;
}

.content_index .partners .partnersbox__logos ul li {
    width: 100%;
    background-color: #F5F5F5;
    border-radius: 5px;
    padding: 15px;
}

@media only screen and (min-width: 768px) {
    .content_index .partners .partnersbox__logos ul li {
        width: calc(100% - 32px);
    }
}

@media only screen and (min-width: 1023px) {
    .content_index .partners .partnersbox__logos ul li {
        width: calc(20% - 32px);
    }
}

.content_index .partners .partnersbox__logos ul li img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.content_index .partners .partnersbox .button a {
    display: inline-block;
    background: #FF8200;
    color: #ffffff;
    padding: 10px 20px;
    border: 2px #FF8200 solid;
    border-radius: 50px;
    cursor: pointer;
}

.content_index .partners .partnersbox .button a:hover {
    color: fff;
    background: s #ffffff;
    border: 2px #FF8200 solid;
}

.content_index .partners .aboutUs-data {
    width: calc(100% - 16px);
    margin: 0 auto;
    margin-top: -80px;
    margin-bottom: 20px;
    border-radius: 20px;
}

.content_index .partners .aboutUs-data ul {
    width: 100%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 32px;
}

.content_index .partners .aboutUs-data ul li {
    width: calc(45% - 8px);
    padding: 5px 0;
    text-align: center;
    text-transform: capitalize;
    background: #F5F5F5;
    border-radius: 20px;
}

@media only screen and (min-width: 1023px) {
    .content_index .partners .aboutUs-data ul li {
        width: calc(20% - 6px);
    }
}

@media only screen and (min-width: 768px) {
    .content_index .partners .aboutUs-data ul li {
        width: calc(20% - 0px);
    }
}

.content_index .partners .aboutUs-data ul li .num {
    font-family: var(--font-family-title);
    font-size: 2.5rem;
    color: var(--color-second);
    margin-bottom: 0px;
    padding: 5px 0;
}

.content_index .partners .aboutUs-data ul li p {
    line-height: 1.2em;
    margin-bottom: 10px;
}

.aboutUs {
    width: 100%;
}

.aboutUs .content {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

@media only screen and (min-width: 768px) {
    .aboutUs .content {
        grid-template-columns: 40% 1fr;
    }
}

.aboutUs-img {
    width: 100%;
    position: relative;
    max-width: 500px;
    height: clamp(350px, 104.35vw, 554px);
    overflow: hidden;
    margin: 24px auto 0 auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: -100px;
}

@media only screen and (min-width: 768px) {
    .aboutUs-img {
        height: clamp(320px, 45vw, 554px);
        margin: -25px auto 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

.aboutUs-img img:nth-child(1) {
    display: block;
    width: 81%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aboutUs-img img:nth-child(2),
.aboutUs-img img:nth-child(3) {
    position: absolute;
}

.aboutUs-img img:nth-child(2) {
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aboutUs-img img:nth-child(3) {
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.aboutUs .title {
    color: var(--color-title);
    line-height: 1em;
    text-align: left;
    margin-bottom: 8px;
}

@media only screen and (min-width: 1023px) {
    .aboutUs .title {
        margin-top: 30px;
        margin-bottom: 16px;
    }
}

.aboutUs .subtitle {
    color: var(--color-txt);
    font-weight: var(--font-weight-title);
    line-height: 1em;
    margin-bottom: 16px;
}

@media only screen and (min-width: 1023px) {
    .aboutUs .subtitle {
        margin-bottom: 24px;
    }
}

.aboutUs .textContent {
    width: 100%;
    padding: 0 16px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    grid-column: span 1;
}

@media only screen and (min-width: 768px) {
    .aboutUs .textContent {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        text-align: left;
    }
}

.aboutUs .textContent p {
    font-size: var(--font-size-content-m);
    font-weight: var(--font-weight-base);
    line-height: var(--lineHeight-content);
    color: var(--color-txt);
    margin-bottom: 32px;
}

@media only screen and (min-width: 768px) {
    .aboutUs .textContent p {
        font-size: var(--font-size-content);
    }
}

.aboutUs .button {
    font-size: 1.375rem;
    line-height: 1em;
    text-align: center;
}

@media only screen and (min-width: 1023px) {
    .aboutUs .button {
        text-align: left;
    }
}

.aboutUs .button a {
    padding: 18px 36px;
    font-weight: 600;
}

.aboutUs-data {
    width: calc(100% - 16px);
    margin: 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media only screen and (min-width: 768px) {
    .aboutUs-data {
        grid-column: span 3;
    }
}

.aboutUs-data ul {
    width: 100%;
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 30px 1fr;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 0;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    row-gap: 16px;
}

@media only screen and (min-width: 768px) {
    .aboutUs-data ul {
        padding: 32px 32px;
        grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
    }
}

.aboutUs-data ul li:nth-child(5) {
    display: none;
}

@media only screen and (min-width: 768px) {
    .aboutUs-data ul li:nth-child(5) {
        display: block;
    }
}

.aboutUs-data ul li {
    text-align: center;
}

.aboutUs-data ul li .num {
    font-family: var(--font-family-title);
    font-size: 1.875rem;
    line-height: var(--lineHeight-title);
    color: var(--color-second);
    margin-bottom: 4px;
}

@media only screen and (min-width: 768px) {
    .aboutUs-data ul li .num {
        font-size: 2.875rem;
    }
}

.aboutUs-data ul li p {
    font-size: 1rem;
    line-height: 1.125em;
    text-transform: capitalize;
    font-weight: var(--font-weight-base);
}

@media only screen and (min-width: 768px) {
    .aboutUs-data ul li p {
        font-size: 1.125rem;
    }
}

.aboutUs-data ul li:nth-child(even) {
    position: relative;
}

.aboutUs-data ul li:nth-child(even)::before {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 10%;
    -webkit-transform: rotate(15deg) translateY(-50%);
    transform: rotate(15deg) translateY(-50%);
    top: 50%;
    left: 0;
}

.cont01 {
    font-size: 1rem;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 20px;
    margin-bottom: 34px;
    vertical-align: middle;
    user-select: none;
}

.cont02 {
    font-size: 1.2rem;
    padding-left: 2px;
    padding-right: 2px;
    margin-bottom: 20px;
    line-height: 2.2rem;
    vertical-align: middle;
    user-select: none;
}

.cont03 {
    font-size: 1rem;
    padding-left: 2px;
    padding-right: 2px;
    margin-top: 15px;
    margin-bottom: 24px;
    vertical-align: middle;
    user-select: none;
}

.cont01 a {
    color: #000000;
}

.cont01 a.active {
    color: #ff8200;
}

.cont01 a.hover {
    color: #ff8200;
}

@media screen and (max-width: 480px) {
    .cont01 {
        font-size: 1rem;
        vertical-align: middle;
    }
}