
/* Scoped CSS file for Erika Ducting Homepage Module */

/* Scoped Reset */
#ErikaHome_root__e9d8c,
#ErikaHome_root__e9d8c *,
#ErikaHome_root__e9d8c *::before,
#ErikaHome_root__e9d8c *::after {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

#ErikaHome_root__e9d8c {
  font-family: 'Vazirmatn', 'Inter', system-ui, -apple-system, sans-serif !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  background-color: #F7F9FC !important;
  color: #0B1F3B !important;
  overflow-x: hidden !important;
  width: 100% !important;
  position: relative !important;
}

/* HELPER CONTAINERS */
#ErikaHome_root__e9d8c .ErikaHome_maxContainer__e9d8c {
  max-width: 1440px!important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  width: 100% !important;
padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
}

/* 1. HERO SLIDER SECTION */
#ErikaHome_root__e9d8c .ErikaHome_heroContainer__e9d8c {
  position: relative !important;
  overflow: hidden !important;
  background-color: #020617 !important;
  min-height: 640px !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroBgs__e9d8c {
  position: absolute !important;
  inset: 0 !important;
  z-index: 1 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroBgItem__e9d8c {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0 !important;
  transform: scale(1.08) !important;
  transition: opacity 1s cubic-bezier(0.19, 1, 0.22, 1), transform 1s cubic-bezier(0.19, 1, 0.22, 1) !important;
  pointer-events: none !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroBgItem__e9d8c.ErikaHome_active__e9d8c {
  opacity: 0.38 !important;
  transform: scale(1) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroGradientOverlay__e9d8c {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to left, rgba(2, 6, 23, 0.95) 0%, rgba(2, 6, 23, 0.85) 50%, rgba(2, 6, 23, 0) 100%) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroRadialOverlay__e9d8c {
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle at top right, rgba(255, 138, 0, 0.15), transparent 75%) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroInner__e9d8c {
  position: relative !important;
  z-index: 10 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_slidesWrapper__e9d8c {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
}

#ErikaHome_root__e9d8c .ErikaHome_slideContentItem__e9d8c {
  display: none !important;
  opacity: 0 !important;
  transform: translateX(30px) !important;
  transition: opacity 0.6s cubic-bezier(0.19, 1, 0.22, 1), transform 0.6s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_slideContentItem__e9d8c.ErikaHome_active__e9d8c {
  display: block !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2.5rem !important;
  align-items: center !important;
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_heroGrid__e9d8c {
    grid-template-columns: 7fr 5fr !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_heroTextCol__e9d8c {
  color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 1.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_badgeCap__e9d8c {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background-color: rgba(255, 138, 0, 0.2) !important;
  color: #FFA033 !important;
  border: 1px solid rgba(255, 138, 0, 0.4) !important;
  align-self: flex-start !important;
  padding: 0.35rem 0.75rem !important;
  border-radius: 9999px !important;
  font-size: 0.8rem !important;
  font-weight: 600 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_badgeIcon__e9d8c {
  width: 1rem !important;
  height: 1rem !important;
  color: #FF8A00 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroTitle__e9d8c {
  font-size: 1.85rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
  color: #ffffff !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_heroTitle__e9d8c {
    font-size: 2.8rem !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_accentWord__e9d8c {
  color: #FF8A00 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroDesc__e9d8c {
  font-size: 0.9rem !important;
  line-height: 1.7 !important;
  color: #cbd5e1 !important;
  max-width: 600px !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroActionGroup__e9d8c {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
  margin-top: 0.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_btnPrimary__e9d8c {
  background-color: #FF8A00 !important;
  color: #ffffff !important;
  padding: 1rem 1.85rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
  border: none !important;
  cursor: pointer !important;
  box-shadow: 0 10px 15px -3px rgba(255, 138, 0, 0.3) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_btnPrimary__e9d8c:hover {
  background-color: #E27B00 !important;
  transform: translateY(-2px) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_btnSecondary__e9d8c {
  background-color: rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  padding: 1rem 1.85rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
  cursor: pointer !important;
}

#ErikaHome_root__e9d8c .ErikaHome_btnSecondary__e9d8c:hover {
  background-color: rgba(255, 255, 255, 0.2) !important;
  transform: translateY(-2px) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_btnIcon__e9d8c {
  width: 1.15rem !important;
  height: 1.15rem !important;
}

/* Hero Image Column styling */
#ErikaHome_root__e9d8c .ErikaHome_heroImageCol__e9d8c {
  position: relative !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_imgFrameWrapper__e9d8c {
  position: relative !important;
  max-width: 440px !important;
  margin: 0 auto !important;
}

#ErikaHome_root__e9d8c .ErikaHome_imgBackdrop__e9d8c {
  position: absolute !important;
  inset: -10px !important;
  background-color: rgba(31, 111, 235, 0.25) !important;
  border-radius: 1.5rem !important;
  transform: rotate(3deg) scale(1.02) !important;
  z-index: 1 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_imgContainer__e9d8c {
  position: relative !important;
  z-index: 2 !important;
  border-radius: 1.25rem !important;
  overflow: hidden !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5) !important;
  background-color: #0F2D54 !important;
  height: 380px !important;
}

#ErikaHome_root__e9d8c .ErikaHome_heroGraphicImg__e9d8c {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

#ErikaHome_root__e9d8c .ErikaHome_floatingImgCaption__e9d8c {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.4) 60%, transparent 100%) !important;
  padding: 1.5rem !important;
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_captionSub__e9d8c {
  color: #FF8A00 !important;
  font-size: 0.7rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.1em !important;
  display: block !important;
  margin-bottom: 0.25rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_captionMain__e9d8c {
  color: #ffffff !important;
  font-size: 0.85rem !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_cornerStickyBadge__e9d8c {
  position: absolute !important;
  bottom: -15px !important;
  right: -15px !important;
  background-color: #0B1F3B !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 0.85rem !important;
  padding: 0.85rem 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  z-index: 10 !important;
  box-shadow: 0 10px 25px -5px rgba(0,0,0,0.4) !important;
  max-width: 210px !important;
}

#ErikaHome_root__e9d8c .ErikaHome_cornerBadgeIcon__e9d8c {
  background-color: #FF8A00 !important;
  color: #ffffff !important;
  width: 2rem !important;
  height: 2rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.5rem !important;
  font-size: 1rem !important;
  flex-shrink: 0 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_cornerBadgeText__e9d8c {
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_cornerBadgeText__e9d8c h4 {
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  color: #cbd5e1 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_cornerBadgeText__e9d8c p {
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  margin-top: 0.15rem !important;
}

/* Hero Bottom Stats strip */
#ErikaHome_root__e9d8c .ErikaHome_heroStatsStrip__e9d8c {
  grid-column: span 12 !important;
  margin-top: 3.5rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 2rem !important;
  border-t: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 2rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_statPart__e9d8c {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem !important;
  text-align: right !important;
  min-width: 140px !important;
}

#ErikaHome_root__e9d8c .ErikaHome_statNum__e9d8c {
  font-size: 2.15rem !important;
  font-weight: 900 !important;
  color: #FF8A00 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_statPart__e9d8c:nth-child(3) .ErikaHome_statNum__e9d8c {
  color: #1F6FEB !important;
}

#ErikaHome_root__e9d8c .ErikaHome_statText__e9d8c {
  font-size: 0.8rem !important;
  color: #cbd5e1 !important;
}

/* Dots capsule underneath slider */
#ErikaHome_root__e9d8c .ErikaHome_dotsContainer__e9d8c {
  position: absolute !important;
  bottom: 1.5rem !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
  display: flex !important;
  gap: 0.5rem !important;
  z-index: 20 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_dotItem__e9d8c {
  width: 0.65rem !important;
  height: 0.65rem !important;
  border-radius: 9999px !important;
  background-color: rgba(255,255,255,0.3) !important;
  border: none !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_dotItem__e9d8c.ErikaHome_active__e9d8c {
  width: 2rem !important;
  background-color: #FF8A00 !important;
  box-shadow: 0 4px 6px -1px rgba(255, 138, 0, 0.4) !important;
}

/* Arrows controls code styling */
#ErikaHome_root__e9d8c .ErikaHome_arrowBtn__e9d8c {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  z-index: 25 !important;
  width: 3rem !important;
  height: 3rem !important;
  border-radius: 9999px !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  color: #ffffff !important;
  display: none !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  backdrop-filter: blur(8px) !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_arrowBtn__e9d8c {
    display: flex !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_arrowLeft__e9d8c {
  left: 1.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_arrowRight__e9d8c {
  right: 1.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_arrowBtn__e9d8c:hover {
  background-color: #FF8A00 !important;
  border-color: #FF8A00 !important;
  box-shadow: 0 0 15px rgba(255, 138, 0, 0.5) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svgIcon__e9d8c {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

/* 2. VALUE PROPS / TRUST MARKS STRIP */
#ErikaHome_root__e9d8c .ErikaHome_trustSection__e9d8c {
  background-color: #ffffff !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_trustRowGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_trustRowGrid__e9d8c {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_trustRowGrid__e9d8c {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_trustBoxCard__e9d8c {
  display: flex !important;
  align-items: flex-start !important;
  gap: 1rem !important;
  text-align: right !important;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
  padding: 0.75rem !important;
  border-radius: 1rem !important;
  border: 1px solid transparent !important;
  cursor: pointer !important;
}

#ErikaHome_root__e9d8c .ErikaHome_trustBoxCard__e9d8c:hover {
  transform: translateY(-5px) !important;
  background-color: #ffffff !important;
  border-color: rgba(255, 138, 0, 0.25) !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.04) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_trustBoxCard__e9d8c:hover .ErikaHome_iconFrame__e9d8c {
  background-color: rgba(255, 138, 0, 0.1) !important;
  color: #FF8A00 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_iconFrame__e9d8c {
  background-color: rgba(11, 31, 59, 0.05) !important;
  color: #FF8A00 !important;
  padding: 0.75rem !important;
  border-radius: 0.75rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 3rem !important;
  height: 3rem !important;
  flex-shrink: 0 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_iconFrame__e9d8c svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_trustCardMeta__e9d8c h3 {
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  color: #0B1F3B !important;
  margin-bottom: 0.25rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_trustCardMeta__e9d8c p {
  font-size: 0.75rem !important;
  color: #64748b !important;
  line-height: 1.6 !important;
}

/* SECTION HEADERS (COMMON FOR ALL CORE SECTIONS) */
#ErikaHome_root__e9d8c .ErikaHome_sectionHeader__e9d8c {
  text-align: center !important;
  max-width: 768px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 3.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 0.75rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_subHeading__e9d8c {
  color: #FF8A00 !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.07em !important;
}

#ErikaHome_root__e9d8c .ErikaHome_headingTitle__e9d8c {
  font-size: 1.75rem !important;
  font-weight: 900 !important;
  line-height: 1.3 !important;
}

@media (min-width: 768px) {
  #ErikaHome_root__e9d8c .ErikaHome_headingTitle__e9d8c {
    font-size: 2.25rem !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_separatorLine__e9d8c {
  width: 5rem !important;
  height: 4px !important;
  background-color: #FF8A00 !important;
  border-radius: 9999px !important;
}

#ErikaHome_root__e9d8c .ErikaHome_headingSubtitle__e9d8c {
  font-size: 0.9rem !important;
  color: #64748b !important;
  line-height: 1.6 !important;
}

/* 3. CORE SERVICES SECTION */
#ErikaHome_root__e9d8c .ErikaHome_servicesSection__e9d8c {
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_servicesGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_servicesGrid__e9d8c {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_servicesGrid__e9d8c {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_svcCard__e9d8c {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 1.25rem !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.3s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.3s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCard__e9d8c:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.08), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  border-color: rgba(255, 138, 0, 0.3) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCardHeadImg__e9d8c {
  height: 12rem !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: #edf2f7 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCardHeadImg__e9d8c img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCard__e9d8c:hover .ErikaHome_svcCardHeadImg__e9d8c img {
  transform: scale(1.05) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcImgOverlay__e9d8c {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(11, 31, 59, 1) 0%, transparent 60%) !important;
  opacity: 0.6 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCardTag__e9d8c {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  background-color: #0B1F3B !important;
  color: #FF8A00 !important;
  font-size: 0.65rem !important;
  font-weight: 800 !important;
  padding: 0.25rem 0.65rem !important;
  border-radius: 9999px !important;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCardContent__e9d8c {
  padding: 1.5rem !important;
  flex-grow: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcIconHolder__e9d8c {
  background-color: rgba(11, 31, 59, 0.05) !important;
  color: #0B1F3B !important;
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 1rem !important;
  transition: all 0.3s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCard__e9d8c:hover .ErikaHome_svcIconHolder__e9d8c {
  background-color: rgba(255, 138, 0, 0.1) !important;
  color: #FF8A00 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcIconHolder__e9d8c svg {
  width: 1.25rem !important;
  height: 1.25rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCardTitle__e9d8c {
  font-size: 1.05rem !important;
  font-weight: 800 !important;
  color: #0B1F3B !important;
  margin-bottom: 0.5rem !important;
  transition: color 0.3s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCard__e9d8c:hover .ErikaHome_svcCardTitle__e9d8c {
  color: #1F6FEB !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCardText__e9d8c {
  font-size: 0.8rem !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin-bottom: 1.5rem !important;
  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCardBottom__e9d8c {
  border-top: 1px solid #f1f5f9 !important;
  padding-top: 1rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcLinkBtn__e9d8c {
  background-color: #0B1F3B !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  padding: 0.65rem 1rem !important;
  border-radius: 0.5rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcLinkBtn__e9d8c:hover {
  background-color: #FF8A00 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcLinkBtn__e9d8c svg {
  width: 0.85rem !important;
  height: 0.85rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_svcCode__e9d8c {
  font-size: 0.55rem !important;
  color: #94a3b8 !important;
  font-family: monospace !important;
  letter-spacing: 0.05em !important;
}

/* 4. SEAMLESS CALCULATOR CALL TO ACTION */
#ErikaHome_root__e9d8c .ErikaHome_calculatorCta__e9d8c {
  position: relative !important;
  overflow: hidden !important;
  background-color: #0f172a !important;
  color: #ffffff !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_calCoverBlendBg__e9d8c {
  position: absolute !important;
  inset: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  opacity: 0.15 !important;
  mix-blend-mode: overlay !important;
  pointer-events: none !important;
}

#ErikaHome_root__e9d8c .ErikaHome_relZ10__e9d8c {
  position: relative !important;
  z-index: 10 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_ctaGrateBanner__e9d8c {
  background: linear-gradient(to left, rgba(255, 138, 0, 0.2) 0%, transparent 100%) !important;
  border: 1px solid rgba(255, 138, 0, 0.25) !important;
  border-radius: 1.5rem !important;
  padding: 2.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 2rem !important;
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_ctaGrateBanner__e9d8c {
    flex-direction: row !important;
    justify-content: space-between !important;
    text-align: right !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_ctaLeftInfo__e9d8c {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.85rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_ctaBadge__e9d8c {
  background-color: #FF8A00 !important;
  color: #ffffff !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  padding: 0.25rem 0.75rem !important;
  border-radius: 9999px !important;
  align-self: flex-start !important;
}

#ErikaHome_root__e9d8c .ErikaHome_ctaLeftInfo__e9d8c h2 {
  font-size: 1.35rem !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
}

@media (min-width: 768px) {
  #ErikaHome_root__e9d8c .ErikaHome_ctaLeftInfo__e9d8c h2 {
    font-size: 1.85rem !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_ctaLeftInfo__e9d8c p {
  font-size: 0.825rem !important;
  color: #cbd5e1 !important;
  line-height: 1.6 !important;
  max-width: 720px !important;
}

#ErikaHome_root__e9d8c .ErikaHome_ctaBtnAction__e9d8c {
  background-color: #FF8A00 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  padding: 1rem 1.85rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  white-space: nowrap !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
  box-shadow: 0 10px 15px -3px rgba(255, 138, 0, 0.4) !important;
  cursor: pointer !important;
}

#ErikaHome_root__e9d8c .ErikaHome_ctaBtnAction__e9d8c:hover {
  background-color: #E27B00 !important;
  transform: translateY(-2px) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_ctaBtnAction__e9d8c svg {
  width: 1.15rem !important;
  height: 1.15rem !important;
}

/* 5. WORKSHOP SHOWCASE SECTION */
#ErikaHome_root__e9d8c .ErikaHome_workshopSection__e9d8c {
  background-color: #ffffff !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workshopGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_workshopGrid__e9d8c {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_workshopGrid__e9d8c {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_workCard__e9d8c {
  border: 1px solid #f1f5f9 !important;
  background-color: #F7F9FC !important;
  border-radius: 1.25rem !important;
  overflow: hidden !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.02) !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workCard__e9d8c:hover {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 20px -3px rgba(0,0,0,0.05) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workImgBox__e9d8c {
  height: 14rem !important;
  position: relative !important;
  overflow: hidden !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workImgBox__e9d8c img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workCard__e9d8c:hover .ErikaHome_workImgBox__e9d8c img {
  transform: scale(1.04) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workImgTag__e9d8c {
  position: absolute !important;
  top: 1rem !important;
  right: 1rem !important;
  background-color: #0B1F3B !important;
  color: #FF8A00 !important;
  font-size: 0.7rem !important;
  font-weight: 800 !important;
  padding: 0.35rem 0.75rem !important;
  border-radius: 9999px !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workCardBody__e9d8c {
  padding: 1.5rem !important;
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workCardBody__e9d8c h3 {
  font-size: 0.95rem !important;
  font-weight: 800 !important;
  color: #0B1F3B !important;
  margin-bottom: 0.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_workCardBody__e9d8c p {
  font-size: 0.75rem !important;
  color: #64748b !important;
  line-height: 1.6 !important;
}

/* 6. INDUSTRIAL APPLICATIONS GRID */
#ErikaHome_root__e9d8c .ErikaHome_applicationsSection__e9d8c {
  background-color: #F0F4F8 !important;
  border-top: 1px solid #e2e8f0 !important;
  border-bottom: 1px solid #e2e8f0 !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_appsGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr_!important;
  gap: 1.5rem !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_appsGrid__e9d8c {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_appsGrid__e9d8c {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_appCard__e9d8c {
  background-color: #ffffff !important;
  padding: 1.5rem !important;
  border-radius: 1rem !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.01) !important;
  cursor: pointer !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_appCard__e9d8c:hover {
  transform: scale(1.02) !important;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.05) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_appCardHeader__e9d8c {
  display: flex !important;
  align-items: center !important;
  gap: 0.75rem !important;
  margin-bottom: 0.75rem !important;
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_appIconBox__e9d8c {
  background-color: #ECF3FC !important;
  color: #1F6FEB !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0.5rem !important;
  font-size: 1.15rem !important;
  flex-shrink: 0 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_appCardHeader__e9d8c h3 {
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  color: #0B1F3B !important;
}

#ErikaHome_root__e9d8c .ErikaHome_appCard__e9d8c p {
  font-size: 0.75rem !important;
  color: #64748b !important;
  line-height: 1.6 !important;
  margin-bottom: 1rem !important;
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_appCardLink__e9d8c {
  display: flex !important;
  align-items: center !important;
  gap: 0.35rem !important;
  color: #1F6FEB !important;
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_appCardLink__e9d8c svg {
  width: 0.95rem !important;
  height: 0.95rem !important;
  transform: rotate(180deg) !important; /* RTL arrow correction */
}

/* 6.5. ABOUT US SECTION */
#ErikaHome_root__e9d8c .ErikaHome_aboutUsSection__e9d8c {
  background-color: #ffffff !important;
  background-image: linear-gradient(to bottom, #F0F4F8, #ffffff) !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 3rem !important;
  align-items: center !important;
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_aboutGrid__e9d8c {
    grid-template-columns: 7fr 5fr !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_aboutTextCol__e9d8c {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutBadgeCapsule__e9d8c {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  background-color: rgba(11, 31, 59, 0.05) !important;
  color: #0B1F3B !important;
  padding: 0.35rem 0.85rem !important;
  border-radius: 9999px !important;
  align-self: flex-start !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutBadgeIcon__e9d8c {
  font-size: 1rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutMainTitle__e9d8c {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  line-height: 1.4 !important;
  color: #0B1F3B !important;
}

@media (min-width: 768px) {
  #ErikaHome_root__e9d8c .ErikaHome_aboutMainTitle__e9d8c {
    font-size: 2.25rem !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_aboutParagraph__e9d8c {
  font-size: 0.85rem !important;
  line-height: 1.7 !important;
  color: #475569 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_pillarsGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1rem !important;
  margin-top: 0.5rem !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_pillarsGrid__e9d8c {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_pillarCard__e9d8c {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 1rem !important;
  padding: 1.25rem !important;
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_pillarIcon__e9d8c {
  width: 2.5rem !important;
  height: 2.5rem !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.25rem !important;
  margin-bottom: 0.75rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_pillarCard__e9d8c h4 {
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  color: #0B1F3B !important;
  margin-bottom: 0.25rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_pillarCard__e9d8c p {
  font-size: 0.65rem !important;
  color: #64748b !important;
  line-height: 1.5 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutFooterCTA__e9d8c {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 1.5rem !important;
  margin-top: 1rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutCtaBtn__e9d8c {
  background-color: #0B1F3B !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 0.8rem !important;
  font-weight: 900 !important;
  padding: 0.95rem 1.5rem !important;
  border-radius: 0.75rem !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.5rem !important;
  transition: all 0.2s ease !important;
  cursor: pointer !important;
  box-shadow: 0 4px 6px -1px rgba(11, 31, 59, 0.1) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutCtaBtn__e9d8c:hover {
  background-color: #FF8A00 !important;
  box-shadow: 0 10px 15px -3px rgba(255, 138, 0, 0.2) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutCtaBtn__e9d8c svg {
  width: 1rem !important;
  height: 1rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutGroupEst__e9d8c {
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  font-family: monospace !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutVisualCol__e9d8c {
  position: relative !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutGraphicCard__e9d8c {
  position: relative !important;
  border-radius: 1.5rem !important;
  overflow: hidden !important;
  height: 380px !important;
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1) !important;
  border: 1px solid #e2e8f0 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutGraphicCard__e9d8c img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.5s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_aboutGraphicCard__e9d8c:hover img {
  transform: scale(1.02) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_graphicCardOverlay__e9d8c {
  position: absolute !important;
  inset: 0 !important;
  background: linear-gradient(to top, rgba(11, 31, 59, 0.85) 0%, transparent 60%) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_graphicCardText__e9d8c {
  position: absolute !important;
  bottom: 1.5rem !important;
  left: 1.5rem !important;
  right: 1.5rem !important;
  text-align: right !important;
  color: #ffffff !important;
}

#ErikaHome_root__e9d8c .ErikaHome_graphicCardText__e9d8c span {
  color: #FF8A00 !important;
  font-size: 0.7rem !important;
  font-weight: 900 !important;
  letter-spacing: 0.1em;
  display: block !important;
  margin-bottom: 0.25rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_graphicCardText__e9d8c h4 {
  font-size: 1rem !important;
  font-weight: 800 !important;
  line-height: 1.5 !important;
}

/* 6.8 TESTIMONIALS AND PARTNER COMPANIES */
#ErikaHome_root__e9d8c .ErikaHome_testimonialsSection__e9d8c {
  position: relative !important;
  overflow: hidden !important;
  background-color: #d9d9d9 !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_testimonialsRadialOverlay__e9d8c {
  position: absolute !important;
  inset: 0 !important;
  background: radial-gradient(circle at bottom left, rgba(255, 138, 0, 0.1), transparent 60%) !important;
  pointer-events: none !important;
}

#ErikaHome_root__e9d8c .ErikaHome_testimonialsGradOverlay__e9d8c {
  position: absolute !important;
  top: -10% !important;
  left: 20% !important;
  width: 400px !important;
  height: 400px !important;
  background-color: rgba(31, 111, 235, 0.05) !important;
  border-radius: 9999px !important;
  filter: blur(80px) !important;
  pointer-events: none !important;
}

#ErikaHome_root__e9d8c .ErikaHome_reviewGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 2rem !important;
  margin-bottom: 4rem !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_reviewGrid__e9d8c {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_reviewGrid__e9d8c {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_reviewCard__e9d8c {
  background-color: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid #0B1F3B  !important;
  border-radius: 1.25rem !important;
  padding: 1.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  text-align: right !important;
  backdrop-filter: blur(4px) !important;
  transition: transform 0.2s cubic-bezier(0.19, 1, 0.22, 1), border-color 0.2s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_reviewCard__e9d8c:hover {
  transform: translateY(-6px) !important;
  border-color: rgba(255, 138, 0, 0.4) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_reviewHeadRow__e9d8c {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 1.25rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_starsRow__e9d8c {
  font-size: 0.85rem !important;
  letter-spacing: 0.1em !important;
  color: #fbbf24 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_reviewProjectTag__e9d8c {
  font-size: 0.65rem !important;
  font-weight: 800 !important;
  padding: 0.15rem 0.65rem !important;
  border-radius: 0.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_reviewText__e9d8c {
  font-size: 0.8rem !important;
  color: #000 !important;
  line-height: 1.65 !important;
  margin-bottom: 1.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_reviewUserMeta__e9d8c {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 0.85rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_userBadge__e9d8c {
  width: 2.25rem !important;
  height: 2.25rem !important;
  border-radius: 9999px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 0.75rem !important;
  font-weight: 900 !important;
  color: #ffffff !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  flex-shrink: 0 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_userMetaInfo__e9d8c {
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_userMetaInfo__e9d8c h4 {
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
}

#ErikaHome_root__e9d8c .ErikaHome_userMetaInfo__e9d8c p {
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  margin-top: 0.15rem !important;
}

/* Cooperating Partners styles area */
#ErikaHome_root__e9d8c .ErikaHome_partnersGridArea__e9d8c {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
  padding-top: 3rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_partnersTitle__e9d8c {
  text-align: center !important;
  font-size: 0.85rem !important;
  font-weight: 800 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #94a3b8 !important;
  margin-bottom: 2rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_partnersStrip__e9d8c {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 1.25rem !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_partnersStrip__e9d8c {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_partnersStrip__e9d8c {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_partnerBubbleCard__e9d8c {
  background-color: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid #0B1F3B !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  text-align: center !important;
  transition: all 0.3s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_partnerBubbleCard__e9d8c:hover {
  background-color: rgba(255, 255, 255, 0.08) !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_partnerBullet__e9d8c {
  width: 0.5rem !important;
  height: 0.5rem !important;
  border-radius: 9999px !important;
  background-color: #FF8A00 !important;
  margin: 0 auto 0.5rem auto !important;
  opacity: 0.5 !important;
  transition: opacity 0.3s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_partnerBubbleCard__e9d8c:hover .ErikaHome_partnerBullet__e9d8c {
  opacity: 1 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_partnerBubbleCard__e9d8c h4 {
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  color: #0B1F3B !important;
}

#ErikaHome_root__e9d8c .ErikaHome_partnerSubText__e9d8c {
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  display: block !important;
  margin-top: 0.15rem !important;
}

/* 7. QUICK INQUIRY FORM */
#ErikaHome_root__e9d8c .ErikaHome_formInquirySection__e9d8c {
  background-color: #ffffff !important;
  position: relative !important;
  width: 100% !important;
}

#ErikaHome_root__e9d8c .ErikaHome_wholeFormWrapper__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  border-radius: 1.5rem !important;
  overflow: hidden !important;
  border: 1px solid #e2e8f0 !important;
  box-shadow: 0 25px 50px -12px rgba(11, 31, 59, 0.15) !important;
}

@media (min-width: 1024px) {
  #ErikaHome_root__e9d8c .ErikaHome_wholeFormWrapper__e9d8c {
    grid-template-columns: 5fr 7fr !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_formSideInfoCol__e9d8c {
  background: linear-gradient(to bottom, #0F2D54 0%, #0B1F3B 100%) !important;
  color: #ffffff !important;
  padding: 2.5rem !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
}

#ErikaHome_root__e9d8c .ErikaHome_formColTag__e9d8c {
  color: #FF8A00 !important;
  font-size: 0.75rem !important;
  font-weight: 800 !important;
  display: block !important;
  margin-bottom: 0.5rem !important;
  text-transform: uppercase !important;
}

#ErikaHome_root__e9d8c .ErikaHome_formColTitle__e9d8c {
  font-size: 1.5rem !important;
  font-weight: 900 !important;
  margin-bottom: 1rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_formColDesc__e9d8c {
  font-size: 0.8rem !important;
  color: #94a3b8 !important;
  line-height: 1.7 !important;
  margin-bottom: 2rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_formContactsList__e9d8c {
  display: flex !important;
  flex-direction: column !important;
  gap: 1.25rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_contactRowItem__e9d8c {
  display: flex !important;
  align-items: center !important;
  gap: 1rem !important;
  text-align: right !important;
}

#ErikaHome_root__e9d8c .ErikaHome_contactIconBox__e9d8c {
  background-color: rgba(255,255,255,0.1) !important;
  color: #FF8A00 !important;
  width: 2.25rem !important;
  height: 2.25rem !important;
  border-radius: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.1rem !important;
  flex-shrink: 0 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_contactItemHead__e9d8c {
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  display: block !important;
}

#ErikaHome_root__e9d8c .ErikaHome_contactItemVal__e9d8c {
  font-size: 0.825rem !important;
  font-weight: bold !important;
  color: #ffffff !important;
}

#ErikaHome_root__e9d8c .ErikaHome_contactFooterTip__e9d8c {
  margin-top: 2rem !important;
  font-size: 0.65rem !important;
  color: #94a3b8 !important;
  border-top: 1px solid rgba(255,255,255,0.1) !important;
  padding-top: 1rem !important;
}

/* Form inputs right side */
#ErikaHome_root__e9d8c .ErikaHome_formColInputSide__e9d8c {
  padding: 2.5rem !important;
  background-color: #0d172a !important;
}

#ErikaHome_root__e9d8c .ErikaHome_inputSideMainTitle__e9d8c {
  color: #ffffff !important;
  font-size: 1.25rem !important;
  font-weight: 900 !important;
  margin-bottom: 2rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_formDualGrid__e9d8c {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

@media (min-width: 640px) {
  #ErikaHome_root__e9d8c .ErikaHome_formDualGrid__e9d8c {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

#ErikaHome_root__e9d8c .ErikaHome_formInputGroup__e9d8c {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  margin-bottom: 1.5rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_formInputGroup__e9d8c label {
  font-size: 0.75rem !important;
  font-weight: 700 !important;
  color: #94a3b8 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_inputField__e9d8c {
  background-color: #1e293b !important;
  border: 1px solid #334155 !important;
  color: #ffffff !important;
  padding: 0.75rem 1rem !important;
  border-radius: 0.75rem !important;
  outline: none !important;
  font-size: 0.85rem !important;
  transition: border-color 0.2s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_inputField__e9d8c:focus {
  border-color: #FF8A00 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_selectField__e9d8c {
  background-color: #1e293b !important;
  border: 1px solid #334155 !important;
  color: #ffffff !important;
  padding: 0.75rem 1rem !important;
  border-radius: 0.75rem !important;
  outline: none !important;
  font-size: 0.85rem !important;
  cursor: pointer !important;
  transition: border-color 0.2s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_selectField__e9d8c:focus {
  border-color: #FF8A00 !important;
}

/* Dropdown selections fix for standard browser */
#ErikaHome_root__e9d8c .ErikaHome_selectField__e9d8c option {
  background-color: #1e293b !important;
  color: #ffffff !important;
}

#ErikaHome_root__e9d8c .ErikaHome_textareaField__e9d8c {
  background-color: #1e293b !important;
  border: 1px solid #334155 !important;
  color: #ffffff !important;
  padding: 0.85rem 1rem !important;
  border-radius: 0.75rem !important;
  outline: none !important;
  font-size: 0.85rem !important;
  resize: none !important;
  transition: border-color 0.2s ease !important;
}

#ErikaHome_root__e9d8c .ErikaHome_textareaField__e9d8c:focus {
  border-color: #FF8A00 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_formSubmitButton__e9d8c {
  width: 100% !important;
  background-color: #FF8A00 !important;
  color: #ffffff !important;
  padding: 1rem !important;
  border-radius: 0.75rem !important;
  font-weight: 700 !important;
  font-size: 0.95rem !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  cursor: pointer !important;
  border: none !important;
  transition: transform 0.2s ease, background-color 0.2s ease !important;
  box-shadow: 0 10px 15px -3px rgba(255, 138, 0, 0.3) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_formSubmitButton__e9d8c:hover {
  background-color: #E27B00 !important;
  transform: scale(1.01) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_sendSvgIcon__e9d8c {
  width: 1.15rem !important;
  height: 1.15rem !important;
}

/* Inquiry Success Box Guard styles */
#ErikaHome_root__e9d8c .ErikaHome_successMessageFrame__e9d8c {
  background-color: rgba(16, 185, 129, 0.1) !important;
  border: 1px solid rgba(16, 185, 129, 0.2) !important;
  border-radius: 1.25rem !important;
  padding: 2.5rem 1.5rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1rem !important;
}

#ErikaHome_root__e9d8c .ErikaHome_successMessageFrame__e9d8c h4 {
  color: #10B981 !important;
  font-size: 1.15rem !important;
  font-weight: 800 !important;
}

#ErikaHome_root__e9d8c .ErikaHome_successMessageFrame__e9d8c p {
  color: #cbd5e1 !important;
  font-size: 0.8rem !important;
  line-height: 1.65 !important;
  max-width: 440px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

#ErikaHome_root__e9d8c .ErikaHome_successCircleCheckIcon__e9d8c {
  width: 3.5rem !important;
  height: 3.5rem !important;
  border-radius: 9999px !important;
  background-color: #10B981 !important;
  color: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 900 !important;
  font-size: 1.75rem !important;
}

/* Hidden Utility standard toggles */
#ErikaHome_root__e9d8c .ErikaHome_hidden__e9d8c {
  display: none !important;
}

/* ----------------------------------------------------
   ENTRY ANIMATIONS STRATEGY - Bypasses @keyframes Bugs
   ---------------------------------------------------- */
#ErikaHome_root__e9d8c .ErikaHome_animate-in__e9d8c {
  opacity: 0 !important;
  transition: opacity 0.8s cubic-bezier(0.19, 1, 0.22, 1), 
              transform 0.8s cubic-bezier(0.19, 1, 0.22, 1) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_animate-in__e9d8c.ErikaHome_animated__e9d8c {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/* Starting Positions */
#ErikaHome_root__e9d8c .ErikaHome_slide-up__e9d8c {
  transform: translateY(40px) !important;
}

#ErikaHome_root__e9d8c .ErikaHome_slide-down__e9d8c {
  transform: translateY(-40px) !important;
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #0b1f3a;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: #FF8A00 ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 24px;
                height: 24px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #fff;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-right : 0;
                }
                .top-list:last-child{
                    margin-left : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #fff;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-right: 0;
            }
            .top-navbar{
                height: 100%;
                background: ;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #fff;
                font-size: 15px;
                font-weight: 500;search
            }
            .top-nav-list:hover{
                background-color: ;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #fff;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: ;
                fill: ;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: ;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #2c3e50;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    right: 0;
                }
                .top-sub-list{
                    border-left: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: ;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 300px;
                height: 100px;
                max-width: 300px;
                max-height: 100px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: #0b1f3a;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-left: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: ;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: ;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: ;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color:  ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 15px;
                color: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  5px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #0b1f3a;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        right: 0;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        right: calc(100%  +  5px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width:200px;
                        border-left: 5px solid #fff;
                    }
                
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-right: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(180deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 0 3px 3px 0;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 3px 0 0 3px;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #fff;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: ;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #0b1f3a;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #fff;
                font-size: 14px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #fff;
            }
            .active{
                background-color: ;
            }
            .active a{
                color: ;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-right: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-left: 0 !important;
                }
                
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #f89c08;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: #0b1f3a;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #f89c08;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: #0b1f3a;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #fff;
                color: #fff;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #f89c08;
                    border-radius: 3px;
                    background: #0b1f3a;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-left: none !important;
                    }
                    .border-basket{
                        border-right: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: #0b1f3a;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: #0b1f3a;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #fff;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: #0b1f3a;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: #0b1f3a;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #f89c08;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #f89c08;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #f89c08;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #fff;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #0b1f3a;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: #0b1f3a;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        left: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 0 3px 3px 0 !important;
                        }
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: #0b1f3a;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #f89c08;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #0b1f3a !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #101322;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #101322;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #fff;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #fff;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #f89c08;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: #101322;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #fff;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #101322;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: 600ms;
                right: 25px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: 1px  solid  #000;
                padding: 15px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #777 ;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #fff ;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #fff ;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: auto;  
                        grid-template-columns: 300px minmax(auto, 100%) auto;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                        background-color: transparent;
                        background-image: unset;
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: center;
                    }
                    .top-section-3{
                        justify-content: flex-end;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        padding: 15px;
                        justify-content: center;
                    }
                    .nav-container .navbar{
                        justify-content: center;
                    }
                    .width-full{
                        width: 43vw !important;
                    }
                #module_footer_section_6{
;
width:100%;
padding-top:4vw;
padding-right:4vw;
padding-bottom:4vw;
padding-left:4vw;
border-style:none;
}#module_footer_column_14{
;
width:40%;
margin-top:0px;
padding-left:3vw;
border-style:none;
}#module_footer_row_37{
;
margin-top:0px;
border-style:none;
}#module_footer_items_48{
;
cursor:default;
width:16vw;
height:2vw;
font-weight:400;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_48:hover{
;
}#module_footer_items_88{
;
cursor:default;
line-height:2vw;
color:#fff;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-top:1vw;
}#module_footer_items_88:hover{
;
}#module_footer_column_15{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_items_49{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_49:hover{
;
}#module_footer_row_39{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_50{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_50:hover{
;
}#module_footer_row_41{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_52{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_52:hover{
;
}#module_footer_row_40{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_51{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_51:hover{
;
}#module_footer_column_16{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_items_53{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_53:hover{
;
}#module_footer_row_43{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_54{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_54:hover{
;
}#module_footer_row_44{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_55{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_55:hover{
;
}#module_footer_row_45{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_56{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_56:hover{
;
}#module_footer_column_17{
;
width:20%;
margin-top:0px;
border-style:none;
}#module_footer_items_58{
;
cursor:default;
line-height:1.5vw;
color:#FFF;
font-weight:bold;
font-size:1.05vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_58:hover{
;
}#module_footer_row_48{
;
padding-top:1.5vw;
border-style:none;
}#module_footer_items_59{
;
cursor:default;
line-height:1.2vw;
color:#FFF;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_59:hover{
;
}#module_footer_row_49{
;
padding-top:1vw;
border-style:none;
}#module_footer_items_60{
;
cursor:default;
line-height:1.2vw;
color:#fff;
font-weight:500;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_60:hover{
;
}#module_footer_section_7{
;
background-color:#f89c08;
border-style:none;
}#module_footer_row_71{
;
justify-content:center;
padding-top:1vw;
padding-bottom:1vw;
border-style:solid;
border-top-width:0.15vw;
border-color:#fff;
}#module_footer_items_86{
;
cursor:default;
text-align:center;
line-height:1.5vw;
color:#000;
font-weight:400;
font-size:.9vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_86:hover{
;
}#public_footer_main_4{;background-color:#0b1f3a;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:scroll;width:100%;max-width:100%;border-style:none;}#public_footer_main_4:hover{;}
                #public_footer_main_4{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_4 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_4 
            
            #public_footer_main_4 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_4 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_4:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: rtl;text-align: right;}