/* /Components/Home/Home_AboutComponent.razor.rz.scp.css */
:root[b-k8e2c3vpd1] {
  --primaryColor: #ffd600;
  --secondaryColor: #00827e;
  --heightHeader: 150px;
  --grayColor: #f8f8f8;
  --blackColor: #414042;
  --duration: 0.3s ease-in-out;
  --maxWidth: 1200px;
  --radius: 10px;
}
.about article[b-k8e2c3vpd1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  justify-content: center;
  text-align: center;
}
.about-body[b-k8e2c3vpd1] {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.about-body .card[b-k8e2c3vpd1] {
  width: 100%;
  background-color: var(--grayColor);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  border-radius: var(--radius);
  gap: 5px;
}
.about-body .card div[b-k8e2c3vpd1] {
  width: 50px;
  height: 50px;
  padding: 12px;
  background-color: var(--primaryColor);
  border-radius: 50%;
}
.about-body .card span[b-k8e2c3vpd1] {
  font-size: 1.3rem;
  font-weight: bold;
}
.about-body .card p[b-k8e2c3vpd1] {
  color: var(--blackColor);
  margin-top: 15px;
}
.about-branding[b-k8e2c3vpd1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #fff8dc;
  width: 100%;
  padding: 20px;
  border-radius: var(--radius);
  gap: 20px;
}
.about-branding span[b-k8e2c3vpd1] {
  font-size: 1.8rem;
  font-weight: bold;
}
.about-branding p[b-k8e2c3vpd1] {
  max-width: 600px;
}
@media only screen and (min-width: 800px) {
  .about-body[b-k8e2c3vpd1] {
    grid-template-columns: repeat(3, 1fr);
  }
}
/* /Components/Home/Home_BrandComponent.razor.rz.scp.css */
:root[b-8x8wl23ivs] {
  --primaryColor: #ffd600;
  --secondaryColor: #00827e;
  --heightHeader: 150px;
  --grayColor: #f8f8f8;
  --blackColor: #414042;
  --duration: 0.3s ease-in-out;
  --maxWidth: 1200px;
  --radius: 10px;
}
.logos[b-8x8wl23ivs] {
  background-color: var(--grayColor);
}
.logos article[b-8x8wl23ivs] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  justify-content: center;
  text-align: center;
}
.logos-list[b-8x8wl23ivs] {
  display: flex;
  gap: 20px;
  width: 100%;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.logos .logo[b-8x8wl23ivs] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow: 0 0 1px #0000005e;
  justify-items: center;
  align-items: center;
  text-align: center;
  max-width: 250px;
  width: 100%;
}
.logos .logo-image[b-8x8wl23ivs] {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--grayColor);
}
.logos .logo-image img[b-8x8wl23ivs] {
  width: 100%;
  object-fit: contain;
  padding: 20px;
}
.logos .logo-info[b-8x8wl23ivs] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  padding-top: 10px;
}
.logos .logo-info span[b-8x8wl23ivs] {
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--blackColor);
  position: relative;
}
.logos .logo-info p[b-8x8wl23ivs] {
  font-size: 1rem;
  color: var(--blackColor);
}
.colors article[b-8x8wl23ivs] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  justify-content: center;
  text-align: center;
}
.colors-list[b-8x8wl23ivs] {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 100%;
}
.colors-list .row[b-8x8wl23ivs] {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}
.colors-list .color[b-8x8wl23ivs] {
  background-color: var(--c);
  border-radius: var(--radius);
  overflow: hidden;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
  text-align: left;
  align-items: flex-start;
  justify-content: flex-start;
  box-shadow: 0 0 1px #0000005e;
}
.colors-list .color .hex[b-8x8wl23ivs] {
  font-size: 2.25rem;
  line-height: 2.5rem;
  color: var(--text, var(--blackColor));
}
.colors-list .color .title[b-8x8wl23ivs] {
  font-size: 1.5rem;
  line-height: 2rem;
  color: var(--text, var(--blackColor));
}
.colors-list .color .description[b-8x8wl23ivs] {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: var(--text, var(--blackColor));
}
/* /Components/Home/Home_HeroComponents.razor.rz.scp.css */
:root[b-g5l0fnpj05] {
  --primaryColor: #ffd600;
  --secondaryColor: #00827e;
  --heightHeader: 150px;
  --grayColor: #f8f8f8;
  --blackColor: #414042;
  --duration: 0.3s ease-in-out;
  --maxWidth: 1200px;
  --radius: 10px;
}
.hero[b-g5l0fnpj05] {
  position: relative;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 50%, #000000 100%);
  width: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-background[b-g5l0fnpj05] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 214, 0, 0.08) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(0, 130, 126, 0.08) 0%, transparent 50%);
  animation: gradientShift-b-g5l0fnpj05 15s ease-in-out infinite;
  pointer-events: none;
}
.hero #bg[b-g5l0fnpj05] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
}
.hero article[b-g5l0fnpj05] {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  gap: 20px;
  z-index: 1;
  padding-top: var(--heightHeader);
}
.hero-logo[b-g5l0fnpj05] {
  max-width: 350px;
  width: 100%;
  margin-bottom: 30px;
  opacity: 0;
  animation: logoReveal-b-g5l0fnpj05 1s ease-out 0.3s forwards;
}
.hero-logo[b-g5l0fnpj05]  svg {
  width: 100%;
  filter: drop-shadow(0 10px 30px rgba(255, 214, 0, 0.3));
  animation: logoFloat-b-g5l0fnpj05 6s ease-in-out infinite;
  transition: transform 0.3s ease;
}
.hero-logo[b-g5l0fnpj05]  svg .--svg-fill {
  fill: #fff;
}
.hero-logo[b-g5l0fnpj05]  svg:hover {
  transform: scale(1.05);
}
.hero-title[b-g5l0fnpj05] {
  color: #ffffff;
  text-align: center;
  font-size: clamp(1.25rem, 3.5vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.hero-description[b-g5l0fnpj05] {
  text-align: center;
  color: rgba(255, 255, 255, 0.85);
  font-size: clamp(0.95rem, 2vw, 1.1rem);
  max-width: 650px;
  font-weight: 400;
}
@keyframes gradientShift-b-g5l0fnpj05 {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(30px, -30px) scale(1.1);
    opacity: 0.8;
  }
}
@keyframes logoReveal-b-g5l0fnpj05 {
  from {
    opacity: 0;
    transform: translateY(-30px) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes logoFloat-b-g5l0fnpj05 {
  0%,
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-15px);
  }
}
/* /Components/Home/Home_WhyComponent.razor.rz.scp.css */
:root[b-itvqk9i7lf] {
  --primaryColor: #ffd600;
  --secondaryColor: #00827e;
  --heightHeader: 150px;
  --grayColor: #f8f8f8;
  --blackColor: #414042;
  --duration: 0.3s ease-in-out;
  --maxWidth: 1200px;
  --radius: 10px;
}
.why[b-itvqk9i7lf] {
  background-color: var(--grayColor);
  overflow: hidden;
}
.why article[b-itvqk9i7lf] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 50px;
  position: relative;
  overflow: visible;
}
.why-info[b-itvqk9i7lf] {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
  width: 100%;
  position: relative;
}
.why-info .image[b-itvqk9i7lf] {
  width: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  z-index: 2;
}
.why-info .image img[b-itvqk9i7lf] {
  width: 100%;
  object-fit: contain;
}
.why-info .info[b-itvqk9i7lf] {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}
.why-info .info div[b-itvqk9i7lf] {
  width: 100%;
  padding: 20px;
  border-radius: var(--radius);
  display: flex;
  flex-direction: column;
  gap: 5px;
  background-color: #fff;
}
.why-info .info div span[b-itvqk9i7lf] {
  font-weight: bold;
  font-size: 1.5rem;
  color: var(--primaryColor);
}
.why-info .info div p[b-itvqk9i7lf] {
  font-size: 1rem;
  color: var(--blackColor);
}
.why-info .info div:nth-child(even) span[b-itvqk9i7lf] {
  color: var(--secondaryColor);
}
.why .circle[b-itvqk9i7lf] {
  position: absolute;
  z-index: 1;
  width: 200px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffd6004f;
  animation: floatCircle-b-itvqk9i7lf 4s ease-in-out alternate infinite;
}
.why .circle._left[b-itvqk9i7lf] {
  top: -70px;
  left: -60px;
}
.why .circle._right[b-itvqk9i7lf] {
  bottom: -70px;
  right: -60px;
  background-color: #00827e75;
}
@media only screen and (min-width: 800px) {
  .why-info[b-itvqk9i7lf] {
    grid-template-columns: 1fr 1fr;
  }
}
@keyframes floatCircle-b-itvqk9i7lf {
  0% {
    transform: scale(0.5) rotate(0);
  }
  100% {
    transform: scale(1) rotate(360deg);
  }
}
/* /Components/Shared/BrandShowcaseComponent.razor.rz.scp.css */
.partner[b-t06nw26g9c] {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: var(--grayColor);
}
.partner .bg[b-t06nw26g9c] {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
}
.partner .bg[b-t06nw26g9c]  .snow-item {
  position: absolute;
  top: -10%;
  animation: snowfall-b-t06nw26g9c 2s ease-in-out infinite;
  opacity: 0.3;
  pointer-events: none;
}
.partner .bg[b-t06nw26g9c]  .snow-item svg {
  width: 100%;
  height: 100%;
}
.partner .bg[b-t06nw26g9c]  .snow-item .--svg-fill {
  fill: var(--logo-fill-color, currentColor);
}
.partner article[b-t06nw26g9c] {
  display: grid;
  gap: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70vh;
  z-index: 5;
  position: relative;
}
.partner article .logo[b-t06nw26g9c] {
  grid-area: logo;
}
.partner article .logo[b-t06nw26g9c]  svg {
  width: 100%;
  max-width: 200px;
}
.partner article .logo[b-t06nw26g9c]  .--svg-fill {
  fill: var(--logo-fill-color, currentColor);
}
.partner article .info[b-t06nw26g9c] {
  grid-area: info;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  border-radius: var(--radius);
  position: relative;
  overflow: hidden;
  background: var(--c);
}
.partner article .info[b-t06nw26g9c]::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.15) 0%, transparent 50%), radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 20%, rgba(0, 0, 0, 0.1) 0%, transparent 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0%, transparent 40%, rgba(0, 0, 0, 0.05) 100%);
  background-size: 200% 200%, 150% 150%, 180% 180%, 100% 100%;
  background-position: 0% 0%, 100% 100%, 50% 50%, 0% 0%;
  animation: morphingGradient-b-t06nw26g9c 15s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
.partner article .info[b-t06nw26g9c]::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0px, transparent 2px, transparent 4px, rgba(255, 255, 255, 0.03) 5px), repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0px, transparent 2px, transparent 4px, rgba(255, 255, 255, 0.03) 5px);
  animation: gridMove-b-t06nw26g9c 20s linear infinite;
  z-index: 2;
  opacity: 0.5;
  pointer-events: none;
}
.partner article .info h2[b-t06nw26g9c],
.partner article .info p[b-t06nw26g9c],
.partner article .info a[b-t06nw26g9c] {
  position: relative;
  z-index: 3;
}
.partner article h2[b-t06nw26g9c] {
  font-weight: bold;
  font-size: 2rem;
}
.partner article p[b-t06nw26g9c] {
  max-width: 800px;
}
.partner article .--button[b-t06nw26g9c] {
  width: fit-content;
}
@keyframes snowfall-b-t06nw26g9c {
  0% {
    transform: translateY(0) translateX(0) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 0.3;
  }
  90% {
    opacity: 0.3;
  }
  100% {
    transform: translateY(110vh) translateX(100px) rotate(360deg);
    opacity: 0;
  }
}
@keyframes morphingGradient-b-t06nw26g9c {
  0%,
  100% {
    background-position: 0% 0%, 100% 100%, 50% 50%, 0% 0%;
    background-size: 200% 200%, 150% 150%, 180% 180%, 100% 100%;
  }
  25% {
    background-position: 100% 50%, 0% 50%, 100% 0%, 50% 50%;
    background-size: 250% 250%, 200% 200%, 150% 150%, 100% 100%;
  }
  50% {
    background-position: 50% 100%, 50% 0%, 0% 100%, 100% 100%;
    background-size: 180% 180%, 220% 220%, 200% 200%, 100% 100%;
  }
  75% {
    background-position: 0% 50%, 100% 100%, 80% 20%, 20% 80%;
    background-size: 220% 220%, 170% 170%, 190% 190%, 100% 100%;
  }
}
@keyframes gridMove-b-t06nw26g9c {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(50px, 50px) rotate(5deg);
  }
}
/* /Main/Layout/Footer.razor.rz.scp.css */
:root[b-h7ea9ste8p] {
  --primaryColor: #ffd600;
  --secondaryColor: #00827e;
  --heightHeader: 150px;
  --grayColor: #f8f8f8;
  --blackColor: #414042;
  --duration: 0.3s ease-in-out;
  --maxWidth: 1200px;
  --radius: 10px;
}
.footer[b-h7ea9ste8p] {
  background-color: var(--grayColor);
}
.footer article[b-h7ea9ste8p] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-block: 50px;
  max-width: 800px;
  margin-inline: auto;
}
.footer article p[b-h7ea9ste8p] {
  font-size: 1rem;
  color: var(--blackColor);
}
