.page-98 {  font-family: 'Arial', sans-serif;  color: #333;  line-height: 1.6;  background-color: #f4f7f6;}.page-98__hero-section {  position: relative;  width: 100%;  height: auto;  min-height: 450px;  display: flex;  align-items: center;  justify-content: center;  text-align: center;  color: #fff;  overflow: hidden;  padding: 10px 0;  box-sizing: border-box;}.page-98__hero-background {  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;  object-fit: cover;  z-index: -1;  filter: brightness(0.6);}.page-98__hero-content {  max-width: 900px;  padding: 20px;  z-index: 1;}.page-98__hero-title {  font-size: 2.8em;  margin-bottom: 15px;  color: #ffcc00;  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);}.page-98__hero-description {  font-size: 1.2em;  margin-bottom: 30px;  color: #eee;  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);}.page-98__cta-button {  display: inline-block;  background-color: #007bff;  color: #fff;  padding: 15px 30px;  border-radius: 5px;  text-decoration: none;  font-size: 1.1em;  font-weight: bold;  transition: background-color 0.3s ease, transform 0.3s ease;  border: none;  cursor: pointer;}.page-98__cta-button:hover {  background-color: #0056b3;  transform: translateY(-2px);}.page-98__payment-providers {  display: flex;  flex-wrap: wrap;  justify-content: center;  align-items: center;  gap: 30px;  width: 100%;  max-width: 100%;  box-sizing: border-box;  background-color: #fff;  padding: 30px 20px;  border-bottom: 1px solid #eee;}.page-98__payment-logo {  flex: 0 0 auto;  width: 80px;  height: 80px;  max-width: 80px;  max-height: 80px;  box-sizing: border-box;}.page-98__payment-logo img {  display: block;  width: 80px !important;  height: 80px !important;  max-width: 80px !important;  max-height: 80px !important;  object-fit: contain;}.page-98__section {  padding: 40px 20px;  max-width: 1200px;  margin: 0 auto;  background-color: #fff;  border-radius: 8px;  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);  margin-bottom: 25px;}.page-98__section-title {  font-size: 2em;  color: #007bff;  text-align: center;  margin-bottom: 30px;  position: relative;}.page-98__section-title::after {  content: '';  position: absolute;  left: 50%;  bottom: -10px;  transform: translateX(-50%);  width: 60px;  height: 3px;  background-color: #ffcc00;  border-radius: 2px;}.page-98__grid {  display: grid;  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));  gap: 25px;}.page-98__grid-item {  background-color: #f9f9f9;  padding: 25px;  border-radius: 8px;  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);  text-align: center;  transition: transform 0.3s ease;}.page-98__grid-item:hover {  transform: translateY(-5px);}.page-98__grid-item-icon {  width: 250px !important;  height: 250px !important;  margin-bottom: 15px;  border-radius: 5px;  object-fit: cover;}.page-98__grid-item-title {  font-size: 1.3em;  color: #007bff;  margin-bottom: 10px;}.page-98__grid-item-text {  font-size: 0.95em;  color: #555;}.page-98__fast-access-links {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 15px;  margin-top: 20px;}.page-98__fast-access-link {  background-color: #28a745;  color: #fff;  padding: 12px 25px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-98__fast-access-link:hover {  background-color: #218838;}.page-98__game-category {  background-color: #f9f9f9;  padding: 20px;  border-radius: 8px;  text-align: center;}.page-98__game-category-image {  width: 400px !important;  height: 300px !important;  border-radius: 8px;  margin-bottom: 15px;  object-fit: cover;}.page-98__game-category-title {  font-size: 1.5em;  color: #007bff;  margin-bottom: 10px;}.page-98__game-category-text {  color: #555;  font-size: 0.95em;}.page-98__promo-card {  background-color: #e9f7ef;  border: 1px solid #d4edda;  border-radius: 8px;  padding: 25px;  text-align: center;}.page-98__promo-card-title {  font-size: 1.4em;  color: #28a745;  margin-bottom: 10px;}.page-98__promo-card-text {  color: #333;  margin-bottom: 20px;}.page-98__promo-button {  background-color: #28a745;  color: #fff;  padding: 10px 20px;  border-radius: 5px;  text-decoration: none;  font-weight: bold;  transition: background-color 0.3s ease;}.page-98__promo-button:hover {  background-color: #218838;}.page-98__security-item {  display: flex;  align-items: center;  gap: 15px;  margin-bottom: 20px;  text-align: left;}.page-98__security-icon {  width: 200px !important;  height: 200px !important;  object-fit: contain;  flex-shrink: 0;}.page-98__security-text {  color: #555;}.page-98__faq-list {  list-style: none;  padding: 0;}.page-98__faq-item {  background-color: #f9f9f9;  margin-bottom: 10px;  border-radius: 5px;  overflow: hidden;  border: 1px solid #eee;}.page-98__faq-question {  display: flex;  justify-content: space-between;  align-items: center;  padding: 15px 20px;  cursor: pointer;  background-color: #eaf6ff;  color: #007bff;  font-weight: bold;  user-select: none;  transition: background-color 0.3s ease;}.page-98__faq-question:hover {  background-color: #dbeeff;}.page-98__faq-question h3 {  margin: 0;  font-size: 1.1em;  pointer-events: none;}.page-98__faq-toggle {  font-size: 1.5em;  line-height: 1;  pointer-events: none;  transition: transform 0.3s ease;}.page-98__faq-item.active .page-98__faq-toggle {  transform: rotate(45deg);}.page-98__faq-answer {  max-height: 0;  overflow: hidden;  padding: 0 20px;  opacity: 0;  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease;  color: #555;  background-color: #fff;}.page-98__faq-item.active .page-98__faq-answer {  max-height: 2000px !important;  padding: 20px !important;  opacity: 1;}.page-98__blog-card {  background-color: #f9f9f9;  border-radius: 8px;  overflow: hidden;  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);  transition: transform 0.3s ease;}.page-98__blog-card:hover {  transform: translateY(-5px);}.page-98__blog-card-image {  width: 100% !important;  height: 250px !important;  object-fit: cover;}.page-98__blog-card-content {  padding: 20px;}.page-98__blog-card-title {  font-size: 1.2em;  color: #007bff;  margin-bottom: 10px;}.page-98__blog-card-title a {  text-decoration: none;  color: inherit;}.page-98__blog-card-title a:hover {  text-decoration: underline;}.page-98__blog-card-date {  font-size: 0.85em;  color: #888;  margin-bottom: 10px;}.page-98__blog-card-excerpt {  font-size: 0.95em;  color: #555;}.page-98__blog-read-more {  display: inline-block;  margin-top: 15px;  color: #007bff;  text-decoration: none;  font-weight: bold;}.page-98__blog-read-more:hover {  text-decoration: underline;}@media (max-width: 768px) {  .page-98__hero-title {    font-size: 2em;  }  .page-98__hero-description {    font-size: 1em;  }  .page-98__cta-button {    padding: 12px 25px;    font-size: 1em;  }  .page-98__section {    padding: 25px 15px;    margin-bottom: 15px;  }  .page-98__section-title {    font-size: 1.6em;    margin-bottom: 20px;  }  .page-98__grid {    grid-template-columns: 1fr;  }  .page-98__grid-item {    padding: 20px;  }  .page-98__grid-item-icon {    width: 100% !important;    max-width: 250px !important;    height: auto !important;    margin-left: auto !important;    margin-right: auto !important;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-98__fast-access-links {    flex-direction: column;    align-items: center;  }  .page-98__fast-access-link {    width: 100% !important;    max-width: 300px !important;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-98__game-category-image {    width: 100% !important;    max-width: 400px !important;    height: auto !important;    margin-left: auto !important;    margin-right: auto !important;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-98__security-item {    flex-direction: column;    text-align: center;  }  .page-98__security-icon {    width: 100% !important;    max-width: 200px !important;    height: auto !important;    margin-left: auto !important;    margin-right: auto !important;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-98__faq-question {    padding: 15px;  }  .page-98__faq-answer {    padding: 0 15px;  }  .page-98__faq-item.active .page-98__faq-answer {    padding: 15px !important;  }  .page-98__blog-card-image {    width: 100% !important;    height: 200px !important;    object-fit: cover;    box-sizing: border-box !important;    word-wrap: break-word !important;    overflow-wrap: break-word !important;    word-break: break-word !important;  }  .page-98__payment-providers {    flex-direction: row;    flex-wrap: wrap;    justify-content: center;    gap: 16px;  }  .page-98__payment-logo,  .page-98__payment-logo img {    width: 80px !important;    height: 80px !important;    max-width: 80px !important;    max-height: 80px !important;  }}