.page-555bl-game {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f4f7f6;}.page-555bl-game__header-brand {  text-align: center;  padding: 10px 0;  background-color: #0d47a1;  color: #fff;  font-size: 24px;  font-weight: bold;  position: sticky;  top: 0;  z-index: 1000;}.page-555bl-game__hero-section {  position: relative;  width: 100%;  height: 500px;  overflow: hidden;  display: flex;  flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;  color: #fff;  padding-top: 10px;}.page-555bl-game__hero-bg {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;}.page-555bl-game__hero-title {  font-size: 48px;  margin-bottom: 20px;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-555bl-game__hero-description {  font-size: 20px;  margin-bottom: 30px;  max-width: 800px;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);}.page-555bl-game__hero-cta {  display: inline-block;  background-color: #ffcc00;  color: #0d47a1;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  font-size: 22px;  transition: background-color 0.3s ease, transform 0.3s ease;}.page-555bl-game__hero-cta:hover {  background-color: #e6b800;  transform: scale(1.05);}.page-555bl-game__floating-buttons {  position: fixed;  bottom: 20px;  right: 20px;  display: flex;  flex-direction: column;  gap: 10px;  z-index: 1000;}.page-555bl-game__floating-btn {  background-color: #0d47a1;  color: #fff;  padding: 12px 20px;  border-radius: 50px;  text-decoration: none;  font-weight: bold;  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);  transition: background-color 0.3s ease, transform 0.3s ease;  text-align: center;}.page-555bl-game__floating-btn:hover {  background-color: #0a3a8a;  transform: scale(1.05);}.page-555bl-game__section {  padding: 60px 20px;  background-color: #fff;  margin-bottom: 20px;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}.page-555bl-game__section--dark {  background-color: #2c3e50;  color: #ecf0f1;}.page-555bl-game__section-title {  text-align: center;  font-size: 36px;  margin-bottom: 40px;  color: #0d47a1;}.page-555bl-game__section--dark .page-555bl-game__section-title {  color: #ffcc00;}.page-555bl-game__text-content {  max-width: 900px;  margin: 0 auto;  text-align: justify;  font-size: 18px;}.page-555bl-game__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-555bl-game__card {  background-color: #f9f9f9;  padding: 25px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  text-align: center;  transition: transform 0.3s ease;}.page-555bl-game__card:hover {  transform: translateY(-5px);}.page-555bl-game__card-image {  width: 100%;  max-width: 300px;  height: auto;  border-radius: 5px;  margin-bottom: 15px;  object-fit: cover;}.page-555bl-game__card-title {  font-size: 24px;  color: #0d47a1;  margin-bottom: 10px;}.page-555bl-game__card-text {  font-size: 16px;  color: #555;}.page-555bl-game__cta-button {  display: inline-block;  background-color: #ffcc00;  color: #0d47a1;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  margin-top: 20px;  transition: background-color 0.3s ease;}.page-555bl-game__cta-button:hover {  background-color: #e6b800;}.page-555bl-game__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 40px 20px;  background-color: #f0f0f0;}.page-555bl-game__payment-provider-title {  width: 100%;  text-align: center;  font-size: 28px;  color: #0d47a1;  margin-bottom: 20px;}.page-555bl-game__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-555bl-game__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-555bl-game__quick-access-list {  list-style: none;  padding: 0;  margin: 0;  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 20px;}.page-555bl-game__quick-access-item {  flex: 1 1 auto;  min-width: 250px;  max-width: 300px;  background-color: #e0f2f7;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  transition: transform 0.3s ease;  box-sizing: border-box;}.page-555bl-game__quick-access-item:hover {  transform: translateY(-5px);}.page-555bl-game__quick-access-link {  display: block;  padding: 20px;  text-align: center;  font-size: 20px;  font-weight: bold;  color: #0d47a1;  text-decoration: none;  transition: background-color 0.3s ease;}.page-555bl-game__quick-access-link:hover {  background-color: #c7e8f0;}.page-555bl-game__faq-list {  max-width: 900px;  margin: 0 auto;}.page-555bl-game__faq-item {  background-color: #f9f9f9;  margin-bottom: 15px;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);  overflow: hidden;}.page-555bl-game__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 20px 25px;  background-color: #0d47a1;  color: #fff;  cursor: pointer;  user-select: none;  transition: background-color 0.3s ease;}.page-555bl-game__faq-question:hover {  background-color: #0a3a8a;}.page-555bl-game__faq-question h3 {  margin: 0;  font-size: 20px;  pointer-events: none;  color: #fff;}.page-555bl-game__faq-toggle {  font-size: 24px;  font-weight: bold;  pointer-events: none;  transition: transform 0.3s ease;}.page-555bl-game__faq-item.active .page-555bl-game__faq-toggle {  transform: rotate(45deg);}.page-555bl-game__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 25px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  background-color: #fff;}.page-555bl-game__faq-item.active .page-555bl-game__faq-answer {  max-height: 2000px !important;  padding: 20px 25px !important;  opacity: 1;}.page-555bl-game__faq-answer p {  margin: 0;  color: #555;}.page-555bl-game__blog-grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 30px;  max-width: 1200px;  margin: 0 auto;}.page-555bl-game__blog-card {  background-color: #f9f9f9;  border-radius: 8px;  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);  overflow: hidden;  transition: transform 0.3s ease;}.page-555bl-game__blog-card:hover {  transform: translateY(-5px);}.page-555bl-game__blog-image {  width: 100%;  height: 200px;  object-fit: cover;}.page-555bl-game__blog-content {  padding: 20px;}.page-555bl-game__blog-title {  font-size: 22px;  color: #0d47a1;  margin-bottom: 10px;}.page-555bl-game__blog-title a {  text-decoration: none;  color: inherit;}.page-555bl-game__blog-title a:hover {  text-decoration: underline;}.page-555bl-game__blog-excerpt {  font-size: 16px;  color: #555;  margin-bottom: 15px;}.page-555bl-game__blog-date {  font-size: 14px;  color: #888;}.page-555bl-game__blog-readmore {  display: inline-block;  color: #0d47a1;  text-decoration: none;  font-weight: bold;  margin-top: 10px;}.page-555bl-game__blog-readmore:hover {  text-decoration: underline;}@media (max-width: 1024px) {  .page-555bl-game__hero-title {    font-size: 40px;  }  .page-555bl-game__hero-description {    font-size: 18px;  }  .page-555bl-game__section-title {    font-size: 32px;  }}.page-555bl-game__list-item {  box-sizing: border-box;}.page-555bl-game__list-container {  width: 100%;  max-width: 100%;  box-sizing: border-box;  padding: 0;  margin-left: 0;  margin-right: 0;}@media (max-width: 768px) {  .page-555bl-game__hero-section {    height: 400px;  }  .page-555bl-game__hero-title {    font-size: 32px;  }  .page-555bl-game__hero-description {    font-size: 16px;  }  .page-555bl-game__hero-cta {    padding: 12px 25px;    font-size: 18px;  }  .page-555bl-game__floating-buttons {    bottom: 10px;    right: 10px;  }  .page-555bl-game__floating-btn {    padding: 10px 15px;    font-size: 14px;  }  .page-555bl-game__section {    padding: 40px 15px;  }  .page-555bl-game__section-title {    font-size: 28px;    margin-bottom: 30px;  }  .page-555bl-game__text-content {    font-size: 16px;  }  .page-555bl-game__grid {    grid-template-columns: 1fr;  }  .page-555bl-game__card-image {    max-width: 100%;  }  .page-555bl-game__card-title {    font-size: 20px;  }  .page-555bl-game__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;    padding: 30px 15px;  }  .page-555bl-game__payment-provider-title {    font-size: 24px;  }  .page-555bl-game__payment-logo,  .page-555bl-game__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }  .page-555bl-game__quick-access-item {    width: 100% !important;    max-width: 100% !important;    margin-left: 0 !important;    margin-right: 0 !important;    box-sizing: border-box !important;  }  .page-555bl-game__quick-access-list {    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;  }  .page-555bl-game__faq-question {    padding: 15px 20px;  }  .page-555bl-game__faq-question h3 {    font-size: 18px;  }  .page-555bl-game__faq-answer {    padding: 0 20px;  }  .page-555bl-555bl-game__faq-item.active .page-555bl-game__faq-answer {    padding: 15px 20px !important;  }  .page-555bl-game__blog-grid {    grid-template-columns: 1fr;  }  .page-555bl-game__blog-title {    font-size: 20px;  }  .page-555bl-game__blog-excerpt {    font-size: 15px;  }  .page-555bl-game__list-item {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    margin-left: 0 !important;    margin-right: 0 !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-555bl-game__list-container {    width: 100% !important;    max-width: 100% !important;    box-sizing: border-box !important;    padding: 0 !important;    margin-left: 0 !important;    margin-right: 0 !important;  }}