<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
}

/* Remove list styles on ul, ol elements */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  background-color: #fff;
  font:400 16px/20px serif;
  font-family: 'Open Sans' , sans-serif;
}
html {
  font:400 16px/20px serif;
}
#page {
  overflow: hidden;
}

/* Remove text-decoration on links */
a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* Buttons */
button,
input[type="button"],
input[type="reset"],
/*input[type="submit"] {*/
/*  background-color: transparent;*/
/*  border: none;*/
/*  cursor: pointer;*/
/*  padding: 0;*/
/*  outline: none;*/
/*  font-size: inherit;*/
/*}*/

/* Forms */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  /*padding: 0.5em;*/
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 1rem;
  outline: none;
  transition: border-color 0.2s ease-in-out;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border-color: #333;
}

/* Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th,
td {
  padding: 0.5em;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.g1-hb-row-b-fixed {
  position: fixed;
  top:0;
}
.entry-body {
  overflow: hidden;
  position: relative;
}
.entry-before-title span {
  font-weight: bold;
  font-size: 36px;
  color: #9E2CC7;
}
.g1-mega {
  font-family: 'Open Sans' , sans-serif;
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
}
.entry-title {
  word-wrap: break-word;
}
.g1-gamma {
  word-wrap: break-word;
}
.g1-gamma,h3 {
  font-family: 'Open Sans' , sans-serif;
}
.start-img {
  border-radius: 80px 0 80px 0;
}
.entry-before-title {
  margin-bottom: 20px;
}
.single-seq span:first-child {
  font-size: 40px;
  color: #9E2CC7;;
}
.single-seq span:last-child  {
  font-size: 30px;
}
.wq_questionImage img{
  border-radius: 80px 0 80px 0;
}
.single-seq {
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 18px;
}
#secondary {
  margin-left: auto;
}
.g1-content-narrow&gt;div {
  max-width: 100%;
}
.entry-before-title img{
  margin-right: 16px;
}
.entry-inner header {
  margin-bottom: 20px;
}
.latest .item span {
  overflow: hidden;
  word-wrap: break-word;
}
.awac-wrapper .g1-collection-item {
  width: 33.33333%;
}
.awac-wrapper header {
  margin-bottom: 0;
}
.g1-canvas-content .g1-quick-nav {
  display: none;
}
.trivia-list .a_more:hover {
  background: #fff;
  color: #9E2CC7;
}
.menu-item-gtranslate&gt;div{
  margin-top: 13px;
  width: 300px;
}
.menu-item-gtranslate .gt-current-lang {
  font-size: 14px;
}

@media screen and (max-width:768px) {
  .awac-wrapper .entry-tpl-grid .entry-title {
    padding-top: 8px;
  }
  .entry-tpl-grid {
    margin-bottom: 16px;
  }
  .g1-row-padding-m {
    padding-top: 20px;
    padding-left: 14px;
    padding-right: 14px;
  }
  .cat-img {
    width: 22px;
  }
  .entry-before-title span {
    font-size: 22px;
    line-height: 28px;
  }
  .g1-mega {
    font-size: 22px;
    line-height: 26px;
  }
  .start-img,.wq_questionImage img {
    border-radius: 40px 0 40px 0;
  }
  .entry-before-title {
    margin-bottom: 8px;
  }
  .single-seq span:first-child {
    font-size: 30px;
  }
  .single-seq span:last-child  {
    font-size: 20px;
  }
  .wq_questionMediaCtr {
    margin-bottom: 8px !important;
  }
  .single-seq {
    margin-bottom: 8px;
  }
  .entry-before-title img{
    margin-right: 8px;
  }
  .entry-inner header {
    margin-bottom: 12px;
  }
  .g1-gamma,h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .awac-wrapper .g1-collection-item {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  #g1-social-icons-1 {
    margin-top: 50px;
  }
}

/* Media queries */
@media screen and (min-width: 768px) {
  /* Styles for screens larger than 768px */
  .g1-hb-row-b&gt;.g1-row-inner&gt;.g1-column&gt;.g1-bin-3 {
    /* width: 205px; */
  }
  .cat-img {
    width: 40px;
  }
  .g1-column-1of3 {
    max-width: 332px;
  }
  .g1-column-2of3 {
    max-width: 838px;
  }
}

.g1-hb-row-b&gt;.g1-row-inner&gt;.g1-column {
  height: 80px;
}
.g1-hb-row-c&gt;.g1-row-inner&gt;.g1-column&gt;.g1-bin-1 {
  margin-left: auto;
}
.g1-hb-row-c&gt;.g1-row-inner&gt;.g1-column&gt;.g1-bin-3 {
  margin-left: auto;
}
.g1-column{
  padding: 0;
}
.g1-socials-s .g1-socials-item-icon-48 {
  font-size: 22px;
}
.g1-hb-row .g1-socials-items-tpl-grid .g1-socials-item {
  margin-right: 5px;
}
.content-area {
  margin-top: 40px;
}

.gt_float_switcher{
  font-size: 14px;
}
#gt_float_wrapper .gt-selected {
  margin: -5px -10px;
}
.gt_float_switcher img {
  height: 16px;
  border-radius: 7px;
}

.g1-hb-row .g1-primary-nav-menu&gt;.menu-item&gt;a {
  line-height: 22px;
  padding: 14px 10px;
  font-weight: bold;
  font-family: 'Open Sans' , sans-serif;
}

.g1-hb-row-c .g1-column {
  justify-content: center;
}
.g1-footer {
  margin-top: 140px;
}
.g1-footer &gt; .g1-row-background {
  background: #000;
}
.g1-footer .g1-column {
  display: flex;
  flex-direction: column;
}
.g1-footer-nav&gt;ul{
  float: none;
}
.g1-footer-nav {
  width: 100%;
  padding-left: 0;
  float: none;
  text-align: center;
  color: #FFFFFF;
}
.g1-footer-text {
  width: 100%;
  padding-left: 0;
  float: none;
  text-align: center;
}

.hot-left{
  width:248px;
}
.hot-middle{
  width:560px;
}
.latest{
  width: 332px;
}

.hot_title {
  display:flex;
  align-items: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}
.hot_title img{
  width: 32px;
  margin-right: 16px;
}
.hot_title span{
  height: 38px;
  line-height: 38px;
}
.hot-order {
  position: absolute;
  width: 50px;
  height: 40px;
}
.hot-order .order-bg,.hot-order span {
  position: absolute;
}
.hot-order img{
  width: 50px;
}
.hot-order span{
  font-weight: bold;
  font-size: 24px;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hot-list-item {
  margin-bottom: 20px;
}
.hot-list-item&gt;img{
  margin-bottom: 12px;
}
.hot-list-item&gt;span{
  font-weight: bold;
  word-wrap: break-word;
}

.hot-middle {
  margin-left: 30px;
  margin-right: 30px;
}
.hot-middle .hot-big {
  position: relative;
  height: 316px;
}
.hot-middle &gt;a:not(:last-of-type) .hot-big {
  margin-bottom: 30px;
}
.hot-middle .hot-big&gt;img{
  height: 100%;
  width:100%;
}
.big-bottom {
  position: absolute;
  bottom: 0;
}
.big-bottom img {
  opacity: 0.8;
}
.big-bottom span {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  word-wrap: break-word;
}

#ad-right {
  /*height: 189px;*/
  /*background: #EAEAEA;*/
}
.latest .head {
  display: flex;
  align-items: center;
  /* margin-top: 30px; */
}
.latest .head img {
  width: 38px;
  margin-right: 16px;
}
.latest .head span {
  font-weight: bold;
  font-size: 28px;
}
.latest .item {
  display: flex;
  margin: 20px 0;
  font-weight: bold;
}
.latest .item img{
  width: 150px;
  margin-right: 16px;
}

.recent .list-title{
  font-weight: bold;
  font-size: 36px;
  margin-top: 80px;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  position:relative;
  z-index:9;
}
.recent .home-part1 .list-title{
  font-size: 35px;
}
.recent .list-title img{
  width: 40px;
  margin-right: 16px;
}

.more {
  border: 1px solid #9E2CC7;
  width: 100%;
  height: 52px;
  font-weight: 600;
  color: #9E2CC7;
  text-align: center;
  line-height: 52px;
  margin-top: 40px;
  cursor: pointer;
}
.more:hover {
  background: #9E2CC7;
  color: #FFFFFF;
}

.trivia-head {
  position: absolute;
  top: 0;
  width: 100%;
}
.trivia-head .right {
  position: absolute;
  width: 790px;
  height: 444px;
  left: 410px;
}
.trivia-head .left{
  width: 500px;
  height: 340px;
  position: absolute;
  top: 104px;
}
.trivia-head .left div{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  font-size: 36px;
  color: #fff;
  line-height: 46px;
  padding: 49px 70px 49px 30px;
}
.trivia-bg{
  position: absolute;
  background: #9E2CC7;
  margin-top: 324px;
  width: 100%;
  height: 923px;
}
.trivia-list {
  position: relative;
  margin-top: 184px;
  padding-top: 236px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trivia-list .list-item {
  display: flex;
  width: 50%;
  margin: 15px 0;
  font-weight: bold;
  font-size: 22px;
}
.trivia-list .list-item img{
  width: 278px;
  height: 156px;
  margin-right: 20px;
}
.trivia-list .list-item span{
  line-height: 28px;
  color: white;
}
.trivia-list .more {
  border: 1px solid #FFFFFF;
  text-align: center;
  width: 100%;
  height: 52px;
  line-height: 52px;
  margin-top: 25px;
  margin-bottom: 80px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.home-part2 .head {
  display: flex;
  justify-content: space-between;
}
.home-part2 .head .item {
  position: relative;
}
.home-part2 .head .item&gt;img {
  width: 585px;
  height: 330px;
}
.cb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
}
.cb-list .list-item {
  display: flex;
  flex-direction: column;
  width: 278px;
  margin: 15px 0;
  font-weight: bold;
}
.cb-list .list-item img {
  width: 278px;
  height: 156px;
}
.cb-list .list-item span {
  margin-top: 12px;
  line-height: 18px;
}

.history-list {
  display: flex;
}
.history-list .left {
  width: 380px;
  margin-right: 30px;
}
.history-list .list-item {
  display: flex;
}
.history-list .left .list-item img {
  width: 150px;
  height: 84px;
  margin-right: 16px;
}
.history-list .left .list-item img:not(:last-child) {
  margin-bottom: 20px;
}
.history-list .left {
  font-weight: bold;
  line-height: 18px;
}

.history-list .right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 790px;
}
.history-list .right .list-item {
  flex-direction: column;
  width: 380px;
}
.history-list .right .list-item img {
  width: 100%;
  height: 214px;
  margin-right: 30px;
}
.history-list .right span {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-top: 12px;
  word-wrap: break-word;
}

.sports-list {
  display: flex;
  justify-content: space-between;
}
.sports-list .left {
  width: 798px;
  margin-right: 102px;
}
#sports-ad {
  /*background: #EAEAEA;*/
  /*height: 655px;*/
  /*width: 300px;*/
}
.sports-list .list-item {
  display: flex;
}
.sports-list .list-item:not(:last-child) {
  margin-bottom: 30px;
}
.sports-list .list-item img {
  width: 278px;
  height: 156px;
  margin-right: 20px;
}
.sports-list .list-item span {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
}

.movie-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.movie-list .list-item {
  width: 380px;
  margin-bottom: 30px;
}
.movie-list .list-item:nth-last-child(-n+3) {
  margin-bottom: 0;
}
.movie-list .list-item img {
  width: 100%;
  height: 214px;
}
.movie-list .list-item span {
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  margin-top: 12px;
}

.entry-before-title a {
  display: flex;
  align-items: center;
}
.wq_sub_title{
  font-weight: bold;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
}
.a_more{
  width:100%;
  display: block;
}
.archive-featured-title{
  display: none;
}

.g1-hb-row-mobile.g1-hb-row-b {
  padding: 0 14px;
}

.g1-bin-align-right img {
  display: none;
}

img{
  object-fit: cover;
}
.g1-logo img{
  margin-right:36px;
}

@media (max-width: 768px) {
  .code-block-14  ins,.code-block-15 ins,.code-block-16 ins,.code-block-13 ins,.code-block-11 ins{
      min-height: 300px!important;
  }
}

</pre></body></html>