:root {
  --baseUnit: 0.75rem;
  --gutter: 2.25rem;
  --xs: 375px;
  --sm: 480px;
  --md: 992px;
  --lg: 1180px;
  --xl: 1920px;
}

h1 {
  font-size: 3.052rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
}

h2 {
  font-size: 2.441rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 1.953rem;
  font-weight: 700;
  letter-spacing: -0.015rem;
}

h4 {
  font-size: 1.563rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.body-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.hr-launch-hero__title {
  font-size: 80px;
}
@media screen and (max-width: 992px) {
  .hr-launch-hero__title {
    font-size: 48px;
  }
}
.hr-launch-hero__section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.hr-electric-text {
  position: relative;
  display: inline-block;
  min-width: 280px;
  border-radius: 9999px;
  margin-right: 10px;
  letter-spacing: -0.15rem;
  font-size: 82px;
  color: #000;
  background-color: rgb(48.1171548117, 241.8828451883, 129.0303002437);
  overflow: visible;
}
@media screen and (max-width: 992px) {
  .hr-electric-text {
    min-width: 180px;
    font-size: inherit;
  }
}

@keyframes sparkle {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
}
.sparkle {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0;
  transform: scale(0);
  pointer-events: none;
  animation: sparkle 2s ease-in-out infinite;
}
@media screen and (max-width: 992px) {
  .sparkle {
    width: 16px;
    height: 16px;
  }
}
.sparkle .st0 {
  fill: #000;
}

.sparkle-1 {
  top: -20px;
  right: -30px;
  animation-delay: 0s;
}
@media screen and (max-width: 992px) {
  .sparkle-1 {
    top: -10px;
    right: -15px;
  }
}

.sparkle-2 {
  top: 50%;
  left: -40px;
  animation-delay: 0.4s;
}
@media screen and (max-width: 992px) {
  .sparkle-2 {
    left: -20px;
  }
}

.sparkle-3 {
  right: 20px;
  bottom: -10px;
  animation-delay: 0.6s;
}
@media screen and (max-width: 992px) {
  .sparkle-3 {
    right: 10px;
    bottom: -5px;
  }
}

.hr-launch-hero-image {
  margin-top: 3rem;
  width: 50%;
  max-width: 45rem;
  min-width: 320px;
  display: block;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: multiply;
  user-select: none;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 992px) {
  .hr-launch-hero-image {
    display: none;
  }
}

.hr-launch-pain-points {
  background-color: #000;
}

.pain-point-profile {
  border-radius: 50%;
  object-fit: cover;
}

.hr-launch-promotion-overview {
  background-color: #f5f5f5;
}

.hr-launch-pain-point-card:nth-child(1) {
  transform-origin: right;
}
.hr-launch-pain-point-card:nth-child(3) {
  transform-origin: left;
}

@media screen and (max-width: 992px) {
  .hr-launch-pain-point-card:nth-child(1) {
    transform: rotate(0deg) !important;
  }
  .hr-launch-pain-point-card:nth-child(3) {
    transform: rotate(0deg) !important;
  }
}
.hr-launch-discount-table {
  background-color: #f5f5f5;
}
.hr-launch-discount-table .zz-bg-primary-dim {
  background-color: rgb(202.0447698745, 240.9552301255, 218.2930939354) !important;
}

@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
.hr-launch-pricing-card {
  --border-angle: 0deg;
  --border-size: 1px;
  position: relative;
  border: 0;
  border-radius: 0.75rem;
  background-color: transparent;
  background-image: conic-gradient(from var(--border-angle) at 50% 50%, transparent 0%, rgb(202.0447698745, 240.9552301255, 218.2930939354) 10%, rgb(48.1171548117, 241.8828451883, 129.0303002437) 20%, blue 30%, transparent 40%, transparent 100%);
  animation: rotateBorder 3s linear infinite;
}
.hr-launch-pricing-card > * {
  position: relative;
  z-index: 1;
}
.hr-launch-pricing-card::before {
  position: absolute;
  top: var(--border-size);
  right: var(--border-size);
  bottom: var(--border-size);
  left: var(--border-size);
  z-index: 0;
  background-color: #000;
  border-radius: inherit;
  content: "";
}

@keyframes rotateBorder {
  to {
    --border-angle: 360deg;
  }
}
@property --border-angle {
  syntax: "<angle>";
  inherits: true;
  initial-value: 0deg;
}
.hr-features__item {
  background: #111;
  box-shadow: inset 0 0 0 2px #222;
}
.hr-features__title {
  margin: 0;
  color: white;
}
.hr-features__description {
  margin-top: 1.5rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 992px) {
  .hr-features__description {
    margin-bottom: 1.5rem;
  }
}
.hr-features__image-wrapper {
  --border-angle: 0deg;
  --border-size: 3px;
  margin-top: 1.5rem;
  position: relative;
  border-radius: 0.75rem;
  background-color: transparent;
  background-image: conic-gradient(from var(--border-angle) at 50% 50%, transparent 0%, rgb(202.0447698745, 240.9552301255, 218.2930939354) 10%, rgb(48.1171548117, 241.8828451883, 129.0303002437) 20%, blue 30%, transparent 40%, transparent 100%);
  animation: rotateBorder 3s linear infinite;
  padding: var(--border-size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hr-features__image-wrapper::before {
  position: absolute;
  top: var(--border-size);
  right: var(--border-size);
  bottom: var(--border-size);
  left: var(--border-size);
  z-index: 0;
  background-color: #000;
  border-radius: inherit;
  content: "";
}
.hr-features__image {
  position: relative;
  z-index: 1;
  width: 100%;
  aspect-ratio: 3/1;
  object-fit: cover;
  object-position: center;
  border-radius: calc(0.75rem - var(--border-size));
  flex-shrink: 0;
}
@media screen and (max-width: 992px) {
  .hr-features__image {
    aspect-ratio: 1/1;
  }
}

@keyframes rotateBorder {
  to {
    --border-angle: 360deg;
  }
}
:is(.zz-bg-black, .zz-bg-black-dim, .zz-bg-dark) .faq-for-solution-roles__title i, :is(.zz-bg-black, .zz-bg-black-dim, .zz-bg-dark) .faq-for-solution-roles__subtitle i {
  color: #01eb67;
  font-style: normal;
}

.roles-page {
  position: relative;
  overflow: hidden;
}
.roles-page section:not(.hero-section-for-solutions-roles) + section {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.faq-for-solution-roles__title {
  margin-bottom: 1.5rem;
  font-size: 1.65rem;
  line-height: 1.45;
}
:is(.zz-bg-black, .zz-bg-black-dim, .zz-bg-dark) .faq-for-solution-roles__title {
  color: white;
}

.faq-for-solution-roles__subtitle {
  margin-top: 0.75rem;
  margin-bottom: 2.25rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
}
:is(.zz-bg-black, .zz-bg-black-dim, .zz-bg-dark) .faq-for-solution-roles__subtitle {
  color: rgba(255, 255, 255, 0.8);
}

.faq-for-solution-roles .faq-item:first-of-type {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.faq-for-solution-roles .faq-item:last-of-type {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

/*# sourceMappingURL=page-hr-launch.css.map */
