:root {
  --vip-primary: #b5d437;
  --vip-primary-dark: #7bb32d;
  --vip-secondary: #221a2e;
 --vipaccent: #d32b39;
  --viplight: #ffffff;
  --vipdark: #100d1a;
  --vipgray: #b0a0c0;
  --vipsuccess: #3e9741;
  --viperror: #f55448;
  --vipoverlay: rgba(32, 26, 46, 0.9);
  --vipfont-heading: 'EB Garamond', serif;
  --vipfont-body: 'Libre Baskerville', serif;
  --vipglow: 0 0 15px rgba(191, 212, 55, 0.5);
  --vipglow-hover: 0 0 25px rgba(165, 212, 55, 0.7);
  --vipshadow-sm: 0 2px 10px rgba(0, 0, 0, 0.2);
  --vipshadow-md: 0 4px 20px rgba(0, 0, 0, 0.3);
  --vipshadow-lg: 0 8px 30px rgba(0, 0, 0, 0.4);
  --viptransition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: var(--vipfont-body);
  color: var(--viplight);
  line-height: 1.6;
  overflow-x: hidden;
  background-color: var(--vip-secondary);
  background-image: 
    radial-gradient(circle at 20% 30%, rgba(212, 175, 55, 0.1) 0%, transparent 20%),
    radial-gradient(circle at 80% 70%, rgba(230, 57, 70, 0.1) 0%, transparent 20%);
}

.NPsNeJXd {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.gHSoLVupjEUQ {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--vipoverlay);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(5px);
}

.wqejeiAdIDEyh {
  background: linear-gradient(145deg, #372a4e, #221a2e);
  border-radius: 12px;
  padding: 30px;
  width: 95%;
  max-width: 500px;
  text-align: center;
  box-shadow: var( --vipshadow-lg);
  border: 1px solid rgba(212, 175, 55, 0.3);
  animation: jefvipmodalfadeinscale 0.3s ease;
}

.pmpDtkQAPWC {
  font-family: var(--vipfont-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--vip-primary);
  margin-bottom: 20px;
  background: linear-gradient(to right, #b5d437, #7bb32d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: var(--vipglow);
}

.pmpDtkQAPWC span {
  color: var(--viplight);
  -webkit-text-fill-color: var(--viplight);
}

.giinzUqPAyDXML {
  font-family: var(--vipfont-heading);
  font-size: 1.8rem;
  color: var(--vip-primary);
  margin-bottom: 20px;
  position: relative;
}

.giinzUqPAyDXML::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 25%;
  width: 50%;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--vip-primary), transparent);
}

.xmPvLE {
  margin-bottom: 25px;
  color: var(--vipgray);
  line-height: 1.6;
}

.AqOEA {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.jNVTVyzdJTGiPU,
.LhgajRq {
  padding: 12px 25px;
  border-radius: 25px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--viptransition);
  border: none;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 8px;
}

.jNVTVyzdJTGiPU {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
}

.LhgajRq {
  background: rgba(255, 255, 255, 0.1);
  color: var(--viplight);
  border: 1px solid var(--vip-primary);
}

.jNVTVyzdJTGiPU:hover {
  transform: translateY(-3px);
  box-shadow: var(--vipglow-hover);
}

.LhgajRq:hover {
  background: rgba(212, 175, 55, 0.1);
}

.RbDfouufOO {
  font-size: 0.8rem;
  color: var(--vipgray);
  line-height: 1.5;
}

.RbDfouufOO a {
  color: var(--vip-primary);
  text-decoration: none;
  font-weight: 500;
}

.RbDfouufOO a:hover {
  text-decoration: underline;
}

.fWkYuSS {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(32, 26, 46, 0.95);
  color: var(--viplight);
  padding: 15px 0;
  z-index: 3000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  display: none;
  backdrop-filter: blur(10px);
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.JOFVNqgvHCl {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.azxcNgTpu {
  font-size: 0.9rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
}

.azxcNgTpu a {
  color: var(--vip-primary);
  text-decoration: none;
  font-weight: 500;
}

.azxcNgTpu a:hover {
  text-decoration: underline;
}

.lrxsmJfTZS {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.BfBWAmJQeq {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--viptransition);
  font-weight: 500;
}

.BfBWAmJQeq {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  border: none;
  box-shadow: var(--vipshadow-sm);
  display: flex;
  align-items: center;
  gap: 5px;
}

.BfBWAmJQeq:hover {
  transform: translateY(-2px);
  box-shadow: var(--vipglow);
}

.olVNUuhOkVD {
  background-color: rgba(33, 26, 46, 0.95);
  backdrop-filter: blur(10px);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: var(--vipshadow-md);
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

.RrudRqmUb {
  display: flex;
  flex-direction: column;
  padding: 10px 15px;
}

.EmEXQTGj {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.DrWdNzpum {
  font-family: var(--vipfont-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--vip-primary);
  text-decoration: none;
  text-shadow: var(--vipglow);
  background: linear-gradient(to right, #b5d437, #7bb32d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: var(--viptransition);
}

.DrWdNzpum:hover {
  text-shadow: var(--vipglow-hover);
}

.DrWdNzpum span {
  color: var(--viplight);
  -webkit-text-fill-color: var(--viplight);
}

.lqspghJQrn {
  display: flex;
  align-items: center;
  gap: 10px;
}

.wHpG {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  border: none;
  padding: 8px 15px;
  border-radius: 25px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: var(--viptransition);
  box-shadow: var(--vipshadow-sm);
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
}

.wHpG:hover {
  transform: translateY(-2px);
  box-shadow: var(--vipglow);
}

.iRrnHLrxd {
  background: none;
  border: none;
  color: var(--vip-primary);
  font-size: 1.8rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: var(--viptransition);
}

.iRrnHLrxd:hover {
  transform: scale(1.1);
}

.rEOXULQI {
  display: none;
  width: 100%;
  padding-top: 15px;
}

.CIOCrGfh {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.CIOCrGfh li a {
  color: var(--viplight);
  text-decoration: none;
  font-size: 1rem;
  padding: 8px 15px;
  border-radius: 5px;
  transition: var(--viptransition);
  display: block;
}

.CIOCrGfh li a:hover {
  background-color: rgba(212, 175, 55, 0.1);
  color: var(--vip-primary);
}

.bThHXUL {
  color: var(--vip-primary) !important;
  font-weight: 500;
  position: relative;
}

.bThHXUL::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 2px;
  background-color: var(--vip-primary);
}

.rEOXULQI.active {
  display: block;
}

.kujoVaZwhzR {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: none;
  justify-content: center;
  align-items: center;
}

.UmOuAAtlCGonbb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--vipoverlay);
  backdrop-filter: blur(5px);
}

.poYDxIP {
  background: linear-gradient(145deg, #382a4e, #221a2e);
  border-radius: 12px;
  padding: 30px;
  width: 95%;
  max-width: 500px;
  position: relative;
  z-index: 2001;
  box-shadow: var(--vipshadow-lg);
  border: 1px solid rgba(212, 175, 55, 0.3);
  animation: jefvipmodalfadeinscale 0.3s ease;
}

.vhqPoRD {
  position: absolute;
  top: 20px;
  right: 5px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: var(--vip-primary);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: var(--viptransition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.vhqPoRD:hover {
  background: rgba(212, 175, 55, 0.2);
  transform: rotate(90deg);
}

.rgwXrcKrbCQyQp {
  font-family: var(--vipfont-heading);
  font-size: 1.8rem;
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: var(--vip-primary);
  text-align: center;
  position: relative;
}

.rgwXrcKrbCQyQp::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 2px;
  background: linear-gradient(to right, transparent, var(--vip-primary), transparent);
}

.wuGFZ {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.aucHagktzMZp {
  position: relative;
}

.HqFWPEqsytANuR {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--vip-primary);
  z-index: 2;
}

.secyw {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--vipgray);
  cursor: pointer;
  z-index: 2;
  transition: var(--viptransition);
}

.secyw:hover {
  color: var(--vip-primary);
}

.qiWPXAUbD {
  width: 100%;
  padding: 14px 50px 14px 45px;
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 25px 0 0 25px;
  font-size: 1rem;
  transition: var(--viptransition);
  background-color: rgba(31, 26, 46, 0.5);
  color: var(--viplight);
  position: relative;
  z-index: 1;
}

.qiWPXAUbD:focus {
  outline: none;
  border-color: var(--vip-primary);
  box-shadow: var(--vipglow);
  background-color: rgba(31, 26, 46, 0.8);
}

.qiWPXAUbD::placeholder {
  color: var(--vipgray);
}

.yufKEsORejNeIC {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: -10px;
}

.yufKEsORejNeIC input {
  min-width: 18px;
  min-height: 18px;
  accent-color: var(--vip-primary);
}

.yufKEsORejNeIC label {
  font-size: 0.9rem;
  color: var(--vipgray);
}

.yufKEsORejNeIC a {
  color: var(--vip-primary);
  text-decoration: none;
  transition: var(--viptransition);
}

.yufKEsORejNeIC a:hover {
  text-decoration: underline;
  color: var(--viplight);
}

.gkjryJVJ,
.jefvipsubmitbtninactive,
.jefvipsubmitbtnsemiactive {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  border: none;
  padding: 14px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--viptransition);
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--vipshadow-sm);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.gkjryJVJ:hover {
  transform: translateY(-2px);
  box-shadow: var(--vipglow);
}

.gkjryJVJ:disabled {
  background: var(--vipgray);
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}

.tGsASRdOHrLYe {
  color: var(--viperror);
  font-size: 0.8rem;
  margin-top: 5px;
  margin-left: 15px;
  display: none;
}

.jefvipinputerror {
  border-color: var(--viperror) !important;
}

.eIMmhNtzbVIfbk {
  text-align: center;
  animation: jefvipmodalfadeinslide 0.4s ease;
}

@keyframes jefvipmodalfadeinslide {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.KIvNVFeGFmEu {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--vip-primary), var(--vipsuccess));
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  box-shadow: var(--vipglow);
}

.KIvNVFeGFmEu i {
  color: white;
  font-size: 2.5rem;
}

.grDKyPbB {
  font-family: var(--vipfont-heading);
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: var(--vip-primary);
}

.LwkPZyeTBHPDip {
  margin-bottom: 25px;
  color: var(--vipgray);
  line-height: 1.6;
}

.jfXNYJRqAdr {
  background: none;
  border: 2px solid var(--vip-primary);
  color: var(--vip-primary);
  padding: 10px 25px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--viptransition);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.jfXNYJRqAdr:hover {
  background-color: rgba(212, 175, 55, 0.1);
  box-shadow: var(--vipglow);
}

.GVRICsBuHhAua {
  background: linear-gradient(rgba(31, 26, 46, 0.9), rgba(31, 26, 46, 0.9)), url('../media/fons.webp');
  background-size: cover;
  background-position: center;
  color: var(--viplight);
  padding: 180px 0 100px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.iJUoq {
  position: relative;
  z-index: 2;
}

.QoiympGb {
  font-family: var(--vipfont-heading);
  font-size: 2.5rem;
  margin-bottom: 20px;
  background: linear-gradient(to right, #b5d437, #7bb32d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: var(--vipglow);
  animation: jefvippulsetext 3s infinite;
}

@keyframes jefvippulsetext {
  0%, 100% { text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
  50% { text-shadow: 0 0 20px rgba(212, 175, 55, 0.8); }
}

.YjFxnLXsAu {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.NqQzQyAxVhpwLGx {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
}

.UkxeNfKnsnHxj {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  border: none;
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--viptransition);
  box-shadow: var(--vipshadow-sm);
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  overflow: hidden;
}

.UkxeNfKnsnHxj:hover {
  transform: translateY(-5px);
  box-shadow: var(--vipglow-hover);
}

.tbwdc {
  background: none;
  border: 2px solid var(--vip-primary);
  color: var(--vip-primary);
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: var(--viptransition);
  position: relative;
  overflow: hidden;
}

.tbwdc:hover {
  background-color: rgba(212, 175, 55, 0.1);
  box-shadow: var(--vipglow);
}

.PSGpYOgWLWyVs {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.scDoenp, 
.JJTSmlNOaLH {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(212, 175, 55, 0.3);
  transition: var(--viptransition);
}

.scDoenp:hover, 
.JJTSmlNOaLH:hover {
  background-color: rgba(212, 175, 55, 0.1);
  box-shadow: var(--vipglow);
}

.aNWGUJlQqI {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}

.dReEPtgCMKMtf,
.osNkRk,
.tvLdTjOqn {
  position: absolute;
  width: 120px;
  height: auto;
  opacity: 0.7;
  filter: drop-shadow(0 0 10px rgba(212, 175, 55, 0.5));
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.dReEPtgCMKMtf {
  top: 20%;
  left: 5%;
  animation-name: jefvipfloatcard1;
  transform: rotate(-15deg);
}

.osNkRk {
  bottom: 15%;
  right: 5%;
  animation-name: jefvipfloatcard2;
  transform: rotate(10deg);
}

.tvLdTjOqn {
  top: 60%;
  left: 10%;
  animation-name: jefvipfloatchip;
  width: 80px;
}

@keyframes jefvipfloatcard1 {
  0%, 100% { transform: translateY(0) rotate(-15deg); }
  50% { transform: translateY(-20px) rotate(-18deg); }
}

@keyframes jefvipfloatcard2 {
  0%, 100% { transform: translateY(0) rotate(10deg); }
  50% { transform: translateY(20px) rotate(13deg); }
}

@keyframes jefvipfloatchip {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(15px) rotate(180deg); }
}

.yJSTbccgE {
  background: linear-gradient(to bottom, #221a2e, #5e4a7a);
  color: var(--viplight);
  padding: 80px 0;
  position: relative;
}

.OwhiOBZwxidKH {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.FjjlZnhsm {
  font-family: var(--vipfont-heading);
  font-size: 2rem;
  color: var(--vip-primary);
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative;
  display: inline-block;
}

.FjjlZnhsm::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--vip-primary), transparent);
}

.qgNkXHfes {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var( --vipshadow-lg);
}

.dIVTBPuhx {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.nwNVEsf {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: var(--viperror);
  color: white;
  padding: 6px 18px;
  border-radius: 20px;
  font-weight: 600;
  z-index: 1;
  animation: jefvippulsered 2s infinite;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1px;
  box-shadow: var(--vipshadow-sm);
}

.KrkTFXEnvR {
  width: 100%;
  height: 100%;
  max-height: 400px;
  display: block;
  transition: var(--viptransition);
}

.hOzzAUoamb {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.99));
  padding: 30px 20px 20px;
  color: white;
}

.hOzzAUoamb h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: var(--vip-primary);
}

.CbIfeaIhs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.8);
}

.CbIfeaIhs i {
  font-size: 1rem;
  margin-right: 5px;
  color: var(--vip-primary);
}

.XpiUthlg {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  transition: var(--viptransition);
  animation: jefvippulsegold 2s infinite;
  text-transform: uppercase;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.XpiUthlg:hover {
  transform: translateY(-3px);
  animation: none;
  box-shadow: var(--vipglow-hover);
}

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

.CQyphTEfj {
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  overflow: hidden;
  transition: var(--viptransition);
  border: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(5px);
}

.CQyphTEfj:hover {
  transform: translateY(-5px);
  box-shadow: var(--vipshadow-sm);
  border-color: rgba(212, 175, 55, 0.5);
}

.aWoPZKDY {
  width: 100%;
  height: auto;
  display: block;
  transition: var(--viptransition);
}

.CQyphTEfj:hover .aWoPZKDY {
  opacity: 0.8;
}

.dCDFEsen {
  padding: 15px;
}

.dCDFEsen h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
  color: var(--viplight);
}

.RSxKqcoZMEX {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  color: var(--vip-primary);
  margin-bottom: 15px;
}

.zsupmLTdqYV {
  background: none;
  border: 1px solid var(--vip-primary);
  color: var(--vip-primary);
  padding: 6px 15px;
  border-radius: 15px;
  font-size: 0.8rem;
  cursor: pointer;
  transition: var(--viptransition);
}

.zsupmLTdqYV:hover {
  background-color: rgba(212, 175, 55, 0.1);
}

.lAOKM {
  background: linear-gradient(to bottom, #634a7a, #221a2e);
  padding: 80px 0;
  position: relative;
}

.jekYCRsXDULXmzP {
  position: relative;
}

.TqBWOOBivYof {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.XcKpfrawjSd, 
.wMyRvqPTGdeQP {
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: var(--viptransition);
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.XcKpfrawjSd {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  box-shadow: var(--vipshadow-sm);
}

.wMyRvqPTGdeQP {
  background: rgba(255, 255, 255, 0.1);
  color: var(--viplight);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.wMyRvqPTGdeQP:hover {
  background: rgba(212, 175, 55, 0.1);
  color: var(--vip-primary);
}

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

.yyXAGGeGrxo, 
.AbjakWvs {
  background: rgba(31, 26, 46, 0.7);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: var(--vipshadow-sm);
  transition: var(--viptransition);
  border: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(5px);
}

.yyXAGGeGrxo {
  border-left: 4px solid var(--vipaccent);
}

.AbjakWvs:hover {
  transform: translateY(-5px);
  box-shadow: var(--vipshadow-md);
  border-color: rgba(212, 175, 55, 0.5);
}

.znvuD, 
.moEBveCBdRt {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 8px;
  margin-bottom: 15px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.znvuD {
  border-color: rgba(230, 57, 70, 0.3);
}

.bryoJepk {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  color: var(--vip-primary);
}

.LxoozayeU {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--viplight);
}

.qkmeUnaPK {
  flex-grow: 1;
}

.qkmeUnaPK h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: var(--viplight);
}

.uxAGZA {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  color: var(--vipgray);
  margin-bottom: 10px;
}

.XehmksyRT {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  color: var(--vip-primary);
  margin-bottom: 15px;
}

.wErcxwV {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.ktqdRVVfRm, 
.ZMOYqWHLPZAG, 
.oJcaMvTqagJD {
  font-size: 0.7rem;
  padding: 4px 12px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
}

.ktqdRVVfRm {
  background: rgba(76, 175, 80, 0.1);
  color: var(--vipsuccess);
  border: 1px solid rgba(76, 175, 80, 0.2);
}

.ZMOYqWHLPZAG {
  background: rgba(212, 175, 55, 0.1);
  color: var(--vip-primary);
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.oJcaMvTqagJD {
  background: rgba(230, 57, 70, 0.1);
  color: var(--vipaccent);
  border: 1px solid rgba(230, 57, 70, 0.2);
}

.uyFOGrZ, 
.pxJUbqC {
  align-self: flex-start;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: var(--viptransition);
  margin-top: auto;
}

.uyFOGrZ {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  border: none;
  font-weight: 500;
}

.uyFOGrZ:hover {
  transform: translateY(-2px);
  box-shadow: var(--vipglow);
}

.pxJUbqC {
  background: none;
  border: 1px solid var(--vip-primary);
  color: var(--vip-primary);
}

.pxJUbqC:hover {
  background: rgba(212, 175, 55, 0.1);
}

.TGyhOUMU {
  background: linear-gradient(135deg, #5e4a7a, #221a2e);
  color: var(--viplight);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.mglQzUI {
  position: relative;
  z-index: 2;
}

.OEQUJm {
  font-family: var(--vipfont-heading);
  font-size: 2rem;
  color: var(--vip-primary);
  margin-bottom: 10px;
  text-align: center;
  text-shadow: var(--vipglow);
}

.DRPYDx {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  line-height: 1.6;
}

.VsJkjuFMvWK {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}

.zNjiTUvH, 
.UyXSlYi, 
.wsRuVQ {
  background: rgba(31, 26, 46, 0.7);
  border-radius: 12px;
  padding: 30px;
  box-shadow: var(--vipshadow-md);
  transition: var(--viptransition);
  position: relative;
  border: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(5px);
  overflow: hidden;
}

.zNjiTUvH::before, 
.UyXSlYi::before, 
.wsRuVQ::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
}

.zNjiTUvH::before {
  background: linear-gradient(to right, #c0c0c0, #e0e0e0);
}

.UyXSlYi::before {
  background: linear-gradient(to right, var(--vip-primary), var(--vip-primary-dark));
}

.wsRuVQ::before {
  background: linear-gradient(to right, #e5e4e2, #ffffff);
}

.UyXSlYi {
  transform: scale(1.05);
  z-index: 2;
  border: 1px solid rgba(212, 175, 55, 0.5);
  box-shadow: var( --vipshadow-lg);
}

.zNjiTUvH:hover, 
.wsRuVQ:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var( --vipshadow-lg);
}

.TYvIcee, 
.UKaJILySg, 
.gTjZdDpV {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.TYvIcee h3, 
.UKaJILySg h3, 
.gTjZdDpV h3 {
  font-family: var(--vipfont-heading);
  font-size: 1.5rem;
  color: var(--viplight);
  margin-bottom: 5px;
}

.TYvIcee h3 {
  color: #c0c0c0;
}

.UKaJILySg h3 {
  color: var(--vip-primary);
}

.gTjZdDpV h3 {
  background: linear-gradient(to right, #e5e4e2, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.TYvIcee p, 
.UKaJILySg p, 
.gTjZdDpV p {
  color: var(--vipgray);
  font-size: 0.9rem;
}

.JaVeqLKFdKM {
  position: absolute;
  top: -15px;
  right: 20px;
  background: linear-gradient(135deg, var(--vipaccent), #ff1a4f);
  color: white;
  padding: 4px 15px;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: var(--vipshadow-sm);
}

.CXwufyQJ {
  list-style: none;
  margin-bottom: 30px;
}

.CXwufyQJ li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--viplight);
  font-size: 0.95rem;
}

.CXwufyQJ i {
  color: var(--vip-primary);
  font-size: 1.2rem;
  flex-shrink: 0;
}

.ZlGAFAvcdf, 
.SrXFabN, 
.uZWAgYa {
  margin-bottom: 25px;
}

.MDPmVLXRxMF {
  font-family: var(--vipfont-heading);
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 5px;
}

.ZlGAFAvcdf .MDPmVLXRxMF {
  color: #c0c0c0;
}

.SrXFabN .MDPmVLXRxMF {
  color: var(--vip-primary);
  text-shadow: var(--vipglow);
}

.uZWAgYa .MDPmVLXRxMF {
  background: linear-gradient(to right, #e5e4e2, #ffffff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.TkJlWBkNSF {
  display: block;
  font-size: 0.9rem;
  color: var(--vipgray);
}

.EaquingAvjAqsQk, 
.FDnNHaDymVb, 
.JHcRmLYbkEO {
  width: 100%;
  padding: 12px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--viptransition);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.EaquingAvjAqsQk {
  background: none;
  border: 2px solid #c0c0c0;
  color: #c0c0c0;
}

.EaquingAvjAqsQk:hover {
  border-color: var(--vip-primary);
  color: var(--vip-primary);
  box-shadow: var(--vipglow);
}

.FDnNHaDymVb {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  border: none;
  box-shadow: var(--vipshadow-sm);
}

.FDnNHaDymVb:hover {
  transform: translateY(-3px);
  box-shadow: var(--vipglow-hover);
}

.JHcRmLYbkEO {
  background: linear-gradient(135deg, #e5e4e2, #ffffff);
  color: #121233;
  border: none;
  box-shadow: var(--vipshadow-sm);
}

.JHcRmLYbkEO:hover {
  transform: translateY(-3px);
  box-shadow: 0 0 25px rgba(255, 255, 255, 0.5);
}

.puocewW {
  background: linear-gradient(to bottom, #221a2e, #5e4a7a);
  color: var(--viplight);
  padding: 80px 0;
  position: relative;
}

.ZOsmcCkiD {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.PEvJAg {
  display: flex;
  width: 100%;
}

.sMDSDraEhRHfO {
  flex: 0 0 100%;
  min-width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

.hjFRMAQ {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.DEWsnHQWwyXPNu, 
.aGppfK {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: all 0.3s ease;
}

.DEWsnHQWwyXPNu {
  background: var(--vip-primary);
  transform: scale(1.2);
}

.aGppfK {
  background: rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) {
  .sMDSDraEhRHfO {
    flex: 0 0 50%;
    min-width: 50%;
  }
}

@media (min-width: 992px) {
  .sMDSDraEhRHfO {
    flex: 0 0 33.333%;
    min-width: 33.333%;
  }
}

.hjFRMAQ {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.hjFRMAQ button {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  margin: 0 5px;
  cursor: pointer;
  background-color: #ccc;
  transition: background-color 0.3s;
}

.hjFRMAQ .DEWsnHQWwyXPNu {
  background-color: #333;
}

.EAmDHNngclM {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}

.oMAFUAmNZ {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--vip-primary);
  box-shadow: var(--vipshadow-sm);
}

.kVVRQQjNPKP {
  flex-grow: 1;
}

.kVVRQQjNPKP h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: var(--vip-primary);
}

.QzBwwGtZJyzUWx {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}

.MssKNJ {
  color: var(--vip-primary);
}

.nZOvXMew {
  font-size: 1.1rem;
  font-style: italic;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding-left: 20px;
}

.nZOvXMew::before {
  content: '"';
  position: absolute;
  left: 0;
  top: -10px;
  font-size: 3rem;
  font-family: var(--vipfont-heading);
  color: var(--vip-primary);
  line-height: 1;
  opacity: 0.3;
}

.hjFRMAQ {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.DEWsnHQWwyXPNu, 
.aGppfK {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  transition: var(--viptransition);
}

.DEWsnHQWwyXPNu {
  background: var(--vip-primary);
  box-shadow: var(--vipglow);
  transform: scale(1.2);
}

.aGppfK {
  background: rgba(255, 255, 255, 0.3);
}

.aGppfK:hover {
  background: rgba(212, 175, 55, 0.5);
}

.VEfifn {
  background: linear-gradient(135deg, var(--vip-primary), var(--vip-primary-dark));
  color: var(--viplight);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

.TCGheGqCRb {
  max-width: 800px;
  position: relative;
  z-index: 2;
}

.jsFpjkZtYpp {
  text-align: center;
}

.ALvUqsGymevQyYq {
  font-family: var(--vipfont-heading);
  font-size: 2rem;
  margin-bottom: 15px;
  color: var(--viplight);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.rGwVlKuxbbsznG {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.frUHoSAepVu {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.CzaFZGCkcqWU {
  display: flex;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  overflow: hidden;
  box-shadow: var(--vipshadow-sm);
}

.CzaFZGCkcqWU .pfApniZE {
  flex-grow: 1;
  position: relative;
}

.jefvipnewsletterinputrounded {
  width: 100%;
  padding: 14px 20px;
  border: none;
  font-size: 1rem;
  background: transparent;
}

.jefvipnewsletterinputrounded:focus {
  outline: none;
}

.UtutaiL {
  background-color: var(--vip-secondary);
  color: white;
  border: none;
  padding: 0 20px;
  cursor: pointer;
  transition: var(--viptransition);
  display: flex;
  align-items: center;
  justify-content: center;
}

.UtutaiL:hover {
  background-color: #5e4a7a;
}

.sBSqV {
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.8);
}

.sBSqV input {
  margin: 0;
  accent-color: var(--vip-secondary);
}

.tGsASRdOHrLYe {
  color: #f44336;
  font-size: 0.8rem;
  margin-top: 5px;
  display: none;
}

.jefvipinputerror {
  border-color: #f44336 !important;
}

.sBSqV .jefvipinputerror + label {
  color: #f44336;
}

.FzIiqIcg {
  background: linear-gradient(to bottom, #5e4a7a, #221a2e);
  color: var(--viplight);
  padding: 80px 0;
  position: relative;
}

.ABkATJPGq {
  max-width: 1000px;
}

.EXljkyPXPpX {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 40px;
}

.YjwRlA {
  text-align: center;
  padding: 30px 20px;
  background: rgba(31, 26, 46, 0.7);
  border-radius: 12px;
  box-shadow: var(--vipshadow-sm);
  transition: var(--viptransition);
  border: 1px solid rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(5px);
}

.YjwRlA:hover {
  transform: translateY(-5px);
  box-shadow: var(--vipshadow-md);
  border-color: rgba(212, 175, 55, 0.5);
}

.UiuLBKmFQ {
  font-size: 3rem;
  color: var(--vip-primary);
  margin-bottom: 20px;
  text-shadow: var(--vipglow);
}

.YjwRlA h3 {
  font-family: var(--vipfont-heading);
  font-size: 1.3rem;
  margin-bottom: 15px;
  color: var(--vip-primary);
}

.YjwRlA p {
  color: var(--vipgray);
  line-height: 1.6;
}

.SlBhbLG {
  margin-top: 50px;
  text-align: center;
}

.SlBhbLG h4 {
  font-size: 1.1rem;
  margin-bottom: 15px;
  color: var(--vip-primary);
}

.pmtwoZGVGnu {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.pmtwoZGVGnu a {
  color: var(--vip-primary);
  text-decoration: none;
  transition: var(--viptransition);
  font-weight: 500;
}

.pmtwoZGVGnu a:hover {
  text-decoration: underline;
  color: var(--viplight);
}

.kaVnIgxF {
  font-size: 0.9rem;
  color: var(--vipgray);
  text-align: center;
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.xmfdBzJKnmpCQ {
  background: #221a2e;
  color: var(--viplight);
  padding: 60px 0 0;
  position: relative;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.lLUqJdZcBDCT {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.wkiTETPmm {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.wkiTETPmm::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.3), transparent);
}

.YxiKyFtXqbaZNXp {
  font-family: var(--vipfont-heading);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--vip-primary);
  text-decoration: none;
  margin-bottom: 15px;
  display: inline-block;
  background: linear-gradient(to right, #b5d437, #7bb32d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: var(--vipglow);
}

.YxiKyFtXqbaZNXp span {
  -webkit-text-fill-color: var(--viplight);
}

.WvFckBHup {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 20px;
  line-height: 1.6;
}

.KvhdbDqw {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.czrDzueJ {
  text-align: center;
  position: relative;
  padding-bottom: 30px;
}

.czrDzueJ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 25%;
  width: 50%;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 55, 0.3), transparent);
}

.YRTeAp {
  font-family: var(--vipfont-heading);
  font-size: 1.2rem;
  color: var(--vip-primary);
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.YRTeAp::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--vip-primary), transparent);
}

.ZEKho {
  list-style: none;
}

.ZEKho li {
  margin-bottom: 12px;
}

.ZEKho a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: var(--viptransition);
  font-size: 0.9rem;
}

.ZEKho a:hover {
  color: var(--vip-primary);
  padding-left: 5px;
}

.dKLThw {
  grid-column: 1 / -1;
  padding: 30px 0;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  text-align: center;
  border-top: 1px solid rgba(212, 175, 55, 0.3);
}

.LfGCbvsMVnIo {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.5);
}

@media (min-width: 576px) {
  .RrudRqmUb {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 15px 20px;
  }

  .EmEXQTGj {
    width: auto;
    flex-grow: 1;
  }

  .rEOXULQI {
    order: 3;
    width: 100%;
    padding-top: 15px;
  }

  .CIOCrGfh {
    flex-direction: row;
    justify-content: center;
  }

  .NqQzQyAxVhpwLGx {
    flex-direction: row;
    justify-content: center;
  }

  .PSGpYOgWLWyVs {
    flex-direction: row;
  }

  .muWlHTtbUNLQ {
    grid-template-columns: repeat(3, 1fr);
  }

  .EXljkyPXPpX {
    grid-template-columns: repeat(2, 1fr);
  }

  .JOFVNqgvHCl {
    flex-direction: row;
    justify-content: space-between;
  }

  .azxcNgTpu {
    text-align: left;
    max-width: 70%;
  }
}

@media (min-width: 768px) {
  .RrudRqmUb {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 20px;
  }

  .rEOXULQI {
    display: block;
    order: initial;
    width: auto;
    padding-top: 0;
    margin: 0 auto;
  }

  .sMDSDraEhRHfO {
    flex: 0 0 calc(100% / 3);
    min-width: calc(100% / 3);
  }

  .CIOCrGfh {
    flex-direction: row;
    gap: 25px;
  }

  .iRrnHLrxd {
    display: none;
  }

  .QoiympGb {
    font-size: 3rem;
  }

  .VsJkjuFMvWK {
    grid-template-columns: repeat(3, 1fr);
  }

  .lLUqJdZcBDCT {
    grid-template-columns: repeat(2, 1fr);
  }

  .KvhdbDqw {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .QoiympGb {
    font-size: 3.5rem;
  }

  .OwhiOBZwxidKH {
    grid-template-columns: 3fr 1fr;
  }

  .ZbEitURPaPE {
    grid-template-columns: repeat(2, 1fr);
  }

  .EXljkyPXPpX {
    grid-template-columns: repeat(3, 1fr);
  }

  .lLUqJdZcBDCT {
    grid-template-columns: 1fr 2fr;
  }
}

@media (min-width: 1200px) {
  .QoiympGb {
    font-size: 4rem;
  }

  .ZbEitURPaPE {
    grid-template-columns: repeat(3, 1fr);
  }
}

@keyframes jefvippulsegold {
  0%, 100% { box-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
  50% { box-shadow: 0 0 20px rgba(212, 175, 55, 0.8); }
}

@keyframes jefvippulsered {
  0%, 100% { box-shadow: 0 0 10px rgba(220, 53, 69, 0.5); }
  50% { box-shadow: 0 0 20px rgba(220, 53, 69, 0.8); }
}

@keyframes jefvipmodalfadeinscale {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes jefvipshakeerror {
  0%, 100% { transform: translateX(0); }
  20%, 60% { transform: translateX(-3px); }
  40%, 80% { transform: translateX(3px); }
}

.KmGSpVKLBvYhc {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.yNExDISNz {
    padding-top: 50px;
    margin-bottom: 60px;
}

.AjheRCjESyVp {
    font-size: 2.5rem;
    color: var(--vip-primary);
    margin-bottom: 20px;
    text-align: center;
}

.qwTPQGEIvYnY {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--viplight);
    max-width: 800px;
    margin: 0 auto;
}

.qwTPQGEIvYnY p {
    margin-bottom: 20px;
}

.znxIvoc {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    padding: 40px;
    margin: 0 auto;
    max-width: 800px;
}

.UsQIUKWViMik {
    margin: 0 auto;
}

.UwfoSkfIKkEz {
    font-size: 2rem;
    color: var(--vip-primary);
    margin-bottom: 10px;
    text-align: center;
}

.eKNVIDBHeSfS {
    font-size: 1.1rem;
    color: var(--viplight);
    margin-bottom: 30px;
    text-align: center;
    opacity: 0.8;
}

.bmYpxQTBUF {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.zcuQCs {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.QZVQeMcGXsU {
    font-size: 1rem;
    color: var(--viplight);
}

.oZpIRSHL,
.gqfDdXY {
    padding: 12px 15px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    color: var(--viplight);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.oZpIRSHL:focus,
.gqfDdXY:focus {
    outline: none;
    border-color: var(--vip-primary);
    box-shadow: 0 0 0 2px rgba(212, 175, 55, 0.3);
}

.gqfDdXY {
    resize: vertical;
    min-height: 120px;
}

.xZXNUOXwc {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.YXuViWrcTB {
    width: 18px;
    height: 18px;
    accent-color: var(--vip-primary);
}

.YXuViWrcTB-label {
    font-size: 0.9rem;
    color: var(--viplight);
    cursor: pointer;
}

.rMIfbRWNexlPGV {
    color: var(--vip-primary);
    text-decoration: none;
}

.rMIfbRWNexlPGV:hover {
    text-decoration: underline;
}

.ocDGvq {
    color: #ff6b6b;
    font-size: 0.85rem;
    margin-top: 5px;
    display: none;
}

.RFrNHxVBUkEC {
    padding: 14px 20px;
    border-radius: 5px;
    border: none;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.hSQFviEnW {
    background-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
}

.jefpageformsubmitactive {
    background-color: var(--vip-primary);
    color: #221a2e;
}

.jefpageformsubmitactive:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ATqCYflloBHhD {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.STXudLpCIgEA {
    background-color: #221a2e;
    border-radius: 10px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    position: relative;
    border: 1px solid var(--vip-primary);
}

.wCksdX {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: var(--viplight);
    cursor: pointer;
}

.YBwlopkLspt {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.gPgmXqqbgxeKSME {
    font-size: 4rem;
    color: var(--vip-primary);
    margin-bottom: 20px;
}

.QyaSELKn {
    font-size: 1.8rem;
    color: var(--vip-primary);
    margin-bottom: 15px;
}

.diDTHHSYUjYGs {
    font-size: 1.1rem;
    color: var(--viplight);
    margin-bottom: 25px;
    line-height: 1.6;
}

.TbqSUhgIRAAdY {
    padding: 12px 25px;
    background-color: var(--vip-primary);
    color: #221a2e;
    border: none;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.TbqSUhgIRAAdY:hover {
    background-color: #e6b800;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .KmGSpVKLBvYhc {
        padding: 20px 15px;
    }

    .yNExDISNz {
        padding-top: 130px;
    }
    
    .AjheRCjESyVp {
        font-size: 2rem;
    }
    
    .znxIvoc {
        padding: 25px;
    }
    
    .UwfoSkfIKkEz {
        font-size: 1.5rem;
    }
}

.bNZKcarIlfWEGb {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
}

.hkAdfyyBvzB {
    background: linear-gradient(135deg, #221a2e 0%, #5e4a7a 100%);
    color: white;
    padding: 130px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 8px;
}

.KfUUvcannCNh {
    max-width: 800px;
    margin: 0 auto;
}

.jENNMKTgK {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #b5d437;
}

.NUNuyCJtmzKI {
    font-size: 1.2rem;
    opacity: 0.9;
}

.aNHDjJNXR {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.JADeZt {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.mIZrQlkp {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mIZrQlkp:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.yfrjrVyUM {
    font-size: 2.5rem;
    color: #b5d437;
    margin-bottom: 15px;
}

.gDnllh {
    font-size: 1.4rem;
    color: #221a2e;
    margin-bottom: 15px;
}

.jROhbh {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 768px) {
    .bNZKcarIlfWEGb {
        padding: 20px 15px;
    }
    
    .jENNMKTgK {
        font-size: 2rem;
    }
    
    .JADeZt {
        grid-template-columns: 1fr;
    }
    
    .aNHDjJNXR {
        padding: 25px;
    }

    .mIZrQlkp {
        padding: 5px !important;
    }
}

.INGKNCaCliWI {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
}

.sbdqTvNbkJ {
    background: linear-gradient(135deg, #221a2e 0%, #5e4a7a 100%);
    color: white;
    padding: 130px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 8px;
}

.KfUUvcannCNh {
    max-width: 800px;
    margin: 0 auto;
}

.jENNMKTgK {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #b5d437;
}

.NUNuyCJtmzKI {
    font-size: 1.2rem;
    opacity: 0.9;
}

.zkReKA {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.JADeZt {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.mIZrQlkp {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mIZrQlkp:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.yfrjrVyUM {
    font-size: 2.5rem;
    color: #b5d437;
    margin-bottom: 15px;
}

.gDnllh {
    font-size: 1.4rem;
    color: #221a2e;
    margin-bottom: 15px;
}

.jROhbh {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 768px) {
    .INGKNCaCliWI {
        padding: 20px 15px;
    }
    
    .jENNMKTgK {
        font-size: 2rem;
    }
    
    .JADeZt {
        grid-template-columns: 1fr;
    }
    
    .zkReKA {
        padding: 25px;
    }
}

.jefpagecontainer-responsibility {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
}

.jefpageresponsibility-header {
    background: linear-gradient(135deg, #221a2e 0%, #5e4a7a 100%);
    color: white;
    padding: 130px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 8px;
}

.KfUUvcannCNh {
    max-width: 800px;
    margin: 0 auto;
}

.jENNMKTgK {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #b5d437;
}

.NUNuyCJtmzKI {
    font-size: 1.2rem;
    opacity: 0.9;
}

.jefpageresponsibility-content {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.jefpageresponsibility-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.jefpageresponsibility-item {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.jefpageresponsibility-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.jefpageresponsibility-icon {
    font-size: 2.5rem;
    color: #b5d437;
    margin-bottom: 15px;
}

.jefpageresponsibility-title {
    font-size: 1.4rem;
    color: #221a2e;
    margin-bottom: 15px;
}

.jefpageresponsibility-text {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 768px) {
    .jefpagecontainer-responsibility {
        padding: 20px 15px;
    }
    
    .jENNMKTgK {
        font-size: 2rem;
    }
    
    .jefpageresponsibility-container {
        grid-template-columns: 1fr;
    }
    
    .jefpageresponsibility-content {
        padding: 25px;
    }
}

.NcuXjkYQF {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #333;
}

.mBbdWQKxBK {
    background: linear-gradient(135deg, #221a2e 0%, #5e4a7a 100%);
    color: white;
    padding: 130px 20px;
    text-align: center;
    margin-bottom: 40px;
    border-radius: 8px;
}

.KfUUvcannCNh {
    max-width: 800px;
    margin: 0 auto;
}

.jENNMKTgK {
    font-size: 2.8rem;
    margin-bottom: 15px;
    color: #b5d437;
}

.NUNuyCJtmzKI {
    font-size: 1.2rem;
    opacity: 0.9;
}

.BDCphaCKGZ {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.kJloTuHu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

.tbgpbKVRVBTWjA {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tbgpbKVRVBTWjA:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.igUopSMyyC {
    font-size: 2.5rem;
    color: #b5d437;
    margin-bottom: 15px;
}

.uCMSZmvugnS {
    font-size: 1.4rem;
    color: #221a2e;
    margin-bottom: 15px;
}

.IclIhNvDG {
    font-size: 1rem;
    line-height: 1.7;
    color: #555;
}

@media (max-width: 768px) {
    .NcuXjkYQF {
        padding: 20px 15px;
    }
    
    .jENNMKTgK {
        font-size: 2rem;
    }
    
    .kJloTuHu {
        grid-template-columns: 1fr;
    }
    
    .BDCphaCKGZ {
        padding: 25px;
    }

    .tbgpbKVRVBTWjA {
        padding: 5px;
    }
}