@font-face {
  font-family: "Manrope";
  src: url('../content/fonts/Manrope/Manrope-VariableFont_wght.ttf');
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  scrollbar-gutter: stable;
}

body {
  margin: 0;
}

body.scroll-lock {
  overflow: hidden;
}

.powerb-blue {
  background-color: #252525;
  color: #fff;
  display: grid;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 400;
  grid-template-rows: auto 1fr auto;
  line-height: 1.365;
  min-height: 100%;
  z-index: 1;
  position: relative;
}

.powerb-blue::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../newphoto/background1.webp");
  background-repeat: no-repeat;
  z-index: -2;
  background-size: cover;
  opacity: 0.1;
}

.powerb-blue::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../newphoto/bg4.jpg");
  background-repeat: no-repeat;
  z-index: -1;
  background-size: cover;
  opacity: 0.05;
  background-position-x: center;
}

.powerb-blue h1,
.powerb-blue h2,
.powerb-blue h3 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.2;
}

.powerb-blue h1 {
  font-weight: 800;
  font-size: 50px;
  margin-bottom: 20px;
}

.powerb-blue h2 {
  font-size: 30px;
}

.powerb-blue p {
  margin-top: 0;
  margin-bottom: 0;
}

.powerb-blue a {
  color: #fff;
  transition: 75ms ease;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.powerb-blue__header {
  margin-bottom: 120px;
}

.powerb-blue__main {
  margin-bottom: 60px;
}

.powerb-blue__intro {
  margin-bottom: 246px;
}

.powerb-blue__about {
  margin-bottom: 60px;
}

.container {
  padding: 0 20px;
  width: 100vw;
}

.powerb-blue-header__body {
  text-align: center;
}

.powerb-blue-header__logo {
  font-size: 30px;
  font-weight: 800;
  background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  letter-spacing: -1px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding: 10px 0;
}

.powerb-blue-header__logo::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 2px;
  background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  border-radius: 2px;
}

.powerb-blue-header__action {
  bottom: 0;
  left: 0;
  padding: 10px 0;
  position: fixed;
  width: 100vw;
  z-index: 10;
  transition: 125ms ease;
  text-align: center;
}

.powerb-blue-header__action.to-top {
  top: 10px;
}

.powerb-blue-header__button {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  border-radius: 100px;
  color: #1a0b2e;
  transition: 125ms ease;
  padding: 9px 45px;
  font-size: 16px;
  font-weight: 500;
}

.powerb-blue-header__button+.powerb-blue-header__button {
  margin-left: 10px;
}

.powerb-blue-header__button--signup {
  background: rgba(255, 215, 0, 0.1);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  position: relative;
  color: #fff;
}

.powerb-blue-header__button--signup::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1px;
  padding: 1px;
  border-radius: 100px;
  background: linear-gradient(99.75deg, #3586F6 11.05%, #5371FF 54.57%);
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
}

.powerb-blue-footer {
  background-color: #171717;
  padding: 70px 0;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.powerb-blue-footer__title {
  margin-bottom: 20px;
  text-align: center;
}

.powerb-blue-footer__content {
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
}

.powerb-blue-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.powerb-blue-footer__list>li {
  height: 80px;
  max-width: 100px;
}

.powerb-blue-footer__list>li img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.powerb-blue-modal {
  width: 320px;
  border-radius: 20px;
  border: none;
  padding: 0;
  z-index: -1;
  overflow: hidden;
}

.powerb-blue-modal::backdrop {
  background: rgba(0, 0, 0, 0.6);
}

.powerb-blue-modal[open] {
  animation: popup-zoom-in 75ms linear;
}

.powerb-blue-modal__close {
  align-items: center;
  background-color: transparent;
  border: none;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  transition: transform 75ms linear;
  width: 24px;
  z-index: 1;
}

.powerb-blue-modal__content {
  padding: 20px 10px 45px;
}

.powerb-blue-modal--message {
  text-align: center;
}

.powerb-blue-modal--message .powerb-blue-modal__content {
  padding: 40px 30px;
}

.powerb-blue-modal--message .powerb-blue-modal__content p {
  margin-bottom: 0;
}

.powerb-blue-modal-form__title {
  font-size: 20px !important;
  text-align: center;
  color: #3a3a3a;
  margin-bottom: 30px;
}

.powerb-blue-modal-form__group {
  margin-bottom: 20px;
}

.powerb-blue-modal-form__group+.powerb-blue-modal-form__group {
  margin-top: 10px;
}

.powerb-blue-modal-form__input {
  font-family: inherit;
  width: 100%;
  border-radius: 100px;
  background-color: #ebebeb;
  color: #000;
  min-height: 50px;
  border: 1px solid transparent;
  padding-left: 30px;
  font-size: 16px;
}

.powerb-blue-modal-form__input[type=password] {
  font-family: "ManropePlaceholder", sans-serif;
}

.powerb-blue-modal-form__input::-moz-placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}

.powerb-blue-modal-form__input::placeholder {
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}

.powerb-blue-modal-form__input:focus::-moz-placeholder {
  opacity: 0;
}

.powerb-blue-modal-form__input:focus::placeholder {
  opacity: 0;
}

.powerb-blue-modal-form__input:focus-visible {
  outline: none;
}

.powerb-blue-modal-form__input.filled {
  outline: 1px solid #4ab4ff;
}

.powerb-blue-modal-form__input.error {
  border: 2px solid #f30000;
  color: #000;
}

.powerb-blue-modal-form__error {
  margin-top: 4px;
  margin-bottom: 10px;
  display: block;
  color: #f30000;
  font-size: 12px;
}

.powerb-blue-modal-form__button {
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-weight: inherit;
  text-decoration: none;
  background: linear-gradient(90deg, #0c9ddf 0%, #01569a 100%);
  border-radius: 100px;
  color: #fff;
  transition: 125ms ease;
  font-weight: 600;
  width: 100%;
  padding: 12px 100px;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.powerb-blue-modal-form__question {
  font-size: 16px;
  color: #01569a !important;
}

@keyframes popup-zoom-in {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.powerb-blue-intro__header {
  margin-bottom: 30px;
}

.powerb-blue-intro__title {
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.powerb-blue-intro__subtitle {
  font-weight: 500;
  font-size: 20px;
  text-align: center;
}

.powerb-blue-intro__action {
  text-align: center;
}

.powerb-blue-intro__button {
  background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  border-radius: 100px;
  color: #1a0b2e;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 45px;
  text-decoration: none;
  transition: 125ms ease;
}

.powerb-blue-about {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.powerb-blue-about::before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, #4ab4ff 50.5%, rgba(74, 180, 255, 0.01) 100%);
  z-index: -1;
  top: 0;
}

.powerb-blue-about::after {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.01) 0%, #4ab4ff 50.5%, rgba(74, 180, 255, 0.01) 100%);
  z-index: -1;
  bottom: 0;
}

.powerb-blue-about__body {
  text-align: center;
}

.powerb-blue-about__title {
  margin-bottom: 20px;
}

.powerb-blue-about__content {
  margin-bottom: 40px;
}

.powerb-blue-about__picture {
  width: 320px;
  height: 122px;
  overflow: hidden;
  border-radius: 30px;
  margin: 0 auto;
}

.powerb-blue-about__picture img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.powerb-blue-review {
  z-index: 1;
  position: relative;
}

.powerb-blue-review__title {
  text-align: center;
  margin-bottom: 30px;
}

.powerb-blue-review__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 25px;
}

.powerb-blue-review__action {
  text-align: center;
}

.powerb-blue-review__button {
  background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  border-radius: 100px;
  color: #1a0b2e;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 45px;
  text-decoration: none;
  transition: 125ms ease;
}

.powerb-blue-review-card {
  padding: 16px 16px 20px 16px;
  border-radius: 20px;
  background-color: #5370ff49;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.powerb-blue-review-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -1px;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(90deg, #3586F6 5.18%, #5371FF 91.72%);
  -webkit-mask: linear-gradient(#000 0 0), linear-gradient(#000 0 0) content-box;
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) exclude, linear-gradient(#000 0 0) content-box;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: 0px;
}

.powerb-blue-review-card+.powerb-blue-review-card {
  margin-top: 10px;
}

.powerb-blue-review-card__starlist {
  display: flex;
  gap: 5px;
  margin-bottom: 12px;
}

.powerb-blue-review-card__star {
  width: 18px;
  height: 18px;
}

.powerb-blue-review-card__text {
  padding-right: 37px;
  margin-bottom: 6px;
}

.powerb-blue-review-card__picture {
  width: 28px;
  height: 28px;
  margin-bottom: 13px;
  margin-left: auto;
}

.powerb-blue-review-card__picture img {
  display: block;
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.powerb-blue-review-card__author {
  font-weight: 600;
  font-size: 20px;
}

@media (min-width: 576px) {
  .powerb-blue-modal {
    width: 420px;
  }

  .powerb-blue-intro__button {
    width: unset;
  }

  .powerb-blue-review__button {
    width: unset;
  }
}

@media (min-width: 1084px) {
  .powerb-blue {
    font-size: 25px;
  }

  .powerb-blue h1 {
    font-size: 110px;
    margin-bottom: 16px;
  }

  .powerb-blue h2 {
    font-size: 55px;
  }

  .powerb-blue__header {
    margin-bottom: 85px;
  }

  .powerb-blue__main {
    margin-bottom: 120px;
  }

  .powerb-blue__intro {
    margin-bottom: 120px;
  }

  .powerb-blue__about {
    margin-bottom: 120px;
  }

  .container {
    box-sizing: content-box;
    margin: 0 auto;
    width: auto;
    max-width: 1044px;
  }

  .powerb-blue-header__body {
    text-align: unset;
  }

  .powerb-blue-header__logo {
    font-size: 42px;
    letter-spacing: -2px;
  }

  .powerb-blue-header__logo::after {
    width: 80%;
    height: 3px;
  }

  .powerb-blue-header__action {
    padding: 0;
    bottom: unset;
    left: unset;
    width: auto;
    top: 25px;
    right: calc((100vw - 1044px) / 2);
  }

  .powerb-blue-header__button {
    background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
    font-size: 18px;
    padding: 11px 42px;
  }

  .powerb-blue-footer {
    padding: 100px 0;
  }

  .powerb-blue-footer__body {
    max-width: 1083px;
    margin: 0 auto;
  }

  .powerb-blue-footer__title {
    margin-bottom: 30px;
  }

  .powerb-blue-footer__content {
    margin-bottom: 60px;
    font-size: 25px;
  }

  .powerb-blue-footer__list {
    gap: 25px;
  }

  .powerb-blue-footer__list>li {
    max-width: 145px;
  }

  .powerb-blue-modal__content {
    padding: 24px 20px 48px;
  }

  .powerb-blue-modal-form__title {
    font-size: 30px;
  }

  .powerb-blue-modal-form__input {
    font-size: 18px;
    min-height: 55px;
  }

  .powerb-blue-modal-form__error {
    font-size: 18px;
    top: calc(100% + 5px);
  }

  .powerb-blue-modal-form__button {
    font-size: 22px;
    padding: 16px 100px;
  }

  .powerb-blue-modal-form__question {
    font-size: 18px;
  }

  .powerb-blue-intro__header {
    margin-bottom: 52px;
    margin-left: auto;
    margin-right: auto;
  }

  .powerb-blue-intro__title {
    margin-bottom: 38px;
    letter-spacing: unset;
  }

  .powerb-blue-intro__subtitle {
    font-size: 30px;
  }

  .powerb-blue-intro__button {
    font-size: 25px;
    padding: 23px 120px;
    width: 421px;
  }

  .powerb-blue-about {
    padding: 90px 0;
  }

  .powerb-blue-about__body {
    max-width: 1047px;
    margin: 0 auto;
  }

  .powerb-blue-about__title {
    margin-bottom: 30px;
    padding: 0 138px;
  }

  .powerb-blue-about__content {
    margin-bottom: 70px;
  }

  .powerb-blue-about__picture {
    width: 630px;
    height: 241px;
  }

  .powerb-blue-review__title {
    margin-bottom: 60px;
  }

  .powerb-blue-review__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    margin-bottom: 60px;
  }

  .powerb-blue-review__button {
    font-size: 25px;
    padding: 23px 120px;
    width: 421px;
  }

  .powerb-blue-review-card {
    padding: 20px 20px 24px 20px;
  }

  .powerb-blue-review-card+.powerb-blue-review-card {
    margin-top: unset;
  }

  .powerb-blue-review-card__starlist {
    margin-bottom: 14px;
  }

  .powerb-blue-review-card__star {
    width: 22px;
    height: 22px;
  }

  .powerb-blue-review-card__text {
    font-size: 16px;
    padding-right: 9px;
    margin-bottom: 18px;
  }

  .powerb-blue-review-card__picture {
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
  }

  .powerb-blue-review-card__author {
    font-size: 25px;
  }
}

@media (any-hover: hover) and (min-width: 1084px) {
  .powerb-blue-header__button:hover {
    background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  }
}

@media (min-width: 1680px) {
  .powerb-blue::after {
    background-size: 100% auto;
    background-position-x: unset;
  }
}

@media (min-width: 1920px) {
  .powerb-blue::before {
    background-size: 100% auto;
  }

  .powerb-blue__header {
    margin-bottom: 76px;
  }

  .container {
    max-width: 1280px;
  }

  .powerb-blue-header {
    padding-top: 9px;
  }

  .powerb-blue-header__action {
    right: calc((100vw - 1280px) / 2);
  }

  .powerb-blue-footer__body {
    max-width: 1083px;
  }

  .powerb-blue-intro__body {
    max-width: 1172px;
    margin: 0 auto;
  }

  .powerb-blue-review__title {
    margin-bottom: 58px;
  }

  .powerb-blue-review-card {
    padding: 20px 83px 20px 20px;
  }
}

@media (any-hover: hover) {
  .powerb-blue a:hover {
    color: #fff;
  }

  .powerb-blue-header__button:hover {
    background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  }

  .powerb-blue-header__button--signup:hover {
    background: rgba(255, 215, 0, 0.2);
  }

  .powerb-blue-modal__close:hover {
    transform: scale(1.2);
  }

  .powerb-blue-modal-form__button:hover {
    background: linear-gradient(90deg, #01569a 0%, #4ab4ff 100%);
  }

  .powerb-blue-modal-form__question:hover {
    color: #a7131e;

    /* OPTIMIZE: Combine similar media queries */
  }

  .powerb-blue-intro__button:hover {
    background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  }

  .powerb-blue-intro__button:hover {
    transform: scale(1.1);
    box-shadow: 0 0 18px 2px rgba(255, 255, 255, 0.3);
    background: linear-gradient(90deg, #0c9ddf 0%, #01569a 100%);
  }

  .powerb-blue-review__button:hover {
    background: linear-gradient(90deg, #3586F6 0%, #5371FF 100%);
  }
}