:root {
  --zomain-purple: #1d4436;
  --zobright-blue: #9c69d9;
  --zoelectric-pink: #6398c9;
  --zodark-background: #1a262e;
  --zolight-text: #ffffffe9;
  --zodark-text: #333333e0;
  --zogradient-primary: linear-gradient(135deg, var(--zomain-purple) 0%, var(--zobright-blue) 100%);
  --zogradient-secondary: linear-gradient(135deg, var(--zoelectric-pink) 0%, var(--zobright-blue) 100%);
  --zogradient-card: linear-gradient(135deg, rgba(0, 98, 130, 0.8) 0%, rgba(0, 255, 204, 0.703) 100%);
  --zoshadow-soft: 0 4px 20px rgba(0, 0, 0, 0.1);
  --zoshadow-medium: 0 8px 30px rgba(0, 0, 0, 0.2);
  --zoshadow-heavy: 0 12px 40px rgba(0, 0, 0, 0.3);
  --zoborder-radius: 12px;
  --zotransition-normal: all 0.4s ease;
  --zotransition-slow: all 0.6s ease;
  --zocontainer-max: 1418px;
}

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

body {
  font-family: 'Karla', sans-serif;
  line-height: 1.6;
  color: var(--zodark-text);
  background-color: #f8f9fa;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Unica One', sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.EWAZezJjuCwU {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.99);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.wwTkLEG {
  background: var(--zogradient-primary);
  padding: 3rem;
  border-radius: var(--zoborder-radius);
  text-align: center;
  max-width: 500px;
  width: 90%;
  color: var(--zolight-text);
  box-shadow: var(--zoshadow-heavy);
  animation: zoshake 0.8s ease;
}

.hTavDDK {
  font-size: 2rem;
  margin-bottom: 1rem;
}

.XrEOrbu {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.NXLJvqSGAP {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.BpujOgbEX, .ryceJkwfSAYe {
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 50px;
  font-family: 'Unica One', sans-serif;
  font-size: 1rem;
  cursor: pointer;
  transition: var(--zotransition-normal);
}

.BpujOgbEX {
  background-color: var(--zoelectric-pink);
  color: white;
}

.ryceJkwfSAYe {
  background-color: transparent;
  color: white;
  border: 2px solid white;
}

.BpujOgbEX:hover {
  background-color: #be4ba5;
  transform: translateY(-3px);
}

.ryceJkwfSAYe:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-3px);
}

.axFmTTxFSgY {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  display: none;
  background-color: var(--zodark-background);
  color: var(--zolight-text);
  padding: 1rem 0;
  z-index: 1000;
  animation: zoslide-up 0.5s ease;
}

.HyaFLewlNnR {
  max-width: var(--zocontainer-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}

.JTqnLibcviKu {
  flex: 1;
  min-width: 300px;
}

.dtyJfxkapceiz {
  color: var(--zoelectric-pink);
  text-decoration: underline;
}

.PaiAeeKyFOAthu {
  background: var(--zogradient-secondary);
  color: white;
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  cursor: pointer;
  font-family: 'Unica One', sans-serif;
  transition: var(--zotransition-normal);
}

.PaiAeeKyFOAthu:hover {
  transform: translateY(-3px);
  box-shadow: var(--zoshadow-medium);
}

.uLJgXYCLCNzPX {
  background: var(--zogradient-primary);
  padding: 1rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--zoshadow-soft);
}

.mktDIpxfcTFX {
  max-width: var(--zocontainer-max);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1rem;
}

.LCBjrw {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.uQZkCPfWSl {
  height: 50px;
  width: auto;
}

.dxvDxoXGHz {
  color: var(--zolight-text);
  font-size: 1.8rem;
}

.XsAdaZFrwI {
  display: block;
}

.HIojIqeCrKiH {
  display: flex;
  list-style: none;
  gap: 1.5rem;
}

.axWgQ {
  color: var(--zolight-text);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.3rem;
  transition: var(--zotransition-normal);
  padding: 0.5rem 0;
  position: relative;
}

.axWgQ:hover {
  color: var(--zoelectric-pink);
}

.axWgQ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--zoelectric-pink);
  transition: var(--zotransition-normal);
}

.axWgQ:hover::after {
  width: 100%;
}

.wUDqDUzeSE {
  display: none;
  flex-direction: column;
  gap: 4px;
  cursor: pointer;
}

.gtvNjT {
  width: 25px;
  height: 3px;
  background-color: var(--zolight-text);
  border-radius: 2px;
  transition: var(--zotransition-normal);
}

.hFzUsBpfO {
  
  margin: 0 auto;
  width: 100%;
}

.QaYyHsnKRlNOr {
  position: relative;
  padding: 4rem 1rem;
  overflow: hidden;
}

.YsSwF {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/engine/os-media/os-fon1.webp') center/cover no-repeat;
  z-index: -1;
}

.YsSwF::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--zogradient-primary);
  opacity: 0.85;
}

.PnWATBup {
  text-align: center;
  color: var(--zolight-text);
  max-width: 900px;
  margin: 0 auto;
}

.RTBrRKjiEeCI {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  animation: zofade-in 1s ease;
}

.CeRwPsalQgA {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  animation: zofade-in 1.2s ease;
}

.qsPZeMpohowUl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 2rem;
  animation: zofade-in 1.4s ease;
}

.kgNRfnGwuVveEA {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--zoborder-radius);
  text-align: center;
  transition: var(--zotransition-normal);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.kgNRfnGwuVveEA:hover {
  transform: translateY(-10px);
  box-shadow: var(--zoshadow-medium);
}

.BLcSYeCICWbYYV {
  font-size: 3rem;
  color: var(--zoelectric-pink);
  margin-bottom: 1rem;
}

.AQhRvnR {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: var(--zolight-text);
}

.AudgRJpV {
  margin-bottom: 1.5rem;
  color: var(--zolight-text);
}

.NpVXDwAzpNLisV {
  display: inline-block;
  background: var(--zoelectric-pink);
  color: white;
  padding: 0.7rem 1.5rem;
  border-radius: 50px;
  text-decoration: none;
  transition: var(--zotransition-normal);
  font-family: 'Unica One', sans-serif;
}

.NpVXDwAzpNLisV:hover {
  background: #be4ba5;
  transform: translateY(-3px);
}

.nRCwyJJ {
  padding: 5rem 1rem;
  background-color: white;
}

.uUkDiAZl {
  max-width: 1200px;
  margin: 0 auto;
}

.FtdCAxDJsJ {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  margin-bottom: 4rem;
}

.LuazSoqUk {
  border-radius: var(--zoborder-radius);
  overflow: hidden;
  box-shadow: var(--zoshadow-medium);
  animation: zoslide-left 1s ease;
}

.qIACbXMB {
  width: 100%;
  height: auto;
  display: block;
  transition: var(--zotransition-slow);
}

.LuazSoqUk:hover .qIACbXMB {
  transform: scale(1.05);
}

.lNKHskPtPy {
  animation: zoslide-right 1s ease;
}

.LREexavkkvfXQ {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: var(--zomain-purple);
}

.MwxcoCUR {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.dWqrKxY {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
}

.DbCHcbQtWF {
  text-align: center;
  padding: 2rem;
  background: #f8f9fa;
  border-radius: var(--zoborder-radius);
  transition: var(--zotransition-normal);
}

.DbCHcbQtWF:hover {
  transform: translateY(-5px);
  box-shadow: var(--zoshadow-soft);
}

.AKvtqkEmXaS {
  font-size: 2.5rem;
  color: var(--zobright-blue);
  margin-bottom: 1rem;
}

.SwdxnvANrvBT {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  color: var(--zomain-purple);
}

.aVXLt {
  color: var(--zodark-text);
}

.oCDaBsq {
  display: inline-block;
  background: var(--zogradient-primary);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Unica One', sans-serif;
  font-size: 1.1rem;
  transition: var(--zotransition-normal);
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 250px;
}

.oCDaBsq:hover {
  transform: translateY(-3px);
  box-shadow: var(--zoshadow-medium);
}

.nwFU {
  position: relative;
  padding: 5rem 1rem;
  overflow: hidden;
}

.ENTtaqKUiNV {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/engine/os-media/os-fon2.webp') center/cover no-repeat;
  z-index: -1;
}

.ENTtaqKUiNV::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--zogradient-secondary);
  opacity: 0.9;
}

.cKWFxzZKd {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  color: var(--zolight-text);
}

.mVcsvuTIHGQc {
  font-size: 2.5rem;
  margin-bottom: 3rem;
  animation: zofade-in 1s ease;
}

.SbxYGOgsNEt {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(288px, 1fr));
  gap: 2rem;
}

.wjNByG {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  padding: 2rem;
  border-radius: var(--zoborder-radius);
  transition: var(--zotransition-normal);
  border: 1px solid rgba(255, 255, 255, 0.2);
  animation: zofade-up 0.8s ease;
}

.wjNByG:hover {
  transform: translateY(-10px) rotate(2deg);
  box-shadow: var(--zoshadow-medium);
}

.gqUODLkeuRI {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1rem;
}

.ypmcwR {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.ksgDvdvzm {
  font-size: 0.95rem;
}

.REPKVzlIne {
  padding: 5rem 1rem;
  background-color: white;
}

.acFDKDdCYOxM {
  max-width: 1200px;
  margin: 0 auto;
}

.jchoJSJMo {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--zomain-purple);
}

.EqtTnAgfINZpFyi {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.EHrkDmauyzJ {
  background: white;
  border-radius: var(--zoborder-radius);
  overflow: hidden;
  box-shadow: var(--zoshadow-soft);
  transition: var(--zotransition-normal);
}

.EHrkDmauyzJ:hover {
  transform: translateY(-10px);
  box-shadow: var(--zoshadow-medium);
}

.rnggaBIPCF {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.mVnNI {
  font-size: 1.2rem;
  padding: 1rem 1rem 0.5rem;
  color: var(--zomain-purple);
}

.VjoWlmPGCOyqit {
  list-style: none;
  padding: 0 1rem;
}

.ItVdbpf {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
}

.ItVdbpf i {
  color: var(--zobright-blue);
}

.xmBiMjVOQ {
  display: block;
  background: var(--zogradient-primary);
  color: white;
  text-align: center;
  padding: 0.8rem;
  text-decoration: none;
  font-family: 'Unica One', sans-serif;
  transition: var(--zotransition-normal);
  margin: 1rem;
  border-radius: 5px;
}

.xmBiMjVOQ:hover {
  background: var(--zogradient-secondary);
}

.XfboDSb {
  padding: 5rem 1rem;
  background: var(--zogradient-primary);
  color: var(--zolight-text);
}

.AIWwnUvYl {
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}

.ZQkgDHpJ {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.yAFZZt {
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.AhCIVYqRK {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: var(--zoborder-radius);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.FkJxdx {
  margin-bottom: 1.5rem;
  text-align: left;
}

.xLUeVtYff {
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 5px;
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  transition: var(--zotransition-normal);
}

.xLUeVtYff:focus {
  outline: none;
  box-shadow: 0 0 0 3px var(--zoelectric-pink);
}

.VbOudmvQebZJ {
  color: #ff6b6b;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  min-height: 20px;
}

.mwuNOV {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.tIzKEwGGumHgYbS {
  margin-top: 0.3rem;
}

.rLrTSbv {
  color: var(--zolight-text);
  font-size: 0.9rem;
}

.dfMrB {
  color: var(--zoelectric-pink);
  text-decoration: underline;
}

.puIzFcSaVOJFb {
  background: var(--zoelectric-pink);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-family: 'Unica One', sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  transition: var(--zotransition-normal);
  width: 100%;
}

.puIzFcSaVOJFb:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.puIzFcSaVOJFb:not(:disabled):hover {
  background: #be4ba5;
  transform: translateY(-3px);
}

.NPJVqNYf {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: var(--zoborder-radius);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 2rem;
  display: none;
}

.HknzyAZfzkm {
  font-size: 3rem;
  color: #4cd964;
  margin-bottom: 1rem;
}

.TffYONPGdqJn {
  color: var(--zolight-text);
  font-size: 1.1rem;
}

.YGWaazNHJQ {
  position: relative;
  padding: 5rem 1rem;
  overflow: hidden;
}

.gwYmPNx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/engine/os-media/os-fon3.webp') center/cover no-repeat;
  z-index: -1;
}

.gwYmPNx::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--zogradient-primary);
  opacity: 0.9;
}

.qgSO {
  max-width: 1200px;
  margin: 0 auto;
  color: var(--zolight-text);
}

.cwCGSKJy {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
}

.elBNZQrP {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.uOmIUyRFzBczi {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--zoelectric-pink);
}

.HTmHHhyEH {
  margin-bottom: 1rem;
  border-radius: var(--zoborder-radius);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.gZNNrRnLbfjS {
  width: 100%;
  padding: 1.5rem;
  background: none;
  border: none;
  color: var(--zolight-text);
  text-align: left;
  font-family: 'Unica One', sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--zotransition-normal);
}

.gZNNrRnLbfjS:hover {
  background: rgba(255, 255, 255, 0.1);
}

.xsogEMmbDY {
  transition: var(--zotransition-normal);
}

.AzGNQtNWU {
  max-height: 0;
  overflow: hidden;
  transition: var(--zotransition-slow);
}

.AzGNQtNWU.active {
  max-height: 500px;
}

.AzGNQtNWU p {
  padding: 0 1.5rem 1.5rem;
  margin: 0;
}

.HTmHHhyEH.active .xsogEMmbDY {
  transform: rotate(45deg);
}

.ECdEKY {
  padding: 5rem 1rem;
  background-color: white;
}

.uQjgJqf {
  max-width: 1200px;
  margin: 0 auto;
}

.udrfkpZIQNOhF {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
  color: var(--zomain-purple);
}

.MiudCNKqJKNlz {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.Dylwdcbqjk {
  background: white;
  border-radius: var(--zoborder-radius);
  padding: 2rem;
  box-shadow: var(--zoshadow-soft);
  transition: var(--zotransition-normal);
}

.Dylwdcbqjk:hover {
  transform: translateY(-5px);
  box-shadow: var(--zoshadow-medium);
}

.MTcthDKf {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.nhCgoiLtdQxEMUm {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.KjCkxrrmSG {
  flex: 1;
}

.SGRoHijBhk {
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
  color: var(--zomain-purple);
}

.gQzefeaqcs {
  color: #ffc107;
}

.iCUahHKJLNYO {
  margin-bottom: 1.5rem;
  font-style: italic;
  line-height: 1.6;
}

.zRCtVyeK {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #777;
}

.HsgNYcwHlBiFv {
  position: relative;
  padding: 5rem 1rem;
  overflow: hidden;
}

.nFRZzJVmxM {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('/engine/os-media/os-fon4.webp') center/cover no-repeat;
  z-index: -1;
}

.nFRZzJVmxM::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--zodark-background);
  opacity: 0.9;
}

.QYNSM {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  color: var(--zolight-text);
}

.bSniKyD {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: var(--zoelectric-pink);
}

.EblzfCQetO {
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 3rem;
}

.SiycGCf {
  color: var(--zoelectric-pink);
  text-decoration: underline;
}

.GRrFnTXiJt {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
  align-items: center;
}

.EKYjVOtFqiyy {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--zotransition-normal);
}

.EKYjVOtFqiyy:hover {
  transform: scale(1.05);
}

.ItCdAin {
  max-width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: var(--zotransition-normal);
}

.EKYjVOtFqiyy:hover .ItCdAin {
  filter: grayscale(0%);
}

.rXvAjDkZYS {
  max-width: 80px;
  margin: 0 auto;
}

.rpCCHzzK {
  background: var(--zodark-background);
  color: var(--zolight-text);
  padding: 2rem 1rem;
}

.ZhlEhxRjlyzIx {
  max-width: var(--zocontainer-max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.lKIVM {
  text-align: left;
}

.FsUBSgbSEZbbS {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.UfsjBULsKGHfV {
  color: var(--zolight-text);
  text-decoration: none;
  transition: var(--zotransition-normal);
  font-size: 0.9rem;
}

.UfsjBULsKGHfV:hover {
  color: var(--zoelectric-pink);
}

.ifLcgmSp {
  position: fixed;
  bottom: 13.4rem;
  left: 1.2rem;
  width: 50px;
  height: 50px;
  background: var(--zogradient-primary);
  color: white;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: var(--zotransition-normal);
  z-index: 99;
  box-shadow: var(--zoshadow-soft);
}

.ifLcgmSp.visible {
  opacity: 1;
  visibility: visible;
}

.ifLcgmSp:hover {
  background: var(--zogradient-secondary);
  transform: translateY(-3px);
}

@keyframes zoshake {
  0%, 100% { transform: translateY(0); }
  10%, 30%, 50%, 70%, 90% { transform: translateY(-5px); }
  20%, 40%, 60%, 80% { transform: translateY(5px); }
}

@keyframes zoslide-up {
  from { transform: translateX(100%); }
  to { transform: translateX(0); }
}

@keyframes zofade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes zofade-up {
  from { 
    opacity: 0;
    transform: translateX(20px);
  }
  to { 
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes zoslide-left {
  from { 
    opacity: 0;
    transform: translateY(-50px);
  }
  to { 
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoslide-right {
  from { 
    opacity: 0;
    transform: translateY(50px);
  }
  to { 
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .EqtTnAgfINZpFyi {
    grid-template-columns: repeat(3, 1fr);
  }
  
  .MiudCNKqJKNlz {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .ZhlEhxRjlyzIx {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 1.5rem;
  }
  
  .lKIVM {
    text-align: center;
  }

}

@media (max-width: 768px) {
  .XsAdaZFrwI {
    position: fixed;
    top: 108px;
    left: 0;
    width: 100%;
    background: var(--zogradient-primary);
    padding: 1rem;
    box-shadow: var(--zoshadow-medium);
    transform: translateY(-100%);
    opacity: 0;
    visibility: hidden;
    transition: var(--zotransition-normal);
  }
  
  .XsAdaZFrwI.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
  
  .HIojIqeCrKiH {
    flex-direction: column;
    gap: 0;
  }
  
  .axWgQ {
    padding: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .wUDqDUzeSE {
    display: flex;
  }
  
  .wUDqDUzeSE.active .gtvNjT:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  
  .wUDqDUzeSE.active .gtvNjT:nth-child(2) {
    opacity: 0;
  }
  
  .wUDqDUzeSE.active .gtvNjT:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
  }
  
  .qsPZeMpohowUl {
    grid-template-columns: 1fr;
  }
  
  .FtdCAxDJsJ {
    grid-template-columns: 1fr;
  }
  
  .dWqrKxY {
    grid-template-columns: 1fr;
  }
  
  .SbxYGOgsNEt {
    grid-template-columns: 1fr;
  }
  
  .EqtTnAgfINZpFyi {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .elBNZQrP {
    grid-template-columns: 1fr;
  }
  
  .MiudCNKqJKNlz {
    grid-template-columns: 1fr;
  }
  
  .GRrFnTXiJt {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
  
  .HyaFLewlNnR {
    flex-direction: column;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .RTBrRKjiEeCI {
    font-size: 2.2rem;
  }
  
  .LREexavkkvfXQ, .mVcsvuTIHGQc, .jchoJSJMo, .ZQkgDHpJ, .cwCGSKJy, .udrfkpZIQNOhF, .bSniKyD {
    font-size: 2rem;
  }
  
  .EqtTnAgfINZpFyi {
    grid-template-columns: 1fr;
  }
  
  .GRrFnTXiJt {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .wwTkLEG {
    padding: 2rem 1rem;
  }
  
  .NXLJvqSGAP {
    flex-direction: column;
  }
  
  .BpujOgbEX, .ryceJkwfSAYe {
    width: 100%;
  }
}

.QIRKbMRy {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.LzsZKovyNKO {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.rrjbZCYMHaatws {
  font-size: 5rem;
  color: #ff9900;
  margin-bottom: 2rem;
  animation: zopulse 2s infinite;
}

@keyframes zopulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.byxsrWtYnQXl {
  font-family: 'Unica One', sans-serif;
  font-size: 2.5rem;
  color: #1d4436;
  margin-bottom: 1.5rem;
}

.EFIDhfdznfAjB {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 2.5rem;
  color: #555;
}

.THZGBGvYuWCK {
  display: inline-block;
  background: linear-gradient(135deg, #1d4436 0%, #9c69d9 100%);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Unica One', sans-serif;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.THZGBGvYuWCK:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(74, 0, 130, 0.3);
}

@media (max-width: 768px) {
  .LzsZKovyNKO {
    padding: 2rem 1.5rem;
  }
  
  .byxsrWtYnQXl {
    font-size: 2rem;
  }
  
  .rrjbZCYMHaatws {
    font-size: 4rem;
  }
}

@media (max-width: 480px) {
  .QIRKbMRy {
    padding: 1rem;
  }
  
  .LzsZKovyNKO {
    padding: 1.5rem 1rem;
  }
  
  .byxsrWtYnQXl {
    font-size: 1.8rem;
  }
  
  .EFIDhfdznfAjB {
    font-size: 1rem;
  }
  
  .THZGBGvYuWCK {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}

.mepYizvDv {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.OPSH {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.tYbh {
  font-family: 'Unica One', sans-serif;
  font-size: 2.5rem;
  color: #1d4436;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.tYbh::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #1d4436 0%, #9c69d9 100%);
  border-radius: 2px;
}

.pOuBDQOWJMAtt {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  text-align: center;
  color: #555;
}

.CcURoTjL {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  background: #f9f9f9;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.CcURoTjL:hover {
  background: #f0f5ff;
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 119, 255, 0.1);
}

.hFTPtgu {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.pqylB {
  font-size: 1.8rem;
  color: #9c69d9;
  margin-right: 1rem;
}

.QUEoOyWXXb {
  font-family: 'Unica One', sans-serif;
  font-size: 1.4rem;
  color: #1d4436;
  margin: 0;
}

.TTiftmaaQekd {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.TTiftmaaQekd a {
  color: #9c69d9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.TTiftmaaQekd a:hover {
  color: #1d4436;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .OPSH {
    padding: 2rem 1.5rem;
  }
  
  .tYbh {
    font-size: 2rem;
  }
  
  .hFTPtgu {
    flex-direction: column;
    text-align: center;
  }
  
  .pqylB {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .mepYizvDv {
    padding: 1rem;
  }
  
  .OPSH {
    padding: 1.5rem 1rem;
  }
  
  .tYbh {
    font-size: 1.8rem;
  }
  
  .QUEoOyWXXb {
    font-size: 1.2rem;
  }
}

.CLOEojU {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.WcahvTmrYh {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.nkSbcRZv {
  font-family: 'Unica One', sans-serif;
  font-size: 2.5rem;
  color: #1d4436;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.nkSbcRZv::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #1d4436 0%, #9c69d9 100%);
  border-radius: 2px;
}

.vmcWkCqrbVd {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  text-align: center;
  color: #555;
}

.eiEbnoppy {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  background: #f9f9f9;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.eiEbnoppy::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #1d4436, #9c69d9);
}

.eiEbnoppy:hover {
  background: #f0f5ff;
  transform: translateX(5px);
}

.nomRqyuWtqxwru {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.DSLknWdv {
  font-size: 1.8rem;
  color: #9c69d9;
  margin-right: 1rem;
}

.VNGn {
  font-family: 'Unica One', sans-serif;
  font-size: 1.4rem;
  color: #1d4436;
  margin: 0;
}

.TzjXuZy {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.TzjXuZy a {
  color: #9c69d9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.TzjXuZy a:hover {
  color: #1d4436;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .WcahvTmrYh {
    padding: 2rem 1.5rem;
  }
  
  .nkSbcRZv {
    font-size: 2rem;
  }
  
  .nomRqyuWtqxwru {
    flex-direction: column;
    text-align: center;
  }
  
  .DSLknWdv {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .CLOEojU {
    padding: 1rem;
  }
  
  .WcahvTmrYh {
    padding: 1.5rem 1rem;
  }
  
  .nkSbcRZv {
    font-size: 1.8rem;
  }
  
  .VNGn {
    font-size: 1.2rem;
  }
}

.iPOwlTiBHF {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.uNTi {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.SxWnxvTHJ {
  font-family: 'Unica One', sans-serif;
  font-size: 2.5rem;
  color: #1d4436;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.SxWnxvTHJ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #1d4436 0%, #9c69d9 100%);
  border-radius: 2px;
}

.umpgWpZeLD {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  text-align: center;
  color: #555;
}

.TQRZkCgjXUBYY {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-left: 4px solid #9c69d9;
  background: #f9f9f9;
  border-radius: 0 8px 8px 0;
  transition: all 0.3s ease;
}

.TQRZkCgjXUBYY:hover {
  background: #f0f5ff;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 119, 255, 0.1);
}

.nnORSfCvx {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.tYKvFWFYqFlu {
  font-size: 1.8rem;
  color: #9c69d9;
  margin-right: 1rem;
}

.ZmjejSCD {
  font-family: 'Unica One', sans-serif;
  font-size: 1.4rem;
  color: #1d4436;
  margin: 0;
}

.cZtOgoz {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

@media (max-width: 768px) {
  .uNTi {
    padding: 2rem 1.5rem;
  }
  
  .SxWnxvTHJ {
    font-size: 2rem;
  }
  
  .nnORSfCvx {
    flex-direction: column;
    text-align: center;
  }
  
  .tYKvFWFYqFlu {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .iPOwlTiBHF {
    padding: 1rem;
  }
  
  .uNTi {
    padding: 1.5rem 1rem;
  }
  
  .SxWnxvTHJ {
    font-size: 1.8rem;
  }
  
  .ZmjejSCD {
    font-size: 1.2rem;
  }
}

.mIiIdqL {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.idyrmdgkajQa {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.YvoLjXhHQ {
  font-family: 'Unica One', sans-serif;
  font-size: 2.5rem;
  color: #1d4436;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.YvoLjXhHQ::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #1d4436 0%, #9c69d9 100%);
  border-radius: 2px;
}

.DePWKV {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  text-align: center;
  color: #555;
}

.APxrdIKR {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.APxrdIKR:hover {
  background: #f0f5ff;
  transform: translateX(5px);
}

.LsaodZdhl {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.mxSTQAwWsI {
  font-size: 1.8rem;
  color: #9c69d9;
  margin-right: 1rem;
}

.kGCAh {
  font-family: 'Unica One', sans-serif;
  font-size: 1.4rem;
  color: #1d4436;
  margin: 0;
}

.wfuPeeCRqTbr {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.wfuPeeCRqTbr a {
  color: #9c69d9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.wfuPeeCRqTbr a:hover {
  color: #1d4436;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .idyrmdgkajQa {
    padding: 2rem 1.5rem;
  }
  
  .YvoLjXhHQ {
    font-size: 2rem;
  }
  
  .LsaodZdhl {
    flex-direction: column;
    text-align: center;
  }
  
  .mxSTQAwWsI {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .mIiIdqL {
    padding: 1rem;
  }
  
  .idyrmdgkajQa {
    padding: 1.5rem 1rem;
  }
  
  .YvoLjXhHQ {
    font-size: 1.8rem;
  }
  
  .kGCAh {
    font-size: 1.2rem;
  }
}

.ZCsZDklGPZz {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1rem;
}

.WUZXVVRM {
  background: white;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.BxXDYKpzh {
  font-family: 'Unica One', sans-serif;
  font-size: 2.5rem;
  color: #1d4436;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem;
}

.BxXDYKpzh::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(135deg, #1d4436 0%, #9c69d9 100%);
  border-radius: 2px;
}

.BRuuDimBVvR {
  font-size: 1.1rem;
  line-height: 1.7;
  margin-bottom: 3rem;
  text-align: center;
  color: #555;
}

.FxCvdgEbq {
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  border-radius: 8px;
  background: #f9f9f9;
  transition: all 0.3s ease;
}

.FxCvdgEbq:hover {
  background: #f0f5ff;
  transform: translateX(5px);
}

.hXWCMDiBs {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.YxKuTLTeEp {
  font-size: 1.8rem;
  color: #9c69d9;
  margin-right: 1rem;
}

.YumyqOJLXwavs {
  font-family: 'Unica One', sans-serif;
  font-size: 1.4rem;
  color: #1d4436;
  margin: 0;
}

.owWekUG {
  font-size: 1rem;
  line-height: 1.6;
  color: #444;
}

.oCDaBsq {
  display: inline-block;
  background: linear-gradient(135deg, #1d4436 0%, #9c69d9 100%);
  color: white;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-family: 'Unica One', sans-serif;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  text-align: center;
  margin: 2rem auto 0;
  display: block;
  max-width: 250px;
}

.oCDaBsq:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(74, 0, 130, 0.3);
}

@media (max-width: 768px) {
  .WUZXVVRM {
    padding: 2rem 1.5rem;
  }
  
  .BxXDYKpzh {
    font-size: 2rem;
  }
  
  .hXWCMDiBs {
    flex-direction: column;
    text-align: center;
  }
  
  .YxKuTLTeEp {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
}

@media (max-width: 480px) {
  .ZCsZDklGPZz {
    padding: 1rem;
  }
  
  .WUZXVVRM {
    padding: 1.5rem 1rem;
  }
  
  .BxXDYKpzh {
    font-size: 1.8rem;
  }
  
  .YumyqOJLXwavs {
    font-size: 1.2rem;
  }
}

.mGYk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mGYk.active {
  opacity: 1;
  visibility: visible;
}

.xPCUMSHJtN {
  background: white;
  border-radius: 12px;
  padding: 2.5rem;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
  transform: translateY(-20px);
  transition: transform 0.3s ease;
}

.mGYk.active .xPCUMSHJtN {
  transform: translateY(0);
}

.CmakeVdpJO {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: #777;
  transition: color 0.3s ease;
}

.CmakeVdpJO:hover {
  color: #ff0000;
}

.lVDdEsI {
  font-family: 'Unica One', sans-serif;
  font-size: 2rem;
  color: #1d4436;
  margin-bottom: 1rem;
  text-align: center;
}

.KhkIfpgxkB {
  font-size: 1rem;
  color: #555;
  margin-bottom: 2rem;
  text-align: center;
}

.yIbWQ {
  margin-bottom: 2rem;
}

.FkJxdx {
  margin-bottom: 1.5rem;
}

.xLUeVtYff, .dqYhlme {
  width: 100%;
  padding: 1rem;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-family: 'Karla', sans-serif;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.xLUeVtYff:focus, .dqYhlme:focus {
  outline: none;
  border-color: #9c69d9;
  box-shadow: 0 0 0 3px rgba(0, 119, 255, 0.1);
}

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

.VbOudmvQebZJ {
  color: #ff6b6b;
  font-size: 0.85rem;
  margin-top: 0.5rem;
  min-height: 20px;
}

.mwuNOV {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
  text-align: left;
}

.tIzKEwGGumHgYbS {
  margin-top: 0.3rem;
}

.LNydwCnOZDGwC {
  font-size: 0.9rem;
  color: var(--zodark-text);
}

.IQvFjaQFz {
  color: #9c69d9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.IQvFjaQFz:hover {
  color: #1d4436;
  text-decoration: underline;
}

.puIzFcSaVOJFb {
  background: linear-gradient(135deg, #1d4436 0%, #9c69d9 100%);
  color: white;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-family: 'Unica One', sans-serif;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.puIzFcSaVOJFb:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.puIzFcSaVOJFb:not(:disabled):hover {
  background-color: var(--zoelectric-pink);
  color: var(--zolight-text);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(74, 0, 130, 0.3);
}

.wocIbxMonr {
  text-align: center;
  padding: 2rem;
  background: #f0fff4;
  border-radius: 8px;
  border-left: 4px solid #38a169;
  display: none;
}

.HknzyAZfzkm {
  font-size: 3rem;
  color: #38a169;
  margin-bottom: 1rem;
}

.bFttPz {
  font-family: 'Unica One', sans-serif;
  font-size: 1.5rem;
  color: #2d3748;
  margin-bottom: 1rem;
}

.TffYONPGdqJn {
  font-size: 1rem;
  line-height: 1.6;
}

.dGIcMolebK {
  border-top: 1px solid #e0e0e0;
  padding-top: 1.5rem;
}

.sSSNURl {
  font-family: 'Unica One', sans-serif;
  font-size: 1.2rem;
  color: #1d4436;
  margin-bottom: 1rem;
}

.MxeanasJZtcuTNi {
  display: flex;
  align-items: center;
  margin-bottom: 0.8rem;
}

.xaJvxSmJflzk {
  font-size: 1.2rem;
  color: #9c69d9;
  margin-right: 0.8rem;
  width: 20px;
}

.LHYbgyuRoxOzH {
  font-size: 0.95rem;
  color: #555;
}

.LHYbgyuRoxOzH a {
  color: #9c69d9;
  text-decoration: none;
  transition: color 0.3s ease;
}

.LHYbgyuRoxOzH a:hover {
  color: #1d4436;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .xPCUMSHJtN {
    padding: 2rem 1.5rem;
  }
  
  .lVDdEsI {
    font-size: 1.8rem;
  }
  
  .mwuNOV {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .xPCUMSHJtN {
    padding: 1.5rem 1rem;
    width: 95%;
  }
  
  .lVDdEsI {
    font-size: 1.6rem;
  }
  
  .puIzFcSaVOJFb {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
  }
}