@import url("https://fonts.googleapis.com/css?family=Montserrat:400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap");
#zecalc {
  width: 400px;
  height: 360px;
}
#zecalc .row {
  margin-bottom: 30px;
}
#zecalc label {
  display: block;
}
#zecalc input {
  width: 100%;
}
@media screen and (max-width: 760px) {
  #zecalc input {
    width: 80%;
  }
}
#zecalc .slider {
  -webkit-appearance: none;
  /* Override default CSS styles */
  appearance: none;
  width: 100%;
  /* Full-width */
  height: 5px;
  /* Specified height */
  background: #d3d3d3;
  /* Grey background */
  outline: none;
  /* Remove outline */
  opacity: 0.8;
  /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: 0.2s;
  /* 0.2 seconds transition on hover */
  transition: opacity 0.2s;
}
#zecalc .slider:hover {
  opacity: 1;
  /* Fully shown on mouse-over */
}
#zecalc .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  /* Override default look */
  appearance: none;
  width: 15px;
  /* Set a specific slider handle width */
  height: 15px;
  /* Slider handle height */
  background: #4B4E9F;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border: 0px solid transparent;
}
#zecalc .slider::-moz-range-thumb {
  width: 15px;
  /* Set a specific slider handle width */
  height: 15px;
  /* Slider handle height */
  background: #4B4E9F;
  /* Green background */
  cursor: pointer;
  /* Cursor on hover */
  border: 0px solid transparent;
}
@media screen and (max-width: 760px) {
  #zecalc {
    margin: auto;
    width: 90%;
    height: auto;
  }
}

#calc_total {
  font-size: 40px;
  text-align: right;
}

body {
  margin: 0;
  background: black;
  font-family: Montserrat, Arial, sans-serif;
  color: white;
}

h1 {
  font-size: 50px;
}
@media screen and (max-width: 760px) {
  h1 {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}

h3 {
  font-size: 34px;
}
@media screen and (max-width: 760px) {
  h3 {
    padding-left: 5%;
    padding-right: 5%;
    box-sizing: border-box;
  }
}

.ze-text {
  line-height: 27px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 1px;
}
@media screen and (max-width: 760px) {
  .ze-text {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ze-text a {
  color: white;
}

.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .container {
    width: 100%;
    box-sizing: border-box;
  }
}

.area {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 760px) {
  .area {
    flex-wrap: wrap;
  }
}
.area .col {
  min-width: 50%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .area .col {
    min-width: 100%;
  }
}

.ze-hero {
  min-height: 100vh;
  color: white;
  background: black;
}
.ze-hero .ze-hero-bg {
  width: 100%;
  height: 100vh;
  background-image: url("../images/lp/web/NVH_7473.jpg");
  background-size: 80%;
  background-position: 100%;
  background-repeat: no-repeat;
  position: sticky;
  top: 0;
}
@media screen and (max-width: 760px) {
  .ze-hero .ze-hero-bg {
    background-image: none;
  }
}
.ze-hero .ze-hero-main {
  position: relative;
  margin-top: -100vh;
  padding-top: 20px;
}
.ze-hero .ze-hero-img-mobile {
  display: none;
  width: 100%;
  margin-top: -45px;
  z-index: 0;
  position: relative;
}
.ze-hero .ze-hero-img-mobile img {
  width: 100%;
}
@media screen and (max-width: 760px) {
  .ze-hero .ze-hero-img-mobile {
    display: block;
  }
}
@media screen and (max-width: 760px) {
  .ze-hero {
    text-align: center;
    background-image: none;
    min-height: auto;
  }
}
.ze-hero h1 {
  padding-top: 80px;
  text-align: left;
  font-weight: 600;
}
@media screen and (max-width: 760px) {
  .ze-hero h1 {
    font-size: 35px;
    text-align: center;
    padding-top: 0;
    margin-top: 0;
  }
}

.ze-write {
  min-height: 100vh;
  background: #222;
  background: black;
  padding-top: 80px;
}
@media screen and (max-width: 760px) {
  .ze-write {
    text-align: center;
  }
}
.ze-write h3 {
  margin-top: 0;
}
.ze-write .ze-img-channels {
  position: relative;
  overflow-x: hidden;
  width: 49.6vw;
}
@media screen and (max-width: 760px) {
  .ze-write .ze-img-channels {
    width: 100%;
    margin-top: 20px;
  }
}
.ze-write .ze-img-channels img {
  position: relative;
  width: 120%;
}

.ze-monetize {
  background: #4a4845;
  background: black;
  padding-top: 120px;
  box-sizing: border-box;
}
@media screen and (max-width: 760px) {
  .ze-monetize {
    padding-top: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 760px) {
  .ze-monetize .ze-img-model {
    width: 100%;
    margin-top: 20px;
  }
}
.ze-monetize .ze-img-model img {
  width: 400px;
}
@media screen and (max-width: 760px) {
  .ze-monetize .ze-img-model img {
    width: 100%;
  }
}

@media screen and (max-width: 760px) {
  .ze-order {
    order: -1;
  }
}

.ze-discover {
  width: 100%;
  float: left;
  padding-top: 80px;
}
@media screen and (max-width: 760px) {
  .ze-discover {
    padding-top: 20px;
  }
}

.ze-action {
  padding-top: 60px;
  background: black;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 0.0508578431) 70%, rgba(255, 255, 255, 0.1040791317) 100%);
  width: 100%;
  float: left;
}
@media screen and (max-width: 760px) {
  .ze-action {
    padding-top: 20px;
  }
}

.ze-button {
  padding: 14px 60px;
  background: white;
  border-radius: 32px;
  line-height: 30px;
  font-size: 15px;
  height: 56px;
  display: inline-block;
  color: black;
  cursor: pointer;
  font-weight: 500;
  box-sizing: border-box;
  flex-shrink: 0;
  text-decoration: none;
}
@media screen and (max-width: 760px) {
  .ze-button {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.ze-button:hover {
  opacity: 0.95;
}

.zecamp-brand {
  width: 130px;
  padding-top: 3px;
  position: relative;
  flex-shrink: 0;
}
.zecamp-brand img {
  width: 100%;
}

.area .ze-sticky {
  position: sticky;
  top: 100px;
}
@media screen and (max-width: 760px) {
  .area .ze-sticky {
    position: relative;
    top: auto;
  }
}

.ze-explorer-container {
  display: flex;
  width: 100%;
  /* float: left; */
  padding-left: 10px;
  padding-right: 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .ze-explorer-container {
    flex-wrap: wrap;
  }
}
.ze-explorer-container .ze-explorer-element {
  width: 320px;
  border-radius: 12px;
  background: #ffffff0d;
  height: 320px;
  margin-right: 10px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 760px) {
  .ze-explorer-container .ze-explorer-element {
    width: 100%;
  }
}
.ze-explorer-container .ze-explorer-element .feed-site-post-blank-bg {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
}
.ze-explorer-container .ze-explorer-element .feed-site-post-blank-bg .site-feed-create {
  width: 100%;
  height: 100%;
  overflow: hidden;
  float: left;
  position: absolute;
  text-align: center;
  display: block;
  /* background: rgba(255,255,255,.1); */
  background: rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  margin: 0;
  transition: all 0.2s ease-in-out 0.1s;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ze-explorer-container .ze-explorer-element .feed-site-post-blank-bg .site-feed-create-button {
  position: relative;
  width: 100%;
  float: left;
}
.ze-explorer-container .ze-explorer-element .feed-site-post-blank-bg .site-feed-create-button .ze-feed-create-author {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.ze-explorer-container .ze-explorer-element .feed-site-post-blank-bg .site-feed-create-button .ze-feed-create-author .ze-feed-create-img {
  width: 65px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 100%;
}
.ze-explorer-container .ze-explorer-element .feed-site-post-blank-bg .site-feed-create-button .ze-feed-create-author .ze-feed-create-img img {
  width: 100%;
  border-radius: 100%;
}
.ze-explorer-container .ze-explorer-element .feed-site-post-blank-bg .site-feed-create-button .ze-feed-create-author .ze-feed-create-nodeTitle {
  color: white;
  font-family: "Helvetica Neue", "Open Sans", Arial, sans-serif;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  padding-left: 7px;
  padding-right: 7px;
}
.ze-explorer-container .ze-explorer-element .ze-feed-ch-metrics {
  box-sizing: border-box;
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  color: white;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 20px;
}
.ze-explorer-container .ze-explorer-element .ze-feed-ch-metrics .ze-feed-ch-col {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.ze-explorer-container .ze-explorer-element .ze-feed-ch-metrics .ze-feed-ch-col .ze-feed-ch-t {
  font-size: 14px;
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
}
.ze-explorer-container .ze-explorer-element .ze-feed-ch-button {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  float: left;
}
.ze-explorer-container .ze-explorer-element .ze-feed-ch-button .woololo-buttonNormal-blue-big {
  border: 1px solid rgba(0, 0, 0, 0);
  background: -moz-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: -webkit-linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  background: linear-gradient(45deg, #276fc6 0%, #2989d8 48%, #79b7e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#276fc6", endColorstr="#79b7e0",GradientType=1 );
  background: #214877;
  background: #4948dd;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 7px;
  color: white !important;
  height: 46px !important;
  line-height: 32px !important;
  transition: all 0.2s ease-in-out 0s !important;
  color: white !important;
  text-decoration: none;
  padding: 5px 50px;
  display: inline-block;
  width: auto;
  font-size: 15px;
  margin-right: 20px;
  transition: all 0.1s linear 0s;
  font-family: "PT Sans", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Helvetica", "Ubuntu", "Cantarell", "Arial", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  cursor: pointer;
  background: white;
  color: black !important;
  border-radius: 32px;
  margin: 0;
  color: white !important;
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.ze-explorer-container .ze-explorer-element .ze-feed-ch-button .woololo-buttonNormal-blue-big:hover {
  opacity: 0.8;
}

.ze-nav-fixed {
  top: 0px;
  left: 0px;
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  background: radial-gradient(circle at right top, rgba(14, 14, 14, 0.8) 0%, rgba(21, 20, 20, 0.8) 15%, rgba(14, 14, 14, 0.8) 32%, rgba(16, 16, 16, 0.8) 49%, rgba(6, 6, 6, 0.8) 63%, rgba(6, 6, 6, 0.8) 78%, rgba(4, 4, 4, 0.8) 100%), radial-gradient(circle at center, rgba(4, 4, 4, 0.8) 0%, rgba(21, 20, 20, 0.8) 15%, rgba(10, 10, 10, 0.8) 32%, rgba(16, 16, 16, 0.8) 49%, rgba(6, 6, 6, 0.8) 63%, rgba(6, 6, 6, 0.8) 78%, rgba(2, 2, 2, 0.8) 100%);
  border-bottom: none;
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: transform 0.2s ease-in-out 0s;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
@media screen and (max-width: 760px) {
  .ze-nav-fixed {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ze-nav-fixed .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.ze-nav-static {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 760px) {
  .ze-nav-static {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.ze-nav-menu {
  display: flex;
  justify-content: flex-end;
}

.ze-nav-element {
  margin-left: 40px;
  color: white;
  flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .ze-nav-element {
    display: none;
  }
}
.ze-nav-element .ze-signIn {
  border-bottom: 2px solid white;
  padding-bottom: 2px;
}
.ze-nav-element a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}
.ze-nav-element a:hover {
  opacity: 0.9;
}

@media screen and (max-width: 760px) {
  .ze-static {
    display: block;
  }
}

.ze-icon-right {
  background-image: url(../images/web/ze-icon-arrow-right-w.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 16px;
  height: 12px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 7px;
}

.ze-footer {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .ze-footer {
    padding-left: 5%;
    padding-right: 5%;
  }
}
.ze-footer .ze-footer-container {
  display: flex;
}
@media screen and (max-width: 760px) {
  .ze-footer .ze-footer-container {
    flex-wrap: wrap;
  }
}
.ze-footer .ze-footer-container .ze-footer-element {
  margin-left: 40px;
}
@media screen and (max-width: 760px) {
  .ze-footer .ze-footer-container .ze-footer-element {
    min-width: 30%;
    margin-bottom: 20px;
  }
}
.ze-footer .ze-footer-container .ze-footer-element a {
  color: white;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.ze-footer .ze-footer-container .ze-footer-element a:hover {
  opacity: 0.9;
}

.ze-moon {
  background-image: url(../images/web/ze-moon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  flex-shrink: 0;
}

.ze-action-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .ze-action-row {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 760px) {
  .ze-action-row .ze-action-control {
    width: 100%;
    text-align: center;
    margin-top: 40px;
  }
}
.ze-action-row .ze-button {
  margin-top: 0 !important;
}
.ze-action-row .ze-action-col {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 760px) {
  .ze-action-row .ze-action-col {
    flex-wrap: wrap;
    text-align: center;
  }
}
.ze-action-row .ze-action-col .ze-action-text {
  line-height: 28px;
}
@media screen and (max-width: 760px) {
  .ze-action-row .ze-action-col .ze-action-text {
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
}
.ze-action-row .ze-action-col h3 {
  margin-right: 30px;
}
@media screen and (max-width: 760px) {
  .ze-action-row .ze-action-col h3 {
    width: 100%;
  }
}

.ze-explore-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 760px) {
  .ze-explore-more {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 760px) {
  .ze-explore-more h3 {
    width: 100%;
    flex-shrink: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .ze-explore-more .ze-static {
    margin-left: 5%;
    margin-bottom: 30px;
  }
}

.ze-icon-beta {
  background-image: url(../images/web/ze-icon-beta.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  right: -20px;
  top: 0;
}

.ze-wakeup {
  padding-top: 100px;
  line-height: 46px;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 1px;
  padding-bottom: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.75)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
}
@media screen and (max-width: 760px) {
  .ze-wakeup {
    padding-left: 5%;
    padding-right: 5%;
    font-size: 22px;
    line-height: 36px;
  }
}
.ze-wakeup h3 {
  font-size: 67px;
  margin-bottom: 42px;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 760px) {
  .ze-wakeup h3 {
    font-size: 56px;
    color: #fcce0a;
  }
}

/*# sourceMappingURL=zecamp.css.map */
