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

p,
span {
  cursor: default;
}

button *,
button {
  cursor: pointer;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999999999999999;
  background: rgb(255 255 255 / 100%);
}

.loader svg {
  width: 12rem;
  height: 12rem;
}

body {
  font-family: 'Source Sans 3', sans-serif;
}

.primaryButton {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 8px;
  background: linear-gradient(90deg, #e064d7 0%, #911aff 100%);
}
.primaryButton * {
  cursor: pointer;
}
a {
  text-decoration-line: none !important;
}
.primaryButton svg {
  margin-right: 10px;
}
.primaryButton p {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.FSPHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #282828;
  padding: 14px 0;
}
.FSPHeader .FSPHLogo {
  width: 186px;
  height: 2rem;
}

.FSPShowcase {
  display: flex;
  max-width: 1512px;
  margin: 0 auto;
  gap: 15px;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .FSPShowcase {
    flex-direction: column;
  }
}
@media screen and (max-width: 600px) {
  .FSPShowcase {
    padding: 30px 0.8rem;
  }
}
.FSPShowcase .FSPSVideoSection {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.FSPShowcase .FSPSVideoSection .FSPSVSSnackbar {
  display: flex;
  gap: 10px;
  padding: 12px 15px;
  border-radius: 8px;
  background: #fff8ba;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
}
.FSPShowcase .FSPSVideoSection .FSPSVSSnackbar .FSPSVSSText {
  color: #911aff;
  font-size: 20px;
}
.FSPShowcase .FSPSVideoSection .FSPSVSSnackbar .FSPSVSSText span {
  font-weight: 600;
}
.FSPShowcase .FSPSVideoSection .FSPSVSVideoContainer {
  flex: 1;
  width: 100%;
  border-radius: 4px;
  position: relative;
  padding-bottom: 54%; /* 16:9 ratio */
  padding-top: 25px;
  overflow: hidden;
}
.FSPShowcase .FSPSVideoSection .FSPSVSVideoContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.FSPShowcase .FSPSFeatures {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
  min-width: 440px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1024px) and (max-width: 1600px) {
  .FSPShowcase .FSPSFeatures {
    min-width: 410px;
  }
}
@media screen and (max-width: 600px) {
  .FSPShowcase .FSPSFeatures {
    min-width: 100% !important;
  }
}
.FSPShowcase .FSPSFeatures .FSPSFHead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-bottom: 1px solid #e4e4e4;
}
.FSPShowcase .FSPSFeatures .FSPSFHead .FSPSFHText {
  color: #911aff;
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 600px) {
  .FSPShowcase .FSPSFeatures .FSPSFHead .FSPSFHText {
    font-size: 24px;
  }
}
.FSPShowcase .FSPSFeatures .FSPSFHead .FSPSFHSubText {
  color: #58626a;
  font-size: 20px;
  font-weight: 400;
}
.FSPShowcase .FSPSFeatures .FSPSFFeatureText {
  margin: 15px 0;
  color: #353535;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.FSPShowcase .FSPSFeatures .FSPSFFeatures {
  display: flex;
  flex-direction: column;
  padding: 1.6rem 0;
}
@media screen and (max-width: 600px) {
  .FSPShowcase .FSPSFeatures .FSPSFFeatures {
    padding: 1rem 0;
  }
}
.FSPShowcase .FSPSFeatures .FSPSFFeatures .FSPSFFFeature {
  display: flex;
  align-items: flex-start;
  padding: 0 2rem;
}
@media screen and (max-width: 1024px) {
  .FSPShowcase .FSPSFeatures .FSPSFFeatures .FSPSFFFeature {
    padding: 0 1.2rem;
  }
}
@media screen and (max-width: 600px) {
  .FSPShowcase .FSPSFeatures .FSPSFFeatures .FSPSFFFeature {
    padding: 0 0.8rem;
  }
}
.FSPShowcase .FSPSFeatures .FSPSFFeatures .FSPSFFFeature:not(:last-of-type) {
  margin-bottom: 1rem;
}
.FSPShowcase .FSPSFeatures .FSPSFFeatures .FSPSFFFeature .FSPSFFFIcon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  transform: translateY(2px);
}
.FSPShowcase .FSPSFeatures .FSPSFFeatures .FSPSFFFeature .FSPSFFFText {
  flex: 1;
  color: #282828;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.54px;
}
.FSPShowcase .FSPSFeatures .FSPSFActions {
  margin-top: auto;
  padding: 15px;
}
.FSPShowcase .FSPSFeatures .FSPSFActions .FSPSFAMainButton {
  width: 100%;
  height: 60px;
}
.FSPShowcase .FSPSFeatures .FSPSFAQuickly {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 0.8rem;
  color: #58626a;
  font-weight: 400;
}
.FSPShowcase .FSPSFeatures .FSPSFAQuickly a {
  display: inline-block;
  cursor: pointer;
  color: #911aff;
  font-weight: 400;
}

.FSPStepsPreview {
  max-width: 1512px;
  margin: 0 auto;
  padding: 30px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
@media screen and (max-width: 600px) {
  .FSPStepsPreview {
    padding: 30px 0.8rem;
  }
}
.FSPStepsPreview .FSPSPPreview {
  color: #282828;
  font-size: 20px;
  font-weight: 600;
}
.FSPStepsPreview .FSPSPSteps::-webkit-scrollbar {
  height: 16px;
}
.FSPStepsPreview .FSPSPSteps::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}
.FSPStepsPreview .FSPSPSteps::-webkit-scrollbar-thumb {
  background: #9524ff;
  border-radius: 10px;
}
.FSPStepsPreview .FSPSPSteps::-webkit-scrollbar-thumb:hover {
  background: #8400ff;
}

.FSPStepsPreview .FSPSPSteps {
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 15px 0;
  margin: 0 15px;
  gap: 30px;
  scroll-behavior: smooth;
}
.FSPStepsPreview .FSPSPSteps .FSPSPSStep {
  border-radius: 6.4px;
  background: #f2f2f2;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.FSPStepsPreview .FSPSPSteps .FSPSPSStep .FSPSPSSCount {
  padding: 8px;
  text-align: center;
  color: #282828;
  font-weight: 600;
}
.FSPStepsPreview .FSPSPSteps .FSPSPSStep .FSPSPSSLayoutImage {
  width: 160px;
  height: 101.5px;
  object-fit: cover;
}
.FSPStepsPreview .FSPSPSteps .FSPSPSStep .FSPSPSSLink {
  padding: 8px;
  text-align: center;
  color: #911aff;
}
.FSPStepsPreview .FSPSPSteps .FSPSPSStep .FSPSPSSLink .FSPSPSSLText {
  cursor: pointer !important;
}

.FSPAbout {
  padding: 40px 30px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .FSPAbout {
    padding: 40px 0.8rem;
  }
}
.FSPAbout .FSPAHeading {
  color: #282828;
  font-size: 28px;
  font-weight: 600;
}
.FSPAbout .FSPASubHeading {
  color: #58626a;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.54px;
  max-width: 1140px;
  margin: 15px auto;
}
.FSPAbout .FSPAApps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
  max-width: 1512px;
  column-gap: 40px;
  row-gap: 50px;
  margin: 50px auto;
}
.FSPAbout .FSPAApps .FSPAAItem {
  display: flex;
}
.FSPAbout .FSPAApps .FSPAAItem .FSPAAIIcon {
  width: 80px;
  height: 80px;
  margin-right: 15px;
}
.FSPAbout .FSPAApps .FSPAAItem .FSPAAIIcon svg,
.FSPAbout .FSPAApps .FSPAAItem .FSPAAIIcon img {
  width: 80px;
  height: 80px;
}
.FSPAbout .FSPAApps .FSPAAItem .FSPAAIName {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.FSPAbout .FSPAApps .FSPAAItem .FSPAAIName .FSPAAITitle {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.FSPAbout .FSPAApps .FSPAAItem .FSPAAIDesc {
  color: #58626a;
  font-size: 18px;
  font-weight: 400;
}
.FSPAbout .FSPAActions {
  display: flex;
  flex-direction: column;
}
.FSPAbout .FSPAActions .FSPAAButton {
  width: max-content;
  height: 80px;
  margin: 0 auto;
  padding: 1rem 4rem;
}
@media screen and (max-width: 600px) {
  .FSPAbout .FSPAActions .FSPAAButton {
    padding: 1rem 2rem;
    height: 60px;
  }
}
@media screen and (max-width: 450px) {
  .FSPAbout .FSPAActions .FSPAAButton {
    padding: 1rem;
  }
}
.FSPAbout .FSPAActions .FSPAAButton .FSPAABIcon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 600px) {
  .FSPAbout .FSPAActions .FSPAAButton .FSPAABIcon {
    width: 24px;
    height: 24px;
  }
}
.FSPAbout .FSPAActions .FSPAAButton .FSPAABText {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .FSPAbout .FSPAActions .FSPAAButton .FSPAABText {
    font-size: 20px;
  }
}
.FSPAbout .FSPAActions .FSPAANote {
  color: #58626a;
  font-size: 20px;
  font-weight: 400;
  margin-top: 10px;
}

.FSPFooter {
  background: #282828;
  padding: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  color: #fff;
  gap: 25px;
}
.FSPFooter .FSPFYear {
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}
.FSPFooter .FSPFYear::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0.7rem, -50%);
  width: 1px;
  height: 80%;
  background: #d9d9d9;
}
.FSPFooter .FSPFLink {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
}
