.gpc-get-started-wizard {
  position: fixed;
  z-index: 10001;

  display: flex;
  width: 100vw;
  height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  background-color: var(--neutral-1);
  background-image: url('/wp-content/themes/trustbiz/assets/images/get-started-wizard-bottom.svg'),
    url('/wp-content/themes/trustbiz/assets/images/get-started-wizard-top.svg');
  background-position: bottom left, top right;
  background-repeat: no-repeat;
  background-size: 400px, 400px;
  inset: 0;
}

.gpc-get-started-wizard__header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}

.gpc-get-started-wizard__controls {
  display: flex;
  width: 100%;
  max-width: 768px;
  justify-content: space-between;
  padding: 86px 24px 48px;
  margin: auto;
}

.gpc-get-started-wizard__control-button,
.gpc-get-started-wizard__control-button:hover,
.gpc-get-started-wizard__control-button:active {
  display: flex;
  align-items: center;
  padding: 0;
  border: none;
  background: transparent;
  color: inherit;
}

.gpc-get-started-wizard__content {
  width: clamp(240px, 80%, 540px);
  margin: 12px auto 0;
}

.gpc-get-started-step {
  padding: 58px 93px;

  background-color: var(--color-white);
}

@media (max-width: 767px) {
  .gpc-get-started-step {
    padding: 16px;
    margin-top: calc(10% - 40px);
  }
}

.gpc-get-started-step__details {
  padding-bottom: 67px;
  text-align: center;
}

.gpc-get-started-step__details-title {
  color: var(--neutral-5);
}

.gpc-get-started-step__buttons {
  display: flex;
  flex-direction: column;
}

.gpc-get-started-step__button {
  text-align: center;
}

.gpc-get-started-wizard__arrow {
  margin-right: 5px;
}

.gpc-get-started-step__details-description {
  color: var(--neutral-3);
}

.gpc-get-started-step__buttons .gpc-button:not(:last-child) {
  margin-bottom: 15px;
}
