body {
  background: #0c0c0d;
  position: relative;
}
.title {
  color: #fafafa;
  text-align: center;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 108px 0;
}
.bg {
  width: 100%;
  position: relative;
}
.bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/hero-bg.png");
  z-index: -2;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.wave1,
.wave2 {
  position: absolute;
  filter: blur(10px);
  z-index: -1;
}
.wave1 {
  left: 0;
  top: 0;
}
.wave2 {
  right: 0;
  top: 0;
}
.footer {
  background: none;
}
.hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  z-index: -2;
  max-height: 336px;
}
.accordion {
  padding: 75px 0px;
  margin: 0px !important;
  position: relative;
}
.spot-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.accordion__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 24px;
  flex-wrap: wrap;
}
.accordion__item {
  border-radius: 48px;
  border: 1px solid #005ed3 !important;
  backdrop-filter: blur(15px);
}
.active {
  background: #005ed3 !important;
}
.active .accordion__content {
  padding-top: 16px !important;
}

.accordion__label {
  color: #fafafa !important;
  font-family: "Outfit" !important;
  font-size: 18px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 120% !important;
}
.accordion__label::after {
  width: 24px !important;
  height: 24px !important;
  background-size: 24px 24px !important;
}
.accordion__content {
  color: #fafafa !important;
  font-family: "Outfit" !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400 !important;
  line-height: 150% !important;
}
.trust {
  padding-top: 75px;
  padding-bottom: 150px;
}

/* Tablet */
@media (max-width: 1439px) {
  .spot-bg {
    left: -50%;
    opacity: 0.6;
  }
  body {
    height: auto;
    gap: 60px;
  }
  .wave1,
  .wave2 {
    width: 40%;
    filter: blur(4px);
  }
  .accordion__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .accordion {
    padding: 60px 0px;
  }
  .trust {
    padding-top: 60px;
    padding-bottom: 120px;
    max-width: 540px;
    width: 100%;
    margin: 0 auto;
  }
  .title {
    padding: 64px 0;
  }
  .main,
  .footer {
    padding: 60px 100px;
  }
}
/* Phone */
@media (max-width: 744px) {
  .spot-bg {
    display: none;
  }
  body {
    height: auto;
    gap: 48px;
  }
  .wave1,
  .wave2 {
    display: none;
  }
  .main {
    padding: 0 16px 0 24px;
    gap: 20px;
  }
  .footer {
    padding: 48px 12px;
  }
  .accordion {
    padding: 48px 0px;
  }
  .accordion__item {
    border-radius: 40px;
    backdrop-filter: blur(15px);
    padding: 20px !important;
  }
  .accordion__item.active > .accordion__content {
    max-height: 200px !important;
  }
  .container {
    padding-inline: 12px;
  }
  .accordion__label {
    padding-right: 40px;
  }
  .trust {
    padding-top: 64px;
    padding-bottom: 95px;
    max-width: 540px;
  }
}
