: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;
}

.hero-section-for-ir-event {
  padding-bottom: 0;
}
.hero-section-for-ir-event_leading {
  margin-right: 2px;
  color: white;
}
.hero-section-for-ir-event_heading {
  margin-top: 0.375rem;
  color: #9ca4a2;
  font-size: 2.5rem;
}
.hero-section-for-ir-event_heading > i {
  color: #01eb67;
}
@media screen and (max-width: 992px) {
  .hero-section-for-ir-event_heading {
    word-break: break-all;
  }
}
.hero-section-for-ir-event_sub-heading {
  margin-top: 0.75rem;
  color: #9ca4a2;
  font-size: 1.563rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  line-height: 1.5;
}

.ir-event-background-gradient-ray {
  position: fixed;
  top: 0;
  right: 0;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .ir-event-background-gradient-ray {
    opacity: 0.2;
  }
}

.requirements-section-for-ir-event_wrapper .item .title {
  padding-bottom: 0.75rem;
  color: #01eb67;
}

.requirements-section-for-ir-event_wrapper .item.dates .date_details, .requirements-section-for-ir-event_wrapper .item.benefits .benefit, .requirements-section-for-ir-event_wrapper .item.targets .target {
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 0.375rem;
  padding: 0.75rem;
  background-color: rgba(255, 255, 255, 0.1);
  word-break: keep-all;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0rem;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .requirements-section-for-ir-event_wrapper .item.dates .date_details, .requirements-section-for-ir-event_wrapper .item.benefits .benefit, .requirements-section-for-ir-event_wrapper .item.targets .target {
    font-size: 15px;
  }
}
.requirements-section-for-ir-event_wrapper .item.dates .date_details:not(:first-of-type), .requirements-section-for-ir-event_wrapper .item.benefits .benefit:not(:first-of-type), .requirements-section-for-ir-event_wrapper .item.targets .target:not(:first-of-type) {
  margin-top: 0.75rem;
}

.requirements-section-for-ir-event {
  margin-top: 3rem;
  padding-top: 0;
  padding-bottom: 0;
}
.requirements-section-for-ir-event_wrapper {
  box-shadow: inset 0px 0px 1px 3px rgba(255, 255, 255, 0.18);
  background-color: rgba(25.5, 25.5, 25.5, 0.6);
  backdrop-filter: blur(10px);
  padding: 2.25rem;
  border-radius: 0.5em;
  display: flex;
  align-items: stretch;
  gap: 3.75rem;
}
@media screen and (max-width: 992px) {
  .requirements-section-for-ir-event_wrapper {
    flex-wrap: wrap;
  }
  .requirements-section-for-ir-event_wrapper > * {
    flex: 1 0 100% !important;
  }
}
.requirements-section-for-ir-event_wrapper .item.targets {
  flex: 1 0 35%;
}
.requirements-section-for-ir-event_wrapper .item.benefits {
  flex: 1 0 40%;
}
.requirements-section-for-ir-event_wrapper .item.dates {
  flex: 1 0 40%;
}
.requirements-section-for-ir-event_wrapper .item.dates .date {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0rem;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .requirements-section-for-ir-event_wrapper .item.dates .date {
    font-size: 15px;
  }
}
.requirements-section-for-ir-event_wrapper .item.dates .date_title {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0rem;
  line-height: 1.5;
}
@media screen and (max-width: 992px) {
  .requirements-section-for-ir-event_wrapper .item.dates .date_title {
    font-size: 15px;
  }
}
.requirements-section-for-ir-event_wrapper .item.dates .date_details {
  font-weight: 500;
  margin-bottom: 1.125rem;
}
.requirements-section-for-ir-event_wrapper .item.dates .date_details:not(:first-of-type) {
  margin-top: 4px !important;
}
.requirements-section-for-ir-event_wrapper .item.application {
  flex: 0 1 20%;
}

.vc-introduction-section-for-ir-event {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.vc-introduction-section-for-ir-event .vc-introduction {
  border-radius: 0.5em;
  box-shadow: inset 0px 0px 1px 3px rgba(255, 255, 255, 0.18);
  color: white;
  background-color: rgba(25.5, 25.5, 25.5, 0.6);
  backdrop-filter: blur(10px);
  display: flex;
  gap: 1.5rem;
  padding: 3rem 2.25rem;
}
@media screen and (max-width: 992px) {
  .vc-introduction-section-for-ir-event .vc-introduction {
    flex-direction: column;
  }
}
.vc-introduction-section-for-ir-event .vc-introduction_title {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  line-height: 1.3;
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 2px;
  margin-bottom: 0.375rem;
}
.vc-introduction-section-for-ir-event .vc-introduction_description {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
  max-width: 75%;
  word-break: keep-all;
}
@media screen and (max-width: 992px) {
  .vc-introduction-section-for-ir-event .vc-introduction_description {
    max-width: 100%;
  }
}
.vc-introduction-section-for-ir-event .vc-introduction_logo {
  width: 88px;
  height: 88px;
  padding: 4px;
  background: white;
  border-radius: 50%;
  pointer-events: none;
  object-fit: contain;
}
@media screen and (max-width: 992px) {
  .vc-introduction-section-for-ir-event .vc-introduction_logo {
    margin-left: -0.375rem;
  }
}

.network-effect-section-for-ir-event {
  padding-top: 0;
}
.network-effect-section-for-ir-event .network-effect {
  position: relative;
  padding: 3rem 2.25rem;
  box-shadow: inset 0px 0px 1px 3px rgba(255, 255, 255, 0.18);
  background-image: url(https://res.cloudinary.com/zuzu-homepage/image/upload/v1739366610/gnbd8daqgtsnjvdplj0d.png);
  background-size: cover;
  background-position: right;
  border-radius: 0.5em;
}
.network-effect-section-for-ir-event .network-effect::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #000 72%);
  border-radius: 0.5em;
}
.network-effect-section-for-ir-event .network-effect_description {
  position: relative;
  z-index: 1;
  color: #9ca4a2;
  max-width: 60%;
  word-break: keep-all;
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  line-height: 1.4;
}
@media screen and (max-width: 992px) {
  .network-effect-section-for-ir-event .network-effect_description {
    max-width: 100%;
    word-break: break-all;
  }
}
.network-effect-section-for-ir-event .network-effect_description i {
  color: #01eb67;
}

.how-to-apply-section-for-ir-event {
  padding-top: 0;
}
.how-to-apply-section-for-ir-event .apply-section {
  color: white;
  padding: 3rem 2.25rem;
  box-shadow: inset 0px 0px 1px 3px rgba(255, 255, 255, 0.18);
  border-radius: 0.5em;
  background-color: rgba(25.5, 25.5, 25.5, 0.6);
}
.apply-section_item + .apply-section_item {
  margin-top: 3rem;
}

.how-to-apply-section-for-ir-event .apply-section_title {
  color: #01eb67;
}
.how-to-apply-section-for-ir-event .apply-section_image {
  max-width: 100%;
  border-radius: 0.5em;
  margin-top: 0.75rem;
}
.how-to-apply-section-for-ir-event .apply-section_content, .how-to-apply-section-for-ir-event .apply-section_caption {
  color: white;
}
.how-to-apply-section-for-ir-event .apply-section_order {
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: -0.01rem;
  line-height: 1.5;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: #01eb67;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  margin-bottom: 0.75rem;
}
.how-to-apply-section-for-ir-event .apply-section_content {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.how-to-apply-section-for-ir-event .apply-section_caption {
  margin-top: 0.375rem;
  margin-bottom: 0.375rem;
}
.how-to-apply-section-for-ir-event .apply-section .apply-section_cta {
  margin-top: 0.75rem;
  margin-bottom: 1.5rem;
}

/*# sourceMappingURL=page-ir-event.css.map */
