@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_img .contact_details_img_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

* {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

*::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

html::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

body {
  overflow-x: hidden !important;
  overflow-y: auto !important;
}

body::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}

.header {
  position: fixed;
  top: 25px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 95%;
  min-width: 1356px;
  height: 80px;
  margin: 0 auto;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, backdrop-filter 0.3s ease;
}

.header.header-scrolled {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
}

.header.header-scrolled .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li a {
  color: #000000;
}

.header .header_content {
  width: 97%;
  min-width: 1356px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 auto;
}

.header .header_content .logo {
  width: 30%;
}

.header .header_content .logo .logo_content a {
  display: inline-block;
}

.header .header_content .logo .logo_content a img {
  width: 100%;
}

.header .header_content .menu_language {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header_content .menu_language .menu_language_content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}

.header .header_content .menu_language .menu_language_content .hamburger {
  width: 54px;
  height: 54px;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  user-select: none;
  z-index: 10;
}

.header .header_content .menu_language .menu_language_content .hamburger::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: left 0.6s ease;
}

.header .header_content .menu_language .menu_language_content .hamburger::after {
  content: '';
  position: absolute;
  top: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-radius: 50%;
  transition: all 0.4s ease;
}

.header .header_content .menu_language .menu_language_content .hamburger span {
  position: relative;
  display: block;
  width: 26px;
  height: 3px;
  margin: 0 auto;
  background-color: #00d06f;
  border-radius: 3px;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.header .header_content .menu_language .menu_language_content .hamburger span:nth-child(1) {
  margin-top: 6px;
}

.header .header_content .menu_language .menu_language_content .hamburger span:nth-child(2) {
  margin-top: 6px;
}

.header .header_content .menu_language .menu_language_content .hamburger:hover::before {
  left: 100%;
}

.header .header_content .menu_language .menu_language_content .hamburger:hover::after {
  width: 200%;
  height: 200%;
}

.header .header_content .menu_language .menu_language_content .hamburger:hover span {
  transform: scaleX(1.1);
}

.header .header_content .menu_language .menu_language_content .hamburger:active {
  transform: translateY(-1px) scale(1.02);
}

.header .header_content .menu_language .menu_language_content .hamburger.active span:nth-child(1) {
  transform: translateY(0px) rotate(45deg);
}

.header .header_content .menu_language .menu_language_content .hamburger.active span:nth-child(2) {
  transform: translateY(-10px) rotate(-45deg);
}

.header .header_content .menu_language .menu_language_content .menu {
  width: 70%;
}

.header .header_content .menu_language .menu_language_content .nav-menu {
  display: flex;
}

.header .header_content .menu_language .menu_language_content .nav-menu .menu_content {
  margin: 0 auto;
  width: 100%;
}

.header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 40px;
}

.header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li {
  margin: 6px;
  position: relative;
}

.header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding: 8px 0;
  transition: all 0.3s ease;
}

.header .header_content .menu_language .menu_language_content .show {
  display: block;
}

.header .header_content .menu_language .menu_language_content .language {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.header .header_content .menu_language .menu_language_content .language .language_content {
  position: relative;
}

.header .header_content .menu_language .menu_language_content .language .language_content .language {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.header .header_content .menu_language .menu_language_content .language .language_content {
  position: relative;
}

.header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle {
  font-size: 14px;
  cursor: pointer;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #000;
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(10px) saturate(140%);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  border-radius: 8px;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  position: relative;
  z-index: 1;
}

.header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.14);
  border-color: rgba(59, 122, 234, 0.3);
}

.header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle:hover img {
  transform: scale(1.12) rotate(5deg);
}

.header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle:active {
  transform: translateY(0px) scale(0.98);
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  top: 60px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.96) 0%, rgba(248, 250, 252, 0.94) 55%, rgba(255, 255, 255, 0.92) 100%);
  backdrop-filter: blur(22px) saturate(160%);
  width: 360px;
  max-height: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16), 0 0 0 1px rgba(15, 23, 42, 0.06) inset;
  border-radius: 4px;
  border: 1px solid rgba(15, 23, 42, 0.1);
  z-index: 99999;
  padding: 14px;
  animation: slideDownElegant 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content::-webkit-scrollbar {
  width: 6px;
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content::-webkit-scrollbar-track {
  background: rgba(15, 23, 42, 0.06);
  border-radius: 10px;
  margin: 8px 0;
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content::-webkit-scrollbar-thumb {
  background: rgba(0, 208, 111, 0.3);
  border-radius: 10px;
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 208, 111, 0.55);
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span {
  color: #17243c;
  padding: 12px 10px;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(15, 23, 42, 0.08);
  position: relative;
  overflow: hidden;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(0, 208, 111, 0.1) 50%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 0;
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span:hover {
  background: rgba(219, 234, 254, 0.55);
  border-color: rgba(0, 208, 111, 0.28);
  transform: translateX(4px);
  box-shadow: 0 12px 26px rgba(0, 208, 111, 0.18);
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span:hover::before {
  opacity: 1;
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span:active {
  transform: translateX(2px);
  box-shadow: 0 8px 18px rgba(0, 208, 111, 0.14);
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span img {
  width: 32px;
  height: 32px;
  margin: 0;
  object-fit: cover;
  border-radius: 15px;
  flex-shrink: 0;
  border: 1px solid rgba(15, 23, 42, 0.1);
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.25s ease;
  position: relative;
  z-index: 1;
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span:hover img {
  transform: scale(1.1);
  border-color: rgba(0, 208, 111, 0.35);
  box-shadow: 0 8px 18px rgba(0, 208, 111, 0.18);
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span p {
  width: auto;
  color: #17243c;
  margin: 0;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.25s ease;
  white-space: nowrap;
  word-break: keep-all;
  line-height: 1.4;
  position: relative;
  z-index: 1;
  flex: 1;
}

.header .header_content .menu_language .menu_language_content .language .dropdown-content span:hover p {
  color: #00d06f;
}

.header .header_content .menu_language .menu_language_content .language .show {
  right: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

@keyframes slideDownMenu {
  0% {
    opacity: 0;
    transform: translateY(-25px) scale(0.96);
  }
  50% {
    opacity: 0.8;
    transform: translateY(-5px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes slideDownElegant {
  0% {
    opacity: 0;
    transform: translateY(-15px) scale(0.97);
    filter: blur(4px);
  }
  50% {
    opacity: 0.7;
    transform: translateY(-5px) scale(0.99);
    filter: blur(1px);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: blur(0);
  }
}

@keyframes electricFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes electricPass {
  0% {
    left: -100%;
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    left: 150%;
    opacity: 0;
  }
}

@keyframes iconPulse {
  0% {
    transform: translateX(0) rotate(0deg);
  }
  25% {
    transform: translateX(-4px) rotate(-5deg);
  }
  50% {
    transform: translateX(-6px) rotate(0deg);
  }
  75% {
    transform: translateX(-4px) rotate(5deg);
  }
  100% {
    transform: translateX(0) rotate(0deg);
  }
}

@media screen and (max-width: 1356px) {
  .header {
    min-width: auto;
  }
  .header .header_content {
    width: 92%;
    min-width: auto;
  }
}

@media screen and (max-width: 600px) {
  .header {
    position: fixed;
    width: 90%;
  }
  .header .header_content .menu_language .menu_language_content .language .language_content .dropdown-content {
    width: 300px;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 16px;
  }
  .header .header_content .menu_language .menu_language_content .language .language_content .dropdown-content span {
    padding: 12px 10px;
    gap: 10px;
  }
}

@media screen and (max-width: 1107px) {
  .header {
    position: fixed;
    width: 90%;
  }
  .header .header_content .logo .logo_content a img {
    width: 100%;
  }
  .header .header_content .menu_language .menu_language_content {
    gap: 0;
  }
  .header .header_content .menu_language .menu_language_content .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu {
    display: none;
    flex-direction: column;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(250, 250, 252, 0.95) 50%, rgba(248, 249, 251, 0.95) 100%);
    backdrop-filter: blur(30px);
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.08), 0 0 0 1px rgba(0, 0, 0, 0.05) inset, 0 0 60px rgba(0, 0, 0, 0.05), 0 0 40px rgba(0, 0, 0, 0.03);
    border: 2px solid rgba(0, 0, 0, 0.08);
    z-index: 1000;
    opacity: 0;
    transform: translateY(-25px) scale(0.96);
    transition: all 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content {
    width: 100%;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li {
    width: 94%;
    margin: 0 auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 4px;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 208, 111, 0.8) 0%, rgba(0, 208, 111, 0.6) 50%, rgba(0, 208, 111, 0.4) 100%);
    transform: scaleY(0);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 0 12px rgba(59, 122, 234, 0.3);
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 122, 234, 0.08), transparent);
    transition: left 0.5s ease;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li:hover {
    background: rgba(59, 122, 234, 0.06);
    transform: translateX(4px);
    box-shadow: 0 4px 20px rgba(59, 122, 234, 0.15);
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li:hover::before {
    transform: scaleY(1);
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li:hover::after {
    left: 100%;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li a {
    width: 100%;
    display: block;
    padding: 20px 0;
    color: #17243c;
    font-size: 17px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    text-align: left;
    letter-spacing: 0.6px;
    text-shadow: none;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li a::after {
    content: '→';
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%) translateX(-8px);
    opacity: 0;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 20px;
    color: #3b7aea;
    text-shadow: none;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li a:hover {
    color: #3b7aea;
    padding-left: 36px;
    text-shadow: none;
  }
  .header .header_content .menu_language .menu_language_content .nav-menu .menu_content ul li a:hover::after {
    opacity: 1;
    transform: translateY(-50%) translateX(-20px);
  }
  .header .header_content .menu_language .menu_language_content .language {
    width: auto;
  }
  .header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle {
    width: 42px;
    height: 42px;
    border-radius: 50%;
  }
  .header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle img {
    width: 28px;
    height: 28px;
  }
  .header .header_content .menu_language .menu_language_content .language .dropdown-content {
    max-height: 500px;
    right: 0;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    padding: 16px;
  }
  .header .header_content .menu_language .menu_language_content .language .dropdown-content span {
    padding: 10px 8px;
    gap: 10px;
    border-radius: 8px;
  }
  .header .header_content .menu_language .menu_language_content .language .dropdown-content span img {
    width: 28px;
    height: 28px;
  }
  .header .header_content .menu_language .menu_language_content .language .dropdown-content span p {
    font-size: 12px;
    font-weight: 500;
  }
  .header .header_content .menu_language .menu_language_content .show {
    display: block;
    opacity: 1;
    transform: translateY(0) scale(1);
    animation: slideDownMenu 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

@media screen and (max-width: 640px) {
  .header {
    width: calc(100% - 32px);
    top: 16px;
    left: 16px;
    right: 16px;
    margin: 0;
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease, box-shadow 0.3s ease;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
  }
  .header.header-fade-out {
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
    pointer-events: none;
  }
  .header .header_content .menu_language .menu_language_content .language .language_content .dropdown-content {
    width: 80%;
    margin: 0 auto;
    position: fixed;
    top: 97px;
    left: 0;
    right: 0;
    transition: top 0.3s ease;
  }
  .header .header_content .menu_language .menu_language_content .language .language_content .dropdown-content.show {
    top: 70px;
  }
}

@media screen and (max-width: 480px) {
  .header {
    position: fixed;
    width: calc(100% - 32px);
    top: 16px;
    left: 16px;
    right: 16px;
    margin: 0;
  }
  .header .header_content .logo {
    width: 90%;
    margin-left: 0;
  }
  .header .header_content .logo .logo_content a img {
    width: 100%;
  }
  .header .header_content .menu_language {
    width: 90%;
    margin-right: 0;
  }
  .header .header_content .menu_language .menu_language_content .language {
    margin-left: 10px;
  }
  .header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle {
    width: 38px;
    height: 38px;
  }
  .header .header_content .menu_language .menu_language_content .language .language_content .dropdown-toggle img {
    width: 26px;
    height: 26px;
  }
  .header .header_content .menu_language .menu_language_content .language .dropdown-content {
    max-height: 70vh;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    padding: 14px;
  }
  .header .header_content .menu_language .menu_language_content .language .dropdown-content span {
    padding: 10px 8px;
    gap: 8px;
  }
  .header .header_content .menu_language .menu_language_content .language .dropdown-content span img {
    width: 26px;
    height: 26px;
  }
  .header .header_content .menu_language .menu_language_content .language .dropdown-content span p {
    font-size: 11px;
  }
}

.banner {
  position: relative;
}

.banner .banner_content {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.banner .banner_content .banner_content_text {
  position: relative;
  z-index: 3;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .banner_content .banner_content_text video {
  width: 100%;
  min-width: 1920px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}

.banner .banner_content .banner_content_text .banner_content_text_button {
  position: relative;
  z-index: -1;
  margin-top: 40px;
}

.banner .banner_content .banner_content_text .banner_content_text_button a {
  width: 260px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  background-color: #00d06f;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 208, 111, 0.25);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.banner .banner_content .banner_content_text .banner_content_text_button a::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #4ade80, #00d06f, #059669, #10b981, #4ade80);
  background-size: 400% 400%;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  animation: electricFlow 2s linear infinite;
  filter: blur(3px);
  transform: skew(-5deg);
}

.banner .banner_content .banner_content_text .banner_content_text_button a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(74, 222, 128, 0.9), rgba(0, 208, 111, 0.8), rgba(74, 222, 128, 0.9), transparent);
  animation: electricPass 1.5s ease-in-out infinite;
  z-index: 1;
  filter: blur(1px);
  transform: skew(-5deg);
}

.banner .banner_content .banner_content_text .banner_content_text_button .games_button_area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  position: relative;
  z-index: 2;
}

.banner .banner_content .banner_content_text .banner_content_text_button .games_button_area .banner_game_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.banner .banner_content .banner_content_text .banner_content_text_button .games_button_area span, .banner .banner_content .banner_content_text .banner_content_text_button .games_button_area .banner_game_text {
  color: #fff;
  vertical-align: middle;
  transition: all 0.3s ease;
  text-shadow: 0 0 0 rgba(0, 208, 111, 0);
}

.banner .banner_content .banner_content_text .banner_content_text_button .games_button_area svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 0 rgba(0, 208, 111, 0));
}

.banner .banner_content .banner_content_text .banner_content_text_button .games_button_area svg path {
  stroke: currentColor;
  transition: all 0.3s ease;
}

.banner .banner_content .banner_content_text .banner_content_text_button .games_button_area svg circle {
  fill: currentColor;
  transition: all 0.3s ease;
}

.banner .banner_content .banner_content_text .banner_content_text_button .games_button_area svg rect {
  transition: all 0.3s ease;
}

.banner .banner_content .banner_content_text .banner_content_text_button .games_button_area svg text {
  transition: all 0.3s ease;
}

.banner .banner_content .banner_content_text .banner_content_text_button:hover::before {
  opacity: 1;
  animation: electricFlow 2s linear infinite;
}

.banner .banner_content .banner_content_text .banner_content_text_button:hover::after {
  animation: electricPass 1.5s ease-in-out infinite;
}

.banner .banner_content .banner_content_text .banner_content_text_button:hover .games_button_area .banner_game_icon {
  animation: iconPulse 1.5s ease-in-out infinite;
}

.banner .banner_content .banner_content_text .banner_content_text_button:hover .games_button_area .banner_game_icon svg {
  filter: drop-shadow(0 0 20px rgba(74, 222, 128, 0.9)) drop-shadow(0 0 30px rgba(0, 208, 111, 0.7)) drop-shadow(0 0 40px rgba(16, 185, 129, 0.5));
  transform: scale(1.15);
}

.banner .banner_content .banner_content_text .banner_content_text_button:hover .games_button_area span, .banner .banner_content .banner_content_text .banner_content_text_button:hover .games_button_area .banner_game_text {
  transform: translateX(5px);
  font-weight: 800;
}

.banner .banner_content .banner_content_text .banner_content_text_button:active {
  transform: translateY(0) scale(1.01);
  box-shadow: 0 0 15px rgba(74, 222, 128, 0.5), 0 0 30px rgba(0, 208, 111, 0.3);
}

.banner .banner_content .banner_content_img {
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.banner .banner_content .banner_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.banner .banner_content .banner_content_img img:nth-child(2) {
  top: 180px;
}

.banner .banner_content .banner_content_img img:nth-child(3) {
  top: 80px;
}

.banner .banner_content .banner_content_img .banner-bg {
  position: relative;
  z-index: 1;
}

.banner .banner_content .banner_content_img .banner-lightning {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  filter: brightness(1.05) contrast(1.05) drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(15, 53, 80, 0.3)) drop-shadow(0 0 45px rgba(100, 200, 255, 0.2));
  animation: lightningFlash 2s ease-in-out infinite;
  mix-blend-mode: screen;
  opacity: 0.75;
  transition: all 0.3s ease;
}

@keyframes lightningFlash {
  0%, 100% {
    filter: brightness(1.05) contrast(1.05) drop-shadow(0 0 15px rgba(255, 255, 255, 0.4)) drop-shadow(0 0 30px rgba(0, 208, 111, 0.3)) drop-shadow(0 0 45px rgba(74, 222, 128, 0.2));
    opacity: 0.75;
  }
  25% {
    filter: brightness(1.1) contrast(1.08) drop-shadow(0 0 20px rgba(255, 255, 255, 0.5)) drop-shadow(0 0 40px rgba(0, 208, 111, 0.4)) drop-shadow(0 0 60px rgba(74, 222, 128, 0.3));
    opacity: 0.85;
  }
  50% {
    filter: brightness(1.08) contrast(1.06) drop-shadow(0 0 18px rgba(255, 255, 255, 0.45)) drop-shadow(0 0 35px rgba(0, 208, 111, 0.35)) drop-shadow(0 0 55px rgba(74, 222, 128, 0.25));
    opacity: 0.8;
  }
  75% {
    filter: brightness(1.12) contrast(1.1) drop-shadow(0 0 22px rgba(255, 255, 255, 0.55)) drop-shadow(0 0 45px rgba(0, 208, 111, 0.45)) drop-shadow(0 0 65px rgba(134, 239, 172, 0.35));
    opacity: 0.88;
  }
}

@media screen and (max-width: 720px) {
  .banner {
    background-position: left;
  }
  .banner .banner_content .banner_content_text h2 {
    width: 100%;
  }
  .banner .banner_content .banner_content_img img:nth-child(2) {
    top: 70px;
  }
  .banner .banner_content .banner_content_img img:nth-child(3) {
    top: 50px;
  }
}

@media screen and (max-width: 600px) {
  .banner .banner_content .banner_content_text video {
    height: 100%;
    object-fit: fill;
    margin: 0 auto;
  }
  .banner .banner_content .banner_content_text img {
    width: 100%;
  }
  .banner .banner_content .banner_content_text .banner_content_text_button a {
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .banner .banner_content .banner_content_text video {
    object-fit: fill;
    margin: 0 auto;
  }
  .banner .banner_content .banner_content_text .banner_content_text_button {
    width: 100%;
  }
  .banner .banner_content .banner_content_text .banner_content_text_button .banner-game-btn {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 200px) {
  .banner .banner_content .banner_content_text .banner_content_text_button .banner-game-btn .games_button_area {
    flex-wrap: wrap;
  }
  .banner .banner_content .banner_content_text .banner_content_text_button .banner-game-btn .games_button_area span {
    width: 100%;
  }
  .banner .banner_content .banner_content_text .banner_content_text_button .banner-game-btn .games_button_area span:nth-child(1) {
    order: 2;
    text-align: center;
  }
  .banner .banner_content .banner_content_text .banner_content_text_button .banner-game-btn .games_button_area span:nth-child(2) {
    order: 1;
  }
}

.news {
  position: relative;
  margin: 60px 0;
}

.news .news_content {
  max-width: 1196px;
  margin: 0 auto;
}

.news .news_content .news_content_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news .news_content .news_content_top .news_content_top_left {
  position: relative;
  width: 30%;
}

.news .news_content .news_content_top .news_content_top_left .news_content_top_left_area {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.news .news_content .news_content_top .news_content_top_left .area_line {
  width: 2px;
  height: 30px;
  display: inline-block;
  background-color: #00d06f;
  border-radius: 10px;
}

.news .news_content .news_content_top .news_content_top_left p {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  text-align: left;
  line-height: 1.2;
  word-break: break-all;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: 'system-ui';
}

.news .news_content .news_content_top .news_content_top_left p span:nth-child(1) {
  color: #00d06f;
}

.news .news_content .news_content_top .news_content_top_right a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-weight: 300;
  text-decoration: none;
  transform-origin: left center;
  transition: color 0.2s ease, transform 0.2s ease;
}

.news .news_content .news_content_top .news_content_top_right a p {
  font-size: 13px;
}

.news .news_content .news_content_top .news_content_top_right a:hover {
  color: #00d06f;
  transform: translateX(10px);
}

.news .news_content .news_content_top .news_content_top_right a:hover .news_more_icon {
  transform: translateX(10px) scale(1.05);
}

.news .news_content .news_content_top .news_content_top_right a:hover .news_more_icon svg {
  transform: translateX(1px);
}

.news .news_content .news_content_top .news_content_top_right a .news_more_icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
  transition: transform 0.2s ease;
}

.news .news_content .news_content_top .news_content_top_right a .news_more_icon svg {
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease;
}

.news .news_content .news_content_top .news_content_top_right a .news_more_icon svg path {
  stroke: currentColor;
}

.news .news_content .news_content_line {
  position: relative;
  padding: 20px 0;
}

.news .news_content .news_content_line .news_content_line_area {
  position: relative;
  width: 100%;
  height: 3px;
}

.news .news_content .news_content_line .news_content_line_area span {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 15%;
  height: 3px;
  display: inline-block;
  background-color: #00d06f;
}

.news .news_content .news_content_line .news_content_line_area span:nth-child(2) {
  width: 100%;
  background-color: #e0e0e0;
  z-index: 2;
}

.news .news_content .news_content_bottom {
  position: relative;
  margin-top: 10px;
}

.news .news_content .news_content_bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  line-height: 2;
}

.news .news_content .news_content_bottom ul li {
  width: 100%;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.news .news_content .news_content_bottom ul li span {
  width: 100%;
  border-bottom: 2px solid rgba(59, 122, 234, 0.3);
  border-style: dashed;
  display: inline-block;
  transition: border-color 0.3s ease;
}

.news .news_content .news_content_bottom ul li a {
  text-decoration: none;
  display: block;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.news .news_content .news_content_bottom ul li a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 2px;
  height: 0%;
  background: linear-gradient(180deg, #00d06f 0%, #04ff8a 50%, #00d06f 100%);
  border-radius: 2px;
  transition: height 0.5s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.4s ease;
  transform-origin: center center;
  z-index: 1;
  box-shadow: 0 0 8px rgba(59, 122, 234, 0.3);
}

.news .news_content .news_content_bottom ul li a .news_content_bottom_area {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 4px solid transparent;
  background: linear-gradient(to right, rgba(59, 122, 234, 0.02) 0%, transparent 100%);
  overflow: hidden;
  margin: 4px 0;
}

.news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_date {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 1;
}

.news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_date p {
  font-size: 12px;
  font-weight: 700;
  color: #333333;
  line-height: 1.5;
  text-align: left;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_date span {
  width: auto;
  min-width: 120px;
  height: 28px;
  display: inline-block;
  background: linear-gradient(135deg, #00d06f 0%, #00ea7d 100%);
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 11px;
  font-weight: 300;
  margin-left: 20px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: 'system-ui';
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 2px 8px rgba(59, 122, 234, 0.25);
  border: none;
  position: relative;
  overflow: hidden;
}

.news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_date span::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}

.news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_text {
  position: relative;
  z-index: 1;
}

.news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_text p {
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  line-height: 1.6;
  text-align: left;
  display: inline-block;
  word-break: break-all;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  font-weight: 400;
}

.news .news_content .news_content_bottom ul li:hover a::before {
  height: 100%;
  box-shadow: 0 0 12px rgba(59, 122, 234, 0.5);
}

@media screen and (max-width: 1336px) {
  .news .news_content {
    width: 90%;
  }
  .news .news_content .news_content_top {
    display: flex;
    flex-wrap: wrap;
    line-height: 3;
  }
  .news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_date {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
  }
  .news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_date p {
    width: 100%;
  }
  .news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_date span {
    margin-top: 10px;
    margin-left: 0px;
  }
  .news .news_content .news_content_bottom ul li a .news_content_bottom_area .news_content_bottom_area_text p {
    width: 100%;
    line-height: 2;
  }
}

.feature {
  position: relative;
  background: url("../images/Web_Banner_1.png");
  background-size: cover;
  background-position: center;
}

.feature .feature_content {
  position: relative;
  width: 100%;
  max-width: 1920px;
  min-height: 900px;
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.feature .feature_content .feature_content_area {
  position: relative;
  display: inline-block;
}

.feature .feature_content .feature_content_area .feature_content_area_top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language {
  position: relative;
  width: 416px;
  height: 300px;
  padding: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_top {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_top .feature_content_area_top_language_top_left {
  position: relative;
  width: 100%;
  text-align: center;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_line {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_line span {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #00d06f;
  border-style: dashed;
  display: inline-block;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right h3 {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: #00d06f;
  display: inline-block;
  text-align: center;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right p {
  width: 100%;
  font-size: 19px;
  color: #00d06f;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li {
  perspective: 1000px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card {
  width: 48px;
  height: 48px;
  perspective: 1000px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card .flip-card-inner.auto-flipped {
  transform: rotateY(180deg);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card .flip-card-front, .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card .flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card .flip-card-back {
  transform: rotateY(180deg);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right li .flip-card .flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  filter: brightness(1.1);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games {
  position: relative;
  width: 416px;
  height: 300px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_top {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_top .feature_content_area_top_games_top_left {
  position: relative;
  width: 100%;
  text-align: center;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_line {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_line span {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #00d06f;
  border-style: dashed;
  display: inline-block;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right h3 {
  width: 100%;
  font-size: 40px;
  font-weight: 700;
  color: #00d06f;
  display: inline-block;
  text-align: center;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right p {
  width: 100%;
  font-size: 19px;
  color: #00d06f;
  display: inline-block;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li {
  perspective: 1000px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card {
  width: 48px;
  height: 48px;
  perspective: 1000px;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card .flip-card-inner.auto-flipped {
  transform: rotateY(180deg);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card .flip-card-front, .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card .flip-card-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card .flip-card-back {
  transform: rotateY(180deg);
}

.feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right li .flip-card .flip-card-back img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 28px;
  margin-top: 20px;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency {
  position: relative;
  width: 27%;
  height: 174px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_top {
  position: relative;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_line {
  position: relative;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_line span {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #00d06f;
  border-style: dashed;
  display: inline-block;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom h4 {
  font-size: 40px;
  font-weight: 700;
  color: #00d06f;
  display: inline-block;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom p {
  font-size: 19px;
  color: #00d06f;
  display: inline-block;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support {
  position: relative;
  width: 27%;
  height: 174px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_top {
  position: relative;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_line {
  position: relative;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_line span {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #00d06f;
  border-style: dashed;
  display: inline-block;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom h4 {
  font-size: 40px;
  font-weight: 700;
  color: #00d06f;
  display: inline-block;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom p {
  font-size: 19px;
  color: #00d06f;
  display: inline-block;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system {
  position: relative;
  width: 27%;
  height: 174px;
  padding: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_top {
  position: relative;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_line {
  position: relative;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_line span {
  width: 100%;
  height: 2px;
  border-bottom: 2px solid #00d06f;
  border-style: dashed;
  display: inline-block;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom {
  position: relative;
  width: 100%;
  margin-top: 10px;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom h4 {
  font-size: 40px;
  font-weight: 700;
  color: #00d06f;
  display: inline-block;
  width: 100%;
}

.feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom p {
  font-size: 19px;
  color: #00d06f;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .feature .feature_content {
    width: 100%;
  }
  .feature .feature_content .feature_content_area {
    width: 100%;
    max-width: 900px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top {
    justify-content: center;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language {
    width: calc(50% - 10px);
    max-width: 400px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games {
    width: calc(50% - 10px);
    max-width: 400px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom {
    justify-content: center;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system {
    width: calc(33.333% - 14px);
    max-width: 240px;
  }
}

@media screen and (max-width: 900px) {
  .feature {
    background-position: right;
  }
  .feature .feature_content {
    min-height: auto;
    padding: 20px 0;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language,
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games {
    width: 100%;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    gap: 10px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system {
    width: 100%;
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language {
    padding: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_top .feature_content_area_top_language_top_right h3 {
    font-size: 32px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_top .feature_content_area_top_language_top_right p {
    font-size: 16px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul {
    margin-top: 20px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul ul {
    gap: 8px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul ul li .flip-card {
    width: 42px;
    height: 42px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games {
    padding: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_top .feature_content_area_top_games_top_right h3 {
    font-size: 32px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_top .feature_content_area_top_games_top_right p {
    font-size: 16px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul {
    margin-top: 20px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul ul {
    gap: 8px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul ul li .flip-card {
    width: 42px;
    height: 42px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system {
    padding: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_support_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_system_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_currency_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_system_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_currency_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_support_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom {
    margin-top: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_support_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_system_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_currency_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_system_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_currency_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_support_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom h4 {
    font-size: 32px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_support_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_system_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_currency_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_system_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_currency_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_support_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom p {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .feature .feature_content .feature_content_area .feature_content_area_top {
    gap: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right h4 {
    font-size: 28px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right p {
    font-size: 14px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right h4 {
    font-size: 28px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right p {
    font-size: 14px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language {
    width: 80%;
    height: 100%;
    padding: 12px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_top .feature_content_area_top_language_top_right h3 {
    font-size: 28px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_top .feature_content_area_top_language_top_right p {
    font-size: 14px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul {
    margin-top: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul ul {
    gap: 6px;
    justify-content: left;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul ul li .flip-card {
    width: 36px;
    height: 36px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games {
    width: 80%;
    height: 100%;
    padding: 12px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_top .feature_content_area_top_games_top_right h3 {
    font-size: 28px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_top .feature_content_area_top_games_top_right p {
    font-size: 14px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul {
    margin-top: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul ul {
    gap: 6px;
    justify-content: left;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul ul li .flip-card {
    width: 36px;
    height: 36px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom {
    gap: 15px;
    margin-top: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system {
    width: 80%;
    height: 160px;
    padding: 12px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_support_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_system_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_currency_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_system_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_currency_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_support_bottom,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom {
    margin-top: 12px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_support_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_system_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_currency_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_system_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_currency_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_support_bottom h4,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom h4 {
    font-size: 28px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_currency_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_support_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_currency .feature_content_area_bottom_system_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_currency_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_support_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_support .feature_content_area_bottom_system_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_currency_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_support_bottom p,
  .feature .feature_content .feature_content_area .feature_content_area_bottom .feature_content_area_bottom_system .feature_content_area_bottom_system_bottom p {
    font-size: 14px;
  }
}

@media screen and (max-width: 233px) {
  .feature .feature_content .feature_content_area .feature_content_area_top {
    gap: 15px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_top .feature_content_area_top_games_top_left img {
    width: 100%;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right h4 {
    font-size: 28px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_games .feature_content_area_top_games_ul .feature_content_area_top_games_top_right p {
    font-size: 14px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_top .feature_content_area_top_language_top_left img {
    width: 100%;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right h4 {
    font-size: 28px;
  }
  .feature .feature_content .feature_content_area .feature_content_area_top .feature_content_area_top_language .feature_content_area_top_language_ul .feature_content_area_top_language_top_right p {
    font-size: 14px;
  }
}

.games {
  position: relative;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: auto;
}

.games .games_content {
  margin: 0 auto;
  display: block;
  padding-top: 60px;
}

.games .games_content .games_title {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.games .games_content .games_title .area_line {
  width: 2px;
  height: 30px;
  display: inline-block;
  background-color: #00d06f;
  border-radius: 10px;
}

.games .games_content .games_title p {
  font-size: 24px;
  font-weight: 700;
  color: #17243c;
  word-break: break-all;
  font-family: 'system-ui';
  display: flex;
  justify-content: center;
}

.games .games_content .games_title p span:nth-child(1) {
  color: #00d06f;
}

.games .games_content .games_text {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0;
}

.games .games_content .games_text p {
  font-size: 16px;
  color: #000000;
  text-align: center;
  word-break: break-all;
  line-height: 2;
  width: 100%;
  margin: 0 auto;
}

.games .games_content .games_button {
  text-align: center;
}

.games .games_content .games_button a {
  width: 260px;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 4px;
  text-decoration: none;
  background-color: #00d06f;
  font-size: 16px;
  font-weight: 700;
  box-shadow: 0 10px 30px rgba(0, 208, 111, 0.25);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.games .games_content .games_button a::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #4ade80, #00d06f, #059669, #10b981, #4ade80);
  background-size: 400% 400%;
  border-radius: 12px;
  z-index: -1;
  opacity: 0;
  animation: electricFlow 2s linear infinite;
  filter: blur(3px);
  transform: skew(-5deg);
}

.games .games_content .games_button a::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(74, 222, 128, 0.9), rgba(0, 208, 111, 0.8), rgba(74, 222, 128, 0.9), transparent);
  animation: electricPass 1.5s ease-in-out infinite;
  z-index: 1;
  filter: blur(1px);
  transform: skew(-5deg);
}

.games .games_content .games_button a .games_button_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.games .games_content .games_button a .games_button_area .banner_game_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.games .games_content .games_button a .games_button_area span, .games .games_content .games_button a .games_button_area .banner_game_text {
  color: #fff;
  vertical-align: middle;
  transition: all 0.3s ease;
  text-shadow: 0 0 0 rgba(0, 208, 111, 0);
}

.games .games_content .games_button a .games_button_area svg {
  vertical-align: middle;
  transition: all 0.3s ease;
  filter: drop-shadow(0 0 0 rgba(0, 208, 111, 0));
}

.games .games_content .games_button a .games_button_area svg path {
  stroke: currentColor;
  transition: all 0.3s ease;
}

.games .games_content .games_button a .games_button_area svg circle {
  fill: currentColor;
  transition: all 0.3s ease;
}

.games .games_content .games_button a .games_button_area svg rect {
  transition: all 0.3s ease;
}

.games .games_content .games_button a .games_button_area svg text {
  transition: all 0.3s ease;
}

.games .games_content .games_button a:hover::before {
  opacity: 1;
  animation: electricFlow 2s linear infinite;
}

.games .games_content .games_button a:hover::after {
  animation: electricPass 1.5s ease-in-out infinite;
}

.games .games_content .games_button a:hover .games_button_area .banner_game_icon {
  animation: iconPulse 1.5s ease-in-out infinite;
}

.games .games_content .games_button a:hover .games_button_area .banner_game_icon svg {
  filter: drop-shadow(0 0 20px rgba(74, 222, 128, 0.9)) drop-shadow(0 0 30px rgba(0, 208, 111, 0.7)) drop-shadow(0 0 40px rgba(16, 185, 129, 0.5));
  transform: scale(1.15);
}

.games .games_content .games_button a:hover .games_button_area span, .games .games_content .games_button a:hover .games_button_area .banner_game_text {
  transform: translateX(5px);
  font-weight: 800;
}

.games .games_content .games_button a:active {
  transform: translateY(0) scale(1.01);
  box-shadow: 0 0 15px rgba(74, 222, 128, 0.5), 0 0 30px rgba(0, 208, 111, 0.3);
}

.games .games_content .games_ul {
  position: relative;
  width: 100%;
  max-width: 2080px;
  height: 1000px;
  margin: 0 auto;
  margin-top: 100px;
  overflow: hidden;
}

.games .games_content .games_ul::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, #fff, transparent);
  z-index: 2;
}

.games .games_content .games_ul::after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 300px;
  background: linear-gradient(to bottom, transparent, #fff);
  z-index: 2;
}

.games .games_content .games_ul .games_ul_area {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  gap: 6px;
}

.games .games_content .games_ul .games_ul_area .scroll-column-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  width: auto;
}

.games .games_content .games_ul .games_ul_area .scroll-column-wrapper .scroll-track {
  display: flex;
  flex-direction: column;
  animation: scrollUp var(--scroll-speed, 50s) linear infinite;
  animation-delay: var(--scroll-delay, 0s);
  will-change: transform;
}

.games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  animation: none;
  animation-delay: 0s;
  will-change: auto;
  flex-shrink: 0;
}

.games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul li {
  display: block;
  margin: 0;
  padding: 0;
}

.games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: all 0.3s ease;
}

.games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul li img:hover {
  transform: translateY(-5px) scale(1.05);
}

.games .games_content .games_ul .games_ul_area ul {
  display: block;
}

.games .games_content .games_ul .games_ul_area ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: all 0.3s ease;
}

.games .games_content .games_ul .games_ul_area ul li img:hover {
  transform: translateY(-5px) scale(1.05);
}

@keyframes scrollUp {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 1200px) {
  .games .games_content .games_ul {
    height: 800px;
  }
  .games .games_content .games_ul .games_ul_area {
    gap: 4px;
  }
  .games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul li {
    width: 160px;
  }
}

@media screen and (max-width: 900px) {
  .games .games_content {
    padding: 40px 0;
  }
  .games .games_content .games_ul {
    height: 600px;
    margin-top: 40px;
  }
  .games .games_content .games_ul::before, .games .games_content .games_ul::after {
    height: 200px;
  }
  .games .games_content .games_ul .games_ul_area {
    gap: 3px;
  }
  .games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul li {
    width: 120px;
  }
}

@media screen and (max-width: 768px) {
  .games .games_content {
    padding: 30px 0;
  }
  .games .games_content .games_title p {
    font-size: 32px;
  }
  .games .games_content .games_text {
    width: 90%;
    padding: 40px 0;
  }
  .games .games_content .games_text p {
    font-size: 14px;
  }
  .games .games_content .games_button a {
    padding: 10px 16px;
    font-size: 14px;
  }
  .games .games_content .games_ul {
    height: 500px;
    margin-top: 30px;
  }
  .games .games_content .games_ul::before, .games .games_content .games_ul::after {
    height: 150px;
  }
  .games .games_content .games_ul .games_ul_area {
    gap: 2px;
  }
  .games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul li {
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  .games .games_content {
    padding: 20px 0;
  }
  .games .games_content .games_title p {
    font-size: 28px;
  }
  .games .games_content .games_text {
    width: 90%;
    padding: 30px 0;
  }
  .games .games_content .games_text p {
    font-size: 13px;
    line-height: 1.8;
  }
  .games .games_content .games_button a {
    width: 70%;
    padding: 8px 14px;
    font-size: 13px;
  }
  .games .games_content .games_ul {
    height: 400px;
    margin-top: 20px;
  }
  .games .games_content .games_ul::before, .games .games_content .games_ul::after {
    height: 100px;
  }
  .games .games_content .games_ul .games_ul_area {
    gap: 1px;
  }
  .games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul li {
    width: 80px;
  }
  .games .games_content .games_ul .games_ul_area .scroll-column-wrapper ul li img:hover {
    transform: translateY(-3px) scale(1.03);
    box-shadow: 0 0 15px rgba(0, 255, 255, 0.5), 0 0 30px rgba(0, 128, 255, 0.3), 0 0 45px rgba(128, 0, 255, 0.2), 0 8px 20px rgba(59, 122, 234, 0.25);
  }
}

@media screen and (max-width: 200px) {
  .games .games_content .games_button a .games_button_area span:nth-child(1) {
    order: 2;
    text-align: center;
  }
  .games .games_content .games_button a .games_button_area span:nth-child(2) {
    order: 1;
  }
}

.about {
  position: relative;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: auto;
}

.about .about_content {
  margin: 0 auto;
  display: block;
  padding: 60px 0;
}

.about .about_content .about_content_title {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.about .about_content .about_content_title .area_line {
  width: 2px;
  height: 30px;
  display: inline-block;
  background-color: #00d06f;
  border-radius: 10px;
}

.about .about_content .about_content_title p {
  font-size: 24px;
  font-weight: 700;
  color: #17243c;
  word-break: break-all;
  font-family: 'system-ui';
  display: flex;
  justify-content: center;
}

.about .about_content .about_content_title p span:nth-child(1) {
  color: #00d06f;
}

.about .about_content .about_content_text {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.about .about_content .about_content_text p {
  font-size: 16px;
  color: #000000;
  text-align: center;
  word-break: break-all;
  line-height: 2;
  width: 100%;
  margin: 0 auto;
}

.about .about_content .about_content_ul {
  position: relative;
  width: 880px;
  margin: 0 auto;
  padding: 60px 0;
}

.about .about_content .about_content_ul .about_content_ul_area {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.about .about_content .about_content_ul .about_content_ul_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.about .about_content .about_content_ul .about_content_ul_area ul li {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0;
  padding: 20px;
  border-radius: 4px;
  background-color: #f5f5f5;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_content_ul_area_text {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_content_ul_area_text p {
  font-size: 20px;
  font-weight: 900;
  color: #00d06f;
  margin-top: 10px;
  line-height: 1;
  text-align: center;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_content_ul_area_text p:nth-child(2) {
  color: #000000;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card {
  position: relative;
  width: 100%;
  height: 120px;
  margin-top: 18px;
  perspective: 1000px;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card .about_flip_card_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card .about_flip_card_front,
.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card .about_flip_card_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card .about_flip_card_back {
  transform: rotateY(180deg);
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card .about_content_ul_area_img {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card .about_content_ul_area_img img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card .about_flip_card_front .about_content_ul_area_img img {
  filter: brightness(1);
}

.about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card .about_flip_card_back .about_content_ul_area_img img {
  filter: brightness(1.2) contrast(1.1);
}

.about .about_content .about_content_ul .about_content_ul_area ul li:hover .about_flip_card .about_flip_card_inner {
  transform: rotateY(180deg);
}

@media screen and (max-width: 1200px) {
  .about .about_content .about_content_ul {
    width: 90%;
    max-width: 880px;
    padding: 40px 0;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul {
    gap: 18px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li {
    width: calc(33.333% - 12px);
    min-width: 180px;
    height: auto;
  }
}

@media screen and (max-width: 900px) {
  .about .about_content .about_content_ul {
    width: 95%;
    padding: 40px 0;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul {
    gap: 15px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li {
    width: 40%;
    padding: 18px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li .about_content_ul_area_text p {
    font-size: 24px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card {
    height: 100px;
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  .about .about_content .about_content_ul {
    width: 100%;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul {
    gap: 15px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li {
    width: 40%;
    padding: 15px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li .about_content_ul_area_text p {
    font-size: 22px;
    margin-top: 8px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card {
    height: 90px;
    margin-top: 12px;
  }
}

@media screen and (max-width: 600px) {
  .about .about_content .about_content_ul .about_content_ul_area ul {
    gap: 12px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li {
    width: 40%;
    min-width: 140px;
    padding: 12px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li .about_content_ul_area_text p {
    font-size: 20px;
    margin-top: 6px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card {
    height: 80px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .about .about_content .about_content_ul .about_content_ul_area ul {
    width: 100%;
    gap: 10px;
    align-items: center;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li {
    width: 38%;
    padding: 15px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li .about_content_ul_area_text p {
    font-size: 24px;
    margin-top: 8px;
  }
  .about .about_content .about_content_ul .about_content_ul_area ul li .about_flip_card {
    height: 100px;
    margin-top: 15px;
  }
}

.footer {
  position: relative;
  border-top: 2px solid #00d06f;
}

.footer .footer_content {
  margin: 0 auto;
  padding: 20px 0;
  width: 1356px;
}

.footer .footer_content .footer_logo_content_text {
  position: relative;
  margin-top: 60px;
}

.footer .footer_content .footer_logo_content_text .footer_logo_content_text_content {
  margin: 0 auto;
  text-align: center;
}

.footer .footer_content .footer_logo_content_text .footer_logo_content_text_content p {
  font-size: 16px;
  color: #000000;
}

.footer .footer_content .footer_text {
  position: relative;
}

.footer .footer_content .footer_text .footer_text_content {
  margin: 0 auto;
}

.footer .footer_content .footer_text .footer_text_content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
}

.footer .footer_content .footer_text .footer_text_content ul li {
  width: 50%;
  margin: 10px 0;
}

.footer .footer_content .footer_text .footer_text_content ul li a {
  text-decoration: none;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details {
  position: relative;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content {
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_img {
  position: relative;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_img .contact_details_img_content {
  margin: 0 auto;
  display: inline-block;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_img .contact_details_img_content img {
  padding: 10px;
  background-color: #00d06f;
  border-radius: 4px;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_text {
  position: relative;
  width: 80%;
  margin-left: 20px;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_text .contact_details_text_content {
  margin: 0 auto;
  text-align: left;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_text .contact_details_text_content span {
  color: #00d06f;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_text .contact_details_text_content p {
  font-size: 14px;
  color: #000000;
  margin-top: 8px;
  line-height: 1.1;
  word-break: break-all;
}

.footer .footer_content .copyright {
  position: relative;
  padding: 10px 0;
}

.footer .footer_content .copyright .copyright_content {
  margin: 0 auto;
  text-align: center;
}

.footer .footer_content .copyright .copyright_content p {
  width: 80%;
  margin: 0 auto;
  line-height: 1.5;
  color: #000000;
  font-size: 12px;
  padding: 10px 0;
}

@media screen and (max-width: 1000px) {
  .footer .footer_content {
    width: 100%;
  }
  .footer .footer_content .footer_logo_content_text {
    width: 90%;
  }
  .footer .footer_content .footer_text .footer_text_content ul li {
    width: 90%;
  }
}

@media screen and (max-width: 480px) {
  .footer .footer_content {
    width: 100%;
  }
  .footer .footer_content .footer_logo_content_text {
    width: 90%;
  }
  .footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content {
    line-height: 1.5;
  }
  .footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_text .contact_details_text_content p {
    font-size: 12px;
  }
}

.float {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.float .float_content {
  margin: 0 auto;
  width: 85px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.float .float_content ul {
  padding: 0.5px;
}

.float .float_content ul li {
  position: relative;
  width: 70px;
  height: 70px;
  margin: 20px 0;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.float .float_content ul li a {
  transition: all 0.35s ease-out;
}

.float .float_content ul li a img {
  transition: all 0.35s ease-out;
}

.float .float_content ul li::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #00d06f, #4ade80, #00d06f);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease-out;
  animation: borderRotate 2s linear infinite;
}

.float .float_content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 122, 234, 0.2), transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.35s ease-out;
  z-index: -1;
}

.float .float_content ul li:hover {
  transform: scale(1.12);
  animation: bounce 0.6s ease-out;
}

.float .float_content ul li:hover::before {
  opacity: 1;
}

.float .float_content ul li:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
}

.float .float_content ul li:hover a img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(59, 122, 234, 0.6));
}

.float_rwd {
  position: relative;
  display: none;
  z-index: 4;
}

.float_rwd .float_rwd_content {
  margin: 0 auto;
}

.float_rwd .float_rwd_content ul li {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 20px 0;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
}

.float_rwd .float_rwd_content ul li a {
  transition: all 0.35s ease-out;
}

.float_rwd .float_rwd_content ul li a img {
  transition: all 0.35s ease-out;
}

.float_rwd .float_rwd_content ul li::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #00d06f, #4ade80, #00d06f);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease-out;
  animation: borderRotate 2s linear infinite;
}

.float_rwd .float_rwd_content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 122, 234, 0.2), transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.35s ease-out;
  z-index: -1;
}

.float_rwd .float_rwd_content ul li:hover {
  transform: scale(1.12);
  animation: bounce 0.6s ease-out;
}

.float_rwd .float_rwd_content ul li:hover::before {
  opacity: 1;
}

.float_rwd .float_rwd_content ul li:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
}

.float_rwd .float_rwd_content ul li:hover a img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(59, 122, 234, 0.6));
}

@keyframes borderRotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(1.12) translateY(0);
  }
  25% {
    transform: scale(1.15) translateY(-5px);
  }
  50% {
    transform: scale(1.12) translateY(0);
  }
  75% {
    transform: scale(1.14) translateY(-2px);
  }
}

@keyframes borderFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@media screen and (max-width: 500px) {
  .float {
    display: none;
  }
  .float_rwd {
    position: fixed;
    right: 10px;
    bottom: 0;
    display: block;
    z-index: 4;
  }
}

.age-verification-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  background: radial-gradient(ellipse at center, rgba(23, 36, 60, 0.98) 0%, rgba(0, 0, 0, 0.98) 100%);
  backdrop-filter: blur(15px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s;
  overflow: hidden;
}

.age-verification-modal.show {
  opacity: 1;
  visibility: visible;
  animation: ageModalBackgroundFadeIn 0.5s ease-out;
}

.age-verification-modal .age-verification-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.age-verification-modal .age-verification-background .age-bg-circle {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 122, 234, 0.15) 0%, transparent 70%);
  animation: ageBgFloat 20s ease-in-out infinite;
}

.age-verification-modal .age-verification-background .age-bg-circle.age-bg-circle-1 {
  width: 400px;
  height: 400px;
  top: -100px;
  left: -100px;
  animation-delay: 0s;
}

.age-verification-modal .age-verification-background .age-bg-circle.age-bg-circle-2 {
  width: 600px;
  height: 600px;
  bottom: -200px;
  right: -200px;
  animation-delay: 5s;
}

.age-verification-modal .age-verification-background .age-bg-circle.age-bg-circle-3 {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-delay: 10s;
}

.age-verification-modal .age-verification-content {
  position: relative;
  background: linear-gradient(145deg, rgba(23, 36, 60, 0.95) 0%, rgba(15, 26, 56, 0.98) 100%);
  border: 2px solid transparent;
  border-radius: 4px;
  padding: 60px 50px;
  max-width: 540px;
  width: 90%;
  text-align: center;
  box-shadow: 0 25px 80px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(59, 122, 234, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  animation: ageModalBounceIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  overflow: hidden;
  transform-origin: center center;
}

.age-verification-modal .age-verification-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #00d06f, #86efac, #00d06f, transparent);
  background-size: 200% 100%;
  animation: ageBorderFlow 3s linear infinite;
}

.age-verification-modal .age-verification-content::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(59, 122, 234, 0.1) 0%, transparent 70%);
  animation: ageContentGlow 4s ease-in-out infinite;
}

.age-verification-modal .age-verification-content .age-verification-icon {
  position: relative;
  margin-bottom: 35px;
  display: inline-block;
}

.age-verification-modal .age-verification-content .age-verification-icon .age-icon-glow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(59, 122, 234, 0.4) 0%, transparent 70%);
  border-radius: 50%;
  animation: ageIconGlow 2s ease-in-out infinite;
  z-index: -1;
}

.age-verification-modal .age-verification-content .age-verification-icon svg {
  position: relative;
  z-index: 1;
  width: 100px;
  height: 100px;
  filter: drop-shadow(0 0 20px rgba(59, 122, 234, 0.6));
  animation: ageIconPulse 3s ease-in-out infinite;
}

.age-verification-modal .age-verification-content .age-verification-icon svg text {
  font-size: 36px;
  font-weight: bold;
}

.age-verification-modal .age-verification-content .age-verification-text {
  position: relative;
  z-index: 1;
}

.age-verification-modal .age-verification-content .age-verification-text h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  text-shadow: 0 2px 20px rgba(59, 122, 234, 0.5), 0 0 40px rgba(90, 208, 255, 0.3);
  letter-spacing: 0.5px;
  background: linear-gradient(135deg, #fff 0%, #86efac 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.age-verification-modal .age-verification-content .age-verification-text .age-title-underline {
  width: 120px;
  height: 30px;
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: ageUnderlineExpand 0.8s ease-out 0.3s both;
}

.age-verification-modal .age-verification-content .age-verification-text .age-title-underline svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.age-verification-modal .age-verification-content .age-verification-text p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 45px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
}

.age-verification-modal .age-verification-content .age-verification-buttons {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn {
  position: relative;
  padding: 0;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  min-width: 200px;
  height: 56px;
  overflow: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn .age-btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn .age-btn-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  height: 100%;
  padding: 0 30px;
  transition: all 0.3s ease;
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn .age-btn-content svg {
  transition: transform 0.3s ease;
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn:hover {
  transform: translateY(-3px);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn:hover .age-btn-content svg {
  transform: scale(1.1);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn:active {
  transform: translateY(-1px) scale(0.98);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-confirm {
  box-shadow: 0 8px 25px rgba(59, 122, 234, 0.4), 0 0 0 1px rgba(59, 122, 234, 0.2);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-confirm .age-btn-bg {
  background: linear-gradient(135deg, #00d06f 0%, #86efac 50%, #00d06f 100%);
  background-size: 200% 100%;
  animation: ageBtnGradient 3s ease infinite;
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-confirm .age-btn-content {
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-confirm:hover {
  box-shadow: 0 12px 35px rgba(59, 122, 234, 0.6), 0 0 20px rgba(90, 208, 255, 0.4);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-confirm:hover .age-btn-bg {
  background-position: 100% 0;
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-deny, .age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-leave {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-deny .age-btn-bg, .age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-leave .age-btn-bg {
  background: rgba(255, 255, 255, 0.05);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-deny .age-btn-content, .age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-leave .age-btn-content {
  color: rgba(255, 255, 255, 0.7);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-deny:hover, .age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-leave:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-deny:hover .age-btn-content, .age-verification-modal .age-verification-content .age-verification-buttons .age-btn.age-btn-leave:hover .age-btn-content {
  color: #fff;
}

@keyframes ageModalBounceIn {
  0% {
    transform: scale(0.3) translateY(-100px);
    opacity: 0;
    filter: blur(20px);
  }
  50% {
    transform: scale(1.1) translateY(20px);
    opacity: 0.8;
    filter: blur(5px);
  }
  70% {
    transform: scale(0.95) translateY(-10px);
    opacity: 0.9;
    filter: blur(2px);
  }
  85% {
    transform: scale(1.02) translateY(5px);
    opacity: 0.95;
    filter: blur(1px);
  }
  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes ageIconPulse {
  0%, 100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
  25% {
    transform: scale(1.05) rotate(-2deg);
    opacity: 0.95;
  }
  50% {
    transform: scale(1.1) rotate(0deg);
    opacity: 0.9;
  }
  75% {
    transform: scale(1.05) rotate(2deg);
    opacity: 0.95;
  }
}

@keyframes ageIconGlow {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.8;
  }
}

@keyframes ageBgFloat {
  0%, 100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  33% {
    transform: translate(30px, -30px) scale(1.1);
    opacity: 0.4;
  }
  66% {
    transform: translate(-20px, 20px) scale(0.9);
    opacity: 0.35;
  }
}

@keyframes ageBorderFlow {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}

@keyframes ageContentGlow {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: rotate(180deg) scale(1.1);
    opacity: 0.5;
  }
}

@keyframes ageUnderlineExpand {
  from {
    width: 0;
    opacity: 0;
    transform: scaleX(0);
  }
  to {
    width: 120px;
    opacity: 1;
    transform: scaleX(1);
  }
}

@keyframes ageBtnGradient {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

@keyframes ageModalBackgroundFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 768px) {
  .age-verification-modal .age-verification-content {
    padding: 50px 40px;
    max-width: 480px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon {
    margin-bottom: 30px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon .age-icon-glow {
    width: 100px;
    height: 100px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon svg {
    width: 80px;
    height: 80px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon svg text {
    font-size: 30px;
  }
  .age-verification-modal .age-verification-content .age-verification-text h2 {
    font-size: 28px;
  }
  .age-verification-modal .age-verification-content .age-verification-text .age-title-underline {
    width: 100px;
    height: 25px;
  }
  .age-verification-modal .age-verification-content .age-verification-text p {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .age-verification-modal .age-verification-content .age-verification-buttons {
    gap: 15px;
  }
  .age-verification-modal .age-verification-content .age-verification-buttons .age-btn {
    min-width: 180px;
    height: 52px;
    font-size: 15px;
  }
}

@media screen and (max-width: 500px) {
  .age-verification-modal .age-verification-background .age-bg-circle.age-bg-circle-1 {
    width: 300px;
    height: 300px;
  }
  .age-verification-modal .age-verification-background .age-bg-circle.age-bg-circle-2 {
    width: 400px;
    height: 400px;
  }
  .age-verification-modal .age-verification-background .age-bg-circle.age-bg-circle-3 {
    width: 200px;
    height: 200px;
  }
  .age-verification-modal .age-verification-content {
    padding: 40px 25px;
    max-width: 90%;
    width: 85%;
  }
  .age-verification-modal .age-verification-content .age-verification-icon {
    margin-bottom: 25px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon .age-icon-glow {
    width: 90px;
    height: 90px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon svg {
    width: 70px;
    height: 70px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon svg text {
    font-size: 26px;
  }
  .age-verification-modal .age-verification-content .age-verification-text h2 {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .age-verification-modal .age-verification-content .age-verification-text .age-title-underline {
    width: 90px;
    height: 22px;
    margin-bottom: 20px;
  }
  .age-verification-modal .age-verification-content .age-verification-text .age-title-underline svg {
    width: 100%;
    height: 100%;
  }
  .age-verification-modal .age-verification-content .age-verification-text p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 35px;
  }
  .age-verification-modal .age-verification-content .age-verification-buttons {
    flex-direction: column;
    gap: 12px;
  }
  .age-verification-modal .age-verification-content .age-verification-buttons .age-btn {
    width: 100%;
    min-width: auto;
    height: 50px;
    font-size: 14px;
  }
  .age-verification-modal .age-verification-content .age-verification-buttons .age-btn .age-btn-content {
    padding: 0 20px;
  }
}

@media screen and (max-width: 375px) {
  .age-verification-modal .age-verification-content {
    padding: 35px 20px;
    width: 90%;
  }
  .age-verification-modal .age-verification-content .age-verification-icon {
    margin-bottom: 20px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon .age-icon-glow {
    width: 80px;
    height: 80px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon svg {
    width: 60px;
    height: 60px;
  }
  .age-verification-modal .age-verification-content .age-verification-icon svg text {
    font-size: 22px;
  }
  .age-verification-modal .age-verification-content .age-verification-text h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .age-verification-modal .age-verification-content .age-verification-text .age-title-underline {
    width: 80px;
    height: 20px;
    margin-bottom: 18px;
  }
  .age-verification-modal .age-verification-content .age-verification-text .age-title-underline svg {
    width: 100%;
    height: 100%;
  }
  .age-verification-modal .age-verification-content .age-verification-text p {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  .age-verification-modal .age-verification-content .age-verification-buttons {
    gap: 10px;
  }
  .age-verification-modal .age-verification-content .age-verification-buttons .age-btn {
    height: 48px;
    font-size: 13px;
  }
  .age-verification-modal .age-verification-content .age-verification-buttons .age-btn .age-btn-content {
    padding: 0 15px;
  }
}

#particleCanvas {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.banner_game_icon svg {
  vertical-align: middle;
}

.news_more_icon svg {
  vertical-align: middle;
}

.games_button_area span {
  vertical-align: middle;
}

.games_button_area svg {
  vertical-align: middle;
}

.footer .footer_content .footer_text .footer_text_content ul li .contact_details .contact_details_content .contact_details_img .contact_details_img_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner {
  background-image: url("../images/Web_Banner_4.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner .banner_content {
  position: relative;
  height: 170px;
}

.banner .banner_content .banner_content_text {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  width: 92%;
  min-width: 1356px;
  margin: 0 auto;
  justify-content: left;
}

.banner .banner_content .banner_content_text p {
  font-size: 14px;
  line-height: 1.8;
}

.banner .banner_content .banner_content_text p a {
  text-decoration: none;
  color: #fff;
  font-weight: 900;
}

.banner .banner_content .banner_content_text p span {
  font-size: 14px;
  color: #fff;
  font-weight: 900;
  margin: 0 10px;
}

@media screen and (max-width: 1356px) {
  .banner {
    background-position: right;
  }
  .banner .banner_content .banner_content_text {
    width: 92%;
    min-width: auto;
  }
}

.policy_box {
  position: relative;
  padding: 60px 0;
}

.policy_box .policy_box_content {
  width: 100%;
  max-width: 1356px;
  margin: 0 auto;
}

.policy_box .policy_box_content .policy_box_content_title {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.policy_box .policy_box_content .policy_box_content_title p {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  display: inline-block;
  font-family: 'system-ui';
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.policy_box .policy_box_content .policy_box_content_title p span:nth-child(1) {
  color: #00d06f;
}

.policy_box .policy_box_content .policy_box_content_line {
  position: relative;
  margin: 18px 0;
}

.policy_box .policy_box_content .policy_box_content_line .policy_box_content_line_area {
  position: relative;
  width: 100%;
  height: 3px;
}

.policy_box .policy_box_content .policy_box_content_line .policy_box_content_line_area span {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 15%;
  height: 3px;
  display: inline-block;
  background-color: #00d06f;
}

.policy_box .policy_box_content .policy_box_content_line .policy_box_content_line_area span:nth-child(2) {
  width: 100%;
  background-color: #e0e0e0;
  z-index: 2;
}

.policy_box .policy_box_content .policy_box_content_terms {
  position: relative;
}

.policy_box .policy_box_content .policy_box_content_terms .policy_box_content_terms_section {
  position: relative;
  line-height: 2;
}

.policy_box .policy_box_content .policy_box_content_terms .policy_box_content_terms_section h5 {
  font-size: 22px;
  font-weight: 900;
  color: #00d06f;
  margin: 20px 0;
  word-break: break-all;
  line-height: 1.4;
  letter-spacing: 1.6px;
}

.policy_box .policy_box_content .policy_box_content_terms .policy_box_content_terms_section p {
  font-size: 13px;
  font-weight: 100;
  color: #000000;
  line-height: 1.4;
  letter-spacing: 1.6px;
  word-break: break-all;
}

.policy_box .policy_box_content .policy_box_content_terms .policy_box_content_terms_section p a {
  color: #00d06f;
  text-decoration: none;
}

.policy_box .policy_box_content .policy_box_content_terms .policy_box_content_terms_section ul li {
  word-break: break-all;
  line-height: 1.4;
  letter-spacing: 1.6px;
  font-weight: 100;
}

.policy_box .policy_box_content .policy_box_content_terms .section_1 {
  padding: 10px 0;
}

@media screen and (max-width: 1356px) {
  .policy_box .policy_box_content {
    width: 90%;
  }
}

.float .float_content ul li {
  position: relative;
  overflow: visible;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
}

.float .float_content ul li a {
  transition: all 0.35s ease-out;
}

.float .float_content ul li a img {
  transition: all 0.35s ease-out;
}

.float .float_content ul li::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #00d06f, #4ade80, #00d06f);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease-out;
  animation: borderRotate 2s linear infinite;
}

.float .float_content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 122, 234, 0.2), transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.35s ease-out;
  z-index: -1;
}

.float .float_content ul li:hover {
  transform: scale(1.12);
  animation: bounce 0.6s ease-out;
}

.float .float_content ul li:hover::before {
  opacity: 1;
}

.float .float_content ul li:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
}

.float .float_content ul li:hover a img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(59, 122, 234, 0.6));
}

.float_rwd .float_rwd_content ul li {
  position: relative;
  overflow: visible;
  transition: all 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  border: 2px solid transparent;
}

.float_rwd .float_rwd_content ul li a {
  transition: all 0.35s ease-out;
}

.float_rwd .float_rwd_content ul li a img {
  transition: all 0.35s ease-out;
}

.float_rwd .float_rwd_content ul li::before {
  content: '';
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(45deg, #00d06f, #4ade80, #00d06f);
  background-size: 200% 200%;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.35s ease-out;
  animation: borderRotate 2s linear infinite;
}

.float_rwd .float_rwd_content ul li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(59, 122, 234, 0.2), transparent 70%);
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.35s ease-out;
  z-index: -1;
}

.float_rwd .float_rwd_content ul li:hover {
  transform: scale(1.12);
  animation: bounce 0.6s ease-out;
}

.float_rwd .float_rwd_content ul li:hover::before {
  opacity: 1;
}

.float_rwd .float_rwd_content ul li:hover::after {
  transform: translate(-50%, -50%) scale(1.5);
}

.float_rwd .float_rwd_content ul li:hover a img {
  transform: scale(1.05);
  filter: drop-shadow(0 0 10px rgba(59, 122, 234, 0.6));
}

@keyframes borderRotate {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: scale(1.12) translateY(0);
  }
  25% {
    transform: scale(1.15) translateY(-5px);
  }
  50% {
    transform: scale(1.12) translateY(0);
  }
  75% {
    transform: scale(1.14) translateY(-2px);
  }
}

@keyframes borderFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
