/* override global index.css */
body.single-webinar .bg-black {
    background-color: #343741;
  }
  
  p {
    font-family: adelle-sans, sans-serif;
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
  
  .main-content ul {
    list-style: disc;
  }
  
  .bg-mobile {
    position: relative;
  }
  .bg-mobile::before {
    content: "";
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc((100vw - 100%) / -2);
    background-image: var(--bg);
    background-repeat: no-repeat;
    background-position: 25%;
    background-size: cover;
    object-fit: cover;
  }
  
  .page-title {
    font-size: calc(23px + 5 * (100vw - 375px) / (1920 - 375));
    line-height: calc(55px + 5 * (100vw - 375px) / (1920 - 375));
    font-weight: 700;
    color: #00AFAA;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    
  }
  
  .heading-headline {
    font-size: calc(43px + 2 * (100vw - 375px) / (1920 - 375));
    line-height: calc(53px + 2 * (100vw - 375px) / (1920 - 375));
    font-weight: 400;
    color: #343741;
    --bs-heading-color: #343741;
   
  }
  
  .full-width {
    display: none;
  }
  @media screen and (min-width: 992px) {
    .full-width {
      width: 100vw;
      position: relative;
      left: 50%;
      right: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      object-fit: cover;
      display: unset;
      max-width: unset;
      height: 100%;
    }
  }

  @media screen and (min-width: 992px) {
    .hero-content {
      position: absolute;
      z-index: 2;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%;
      width: 100%;
      color: #fff;
    }
  }
  .space-between {
    justify-content: space-between;
  }
  .col-right {
    padding-block: 3rem;
  }
  @media screen and (min-width: 992px) {
    .col-right.detach {
      display: flex;
      justify-content: flex-end;
      position: sticky;
      top: 80px;
    }
  }
  
  .form {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1607843137);
    border-radius: 15px;
    padding-block-start: 1rem;
    padding-block-end: 1rem;
    border-top: 15px solid #F47721;
    width: auto;
  }
  
  @media screen and (width: 992px) {
    .form {
      margin-inline: 1rem;
      margin-block: 1rem;
    }
  }
  .is-desktop .form {
    width: 350px;
    position: relative;
    transition: all 0.2s;
  }
  
  .is-desktop .form.detached {
    position: fixed;
    top: 20px;
  }
  
  .is-desktop .form.detached h3 {
    padding-top: 0;
    padding-bottom: 0;
  }
  
  .form h3 {
    font-family: Gilroy, sans-serif;
    font-weight: 800;
    font-size: 1.5rem;
    line-height: 2.1875rem;
    color: #343741;
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 70%;
  }
  
  .form .privacy-policy {
    display: block;
    text-align: center;
    margin-block-start: 1rem;
  }
  
  .form .privacy-policy a {
    font-family: Gilroy, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.125rem;
    color: #343741 !important;
  }
  
  form[id^=mkto] {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  form[id^=mkto] .mktoFormCol {
    margin-block: 0.5rem;
  }

  /* form[id^=mkto] .mktoFieldWrap {
    flex-direction: column;
  } */
  
  form[id^=mkto] label {
    font-family: adelle-sans, sans-serif;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.3125rem;
    font-style: italic;
    display: flex;
    padding-block-end: 0.3rem;
    gap: 5px;
  }
  
  form[id^=mkto] label .mktoAsterix {
    order: 1;
    color: #D0011B;
  }
  
  form[id^=mkto] .mktoFormRow:nth-child(7) {
    display: flex;
    padding: 0 40px;
  }
  
  form[id^=mkto] .mktoFormRow:nth-child(7) .mktoRequiredField {
    display: flex;
    padding: 0 10px 0 0 ;
  }
  
  form[id^=mkto] .mktoFormRow:nth-child(7) span {
    font-size: smaller;
  }
  
  form[id^=mkto] .mktoFormRow:nth-child(7) a {
    color: #f47721;
  }
  
  
  form[id^=mkto] #optIn {
    width: auto;
  }
  
  form[id^=mkto] input,
  form[id^=mkto] select {
    border: none;
    background-color: #F0F0F0;
    border-radius: 5px;
    width: 270px;
    padding: 0.45rem;
  }
  
  form[id^=mkto] [type=submit], #download-ebook {
    background-color: #F47721;
    border: none;
    border-radius: 25px;
    color: #fff;
    text-transform: capitalize !important;
    padding: 0.7rem 2rem;
    margin-block-start: 1rem;
    font-family: Gilroy, sans-serif;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
  
  form[id^=mkto] .mktoErrorMsg {
    font-family: Gilroy, sans-serif;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-style: italic;
    color: #F47721;
  }
  
  .hide-form {
    display: none;
  }

  #download-ebook:hover {
    color: #f47721;
    background-color: #ffffff;
    border: 2px solid #f47721;
  }
  /*# sourceMappingURL=ebook.css.map */