body {
  font-family: Inter, sans-serif;
  background: #0B044C url("/wp-content/uploads/sites/2/2023/08/m2020-teaser-events.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh;
  min-width: 100vw;
  padding-top: 0;
}
.m2020-logo {
  max-width: 220px;
}
.header-continer {
  position: relative;
  margin: auto;
  min-height: 65px;
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 80px;
}
.my-video {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
.logo-top {
  display: inline-table;
}
.mobile-band-logo {
  display: none;
}
.title {
  font-family: Manrope, sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 105px;
  font-style: normal;
  font-weight: 400;
  line-height: 126%;
  max-width: 900px;
  margin:0 auto; 
}
.fc-orange{
  color: #FFB443;
  font-size: 135px;
  font-weight: 700;
  line-height: 120%; 
}
.sub-title {
  padding-top: 70px;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 125%;
  text-align: center;
  color: #ffffff;
  padding-bottom: 31px;
}
.content-section {
  position:absolute;
  top:50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
  width:100%;
  text-align: center;
}
.notification {
  padding-top: 23px;
  font-family: Manrope, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 29px;
  /* or 208% */
  text-align: center;
  color: #ffffff;
}
.notification a {
  color: #ce8fff;
  cursor: pointer;
}
.m2020-footer {
  margin: auto;
  max-width: 1060px;
  padding-top: 72px;
  padding-bottom: 103px;
  border-top: 0.8px solid #afafed;
  display: flex;
  justify-content: space-around;
  margin-top: 120px;
}
.footer-item {
  display: flex;
  align-items: center;
  padding: 0 35px;
  position: relative;
}
.footer-item:first-of-type {
  padding-left: 0;
}
.footer-item:last-of-type {
  padding-right: 0;
}
.footer-item:not(:last-of-type)::after {
  content: "";
  width: 3.54px;
  height: 100%;
  background: url(https://info.zeta.tech/hubfs/assets/icon-devider.svg);
  position: absolute;
  right: 0;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-item span {
  font-style: normal;
  color: #ffffff;
  font-family: Manrope, sans-serif;
  padding-left: 20px;
  font-weight: 400;
  font-size: 20px;
  line-height: 200%;
}
.hs-form {
  display: flex;
  gap: 15px;
  max-width: 556px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding-top: 22px;
  position: relative;
}
.hs-form .legal-consent-container {
  position: absolute;
  padding-top: 23px;
  font-family: Manrope, sans-serif;
  line-height: 180%;
  color: #ffffff;
  top: 76px;
  text-align: left;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
}
.hs-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  input[type="checkbox"] {
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #ffffff;
  padding: 8px;
  margin-top: 2px;
  position: relative;
  border-radius: 2px;
}
.hs-form
  .legal-consent-container
  .hs-form-booleancheckbox-display
  input[type="checkbox"]:checked:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 5px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.hs-form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 30px;
  width: 100%;
}
.hs-form .legal-consent-container ul.hs-error-msgs {
  margin-top: -4px;
  margin-left: 29px;
}
.hs-form .legal-consent-container ul {
  list-style: none;
}
.hs-form .legal-consent-container a {
  color: #ce8fff;
  text-shadow: 1px 1px rgb(0 0 0 / 27%);
  white-space: nowrap;
}
.hs-form .hs_error_rollup {
  display: none;
}
.hs-form .submitted-message {
  color: #ffffff;
  font-size: 22px;
  font-family: Manrope, sans-serif;
}
.hs-form ul.hs-error-msgs {
  position: absolute;
  font-size: 11px;
  list-style: none;
  color: #ff5722;
  margin-top: 6px;
}
::placeholder {
  color: #9d9cc8;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #9d9cc8;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #9d9cc8;
}
.hs-form input[type="email"] {
  max-width: 402px;
  width: 402px;
  height: 54px;
  left: 449px;
  top: 423px;
  display: flex;
  align-items: center;
  color: #ffffff;
  padding: 15px 57px 16px 21px;
  font-family: Inter, sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 15px;
  line-height: 200%;
  background: rgba(5, 5, 62, 0.55);
  border: 1px solid #ffffff;
  backdrop-filter: blur(6.5px);
  border-radius: 8px;
}
.hs-form input[type="submit"] {
  background: url(https://info.zeta.tech/hubfs/assets/right-arrow.svg),
    linear-gradient(94.65deg, #fdc639 8.16%, #df4d1f 199.84%);
  box-shadow: 9.14894px 3.65957px 31.1064px rgb(0 0 0 / 25%);
  border-radius: 90px;
  width: 124px;
  height: 54px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 19px;
  color: #4e3306;
  border: 3px solid rgb(255 255 255 / 79%);
  font-family: Inter, sans-serif;
  background-repeat: no-repeat;
  background-position: 71% center;
  text-indent: -16px;
  cursor: pointer;
}
.band {
  max-width: 100%;
}
.mobile-only {
  display: none;
}
.footer-tag {
  background: linear-gradient(90deg, #6132CD 14.70%, #FF40C0 87.02%);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 154%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.footer-tag img {
  vertical-align: middle;
}
.footer-label-text{
  color: #FFF;
  font-family: Manrope, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: normal; 
}
.footer-tag span {
  color: #FFD79A;
}
.footer-tag .mr-20 {
  margin-right: 20px;
}
.footer-tag .ml-20 {
  margin-left: 20px;
}

@media only screen and (max-width: 992px) {
  .footer-item span {
    font-size: 18px;
    line-height: 178%;
  }
  .footer-item {
    padding: 0 25px;
  }
  .footer-tag {
    font-size: 18px;
  }
  .title, .fc-orange{
    font-size: 70px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-tag {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .footer-tag div {
    max-width: 180px;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    display: table;
  }
  .band-logo {
    display: none;
  }
  .mobile-band-logo {
    display: block;
  }
  .header-continer {
    -webkit-box-pack: space-evenly;
     -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    gap: 19px;
    padding-top: 51px;
    padding-bottom: 40px;
  }
  .title {
    font-weight: 400;
    font-size: 36px;
    line-height: 125%;
    max-width: 328px;
    margin-left: auto;
    margin-right: auto;
  }
  .fc-orange{
    font-size: 38px;
  }
  .sub-title {
    font-weight: 400;
    font-size: 20px;
    line-height: 125%;
    max-width: 221px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  .band {
    max-width: 311.72px;
  }
  .hs-form input[type="email"] {
    max-width: 313px;
    font-weight: 400;
    font-size: 13px;
    line-height: 200%;
    padding: 13px 15px 12px 15px;
  }
  .hs-form {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .m2020-footer {
    flex-direction: column;
    padding-top: 31px;
    padding-bottom: 46px;
    margin-left: 43px;
    margin-right: 43px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 35px;
  }
  .footer-item img {
    width: 47px;
    height: 47px;
  }
  .footer-item span {
    padding-left: 17px;
    font-weight: 400;
    font-size: 15px;
    line-height: 200%;
  }
  .footer-item:not(:last-of-type) {
    padding-bottom: 18px;
  }
  .footer-item:not(:last-of-type)::after {
    display: none;
  }
  .notification {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    padding-top: 24px;
  }
  .footer-item {
    padding-right: 0;
    padding-left: 0;
    width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
  .hs-form .submitted-message {
    font-size: 16px;
  }
  .hs-form .legal-consent-container {
    top: 0;
    position: relative;
    padding-top: 6px;
    margin-left: 38px;
    margin-right: 38px;
    max-width: 306px;
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
  }
  .hs-form .legal-consent-container ul.hs-error-msgs {
    margin-top: 1px;
  }
  .zeta-logo {
    width: 74.84px;
  }
  .m2020-logo {
    width: 120px;
  }
  .mobile-only {
    display: block;
  }
  .web-only {
    display: none;
  }
  .footer-label-text{
    font-size: 14px;
  }
  .mwidth-50{
    max-width: 50px; 
  }
  .header-continer::before{
      position:absolute;
      content:'';
      top:85px;
      left:45%;
      background-color:#b3afaf;
      width:1px;
      height:66px;
      -webkit-transform:translateY(-45%);
      -ms-transform:translateY(-45%);
      transform:translateY(-45%);
    }
}
