#webinars_modal + .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

#webinars_modal .modal-backdrop.fade {
  opacity: 0;
}

#webinars_modal + .modal-backdrop,
#webinars_modal .modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
  z-index: 99999;
}

.modal {
  position: fixed;
  top: 10%;
  bottom: auto;
  left: 50%;
  z-index: 1050;
  width: 700px;
  margin-left: -350px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

#webinars_modal.modal .popup-img {
  border-radius: 6px 6px 0 0;
}

.modal.fade {
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
  -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
  -o-transition: opacity 0.3s linear, top 0.3s ease-out;
  transition: opacity 0.3s linear, top 0.3s ease-out;
  top: -25%;
}

.modal.fade.in {
  top: 10%;
  z-index: 999999 !important;
}

#webinars_modal .modal-header {
  padding: 9px 15px;
}

#webinars_modal .modal-header .close {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  background: none;
  border: none;
}

#webinars_modal .modal-header h3 {
  margin: 0;
  line-height: 30px;
}

#webinars_modal .modal-body {
  position: relative;
  /* min-height: 400px; */
  padding: 15px;
  padding-top: 0px;
  margin-top: 0;
  background-color: #efefef;
}

#webinars_modal .modal-dialog {
  margin: auto;
}

#webinars_modal .modal-form {
  margin-bottom: 0;
}

#webinars_modal .modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  zoom: 1;
}

#webinars_modal .modal-footer:before,
#webinars_modal .modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}

#webinars_modal .modal-footer:after {
  clear: both;
}

#webinars_modal .modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

#webinars_modal .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

#webinars_modal .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media (min-height: 600px) and (max-height: 800px) {
  #webinars_modal.modal {
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    transform: translateX(-50%) scale(0.9);
    top: 2% !important;
  }

  #webinars_modal.modal.fade.in {
    width: 700px;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%) scale(0.9);
    top: 2% !important;
  }
}

@media (min-width: 1400px) {
  #webinars_modal.modal {
    width: 900px;
    margin: 0;
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  #webinars_modal.modal {
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 90%;
    margin: 0 auto;
  }

  #webinars_modal.modal.fade {
    top: -100px;
  }

  #webinars_modal.modal.fade.in {
    top: 60px;
  }

  .e-book-img:after {
    display: none;
  }
}

@media (max-width: 991px) {
  #webinars_modal.modal {
    position: absolute;
  }
}

.auto-popup-form input[type="text"],
.auto-popup-form input[type="email"],
.auto-popup-form input[type="tel"] {
  background: white;
  padding: 10px 10px 10px 10px !important;
  color: #000;
  width: 100%;
  border: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
}

.auto-popup-form input[type="text"]:focus-visible,
.auto-popup-form input[type="email"]:focus-visible,
.auto-popup-form input[type="tel"]:focus-visible {
  outline: 2px solid black;
}

.auto-popup-form input[type="submit"] {
  background: #ef5a16;
}

.e-book-img:after {
  position: absolute;
  content: "";
  width: 80px;
  height: 40px;
  bottom: -20px;
  right: -30px;
  background-image: url(https://assets.privy.com/picture_photos/1111938/medium/bb89b462f2d84452960010562d103c96?1560788578);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

#lang-nav {
  z-index: 10000;
}

.error {
  color: red;
  font-size: 14px;
}

#ei-loading-ovelay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 999;
  display: none;
}

#ei-loading-ovelay img {
  position: absolute;
  width: 100px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

h1.color-teal {
  font-size: 60px;
  font-weight: bold;
}

h3.color-teal {
  font-size: 24px;
  font-weight: normal !important;
}

.site-button {
  text-decoration: none;
  background-color: #ef5a16;
  color: #fff;
  font-weight: 500;
}

.hidePopup {
  display: none;
}

.webinar-form-color {
  color: #3f3a3a;
}

#webinars_modal input.site-button {
  margin-top: 0px;
  border-radius: 10px;
  font-size: 21px !important;
  white-space: unset;
  padding: 10px 15px;
}

#webinars_modal > * {
  line-height: 1.25;
}

.gartner-form-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(24rem, 1fr));
  gap: 4rem;
  align-items: center;
  justify-items: center;
  padding-inline: 3rem;
}

@media (max-width: 992px) {
  .gartner-form-container {
    gap: 2rem;
    padding-inline: 1rem;
  }

  #webinars_modal input.site-button {
    font-size: 14px !important;
  }
}

@media (max-width: 480px) {
  .gartner-form-container {
    gap: 2rem;
    padding-inline: 0;
  }
}
