._section_hurvi_1 {
  margin-bottom: 6px;
}

._section__inner_hurvi_5 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
  max-width: var(--max-container-width);
  margin: 0 auto;
}
@media (max-width: 768px) {
  ._section__inner_hurvi_5 {
    display: flex;
    flex-flow: column;
  }
}

._section__card_hurvi_19 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 500px;
  width: 100%;
  background-color: var(--dark-50);
}

._section__cardHeader_hurvi_28 {
  background-color: var(--yellow-300);
}
._isOne_hurvi_31 ._section__cardHeader_hurvi_28 {
  background-color: var(--yellow-300);
}
._isTwo_hurvi_34 ._section__cardHeader_hurvi_28 {
  background-color: #DE7A39;
}
._isThree_hurvi_37 ._section__cardHeader_hurvi_28 {
  background-color: #8446B5;
}

._section__cardNumber_hurvi_41 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--black);
  font-size: 32px;
  font-weight: var(--semibold);
  color: var(--white);
  font-family: var(--brand-font);
}

._section__cardGraphic_hurvi_54 {
  height: 100%;
}

._section__cardContent_hurvi_58 {
  padding: 24px;
}

._section__cardTitle_hurvi_62 {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: var(--semibold);
  color: var(--black);
  font-family: var(--brand-font);
}
@media (max-width: 768px) {
  ._section__cardTitle_hurvi_62 {
    font-size: 24px;
  }
}

._section__cardDescription_hurvi_75 {
  font-size: 20px;
  font-weight: var(--medium);
  color: var(--dark-500);
  line-height: 1.35;
}
@media (max-width: 768px) {
  ._section__cardDescription_hurvi_75 {
    font-size: 18px;
  }
}._graphic_mz681_1 {
  height: 100%;
  background-color: var(--yellow-100);
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  padding: 48px 0;
  overflow: hidden;
}

._row_mz681_12 {
  display: flex;
  justify-content: center;
  gap: 8px;
}
._row_mz681_12:nth-child(odd) {
  transform: translateX(-25px);
}
._row_mz681_12:nth-child(even) {
  transform: translateX(25px);
}

._item_mz681_24 {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px 32px 6px 6px;
  border-radius: 100px;
  max-width: fit-content;
  background-color: var(--yellow-300);
}

._item__avatar_mz681_34 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background-color: var(--dark-100);
  border-radius: 50%;
  overflow: hidden;
}
._item__avatar_mz681_34 img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

._item__content_mz681_50 {
  display: flex;
  flex-direction: column;
}

._item__name_mz681_55 {
  width: 40px;
  height: 10px;
  border-radius: 10px;
  margin-bottom: 8px;
  opacity: 0.5;
  background-color: var(--yellow-700);
}

._item__role_mz681_64 {
  width: 72px;
  height: 10px;
  border-radius: 10px;
  opacity: 0.75;
  background-color: var(--yellow-700);
}._graphic_1ccxd_1 {
  height: 100%;
  background-color: #EFBD9A;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  padding: 48px 24px;
  overflow: hidden;
}

._browser_1ccxd_12 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  aspect-ratio: 16/9;
  background-color: #F8DECF;
}

._browser__header_1ccxd_20 {
  width: 50%;
  margin: 16px auto 0 auto;
  height: 8px;
  background-color: #EFBD9B;
}

._browser__content_1ccxd_27 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  flex-grow: 1;
  padding: 32px 16px;
}

._browser__box_1ccxd_35 {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  background-color: #EFBD9B;
}

._browser__footer_1ccxd_42 {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 16px auto;
}

._browser__button_1ccxd_51 {
  width: 24px;
  height: 24px;
  background-color: #EFBD9B;
}._graphic_wwk0l_1 {
  display: flex;
  flex-flow: column;
  gap: 8px;
  padding: 64px;
  height: 100%;
  background-color: #C2A4DB;
}

._box_wwk0l_10 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 6px;
  background-color: #E0D3EC;
}

._box__icon_wwk0l_18 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  background-color: #C2A4DB;
}

._box__content_wwk0l_27 {
  display: flex;
  flex-flow: column;
  gap: 8px;
}

._box__title_wwk0l_33 {
  width: 80px;
  height: 10px;
  background-color: #C2A4DB;
}

._box__description_wwk0l_39 {
  width: 48px;
  height: 10px;
  background-color: #C2A4DB;
}