@font-face {
  font-family: "GT Haptik ZS";
  src: url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/gt-haptik-zs-regular-webfont_1672214460289001lg4k.woff2") format("woff2"), url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/gt-haptik-zs-regular-webfont_1672214460126001lhZI.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Haptik ZS";
  src: url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/gt-haptik-zs-bold-webfont_1672214458977001l8A1.woff2") format("woff2"), url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/gt-haptik-zs-bold-webfont_1672214458762001lZgy.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "GT Haptik ZS";
  src: url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/gt-haptik-zs-medium-webfont_1672214459630001lTP8.woff2") format("woff2"), url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/gt-haptik-zs-medium-webfont_1672214459453001l2Pe.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
body, .rfComp-canvas * {
  font-family: "GT Haptik ZS" !important;
}

span.menu-control-open,
span.menu-control-close,
nav,
a {
  font-weight: bold;
  text-transform: uppercase;
  color: #F0F0F0;
}

span.menu-control-open,
span.menu-control-close {
  display: block;
  cursor: pointer;
}

span.menu-control-open {
  position: relative;
  font-size: 1.2rem;
  line-height: 150%;
  float: right;
  margin-top: 5px;
}
span.menu-control-open svg {
  position: absolute;
  top: -12px;
  left: 12px;
}
span.menu-control-open svg line,
span.menu-control-open svg circle {
  fill: none;
  stroke: #ffffff;
  stroke-width: 3;
}
span.menu-control-open:before {
  padding-top: 1px;
}
span.menu-control-open:before, span.menu-control-open:after {
  content: "";
  display: block;
  width: 100%;
  border-top: 3px solid wheat;
}

span.menu-control-close {
  font-size: 1.2rem;
  text-align: right;
}

nav {
  display: flex;
  flex-direction: column;
}

.menu {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #373331;
  color: #F0F0F0;
  height: 100vh;
  width: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  /* Unnecessary styles for the menu footer */
}
.menu a {
  transform: translate3d(-150px, 0, 0);
  transition: transform 0.15s ease-in;
}
.menu .menu-inner {
  position: relative;
  height: 100%;
  width: 80vw;
  padding: 1.5rem;
}
.menu .version,
.menu .madeIn {
  position: absolute;
  bottom: 1.5rem;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.menu .version {
  right: 1.5rem;
}

.menu--active {
  height: 100vh;
  overflow: hidden;
}
.menu--active nav a {
  transform: translate3d(0, 0, 0);
  transition: transform 500ms ease-out;
  /* Handles items within the slide-out to give them the delayed slide-in */
}
.menu--active nav a:first-child {
  transition-delay: 0.2s;
}
.menu--active nav a:nth-child(2) {
  transition-delay: 0.3s;
}
.menu--active nav a:last-child {
  transition-delay: 0.4s;
}

@media screen and (max-width: 767px) {
  .menu--active .menu {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .menu--active .menu {
    width: 40%;
  }
  .menu--active .menu .menu-inner {
    width: 40vw;
  }
}
@media screen and (min-width: 1024px) {
  header span.menu-control-open,
  header span.menu-control-close {
    display: none;
  }
  header .menu {
    position: static;
    overflow: visible;
    background-color: transparent;
    width: auto;
    height: auto;
  }
  header .menu .menu-inner {
    padding: 0;
    width: 100%;
  }
  header .menu a {
    transform: none;
    transition: none;
  }
  header .menu .version,
  header .menu .madeIn {
    bottom: -90.85vh;
    letter-spacing: 1px;
    font-size: 1.3rem;
  }
  header nav {
    flex-direction: row;
    justify-content: flex-end;
  }
  header nav a {
    font-size: 15px;
    margin-left: 20px;
    color: #323232;
    text-decoration: none;
  }
}
header .blue-strip {
  background: #236BF5;
  padding: 7px 0;
}

a.blue-button {
  background-color: #236bf5;
  padding: 0.625rem 1.875rem;
  border-radius: 30px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-decoration: none;
  text-transform: none;
  color: #fff;
}
a.blue-button:focus {
  color: #fff;
  text-decoration: none;
}
a.blue-button:hover {
  background-color: rgb(1, 38, 115);
  color: #fff;
  text-decoration: none;
}

.flex-box-section-full {
  padding: 0;
}

.flex-box-section-full > .flex-box-section-full-interior {
  padding: 0;
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 1400px) {
  .container {
    max-width: 1140px;
  }
  .container-lg {
    max-width: 1140px;
  }
  .container-md {
    max-width: 1140px;
  }
  .container-sm {
    max-width: 1140px;
  }
  .container-xl {
    max-width: 1140px;
  }
  .container-xxl {
    max-width: 1140px;
  }
}
.page-builder-display-reset .flex-box-child {
  padding: 0;
}
.page-builder-display-reset .flex-box-section {
  margin: 0;
}
.page-builder-display-reset h2 {
  font-size: 40px;
  line-height: 44px;
  font-weight: 700;
  color: rgb(1, 38, 115);
}
@media (min-width: 768px) {
  .page-builder-display-reset h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.page-builder-display-reset .video-section h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: rgb(1, 38, 115);
}
@media (min-width: 992px) {
  .page-builder-display-reset .video-section h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.page-builder-display-reset img {
  max-width: 100%;
}
.page-builder-display-reset .blue-button {
  background-color: #236bf5;
  padding: 0.625rem 1.875rem;
  border-radius: 30px;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.page-builder-display-reset .rounded-section {
  border-radius: 20px;
  margin: 17px;
}
.page-builder-display-reset .hero-panel {
  background: url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/zscaler-event-zentih-live-2023-mobile-%402x-min_1672726068149001XnnQ.jpeg") no-repeat center;
  background-size: cover;
}
@media (min-width: 768px) {
  .page-builder-display-reset .hero-panel {
    background: url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/zscaler-event-zentih-live-2023-tablet-%402x-min_1675687389896001yQOe.jpeg") no-repeat right center;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .page-builder-display-reset .hero-panel {
    background: url("https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/zscaler-zenithlive-2023-hero-%402x-min_1672228349854001jbHL.jpeg") no-repeat right center;
    background-size: cover;
  }
}
.page-builder-display-reset .hero-panel .container {
  padding-top: 230px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .page-builder-display-reset .hero-panel .container {
    padding-top: 46px;
    padding-bottom: 79px;
  }
}
.page-builder-display-reset .hero-panel__content {
  color: rgb(255, 255, 255);
}
@media (min-width: 992px) {
  .page-builder-display-reset .hero-panel__content {
    padding-right: 100px;
  }
}
.page-builder-display-reset .hero-panel__content h1 {
  line-height: 31.5px;
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  font-size: 35px;
  line-height: 31px;
  margin: 30px 0 20px 0;
}
@media (min-width: 768px) {
  .page-builder-display-reset .hero-panel__content h1 {
    font-size: 50px;
    line-height: 45px;
  }
}
.page-builder-display-reset .hero-panel__content p {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 30px;
  color: #fff;
  line-height: 21.6px;
}
.page-builder-display-reset .hero-panel__content ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .page-builder-display-reset .hero-panel__content ul {
    flex-wrap: nowrap;
  }
}
.page-builder-display-reset .hero-panel__content ul li {
  font-size: 18px !important;
  line-height: 21.6px !important;
  font-weight: 500;
  padding: 5px 0;
  width: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .page-builder-display-reset .hero-panel__content ul li {
    width: auto;
    padding: 0 24px;
    border-left: 2px solid #fff;
  }
}
.page-builder-display-reset .hero-panel__content ul li:first-child {
  border: none;
  padding-left: 0;
}
.page-builder-display-reset .hero-panel__content ul li br {
  display: none;
}
@media (min-width: 768px) {
  .page-builder-display-reset .hero-panel__content ul li br {
    display: block;
  }
}
.page-builder-display-reset .video-section {
  background: none, linear-gradient(90deg, #e9f0fe 1%, #f7f1fc 100%);
}
.page-builder-display-reset .video-section .container {
  padding-top: 34px;
  padding-bottom: 68px;
}
@media (min-width: 768px) {
  .page-builder-display-reset .video-section .container {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}
.page-builder-display-reset .video-section p {
  font-size: 18px;
  font-weight: 500;
  margin: 20px 0 30px 0;
  line-height: 20px;
  color: #323232;
}
.page-builder-display-reset .video-section__zenith-tag {
  background-image: linear-gradient(90deg, #236bf5 1%, #ad6fdd 100%);
  padding: 8px 12px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10.5px;
  text-align: center;
  border-radius: 6px;
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .page-builder-display-reset .video-section__zenith-tag {
    margin-top: 0;
  }
}
.page-builder-display-reset .video-section__videotile {
  position: relative;
}
.page-builder-display-reset .video-section__videotile a {
  display: block;
  position: relative;
}
.page-builder-display-reset .video-section__videotile a:after {
  content: "PLAY";
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.7);
  transition-duration: 0.25s;
  height: 100px;
  width: 100px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: inline-flex;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
  justify-content: center;
  align-items: center;
}
.page-builder-display-reset .video-section__videotile img {
  max-width: 100%;
  border-radius: 20px;
}
.page-builder-display-reset .why-attend {
  background-color: #f7f1fc;
}
.page-builder-display-reset .why-attend .container {
  padding-top: 34px;
  padding-bottom: 34px;
}
@media (min-width: 768px) {
  .page-builder-display-reset .why-attend .container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.page-builder-display-reset .why-attend h3 {
  font-weight: 700;
  color: rgb(1, 38, 115);
  font-size: 22px;
  margin-bottom: 8px;
  margin-top: 20px;
  line-height: 26.4px;
}
@media (min-width: 768px) {
  .page-builder-display-reset .why-attend h3 {
    margin-top: 0;
  }
}
.page-builder-display-reset .why-attend p {
  font-weight: 400;
  color: rgb(52, 81, 143);
  font-size: 20px;
  line-height: 24px;
}
.page-builder-display-reset .why-attend .why-attend__tile-image {
  border-radius: 20px;
  overflow: hidden;
  min-width: 170px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .page-builder-display-reset .why-attend .why-attend__tile-image {
    margin-right: 20px;
  }
}
.page-builder-display-reset .why-attend .why-attend__tile-section {
  margin-top: 40px;
}
.page-builder-display-reset .who-attend {
  background: url(https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/zenithlive-22-section-6-%401x_1675774628732001ZohF.jpeg) no-repeat center;
  background-size: cover;
}
.page-builder-display-reset .who-attend .who-attend-tile {
  margin-top: 40px;
}
.page-builder-display-reset .who-attend .who-attend-tile:first-child {
  margin-top: 0;
}
@media (min-width: 992px) {
  .page-builder-display-reset .who-attend .who-attend-tile {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .page-builder-display-reset .who-attend {
    background: url(https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/zenithlive-22-section-6-%402x_1672313501611001jOEV.jpeg) no-repeat left top;
  }
}
.page-builder-display-reset .who-attend .container {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 992px) {
  .page-builder-display-reset .who-attend .container {
    padding-top: 91px;
    padding-bottom: 105px;
  }
}
.page-builder-display-reset .who-attend .container h2 {
  color: #ffffff;
  margin-bottom: 60px;
}
.page-builder-display-reset .who-attend .container .rounded-circle {
  border: 6px solid #ffffff;
  max-width: 230px;
}
.page-builder-display-reset .who-attend .container h3 {
  font-weight: 700;
  color: rgb(255, 255, 255);
  font-size: 28px;
  text-align: center;
  margin: 30px 0 25px 0;
  line-height: 33px;
}
@media (min-width: 768px) {
  .page-builder-display-reset .who-attend .container h3 {
    margin: 30px 0 10px 0;
  }
}
.page-builder-display-reset .who-attend .container p {
  font-weight: 400;
  color: rgb(255, 255, 255);
  font-size: 17px;
  line-height: 25px;
}

footer {
  background: #F7F7F7;
  border-radius: 20px;
  margin: 30px;
  padding: 30px;
}
footer .copyright-text {
  color: #797979;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  footer .copyright-text {
    text-align: center;
    margin-top: 10px;
  }
}

.rfwf-full-panel .rfwf-panel-interior {
  max-width: 1140px;
}

.rfComp-canvas .rf-text-container .register-banner {
  margin-bottom: 30px;
}
.rfComp-canvas .rf-text-container .register-banner .container {
  background: url(https://static.rainfocus.com/zscaler/zenithlive23/static/staticfile/staticfile/sign-up-for-zscaler-zenith-live-event-2023%402x%20%281%29_1676453875737001qxjP.jpg) no-repeat left top;
  background-size: cover;
  border-radius: 20px;
  padding-top: 75px;
  padding-bottom: 75px;
}
.rfComp-canvas .rf-text-container .register-banner h1 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
.rfComp-canvas .rf-text-container .register-banner p {
  color: #fff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.rfComp-canvas .rf-text-container .register-banner img {
  max-width: 100%;
}

.rf-input input:not([type=checkbox]):not([type=radio]):not(.mdBtnR) {
  border: 1px solid #ADADAD;
  padding: 14px 10px;
}

.rf-label-only > label span:first-of-type, .rf-label-only > label .label-text, .rf-label-only .rf-label span:first-of-type, .rf-label-only .rf-label .label-text, .rf-input > label span:first-of-type, .rf-input > label .label-text, .rf-input .rf-label span:first-of-type, .rf-input .rf-label .label-text, .rf-search-input > label span:first-of-type, .rf-search-input > label .label-text, .rf-search-input .rf-label span:first-of-type, .rf-search-input .rf-label .label-text, .rf-icon-input > label span:first-of-type, .rf-icon-input > label .label-text, .rf-icon-input .rf-label span:first-of-type, .rf-icon-input .rf-label .label-text, .rf-single-select > label span:first-of-type, .rf-single-select > label .label-text, .rf-single-select .rf-label span:first-of-type, .rf-single-select .rf-label .label-text, .rf-multi-select > label span:first-of-type, .rf-multi-select > label .label-text, .rf-multi-select .rf-label span:first-of-type, .rf-multi-select .rf-label .label-text, .rf-select2-override > label span:first-of-type, .rf-select2-override > label .label-text, .rf-select2-override .rf-label span:first-of-type, .rf-select2-override .rf-label .label-text, .rf-toggle > label span:first-of-type, .rf-toggle > label .label-text, .rf-toggle .rf-label span:first-of-type, .rf-toggle .rf-label .label-text, .rf-textarea > label span:first-of-type, .rf-textarea > label .label-text, .rf-textarea .rf-label span:first-of-type, .rf-textarea .rf-label .label-text, .rf-day-picker > label span:first-of-type, .rf-day-picker > label .label-text, .rf-day-picker .rf-label span:first-of-type, .rf-day-picker .rf-label .label-text, .rf-scale-matrix > label span:first-of-type, .rf-scale-matrix > label .label-text, .rf-scale-matrix .rf-label span:first-of-type, .rf-scale-matrix .rf-label .label-text, .rf-survey-scale > label span:first-of-type, .rf-survey-scale > label .label-text, .rf-survey-scale .rf-label span:first-of-type, .rf-survey-scale .rf-label .label-text, .rf-star-selector > label span:first-of-type, .rf-star-selector > label .label-text, .rf-star-selector .rf-label span:first-of-type, .rf-star-selector .rf-label .label-text, .rf-date-picker > label span:first-of-type, .rf-date-picker > label .label-text, .rf-date-picker .rf-label span:first-of-type, .rf-date-picker .rf-label .label-text, .rf-read-only > label span:first-of-type, .rf-read-only > label .label-text, .rf-read-only .rf-label span:first-of-type, .rf-read-only .rf-label .label-text, .rf-button-link > label span:first-of-type, .rf-button-link > label .label-text, .rf-button-link .rf-label span:first-of-type, .rf-button-link .rf-label .label-text, .rf-nps-question > label span:first-of-type, .rf-nps-question > label .label-text, .rf-nps-question .rf-label span:first-of-type, .rf-nps-question .rf-label .label-text, .rf-upload-file > label span:first-of-type, .rf-upload-file > label .label-text, .rf-upload-file .rf-label span:first-of-type, .rf-upload-file .rf-label .label-text, .rf-horizontal-label > label span:first-of-type, .rf-horizontal-label > label .label-text, .rf-horizontal-label .rf-label span:first-of-type, .rf-horizontal-label .rf-label .label-text, .rf-phone-number > label span:first-of-type, .rf-phone-number > label .label-text, .rf-phone-number .rf-label span:first-of-type, .rf-phone-number .rf-label .label-text, .rf-form-element-group > label span:first-of-type, .rf-form-element-group > label .label-text, .rf-form-element-group .rf-label span:first-of-type, .rf-form-element-group .rf-label .label-text, .rf-checkbox-container > label span:first-of-type, .rf-checkbox-container > label .label-text, .rf-checkbox-container .rf-label span:first-of-type, .rf-checkbox-container .rf-label .label-text, .rf-toggle-wrapper > label span:first-of-type, .rf-toggle-wrapper > label .label-text, .rf-toggle-wrapper .rf-label span:first-of-type, .rf-toggle-wrapper .rf-label .label-text, .rf-time-selector > label span:first-of-type, .rf-time-selector > label .label-text, .rf-time-selector .rf-label span:first-of-type, .rf-time-selector .rf-label .label-text {
  color: #575757;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.rf-label a {
  color: #236BF5;
  font-weight: 500;
  font-size: 20px;
  text-decoration: underline;
}

.rf-standalone-label .rf-label .label-text {
  color: #575757;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.rf-workflow .rf-text-container ul li {
  color: #575757;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.rf-select select + .select-dropdown-icon .dropdown-icon-background, .rf-select select:not([multiple]) + .select-dropdown-icon .dropdown-icon-background {
  height: 50px;
  top: -50px;
}

.rf-select select, .rf-select select:not([multiple]) {
  height: 50px;
}

.form-footer-actions {
  text-align: left;
}
.form-footer-actions .mdBtnR-container {
  margin-left: 0;
}
.form-footer-actions .mdBtnR-container .mdBtnR-primary {
  background: #236BF5;
  border-radius: 20px;
  padding: 10px 60px;
}

.modal-backdrop.fade.in, .fade.in {
  opacity: 1;
}

.modal.fade .modal-dialog {
  transform: translate(0);
  top: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3040;
  background-color: rgba(68, 68, 68, 0.6);
}

.modal-backdrop {
  background-color: rgba(68, 68, 68, 0.6);
  z-index: 1050;
}
