.access {
  position: relative;
}
.access__bg {
  position: absolute;
  top: -11.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 105.75rem;
  height: 65.125rem;
}
.access__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.access__container {
  position: relative;
  max-width: 77.5rem;
  width: 100%;
  margin: 0 auto;
  padding: 1.625rem 1.25rem;
}
.access__container::before, .access__container::after {
  content: "";
  position: absolute;
  border-radius: 4rem;
}
.access__container::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: rgba(255, 0, 0, 0.1);
  backdrop-filter: blur(12.8870649338px);
}
.access__container::after {
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -2;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), color-stop(68%, rgb(255, 255, 255)), to(rgba(255, 0, 0, 0.36))) border-box;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 255, 255) 68%, rgba(255, 0, 0, 0.36) 100%) border-box;
}
.access__wrapper {
  position: relative;
  border-radius: 2.75rem;
  background-color: #070101;
  padding: 6.15625rem 3.5rem;
  text-align: center;
}
.access__wrapper::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  z-index: -1;
  border-radius: 2.75rem;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 0, 0)), color-stop(68%, rgb(255, 255, 255)), to(rgba(255, 0, 0, 0.36))) border-box;
  background: linear-gradient(#000, #000) padding-box, linear-gradient(90deg, rgb(255, 0, 0) 0%, rgb(255, 255, 255) 68%, rgba(255, 0, 0, 0.36) 100%) border-box;
}
.access__title {
  margin-bottom: 1.25rem;
}
.access__text {
  max-width: 40.9375rem;
  width: 100%;
  color: var(--white-07);
  margin: 0 auto 2.5rem;
}
.access__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.25rem;
}
.access__card {
  border-radius: 0.75rem;
  padding: 0.75rem 1.5625rem;
  -webkit-box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  box-shadow: inset 0 0 18px 0 rgba(255, 0, 0, 0.25);
  background-color: var(--white);
  font-weight: 500;
  min-height: 3.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.access__card p {
  background: linear-gradient(97.46deg, #211 9.27%, #fb5036 51.73%, #fb5036 69.84%, #211 97.09%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.access__ico {
  width: 1.7875rem;
  height: 1.7875rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.access__ico > svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.access__button {
  margin-top: 2.5rem;
}
@media (max-width: 768px) {
  .access .container {
    padding: 0 16px;
  }
  .access__bg {
    top: -146px;
    width: 813px;
    height: 889px;
  }
  .access__container {
    padding: 12px;
  }
  .access__container::before, .access__container::after {
    border-radius: 56px;
  }
  .access__wrapper {
    padding: 67px 20px;
  }
  .access__title {
    font-size: 30px;
  }
  .access__text {
    font-size: 12px;
    line-height: 120%;
  }
  .access__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .access__card {
    font-size: 12px;
    line-height: 120%;
    min-height: unset;
    padding: 12px 15px;
  }
  .access__card br {
    display: none;
  }
  .access__ico {
    width: 20px;
    height: 20px;
  }
  .access__button {
    margin: 40px -10px 0;
  }
  .access__button .btn > span {
    font-size: 14px;
    padding-left: 16px;
    padding-right: 14px;
  }
  .access__button .btn > span > img, .access__button .btn > span > svg {
    width: 14px;
    height: 14px;
    margin-left: 6px;
  }
}
/*# sourceMappingURL=access.css.map */