/* MEDIA QUERIES */
/* COlORS */
:root {
  --mainTextColor: #ffffff;
  --uiColor: #00a783;
  --footerBgColor: #373e4e;
  --mobileBgColor: #555e72;
  --fieldBgColor: #ffffff;
  --fieldPlaceholderColor: #666666;
  --fieldTextColor: #212121;
  --errorTextColor: #e40707;
}

/* TEXT */
h1, h2, h3, h4, h5, h6, p, a, li, label {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

p, a, li, label {
  font-weight: 400;
}

h1 {
  font-size: 72px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h1 {
    font-size: 48px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 36px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h5 {
  font-size: 30px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h5 {
    font-size: 20px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  h6 {
    font-size: 18px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  p {
    font-size: 16px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

label {
  font-size: 20px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  label {
    font-size: 14px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  label {
    font-size: 14px;
  }
}

/* DESIGN */
body {
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  background: url("/images/laningPages/ByondPitch/mainBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(8px);
  color: var(--mainTextColor);
}
@media (min-width: 320px) and (max-width: 767px) {
  body {
    background: var(--mobileBgColor);
  }
}

.content {
  flex: 1;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  background: url("/images/laningPages/ByondPitch/mainBg.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0 16px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content {
    max-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content {
    max-width: 100%;
    padding: 20px 0 8px;
    background: url("/images/laningPages/ByondPitch/mainBgMobile.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
  }
}
.content .header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header {
    padding: 0 20px;
  }
}
.content .header .ness-logo {
  width: 74px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .header .ness-logo {
    width: 50px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header .ness-logo {
    width: 30px;
    padding: 0 20px;
  }
}
.content .header .byond-logo {
  width: 526px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .content .header .byond-logo {
    width: 350px;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .header .byond-logo {
    width: 150px;
  }
}
.content .hero {
  padding: 32px 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .hero {
    padding: 16px 20px;
  }
}
.content .hero h1 {
  padding-bottom: 24px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .hero h1 {
    margin-top: 120px;
    text-shadow: 0 0 24px var(--footerBgColor), 0 0 12px var(--footerBgColor), 0 0 6px var(--footerBgColor), 0 0 4px var(--footerBgColor);
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .hero h3 {
    text-shadow: 0 0 8px var(--footerBgColor), 0 0 4px var(--footerBgColor);
  }
}
.content .list .list-title {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 16px;
  padding: 4px 50px 4px 32px;
  border-radius: 50px 0 0 50px;
  background: var(--uiColor);
  border: 2px solid var(--mainTextColor);
  border-right: 0;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .list .list-title {
    padding: 4px 20px 4px 16px;
  }
}
.content .list ul {
  padding: 0 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .list ul {
    padding: 0 20px;
  }
}
.content .list ul li {
  list-style-type: none;
  display: flex;
  align-items: baseline;
  padding-bottom: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .list ul li {
    flex-wrap: wrap;
  }
}
.content .list ul li h6 {
  margin-inline-end: 8px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .list ul li p {
    display: block;
    width: 100%;
    padding-inline-start: 32px;
  }
}
.content .list ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  margin-inline-end: 16px;
  align-self: center;
  border-radius: 12px;
  border: 2px solid var(--mainTextColor);
}
.content .form-title {
  padding: 0 50px;
}
@media (min-width: 320px) and (max-width: 767px) {
  .content .form-title {
    padding: 0 20px;
  }
}

button {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  height: 44px;
  max-height: 44px;
  color: var(--fieldTextColor);
  border: none;
  border-radius: 50px;
  background-image: linear-gradient(to bottom, #ffffff 0%, #fafafa 10%, #ededed 34%, #d8d8d8 57%, #bababa 79%, #ababab 100%);
  font-size: 32px;
  font-weight: 400;
  transition: all 0.2s ease-in;
}
button:after {
  content: url(/images/laningPages/ByondPitch/btnIcon.png);
  width: 38px;
  height: 38px;
  margin-inline-start: 8px;
}
button:hover {
  background-image: linear-gradient(to top, #ffffff 0%, #fafafa 10%, #ededed 34%, #d8d8d8 57%, #bababa 79%, #ababab 100%);
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background: var(--uiColor);
  padding: 32px 0;
}
.form fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

#contactFrom {
  max-width: 1200px;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #contactFrom {
    max-width: 100%;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #contactFrom {
    max-width: 100%;
  }
}
#contactFrom .nessAccMainForm-rowItem {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 0 50px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #contactFrom .nessAccMainForm-rowItem {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  #contactFrom .nessAccMainForm-rowItem {
    display: flex;
    flex-direction: column;
    padding: 0 20px;
  }
}
#contactFrom .nessAccMainForm-rowItem > :nth-child(-n+3) {
  grid-row: 1;
}
#contactFrom .nessAccMainForm-rowItem > :nth-child(n+4) {
  grid-row: 2;
}
#contactFrom .nessAccMainForm-Item {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-inline-end: 16px;
}
@media (min-width: 320px) and (max-width: 767px) {
  #contactFrom .nessAccMainForm-Item {
    margin-inline-end: 0;
  }
}
#contactFrom .nessAccMainForm-Item input {
  height: 28px;
  margin-top: 4px;
  padding: 8px 16px;
  background: var(--fieldBgColor);
  color: var(--fieldTextColor);
  border-radius: 2px;
  border: none;
}
#contactFrom .nessAccMainForm-Item input.redAlertBorder {
  border: 2px solid var(--errorTextColor);
}
#contactFrom .nessAccMainForm-Item .mainAccreqColor {
  color: var(--errorTextColor);
}
#contactFrom .nessAccMainForm-Item .mainAcctErrorAlert {
  position: absolute;
  bottom: 4px;
  left: 8px;
  color: var(--errorTextColor);
  font-size: 16px;
  font-weight: 400;
}
#contactFrom .nessAccMainForm-Item .mainAcctErrorAlert.disabeld {
  display: none;
}
#contactFrom .nessAccMainForm-btnRowItem {
  align-content: end;
}

footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: -webkit-fill-available;
  max-width: -moz-available;
  max-width: stretch;
  padding: 8px;
  background: var(--footerBgColor);
}
footer a {
  color: var(--mainTextColor);
}/*# sourceMappingURL=css.css.map */