/* utils */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.problem {
  position: relative;
  z-index: 0;
  overflow: hidden;
  overflow: clip;
  background-color: #fff;
  padding: clamp(36px, 64 * (100vw - 375px) / 1065 + 36px, 100px) 0 clamp(72px, 28 * (100vw - 375px) / 1065 + 72px, 100px);
}
.problem > * {
  position: relative;
  z-index: 1;
}
.problem::before, .problem::after {
  content: "";
  position: absolute;
  width: 1342px;
  height: 1342px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.problem::before {
  left: -371px;
  top: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #b3bbff 0%, rgba(179, 187, 255, 0) 100%);
}
@media screen and (max-width: 768px) {
  .problem::before {
    top: 550px;
    height: 1642px;
  }
}
.problem::after {
  right: -371px;
  top: 0px;
  background: radial-gradient(50% 50% at 50% 50%, #b3bbff 0%, rgba(252, 217, 188, 0) 100%);
}

.problems__tag {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: #8067f5;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

.problems__title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(32px, 16 * (100vw - 375px) / 1065 + 32px, 48px);
  line-height: 100%;
  text-align: center;
  color: var(--text-dark);
  margin: 0 auto;
  margin-bottom: clamp(24px, 12 * (100vw - 375px) / 1065 + 24px, 36px);
  max-width: 960px;
}

.problems__list {
  --problems-divider-color: rgba(211, 213, 231, 0.74);
  --problems-divider-transparent: rgba(211, 213, 231, 0);
  border-radius: clamp(16px, 8 * (100vw - 375px) / 1065 + 16px, 24px);
  display: grid;
  overflow: hidden;
  margin-bottom: clamp(24px, 12 * (100vw - 375px) / 1065 + 24px, 36px);
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  background: linear-gradient(90deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 0 bottom 16.6666666667%/100% 1px no-repeat, linear-gradient(90deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 0 bottom 33.3333333333%/100% 1px no-repeat, linear-gradient(90deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 0 bottom 50%/100% 1px no-repeat, linear-gradient(90deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 0 bottom 66.6666666667%/100% 1px no-repeat, linear-gradient(90deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 0 bottom 83.3333333333%/100% 1px no-repeat, #fff;
}

@media screen and (min-width: 768px) {
  .problems__list {
    grid-template-columns: 1fr 1fr;
    background: linear-gradient(180deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 50% top 0/1px 100% no-repeat, linear-gradient(90deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 0 top 33.3333333333%/100% 1px no-repeat, linear-gradient(90deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 0 top 66.6666666667%/100% 1px no-repeat, #fff;
  }
}
@media screen and (min-width: 900px) {
  .problems__list {
    grid-template-columns: repeat(3, 1fr);
    background: linear-gradient(180deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 33.3333333333% top 0/1px 100% no-repeat, linear-gradient(180deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 66.6666666667% top 0/1px 100% no-repeat, linear-gradient(90deg, var(--problems-divider-transparent) 0%, var(--problems-divider-color) 18%, var(--problems-divider-color) 82%, var(--problems-divider-transparent) 100%) left 0 top 50%/100% 1px no-repeat, #fff;
  }
}
.problems__item {
  padding: clamp(24px, 12 * (100vw - 375px) / 1065 + 24px, 36px);
}

.problems__item-heading {
  display: flex;
  align-items: center;
  gap: clamp(12px, 4 * (100vw - 375px) / 1065 + 12px, 16px);
  margin-bottom: clamp(16px, 8 * (100vw - 375px) / 1065 + 16px, 24px);
}

.problems__item-icon {
  display: flex;
  flex: 0 0 clamp(40px, 8 * (100vw - 375px) / 1065 + 40px, 48px);
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  width: clamp(40px, 8 * (100vw - 375px) / 1065 + 40px, 48px);
  height: clamp(40px, 8 * (100vw - 375px) / 1065 + 40px, 48px);
  background: linear-gradient(180deg, #ebedff 0%, #b3bbff 100%);
}

.problems__item-icon-svg {
  display: block;
  width: 16px;
  height: 16px;
}

.problems__item-heading .problems__item-title {
  margin: 0;
  max-width: none;
  text-align: left;
}

.problems__item-title {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(16px, 4 * (100vw - 375px) / 1065 + 16px, 20px);
  line-height: 100%;
  color: var(--text-dark);
}

.problems__item-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.02em;
  color: #6e6f76;
}

.problem__cta-thumb {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border-radius: clamp(16px, 8 * (100vw - 375px) / 1065 + 16px, 24px);
  padding: clamp(24px, 12 * (100vw - 375px) / 1065 + 24px, 36px);
  background-color: #fff;
  display: grid;
  gap: 24px;
}
@media screen and (min-width: 600px) {
  .problem__cta-thumb {
    justify-content: space-between;
    align-items: center;
    grid-template-columns: auto auto;
  }
}

.problem__cta-thumb::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: min(62%, 226px);
  height: 100%;
  pointer-events: none;
  background-image: url("../../img/decor/problem-cta-bg-mobile.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 100% 100%;
}

@media screen and (min-width: 600px) {
  .problem__cta-thumb::before {
    width: min(64%, 639px);
    background-image: url("../../img/decor/problem-cta-bg.svg");
  }
}
.problem__cta-text,
.problem__cta {
  position: relative;
  z-index: 1;
}

.problem__cta-text {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: clamp(20px, 12 * (100vw - 375px) / 1065 + 20px, 32px);
  line-height: 100%;
  color: var(--text-dark);
}
/*# sourceMappingURL=problem.css.map */
