.wgt-wizora-banner .bnr {
  row-gap: 3.25rem;
}
.wgt-wizora-banner .bnr h1 {
  font-weight: 500;
  font-size: clamp(3rem, 2.5752rem + 1.8123vw, 4.75rem);
  background: linear-gradient(108.03deg, #8b6fff 12.28%, #d8cbfd 129.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}
.wgt-wizora-banner .bnr h2 {
  font-weight: 500;
  font-size: clamp(1.75rem, 1.2949rem + 1.9417vw, 3.625rem);
  color: var(--title-color);
  margin-bottom: 1rem;
}
.wgt-wizora-banner .bnr p {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  color: var(--description-color);
  max-width: 640px;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.wgt-wizora-banner .bnr-video {
  padding: 11px;
  border-radius: 10px;
  background: #ffffff1a;
  box-shadow: 0px 8.29px 20.74px 0px #3528680f;
  border: 1px solid var(--grayscale-color-5);
  margin-bottom: 25px;
}
.wgt-wizora-banner .bnr-video video {
  width: 100%;
  max-width: 960px;
  border-radius: 10px;
}
.wgt-wizora-banner .video-btn:focus,
.wgt-wizora-banner .video-btn:focus:not(:focus-visible) {
  outline: none;
  padding: 0;
}
.wgt-wizora-banner .video-btn {
  font-weight: 700;
  color: var(--primary-color-1);
  font-size: 1rem;
  justify-content: center;
}
.wizora-modal .form .wizora-form-title {
  text-align: center;
  font-size: clamp(1.375rem, 1.2233rem + 0.6472vw, 2rem);
  margin-bottom: 1.75rem !important;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wgt-wizora-banner .bnr {
    row-gap: 1.625rem;
  }
}
.wgt-wizora-banner.bnr-container {
  background-image: linear-gradient(
    205.02deg,
    rgba(120, 86, 255, 0.2) -6.1%,
    rgba(123, 102, 201, 0.086) 38.37%,
    rgba(255, 255, 255, 0.028) 60.78%
  );

  margin-top: -150px;
  padding-top: 200px;
  margin-bottom: 8.75rem;
}
.wgt-wizora-banner .bnr {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: auto auto var(--section-margin-sm);
  overflow: hidden;
}
.wgt-wizora-banner .bnr-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 70%;
}
.wgt-wizora-banner .bnr .title {
  font-weight: 500;
  text-transform: uppercase;
  line-height: 120%;
  font-size: var(--title-font-size-1);
}
.wgt-wizora-banner .bnr .description {
  color: #646464;
  font-style: normal;
  font-size: clamp(0.875rem, 2vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  padding-bottom: 0.938rem;
}
.wgt-wizora-banner .buttons {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.wgt-wizora-banner .buttons > *:not(:last-child) {
  margin-right: 1.5rem;
}
@media (min-width: 2000px) {
  .wgt-wizora-banner.bnr-container {
    background-image: linear-gradient(
      205.02deg,
      rgba(120, 86, 255, 0.2) -6.1%,
      rgba(123, 102, 201, 0.086) 26.37%,
      rgba(255, 255, 255, 0.028) 44.78%
    );
  }
}
@media (max-width: 1024px) {
  .wgt-wizora-banner .bnr {
    flex-direction: column;
  }
  .wgt-wizora-banner .bnr > *:not(:last-child) {
    margin-bottom: 2.5rem;
  }
  .wgt-wizora-banner .bnr-content {
    width: 85%;
  }
}
@media (max-width: 768px) {
  .wgt-wizora-banner .bnr {
    width: 100%;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
    margin-bottom: var(--section-margin-sm);
    row-gap: 4rem;
  }
  .wgt-wizora-banner .bnr > *:not(:last-child) {
    margin: 0;
  }
  .wgt-wizora-banner .bnr-content {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .wgt-wizora-banner .bnr-content .title {
    margin: 0 0 0.938rem;
  }
  .wgt-wizora-banner .bnr-content .description {
    margin-bottom: 0.938rem;
    padding: 0;
  }
  .wgt-wizora-banner .buttons {
    padding-top: 10px;
  }
}
@media (max-width: 576px) {
  .wgt-wizora-banner .buttons {
    flex-direction: column;
    gap: 1rem;
  }
  .wgt-wizora-banner .buttons > *:not(:last-child) {
    margin-right: 0;
  }
  .wgt-wizora-banner .buttons > * {
    width: 100%;
  }
}
.wgt-wizora-banner {
  font-family: "Figtree", sans-serif;
}
.wgt-wizora-banner .bnr {
  row-gap: 3.25rem;
  padding: 0;
}
.wgt-wizora-banner .bnr > h1,
.wgt-wizora-banner .bnr-content > h1 {
  font-weight: 500;
  font-size: clamp(3rem, 2.5752rem + 1.8123vw, 4.75rem);
  background: linear-gradient(108.03deg, #8b6fff 12.28%, #d8cbfd 129.41%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-bottom: 1rem;
}
.wgt-wizora-banner .bnr > h1 img,
.wgt-wizora-banner .bnr-content > h1 img {
  -webkit-text-fill-color: initial;
  background: none;
  vertical-align: middle;
}
.wgt-wizora-banner .bnr > h2,
.wgt-wizora-banner .bnr-content > h2 {
  font-weight: 500;
  font-size: clamp(1.75rem, 1.2949rem + 1.9417vw, 3.625rem);
  color: var(--title-color);
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  margin-bottom: 1rem;
}
.wgt-wizora-banner .bnr > p,
.wgt-wizora-banner .bnr-content > p {
  font-size: clamp(0.875rem, 0.8143rem + 0.2589vw, 1.125rem);
  color: var(--description-color);
  max-width: 640px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 768px) {
  .wgt-wizora-banner .bnr {
    row-gap: 1.625rem;
  }
}

.wizora-form {
  width: 100%;
}

.wizora-modal .modal-content {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}

.wizora-modal .form {
  width: 100%;
}

.wizora-modal .webinar-form {
  width: 100%;
}

.wizora-modal .fields-container {
  width: 100%;
}

.wizora-modal .form h2 {
  text-align: center;
  font-size: clamp(1.375rem, 1.2233rem + 0.6472vw, 2rem);
  margin-bottom: 1.75rem !important;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.wizora-modal .form button {
  width: 100%;
}

.wizora-modal .form .field {
  height: unset;
  margin-bottom: 1rem;
}

.wizora-modal .checkbox-container {
  margin-bottom: 1rem !important;
}

.wizora-modal .modal-content.active {
  padding: 40px;
}

.wizora-modal .modal-body.no-active {
  display: none;
}

.wizora-modal .modal-body {
  overflow: auto !important;
}

.wizora-modal .modal-thx {
  width: 100%;
  display: none;
}

.wizora-modal .modal-thx.active {
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wizora-modal .modal-content {
    margin: 0 1rem;
  }
}
