/*breadcrumbs*/

#breadcrumb {
  text-align: left;
  margin: auto;
  margin-top: 15px;
  padding-left: 10px;
  max-width: 1180px;
}

.container-fluid{
  max-width: 1180px !important;

}

#breadcrumb ol li {
    list-style:none;
}

#breadcrumb a {
  color: #FFA300;
}

#breadcrumb span {
  color: #B3B3B3;
  padding: 0 4px;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#breadcrumb a:last-child {
    color: #b3b3b3;
}

/*#breadcrumb a:focus,a:active {
    color: #b3b3b3;
}*/
/*middle section*/

main .container-fluid {
  z-index: 2;
  max-width: 1344px;
  width: 1344px;
  padding-left: 70px;
  padding-right: 70px;
  padding-bottom: 20px;
}


main .container-fluid {

    background:none!important;

}
:root {
    --text-color: #FFFFFF;
}
    
    
    
/* .middle.with-bg {
        background: url("/assets/image/about/banner_about.webp") no-repeat;
        background-size: contain;
    } */

.about-intro{
  height: 600px !important;
  background: url("/assets/image/about/banner_about.webp") no-repeat;
  background-size: cover;
}

.middle {
  z-index: 1;
}

/*about page*/

.about-intro {
  height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.about-intro > h1 {
  text-align: center;
  font-size: 60px;
  line-height: 1;
}

.about-intro > h2 {
  text-align: center;
  font-size: 24px;
}

.section-heading legend {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
}

/* .about-intro a, .how-to-bottom a {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #141414 !important;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 350px;
  height: 50px;
  line-height: 50px;
  background: #FFa300;
  border-radius: 5px;
} */

.about-intro a:hover, .how-to-bottom a:hover {
    background: #ffbb43;
}

.about-intro a:active, .how-to-bottom a:active {
    background: #d48b0d;
}

.about-intro span {
  color: #fff;
  font-size: 14px;
}

.section-heading {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: none;
  border-left: none;
  border-right: none;
  display: block;
  background:none;
}

.section-heading-new {
  width: 100%;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: none;
  border-left: none;
  border-right: none;
  background: none;
  min-height: 30px;
  margin-top: 30px;
  display: inline-block;
}
.section-heading-new .section-heading-title {
  position: absolute;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  min-width: 100px;
  top: -28px;
  border-left: 20px solid #141922;
  border-right: 20px solid #141922;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media(max-width: 768px) {
  .section-heading-new .section-heading-title {
    word-break: break-word;
    max-width: 100%;
    white-space: inherit;
    position: relative;
    font-size: 24px;
  }
  .section-heading h4{
    font-size: 22px;
    margin-top: 20px !important;
  }

  .section-heading p{
    margin-top: 16px !important;
  }
  
}

.section-heading legend {
  color: #fff;
  width: auto;
  padding: 5px 20px;
}

.section-subtitle {
  text-align: center;
}

.about-who {
  margin-bottom: 30px;
}

.about-who-wrapper {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.about-who-wrapper:last-child {
  margin-top: 60px !important;
}

.about-who-wrapper .pa-video-description, .about-who-wrapper .about-description, .about-who-wrapper .about-stats, .about-who-wrapper .pa-video-about {
  min-width: 50%;
  max-width: 80%;
}

.about-who-wrapper .pa-video-description, .about-who-wrapper .about-stats {
  padding-right: 20px;
}

.about-who-wrapper .about-description, .about-who-wrapper .pa-video-about {
  padding-left: 20px;
}

.about-who-wrapper .pa-video-description div, .about-who-wrapper .pa-video-about div {
  position: relative;
  padding-bottom: 55%;
}

.about-who-wrapper .pa-video-description div iframe, .about-who-wrapper .pa-video-about div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-who-wrapper, .about-what-items {
  margin-top: 30px !important;
}

.about-stat-item {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.about-stat-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  background-image: url("/assets/image/about/about-circle.webp");
  background-size: 110px 110px;
  font-size: 20px;
}

.about-stat-label {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 10px;
  vertical-align: middle;
  max-width: 150px;
}

.about-what-item {
  margin-bottom: 30px;
}

.about-what-item-wrapper {
  background: #1F2635;
  border: 1px solid transparent;
  border-radius: 8px;
  padding: 25px;
}

.about-what-item img {
  display: block;
  margin: 20px auto;
  height: 50px;
}

.about-what-item-title {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.about-what-item-desc {
  margin-bottom: 10px;
}

.about-what-item-links a {
  display: inline-block;
  font-size: 14px;
  color: white;
  background: #006BFF;
  padding: 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 15px;
}

.about-what-item-links li {
  display: inline-block;
}

.about-news-item {
  min-height: 450px;
  margin-bottom: 20px;
}

.about-news-item-wrapper {
  background: #1F2635;
  min-height: 450px;
}

.about-news-item img {
  width: 100%;
  margin: auto;
  position: relative;
}

.about-news-layer {
  position: absolute;
  background: rgba(0,0,0,0.3);
  top: 150px;
  left: 15px;
  width: calc(100% - 30px);
  height: 85px;
}

.about-news-item img, .about-news-date, .about-news-title, .about-news-content {
  display: block
}

.about-news-date, .about-news-title, .about-news-content {
  padding-left: 15px;
  padding-right: 15px;
}

.about-news-content-wrapper {
  border-top: 1px solid black;
  margin: 0 auto;
}

.about-news-date, .about-news-content {
  margin-top: 10px;
  color: #b3b3b3;
  font-size: 14px;
}

.about-news-title {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1;
}

.about-news-title a {
  color: #fff;
}

.about-news-title a:hover {
  color: #FFA300;
}

@media screen and (min-width:768px) {
  .about-what > .row {
    max-width: 1180px;
    margin: 0 auto;
  }
}

@media screen and (max-width:768px) {
  .middle.with-bg {
    background: url("../img/sell-page-bg2-blur.jpg") no-repeat;
    background-size: contain;
  }
}

@media screen and (max-width: 1179px) {
  .about-who-wrapper {
    flex-wrap: wrap;
  }

  .about-who-wrapper:last-child {
    margin-top: 30px !important;
  }
  
  .about-who-wrapper .pa-video-description, .about-who-wrapper .about-description, .about-who-wrapper .about-stats, .about-who-wrapper .pa-video-about {
    width: 100%;
    margin-bottom: 25px;
    max-width: 100%;
  }
  
  .about-who-wrapper .pa-video-description, .about-who-wrapper .about-stats {
    padding-right: 0;
  }
  
  .about-who-wrapper .about-description, .about-who-wrapper .pa-video-about {
    padding-left: 0;
  }
}

/*common about pages*/

.page-content {
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-content.press-news .press-icon {
  padding-right: 20px;
  vertical-align: middle;
}

.page-content.press-news .press-social-icon {
  padding-right: 5px;
  vertical-align: middle;
}

.page-content.press-news h2 {
  margin-bottom: 15px;
}

.page-content .page-category.press-news-p > span {
  padding: 8px;
}

.page-content .page-category.press-news-p {
  line-height: 30px;
}

.page-content.press-news .page-category tbody > tr {
  display: block;
  margin-bottom: 15px;
}

.page-content a {
  color: #FFA300;
}

.page-content a:hover {
  text-decoration: underline;
}

.page-title {
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
}

.page-subtitle {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rule-table-wrapper {
  padding: 20px 25px;
  border: 1px solid #1f2635;
  border-radius: 5px;
}

.rule-table li, .rule-table a {
  color: #DCE0E4;
}

.rule-table li:hover, .rule-table a:hover {
  color: #FFA300 !important;
}

.rule-table ol {
  margin-top: 20px;
  padding-left: 30px;
}

.rule-table ol li {
  list-style-type: decimal;
}

.rule-table li::before {
  content: "";
  width: 10px;
  display: inline-block;
}

.rule-section {
  color: #FFA300;
  padding-top: 20px;
  margin-bottom: 20px;
}

.rule-subsection {
  margin-left: 20px;
}

.rule-subsection, .rule-subparagraph {
  margin-bottom: 20px;
}

.rule-subsection ol {
  margin-left: 40px;
}

.rule-subsection ol li {
  list-style-type: lower-latin;
  margin-bottom: 10px;
}

.page-content ul {
  margin-left: 20px;
  margin-bottom: 20px;
}

.list-numbers, .list-numbers li {
  list-style: decimal;
}

.list-bullet {
  margin-left: 40px !important;
}

.list-bullet, .list-bullet li {
  list-style-type: disc;
}

.about-links-items {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}

.about-links a {
  color: #FFF;
}
.about-links a:hover {
  color: #FFA300;
}

.about-links li:before {
  content: url("/assets/image/about/icon-arrow-left.webp");
  margin-right: 10px;
}

.about-links-title {
  display: block;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* Safe trading pages */

.scenario-blue {
  color: #006BFF;
}

/* Media queries  */

@media screen and (max-width:768px) {
  .rule-subsection {
    margin-left: 0px;
  }

  .rule-subsection ol {
    margin-left: 0px;
  }

  .about-intro > h1 {
    font-size: 36px;
  }

  .about-intro > h2 {
    font-size: 18px;
  }

  .about-intro {
    height: auto;
    min-height: 300px;
  }

  .about-links-items {
    flex-wrap: wrap;
    text-align: center;
  }

  .about-links-category {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width:990px) {
  .rule-table {
    display: none;
  }
}

.page-category {
  margin-top: 30px;
}

.left-picture {
  text-align: center;
}

.left-picture img {
  width: 500px;;
  height: auto;
}

.right-slogans {
  padding-right: 100px;
}

.right-slogans > span {
  color: #FFA300;
  font-size: 24px;
  display: block;
  line-height: 24px;
}

.right-slogans p {
  margin-bottom: 20px;
}

.right-slogans ul {
  margin-left: 20px !important;
  margin-top: 20px;
  text-align: left;
}

.right-slogans li {
  color: #FFA300;
  margin-bottom: 10px;
}

.right-slogans li span {
  color: white;
}

.faq {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .right-slogans {
    text-align: center;
    padding-right: 15px;
  }

  .how-to-secure, .sell-games, .faq, .how-to-middle {
    margin-top: 20px !important;
  }

  .section-subtitle img {
    width: 100%;
  }
}

.section-inner > p {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

.how-to-bottom {
  text-align: center;
}

.how-to-bottom h3 {
  font-weight: bold;
  font-size: 30px;
}

/*sell links*/

.sell-games {
  margin-top: 100px;
}

.sell-game {
  text-align: center;
  margin-bottom: 20px;
}

.sell-game-wrapper {
  background: #1F2635;
}

.sell-game img {
  width: 100%;
}

.sell-game-content-wrapper {
  padding: 10px 30px;
}

.sell-game-title {
  display: block;
  text-transform: uppercase;
  color: #FFA300;
  font-size: 16px;
}

.sell-game-description {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  height: 60px;
}

.sell-game-button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  min-width: 130px;
  padding: 0 10px;
  font-size: 14px;
  color: #fff !important;
  border: 1px solid #FFA300;
  border-radius: 3px;
  transition: 0.5s background ease-out;
}

.sell-game-button:hover {
  background: #FFA300;
  text-decoration: none !important;
}

.how-to-secure, .how-to-middle {
  width: 100%;
  margin-top: 100px;
  display: flex;
  align-items: center;
}

.how-to-secure .left-picture, .how-to-secure .right-slogans, .how-to-middle .left-picture, .how-to-middle .right-slogans {
  width: 50%;
}

.how-to-secure .left-picture, .how-to-middle .left-picture {
  padding-right: 20px;
}

.how-to-secure .left-picture .pa-video, .how-to-middle .left-picture .pa-video {
  position: relative;
  padding-bottom: 55%;
}

.how-to-secure .left-picture .pa-video iframe, .how-to-middle .left-picture .pa-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.how-to-secure .right-slogans, .how-to-middle .right-slogans {
  padding-left: 20px;
  padding-right: 0;
}

.section-subtitle img {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 1179px) {
  .how-to-secure, .how-to-middle {
    flex-wrap: wrap;
  }

  .how-to-secure .left-picture, .how-to-secure .right-slogans, .how-to-middle .left-picture, .how-to-middle .right-slogans {
    width: 100%;
  }

  .how-to-secure .left-picture.video, .how-to-middle .left-picture.video  {
    padding-right: 0;
    margin-bottom: 25px;
    display: block;
  }

  .how-to-secure .right-slogans, .how-to-middle .right-slogans {
    padding-left: 0;
  }

}

@media (max-width: 1344px) {
  main .container-fluid {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* #6512 */
.rule-subsection table {
    color: #b3b3b3;
    font-size: 14px;
}
.rule-subsection table thead tr {
    background: #263044;
}
.rule-subsection table thead tr th {
    padding: 10px;
    border-right: 1px solid #1f2635;
}
.rule-subsection table tbody tr:nth-child(odd) {
    background: #222b3c;
}
.rule-subsection table tbody tr:nth-child(even) {
    background: #263044;
}
.rule-subsection table tbody tr td {
    padding: 10px;
    border-right: 1px solid #1f2635;
}
.about-intro button, .how-to-bottom button {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #141414 !important;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    min-width: 350px;
    max-width: 100%;
    height: 50px;
    background: #FFa300;
    border-radius: 5px;
}

.about-intro button:hover, .how-to-bottom button:hover {
    background: #ffbb43;
}

.about-intro button:active, .how-to-bottom button:active {
    background: #d48b0d;
}

.dmca-link {
  display: inline-block;
  margin-bottom: 20px;
  color: #141414 !important;
  font-weight: bold;
  text-align: center;
  width: 280px;
  height: 50px;
  line-height: 50px;
  background: #FFa300;
  border-radius: 5px;
}

@media (max-width: 575.98px) {

  .about-stat-label {
    max-width: 200px;
  }
  .about-stat-circle{
    width: 100px;
    height: 100px;
    background-size: 100px 100px;
  }
  .about-stat-item{
    margin-bottom: 10px;
  }
}