:root {
    --color-text: #d7e4f5; 
    --bg: #081424;
    --color-accent: #31a2be;	
    --color-cta-box-shadow: rgba(37, 117, 252, 0.3);
  }
body {
  margin: 0;
  font-family: 'Nunito', sans-serif;
  background-color: var(--color-text);
  color: var(--color-text);
  line-height: 1.6;
  font-size: 18px;
  background-color: var(--bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.75em;
  font-weight: 900;
  line-height: 1.2;
}
h1 {
  font-size: 2.8rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.x2vpml3e {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 16px;
}
.mprtw07r {
  display: flex;
  gap: 12px;
  justify-content: center;
}
.lwp4hio6 {
  display: inline-flex;
  gap: 4px;
  padding: 0 28px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  height: 46px;
  font-weight: 900;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  text-decoration: none !important;
}
.oavtn4nf {
  padding: 0 20px 0 18px;
}
.gdubidi401 { color: rgb(179, 16, 71); width: 24%; margin: -2px; border: 4px solid #3f67ff; display: none; padding: 30px 45px; }
.lwp4hio6:hover {
  box-shadow: 0 6px 15px rgba(62, 68, 100, 0.2);
}
.vve16qgl {
  background-color: var(--color-accent);
  box-shadow: var(--color-accent);
  color: var(--color-text);
  border: 2px solid var(--color-accent);
}
.pl9gfhjn {
  background-color: transparent;
  color: var(--color-accent);
  border: 2px solid var(--color-accent);
  transition: background-color 0.3s, color 0.3s;
}
.vve16qgl:hover,
.pl9gfhjn:hover {
  background-color: inherit;
  border: 3px solid var(--color-accent);
  transform: scale(1.05);
  color: var(--color-accent);
}
.v3wly361 {
  padding: 18px 40px;
  font-size: 1.2rem;
  height: 54px;
}
.d33yw7gw {
  background-color: #000;
  color: #fff;
}
/* --- Table --- */
.ctmse9qd {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(62, 68, 100, 0.1);
  margin-bottom: 2em;
}
.qnfp1sup {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  color: #000;
}
.w0tk3dsq {
  background-color: var(--color-accent);
  color: var(--color-text);
  padding: 15px 20px;
  text-align: left;
  font-weight: 700;
}
.wxlurxes {
  padding: 15px 20px;
  border-bottom: 1px solid #e8eaf6;
}
.gz2qx18x .oqm28r8m:last-child .wxlurxes {
  border-bottom: none;
}
.gz2qx18x .oqm28r8m:nth-child(even) {
  background-color: #f7f8fc;
}
.wxlurxes:first-child {
  font-weight: 700;
  color: #3c488d;
}
/* --- Lists --- */
.skbkka4l {
  padding-left: 20px;
  margin-bottom: 1em;
}
.ugvqch8e { padding-left: 37px; }
.bppl4jrb {
  margin-bottom: 1em;
}
.c4t2pv6p {
  padding-left: 20px;
}
.k3gydg1j {
  list-style-type: '🐔';
  padding-left: 25px;
  margin-top: 0.5em;
}
.k3gydg1j li {
  margin-bottom: 0.5em;
}
.t55ijgne {
  list-style: none;
  padding: 0;
  margin: 0 0 1em 0;
}
.o3e3npms {
  padding-left: 35px;
  position: relative;
  margin-bottom: 0.8em;
}
.o3e3npms::before {
  content: '✅';
  position: absolute;
  left: 0;
  top: 0;
  color: #EA386A;
}
.rhrrpdtp .o3e3npms {
  font-size: 1.1rem;
  font-weight: 700;
}
/* --- Card --- */
.jygrufsb {
  border-radius: 24px;
}
.rcdg3ffq {
  color: var(--color-accent);
}
.vwxxt60v {
  margin-bottom: 1em;
}
/* --- FAQ --- */
.g4dwg4u8 {
  border-bottom: 2px solid #e8eaf6;
}
.g4dwg4u8:last-child {
  border-bottom: none;
}
.m40bp56g {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 34px 20px 0;
  cursor: pointer;
  position: relative;
  list-style: none;
  color: var(--color-accent);
}
.l4wd0ovsehn1 { border: 3px dashed #fb5b83; padding-left: 32px; width: 37px; }
.m40bp56g::-webkit-details-marker {
  display: none;
  /* for chrome */
}
.m40bp56g::after {
  content: '+';
  font-size: 2rem;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.2s ease;
  color: #EA386A;
}
.g4dwg4u8[open] .m40bp56g::after {
  transform: translateY(-50%) rotate(45deg);
}
.xbb9g9aa {
  padding: 0 1em 1.2em 1em;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p8j5p5g2 {
  padding: 7px 0;
  background-color: var(--bg);
  box-shadow: 0 2px 10px rgba(7, 11, 31, 0.374);
  position: relative;
  top: 0;
  z-index: 100;
}
.obxupqhw,
.xogszqfj {
  height: 60px;
  width: 60px;
}
.x6747tr8 {
  display: flex;
  gap: 12px;
  position: relative;
  z-index: 2000;
}
.u8inie8f {
  font-size: 24px;
  font-weight: 900;
}
.iog5j9k0 {
  margin-top: 16px;
}
.wb02bqro {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  font-size: 13px;
}
.g96fs22f {
  color: #9fa5d5;
}
.fol41l0b {
  display: flex;
  align-items: center;
  gap: 24px;
}
/* --- Hero Section --- */
.wwpwwx09 {
  padding: 30px 0 0;
  overflow: hidden;
  position: relative;

  text-align: center;
  background-size: cover;
}
.wwpwwx09::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, var(--bg), transparent);
  bottom: 0;
  left: 0;
}
.yeisq6ns { display: flex; border: 3px dashed #e0ed14; padding-left: 21px; }
.qi68w7lv {
  position: relative;
  z-index: 1;
}
.ke2ub47l {
  position: relative;
}
.bdfntyp7 {
  height: 120px;
  margin: 0 auto 32px;
  display: block;
}
.en2x9mbd {
  width: 80%;
  height: 80%;
  background: linear-gradient(135deg, var(--color-accent), #00a2ff71);
  left: -40px;
  top: -60px;
  border-radius: 50%;
  filter: blur(80px);
  position: absolute;
  z-index: -1;
  animation: phone__shadow 6s infinite linear;
}
@keyframes phone__shadow {
  0% {
    transform: scale(1) translate(0);
  }

  30% {
    transform: scale(1.1) translate(-50px, -60px);
  }

  70% {
    transform: scale(1.3) translate(250px, -20px);
  }

  100% {
    transform: scale(1) translate(0);
  }
}
.gcljl1m3 {
  color: var(--color-text);
  margin-bottom: 0.5em;
  font-size: 32px;
}
.hpsszegv {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 1em;
}
.lk0dpi03 {
  margin-bottom: 2em;
  letter-spacing: -0.01em;
}
.kj0i8peb {
  color: #151825;
}
.eybulezu .o8uim79m {
  color: var(--color-text);
}
.ftjv1ryf {
  position: relative;
  margin-bottom: 24px;
}
.qm2ruizj {
  position: relative;
  border-radius: 32px;
  height: auto;
  width: 100%;
}
.eaemqtxymy5 { margin: -11px; color: rgb(149, 251, 200); }
.tdmmlqce {
  background: linear-gradient(180deg, #3a3e52 56px, var(--color-accent) 57px, #151825);
  position: relative;
  z-index: 1;
  max-width: 860px;
  padding: 10px;
  margin: auto;
  border-radius: 56px;
  border: 10px solid #466680;
}
.mnq8i0ye {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-left: auto;
  max-width: 55%;
}
.bgk631bi {
  font-weight: 500;
  font-size: 14px;

}
.fbc5gl3n {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 44px;
  border-radius: 8px;
  height: 44px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 12px 10px;
  z-index: 1001;
  background-color: var(--color-accent);
}
.m52t2hyg {
  width: 24px;
  height: 3px;
  background-color: #372d00;
  border-radius: 3px;
  transition: all 0.3s ease-in-out;
}
.fbc5gl3n[is-active] .m52t2hyg:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.fbc5gl3n[is-active] .m52t2hyg:nth-child(2) {
  opacity: 0;
}
.fbc5gl3n[is-active] .m52t2hyg:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}
.xt1intgt {
  display: flex;
  justify-content: space-between;
}
.vt3h2xj7 {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 440px;
  height: 100vh;
  background-color: #25283b;
  z-index: 1000;
  transition: right 0.2s linear;
  padding-top: 80px;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);
}
/* Состояние открытого меню */
.vt3h2xj7[is-open] {
  right: 0;
}
.awcqs6rx {
  list-style: none;
  padding: 0;
  margin: 0;
}
.i5u4bhgk {
  display: block;
  padding: 15px 25px;
  color: #fff;
  text-decoration: none;
  font-size: 1.2rem;
  transition: background-color 0.2s;
}
.i5u4bhgk:hover {
  background-color: #00112277;
}
.xlu58ja10m21 { display: flex; border: 2px dashed #837188; width: 98%; color: rgb(193, 247, 11); margin: 12px; padding-right: 27px; }
[body-no-scroll] {
  overflow: hidden;
}
.z4h9kjl2 {
  font-weight: 900;
  color: var(--color-accent);
}
.wfmyle3t {
  color: #fff;
}
/* --- Section --- */
.qfy3eff3 {
  padding: 60px 0;
}
.o8uim79m {
  text-align: center;
  margin-bottom: 1em;
}
.nyitwvga {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.kncj7k7i {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-top: 1.5em;
}
.eybulezu {
  background-color: var(--bg);
  color: var(--color-text);;
}
.f86yiuf9 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 90px 30px;
}
.klqvdbc1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 90px 30px;
}
.r2dll19l {
  background: #e9ebf1;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
}
.ks9f7mhi {
  list-style: none;
  counter-reset: steps-counter;
  margin-top: 30px;
}
.vjlfra8n {
  position: relative;
  padding: 20px 20px 20px 80px;
  margin-bottom: 20px;
  background: var(--color-text);
  border-radius: 20px;
  box-shadow: 0 10px 50px rgba(62, 68, 100, 0.2);
  counter-increment: steps-counter;
}
.vjlfra8n::before {
  content: counter(steps-counter);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background-color: #fbe927;
  color: #651224;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
}
.vjlfra8n strong {
  color: var(--color-accent);
  display: block;
  margin-bottom: 5px;
  font-size: 1.1rem;
}
.phuclgnsv { border: 5px dashed #d4c2d8; display: flex; padding: 46px 47px; margin: 13px; }
.ljn7y6xn {
  background-color: #e8eaf6;
  padding: 15px 20px;
  border-radius: 15px;
  margin-top: 20px;
  border-left: 5px solid var(--color-accent);
  text-align: center;
}
.zvzbns2t {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  margin-bottom: 24px;
}
.rzwe921f {
  animation: blur 2.5s infinite;
}
@keyframes blur {
  0% {
    filter: blur(0)
  }

  50% {
    filter: blur(5px);
    transform: scale(1.01);
  }

  100% {
    filter: blur(0)
  }
}
.p1bpe2vl {
  position: absolute;
  bottom: 28px;
  left: 46px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
.i9r9tmva {
  position: absolute;
  bottom: 28px;
  left: 280px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
.s7s3joq6 {
  position: absolute;
  bottom: 28px;
  right: 46px;
  border-radius: 12px;
  border: 2px solid #fbe927;
  box-shadow: 0 0 100px black;
  overflow: hidden;
  animation: jump 2.5s infinite;
}
@keyframes jump {
  0% {
    transform: translate(0);
  }

  50% {
    transform: translate(0, -7px);
    transform: scale(1.03);
  }

  100% {
    transform: translate(0);
  }
}
.j8cmeob0 {
  text-align: center;
  margin-top: 3em;
  padding: 2em;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(234, 56, 106, 0.1);
}
.c5u3qimg {
  font-size: 1.8rem;
  font-weight: 900;
  color: #3c488d;
  margin-bottom: 0.2em;
}
.kd0u974u {
  margin-bottom: 1.5em;
}
/* --- Footer --- */
.mzo0kuqz {
  padding: 30px 0;
  color: #e8eaf6;
  text-align: center;
  font-size: 0.9rem;
}
.mzo0kuqz p {
  margin: 0;
}
.nxcd7ugt {
  background: var(--color-accent);
  border-radius: 32px;
  padding: 48px 24px 24px;
  color: var(--color-text);
  position: relative;
}
.bznqqjsb { padding-right: 3px; color: rgb(204, 106, 13); margin: -8px; display: flex; }
.ku2o2piy {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  top: 0;
  left: 0;
  border-radius: 32px;
}
.eoaxqk8y {
  max-width: 70%;
  position: relative;
  z-index: 1;
}
.nxcd7ugt .o8uim79m,
.eoaxqk8y,
.nxcd7ugt .lwp4hio6 {
  position: relative;
  z-index: 1;
}
.wfmyle3t {
  color: #fff;
}
.ygtlr1xc {
  color: #00e171;
  font-weight: 900;
}
.wbvijf6m {
  position: absolute;
  z-index: 1;
  right: -50px;
  bottom: 0;
  max-width: 375px;
}
/* --- Sticky CTA Bar --- */
.pvpep9pd {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-text);
  box-shadow: 0 -4px 15px rgba(62, 68, 100, 0.1);
  padding: 10px 0;
  transform: translateY(120%);
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 200;
}
[sticky-cta--visible] {
  transform: translateY(0);
}
.c8isrpmj {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.d9lw29jp {
  width: 50px;
  height: 50px;
  border-radius: 12px;
  object-fit: cover;
  margin-right: 15px;
  flex-shrink: 0;
}
.ydszt42j {
  flex-grow: 1;
  margin-right: 15px;
  min-width: 140px;
}
.wxalusemmcpe { display: inline-block; width: 46%; border: 1px dashed #1d7ef4; color: rgb(6, 43, 2); margin: -17px; padding: 42px 42px; }
.nsz616ty {
  font-weight: 900;
  margin: 0;
  font-size: 1.1rem;
  color: var(--color-accent);
}
.o286ksqo {
  margin: 0;
  font-size: 12px;
  color: var(--color-accent);
}
.e7xsxav8 {
  margin-top: 24px;
}
.enjn759a {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.u77vx7l3 {
  background: #eceef3;
  padding: 24px 24px 0;
  border-radius: 24px;
}
.r324hmhy {
  display: flex;
  gap: 16px;
  list-style: none;
}
/* --- New Additions for Page 2 --- */

/* Wrapper to center the icon list when it's standalone */
.bl2v4z3p {
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.bl2v4z3p .t55ijgne {
  text-align: left;
}
/* Modifier to align section titles to the left */
.yh430wpt {
  text-align: left;
}
/* New Component: Media Block (for text + image) */
.u0lzcn96 {
  display: flex;
  align-items: center;
  gap: 40px;
}
.rdtrnen1 {
  flex: 1;
}
.myu3asx7 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
.myu3asx7 img {
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
}
.wo9bb7f7 {
  list-style: none;
  padding: 0;
}
.lnx57f8l { padding: 43px 26px; color: rgb(14, 164, 124); margin: -13px; border: 4px dotted #04548a; display: none; width: 16%; }
/* --- Additions to Responsiveness section --- */

/* Inside @media (max-width: 768px) */
.u0lzcn96 {
  flex-direction: column;
}
.rdtrnen1 {
  order: 2;
  /* Text comes after image on mobile */
}
.yh430wpt {
  text-align: center;
}
@media (max-width: 992px) {
  .qi68w7lv {
    flex-direction: column;
    text-align: center;
  }

  .f86yiuf9 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .r2dll19l {
    padding: 20px;
  }

  .klqvdbc1 {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .orxzc3c3 {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 768px) {
  .enjn759a {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bdfntyp7 {
    height: 80px;
    margin: -10px auto 20px;
  }

  .lwp4hio6 {
    /* width: 100%; */
    padding: 0 20px;
  }

  .oavtn4nf {
    padding: 0 10px 0 16px;
    line-height: 14px;
  }

  .mprtw07r {
    flex-direction: column;
  }

  .hpsszegv {
    font-size: 15px;
  }

  .lk0dpi03 {
    font-size: 14px;
  }

  .u8inie8f {
    font-size: 16px;
  }

  .bgk631bi {
    font-size: 12px;
  }

  .wwpwwx09 {
    /* background: url(/bg6-mobile.m9ryta8d) no-repeat; */
    background-size: cover;
  }

  body {
    font-size: 16px;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  .myu3asx7 {
    gap: 8px;
  }

  .myu3asx7 img {
    border-radius: 12px;
  }

  .eoaxqk8y {
    max-width: 100%;
  }

  .wbvijf6m {
    position: relative;
    right: 0;
    bottom: 0;
    width: 100%;
  }

  .fol41l0b .o286ksqo {
    display: none;
  }

  .obxupqhw,
  .xogszqfj {
    height: 50px;
    width: 50px;
  }

  .tdmmlqce {
    border-radius: 20px;
    padding: 4px;
    border: 4px solid #466680;
    box-shadow: 0 10px 50px -10px #000414;
  }

  .qm2ruizj {
    border-radius: 12px;
  }

  .wb02bqro {
    gap: 4px;
  }

  .qfy3eff3,
  .wwpwwx09 {
    padding: 40px 0;
  }

  .zvzbns2t {
    border-radius: 16px;
  }

  .p1bpe2vl {
    bottom: 6px;
    left: 16px;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom left;
    animation: none;
  }

  .i9r9tmva {
    bottom: 6px;
    left: 20%;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom left;
    animation: none;
  }

  .s7s3joq6 {
    bottom: 6px;
    right: 16px;
    border-radius: 16px;
    transform: scale(0.5);
    transform-origin: bottom right;
    animation: none;
  }

  .vjlfra8n::before {
    position: relative;
    left: 0;
    top: 15px;
  }

  .vjlfra8n {
    padding: 20px;
  }

  .qk3wwrlr {
    display: none;
  }

  .oqm28r8m {
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(62, 68, 100, 0.1);
    overflow: hidden;
  }

  .wxlurxes {
    display: block;
    border-bottom: 1px solid #e8eaf6;
    position: relative;
    padding: 10px;
  }

  .wxlurxes:last-child {
    border-bottom: 0;
  }

  .wxlurxes::before {
    content: attr(data-label);
    position: relative;
    left: 0;
    margin-right: 4px;
    font-weight: bold;
    text-align: left;
    color: var(--color-accent);
  }
}
@media (max-width: 790px) {
.wbvijf6m {
  max-width: 175px;
  right: 0;
  bottom: -20px;
  z-index: 1000;
}
}
@media (max-width: 480px) {
  .c8isrpmj {
    justify-content: center;
    gap: 0px;
  }
}
.d3r5knta {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(62, 68, 100, 0.1);
  margin: 20px 0;
}
.u4ok1gii {
  padding: 60px 20px;
  background-color: var(--color-text);
  color: var(--bg);
}
.pw08s734 {
  max-width: 800px;
  margin: 0 auto;
}
.j31vu5dc {
  text-align: center;
  color: var(--color-accent);
  font-size: 2rem;
  margin-bottom: 40px;
  font-weight: 700;
}
.lmc15yzs {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.dooirsw2 {
  background: #fff;
  border-left: 5px solid var(--color-accent);
  border-radius: 12px;
  padding: 20px 25px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.dooirsw2:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.12);
}
.ek5onfur {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-bottom: 8px;
  font-weight: 600;
  color: #3b3c50;
}
.pjrrx1og {
  color: var(--color-accent);
  font-size: 1.1rem;
}
.m9kx7qj0 {
  font-weight: 700;
}
.np7od47om { padding-right: 25px; padding-left: 23px; }
.w4l5oa2o {
  font-size: 0.9rem;
  color: #777;
}
.k5ewktxy {
  color: #3b3c50;
  line-height: 1.6;
  font-size: 0.95rem;
}
.q7nqhtbv {
    width: 100%;
    margin-bottom: 40px;
}
.feudpqhi {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 10px;
    padding-top: 30px;
    margin-bottom: 40px;
}
.feudpqhi h2 {
    color: var(--color-accent);
}
.u05ekb56 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
    align-items: center;
    padding-top: 20px;
}
@media (max-width: 800px) {
	.u05ekb56 {
		justify-content: center;
	}
	
}
.yqaxd2pa {
    width: 100%;
    height: auto;
    max-width: 220px;
    height: auto;
    position: relative;
    background-color: black;
    border-radius: 10px;
}
.yqaxd2pa img {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 !important;
    border-radius: 10px;
}
.yqaxd2pa .h112ubnm {
    position: absolute;
    top: 35%;
    left: 40%;
    width: 60px;
    height: 60px;
    opacity: 0;
}
.yqaxd2pa:hover .h112ubnm {
    opacity: 1; 
}
.yqaxd2pa:hover img {
    opacity: 0.3;
}
html {
  scroll-behavior: smooth;
}
.ja9pvoxvuwh { padding: 33px 20px; margin: -6px; color: rgb(235, 227, 163); border: 1px dotted #111891; width: 78px; }
* {
  scroll-margin-top: 80px; 
}
.offldcg9 {
            max-width: 1400px;
            margin: 0 auto;
        }
.avcmfnlt {
            display: flex;
            justify-content: flex-start;
            overflow-x: auto;
            gap: 10px;
            margin-bottom: 40px;
        }
.akp5ybcl {
            background: rgba(0, 0, 0, 0.5);
            border: 2px solid rgba(255, 255, 255, 0.1);
            border-radius: 12px;
            padding: 10px;
            text-align: center;
            text-decoration: none !important;
            color: var(--color-text);
            font-size: 16px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
            backdrop-filter: blur(10px);
            margin: 0 !important;
    line-height: normal;
    white-space: nowrap;
        }
.akp5ybcl:hover {
            background: rgba(0, 0, 0, 0.7);
            border-color: var(--color-accent);
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(149, 223, 161, 0.3);
            color: var(--color-accent);
        }
.akp5ybcl:active {
            transform: translateY(0);
        }
@media (max-width: 768px) {
            .avcmfnlt {
                gap: 12px;
            }

            .akp5ybcl {
                flex: 1 1 150px;
                padding: 20px 16px;
                font-size: 14px;
            }
        }
@media (max-width: 480px) {
            .akp5ybcl {
                flex: 1 1 calc(50% - 6px);
            }
        }
#FAQ .o8uim79m {
    color: var(--color-text);
}
table {
      width: 100%;
      border-collapse: collapse;
      font-family: Arial, sans-serif;
      font-size: 15px;
      background-color: #fff;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin: 30px 0;
    }
thead {
      background-color: var(--bg);
      color: #fff;
      text-align: left;
    }
thead th {
      padding: 14px 18px;
      font-weight: 600;
      letter-spacing: 0.5px;
    }
.iezu9oakm { color: rgb(89, 57, 136); }
tbody tr:nth-child(odd) {
      background-color: rgba(59, 60, 80, 0.05);
    }
tbody tr:nth-child(even) {
      background-color: rgba(59, 60, 80, 0.1);
    }
tbody td {
      padding: 12px 18px;
      color: #444;
      border-bottom: 1px solid #eee;
    }
tfoot {
      background: #f5f5f5;
      font-weight: 600;
    }
tfoot td {
      padding: 14px 18px;
    }
@media(max-width:768px) {
      table {
        display: block;
        overflow-x: auto;
      }

      .htacc5pf {
        float: inherit;
        display: block;
      }
    }
h2,
    h3 {
   
      text-align: center;
    }
@media (max-width: 800px) {
  .xt1intgt {
   
    align-items: center;
    gap: 16px;
  }
  .mnq8i0ye {
    margin-left: 0;
    align-items: center;
    max-width: 100%;
  }
  .xt1intgt a {
    width: 100%
  }

  .h8zqls3k {
  font-size: 26px;
} 

.mnq8i0ye div {
  display: none;
}
.x6747tr8 div {
  display: none;
}

}
.fx86697v {
        display: flex; 
        justify-content: center;
        align-items: center;
        padding:10px 0px 30px 10px;
        width: 100%;
        box-sizing: border-box;
        background-color: transparent; 
    }
.unagrhlb {
        display: inline-block;
        text-decoration: none; 
        cursor: pointer;
        
        padding: 16px 48px;
        border-radius: 12px; 
        border: none;
        
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
        
        color: var(--color-light);
        background-color: var(--color-accent);
        text-decoration: none;
        
        transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    }
.unagrhlb:hover {
        transform: translateY(-3px); 
        filter: brightness(1.1); 
text-decoration: none;
    }
.unagrhlb:active {
        transform: translateY(-1px);
    }
.ziw56301 { margin: -7px; }
@media (max-width: 480px) {
        .unagrhlb {
            width: 100%;
            padding: 10px 20px 16px;
        }
    }
.yqaxd2pa {
max-width:inherit;
text-align: center;
}
.hfkyjdku {
 flex-basis: 49%; 
}
.yibk5p5y {
 flex-basis: 32.3333%; 
}
.nl37lkgq {
 flex-basis: 24%; 
}
.cu9z71ku {
 flex-basis: 19%; 
}
.zlouudvl {
 flex-basis: 15.6666%; 
}
.l03054io {
 flex-basis: 13.2857%; 
}
.j3s5go2s {
    display: flex;
    column-gap: 20px;
    justify-content: center;
}
/* slotpage */

        .byaupj3v {
          width: 100%;
height: 700px;
display: flex;
justify-content: center;
align-items: center;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 40px 0;
border-radius: 20px;


        }
.mei312l9 {
            display: flex;
            flex-direction: column;
            gap: 15px;
            z-index: 5;
        }
.su9le3js {
            padding: 18px 45px;
            font-size: 1.2rem;
            font-weight: bold;
            text-transform: uppercase;
            cursor: pointer;
            border: none;
            border-radius: 5px;
            transition: 0.3s;
        }
.snub4oqc {
            background-color: #00bcd4;
            color: #fff;
        }
.ciixkemu {
            background-color: #ff9800;
            color: #fff;
        }
.su9le3js:hover {
            opacity: 0.85;
            transform: translateY(-2px);
        }
iframe[full-frame] {
            width: 100%;
            height: 100%;
            border: none;
        }
.r6vx4kdp59l8 { border: 2px dashed #a91801; padding-left: 49px; padding-right: 42px; width: 10vw; }