:root {
  --deep-purple: #5207f2;
  --med-purple: #7606f2;
  --light-purple: #ab05f2;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-image: linear-gradient(66deg, var(--deep-purple), var(--med-purple) 41%, var(--light-purple));
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Safiro Webfont, sans-serif;
  font-size: 250px;
  font-weight: 700;
  line-height: 250px;
}

.signup-hero {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: block;
}

.container {
  max-width: 800px;
  display: block;
}

.heading {
  text-align: center;
  margin-top: 30px;
  font-family: Safiro Webfont, sans-serif;
  font-size: 25px;
  line-height: 25px;
}

.heading.geargrd {
  position: fixed;
  top: -100px;
}

.image {
  width: 40vw;
  max-width: 800px;
}

.heading-2 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Safiro Webfont, sans-serif;
  font-size: 25px;
}

.email-card {
  background-color: #2d2d2d;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 8px 7px 15px rgba(255, 255, 255, .13);
}

.logo-cont {
  margin-bottom: 65px;
}

.field-label {
  color: #fff;
}

.text-field, .text-field-2 {
  text-align: center;
  border-radius: 15px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Safiro Webfont, sans-serif;
  font-weight: 500;
}

.submit-button {
  color: var(--black);
  background-color: #d7f205;
  border-radius: 15px;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  font-family: Safiro Webfont, sans-serif;
  font-weight: 500;
}

.center {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  overflow: hidden;
}

.imgelements {
  z-index: -1;
  aspect-ratio: 1;
  opacity: .15;
  object-fit: cover;
  background-image: url('../images/Asset-3---lines.svg');
  background-position: 0 0;
  background-size: auto;
  width: 500px;
  position: absolute;
  overflow: hidden;
}

.imgelements.lines {
  padding-right: 0;
  top: 83.5px;
  right: 41px;
}

.imgelements.asset1 {
  background-image: url('../images/Asset-1.svg');
  background-position: 50%;
  top: -111.5px;
  left: 8%;
}

.imgelements.asset-2 {
  background-image: url('../images/Asset-2.svg');
  width: 250px;
  bottom: 5px;
  right: 5px;
}

.heading-3 {
  color: #fff;
}

.heading-4 {
  color: var(--white);
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.heading-4.floating {
  z-index: -1;
  opacity: .2;
  text-align: left;
  line-height: 20px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 17%;
}

.gradblocks {
  z-index: -1;
  background-image: linear-gradient(260deg, var(--deep-purple), var(--med-purple) 40%, var(--light-purple));
  width: 100px;
  height: 50px;
  position: absolute;
  bottom: 50px;
  left: 57px;
}

.gradblocks.block-2 {
  background-image: linear-gradient(90deg, var(--deep-purple), var(--med-purple) 40%, var(--light-purple));
  bottom: 107px;
  left: 123px;
}

.success-message {
  background-color: #d7f205;
  border-radius: 15px;
  font-family: Safiro Webfont, sans-serif;
  font-weight: 500;
}

.error-message {
  text-align: center;
  background-color: #ff1919;
  border-radius: 15px;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Safiro Webfont, sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .error-message {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 95vw;
  }

  .imgelements.lines, .imgelements.asset1 {
    display: none;
  }

  .imgelements.asset-2 {
    max-width: 75vw;
    top: 10px;
    left: 5px;
    right: auto;
  }
}


@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Safiro Webfont';
  src: url('../fonts/safiro-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}