.web-studios-page .hero-bg {
  background-image: linear-gradient(201.42deg, #8f73d7 -1.41%, #358ccb 90.73%);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}

.web-studios-page .section-bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: -160px;
  right: 0;
  bottom: 0;
  background-image: url('/images/index/glabix-screen/web-studios/hero-bg.svg');
  background-repeat: no-repeat;
}

.web-studios-page .index-section-bg {
  top: 0;
  border-radius: 8px;
}

.web-studios-page .hero .hero-subtitle {
  font-size: 20px;
  line-height: 1.1;
}

.web-studios-page h1,
.web-studios-page .h1,
.hero h1,
article.hero .h1 {
  font-size: 46px;
  line-height: 56px;
  letter-spacing: 0;
}

@media (min-width: 1024px) {
  .web-studios-page h1,
  .web-studios-page .h1,
  .hero h1,
  article.hero .h1 {
    font-size: 64px;
    line-height: 70px;
    letter-spacing: 0;
  }
  .web-studios-page .hero .hero-subtitle {
    font-size: 22px;
    line-height: 34px;
  }
}
.web-studios-page .hero .btn-landing-3 {
  padding: 24px 60px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}

.pricing-section {
  background: linear-gradient(193.46deg, #3591dc 14.4%, #319cc3 94.05%);
}

.pricing-panel.bg-gray-900 {
  background-color: unset !important;
}

.business-form-bg-wrapper {
  background-image: linear-gradient(193.46deg, #3591dc 14.4%, #319cc3 94.05%);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 0;
}

.business-form-bg {
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url('/images/index/glabix-screen/web-studios/hero-bg.svg');
  background-repeat: no-repeat;
}

.web-studios-page .user-case-text-wrapper {
  justify-items: center;
}
@media (min-width: 1200px) {
  .web-studios-page .user-case-text-wrapper {
    justify-items: flex-start;
  }
}

.web-studios-page .user-case-author {
  max-width: 200px;
}

.web-studios-page .user-case-text {
  font-size: 16px;
  line-height: 1.6;
  text-indent: 24px;
}

.web-studios-page .user-case-photo {
  margin: 0 auto;
  display: block;
  border-radius: 50%;
}

.web-studios-page .user-case-text p {
  margin: 0;
}

.web-studios-page .user-case-marker {
  display: block;
  width: max-content;
  font-size: 40px;
  line-height: 1;
  padding: 5px 10px 10px 10px;
  font-weight: 700;
}

.web-studios-page
  .inverted-company-pricing
  .pricing-panel-row
  > div:nth-child(odd)
  .panel-primary {
  background-color: unset !important;
  color: var(--light) !important;
}
.web-studios-page
  .inverted-company-pricing
  .pricing-panel-row
  > div:nth-child(even)
  .panel-primary {
  background-color: var(--light) !important;
  color: var(--gray-900) !important;
}

@media (max-width: 1023px) {
  .disable-raw {
    padding-left: 0;
    padding-right: 0;
  }
}

.text-sm {
  font-size: 20px;
  line-height: 24px;

  @media (min-width: 768px) {
    line-height: 32px;
  }
}

.heading-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 60px;

  @media (min-width: 768px) {
    align-items: center;
    flex-direction: row;
  }

  .heading-title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 16px;

    @media (min-width: 768px) {
      font-size: 60px;
      line-height: 70px;
    }
  }

  .heading-text {
    font-size: 24px;
    line-height: 28px;

    @media (min-width: 768px) {
      line-height: 36px;
    }
  }
}

.subheading-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 80px;

  @media (min-width: 768px) {
    align-items: center;
    flex-direction: row;
  }

  .subheading-title {
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    margin-bottom: 24px;
  }
}

.column-wrapper {
  display: flex;
  flex-direction: column;
  gap: 60px;

  @media (min-width: 1200px) {
    flex-direction: row;
  }

  .column-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .column-figure {
    margin-bottom: 44px;

    @media (min-width: 1200px) {
      margin-bottom: 72px;
    }
  }

  .column-title-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }

  .column-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 24px;

    @media (min-width: 1200px) {
      font-size: 44px;
      line-height: 54px;
    }
  }
}

.desc-wrapper {
  display: flex;
  flex-direction: column;
  gap: 100px;

  .desc-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    max-width: 1074px;
    margin: 0 auto;

    @media (min-width: 768px) {
      flex-direction: row-reverse;
      gap: 72px;
    }
  }

  .desc-title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 24px;

    @media (min-width: 768px) {
      font-size: 46px;
      line-height: 56px;
    }
  }
}

.video-container {
  height: 367px;
  background: linear-gradient(193.46deg, #3587cb 14.4%, #6684e6 94.05%);
  margin-left: -20px;
  margin-right: -20px;

  @media (min-width: 768px) {
    height: 950px;
    border-radius: 72px;
    margin-left: 0;
    margin-right: 0;
  }
}

.banner {
  background: url('/images/index/glabix-screen/web-studios/hero-bg.svg'),
    linear-gradient(193.46deg, #358fd8 14.4%, #58bce0 94.05%);
  padding: 100px 20px;
  color: var(--light);

  @media (min-width: 768px) {
    padding: 140px 90px;
    border-radius: 72px;
  }
}
