@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   #on-this-page{
		 display: none !important;
	 }
}

.deepn-zvc-single-description h3{
  display: none;
}

.dpn-zvc-shortcode-op-wrapper td{
  font-family: 'Roboto';
  font-size: 18px !important;
  color: #00253b !important;
}

.dpn-zvc-timer-cell{
  background: #FF3A6F!important;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link, .dpn-zvc-sidebar-tile{
  background: #00253b!important;
  -webkit-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.dpn-zvc-single-content-wrapper .dpn-zvc-sidebar-wrapper .dpn-zvc-sidebar-box .join-links .btn-join-link:hover{
  background: #FF3A6F!important;
}

.dpn-zvc-shortcode-op-wrapper table{
  border-radius: 5px !important;
  overflow: hidden;
  border-color: #818283;
}

.dpn-zvc-shortcode-op-wrapper table tr:nth-of-type(odd){
 background-color: #F4F4F4 !important;
}

.wpdiscuz_select{
  height: auto !important;
  margin-top: -11px !important;
}


#back-to-top{
  display: none;
}

#on-this-page{
	border-bottom: 8px solid #FF3A6F;
	background: #00253b !important;
}

#on-this-page ul{
	list-style: none !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
	text-align: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

#on-this-page li{
	list-style: none;
	margin: 0;
	padding: 10px 20px;
}


#on-this-page li:first-of-type{
	border: 0 !important;
}


#on-this-page a{
	font-size: 13px;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif !important;
	font-weight: 400;
	color: white;
}

#on-this-page a:hover{
	color: #FF3A6F;
}

.timeline-line{
	margin-left: -2px !important;
	border-right: 5px solid #FF3A6F!important;
	border-radius: 5px;
}

#jumpTo{
	display: none;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif !important;
	font-weight: 400;
	color: white;
}

.active a{
  color: #FF3A6F !important;
}

#back-to-top:hover{
  color: white;
}

.logged-in #on-this-page.sticky{
	padding-top: 32px !important;
}

.sticky + .wbp_row{
	padding-top: 158px;
}

#on-this-page.sticky{
	position: fixed !important;
	top: 0;
	margin: 0 !important;
	left: 0 !important;
	width: 100% !important;
	background: white;
	z-index: 9999999999;
}


/* PINK TICKS */
.solve-table .tick {
	width: 20px !important;
  margin: 0 auto !important;
}


#pixel-bubble{
  position: absolute;
  display: inline-block;
  width: 150px;
  max-height: 150px;
  right: -10%;
  bottom: 90%;
}

#bubble{
  background: #4AC1BA;
  color: white;
  text-align: center;
  font-family: monospace;
  font-size: 20px;
  line-height: 22px;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -60px;
  padding: 0.5em;
  border-radius: 5px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-animation: bubble 10s forwards;
          animation: bubble 10s forwards;
  -webkit-animation-delay: 5.6s;
          animation-delay: 5.6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.bub{
  background: #4AC1BA;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  margin-top: 10px;
  top: 54px;
  right: 93px;
  width: 15px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  -webkit-animation: bubble 10s forwards;
          animation: bubble 10s forwards;
  -webkit-animation-delay: 5.4s;
          animation-delay: 5.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.bub:nth-of-type(2){
  top: 62px;
  right: 112px;
  width: 12px;
  height:8px;
  -webkit-animation: bubble 10s forwards;
          animation: bubble 10s forwards;
  -webkit-animation-delay: 5.2s;
          animation-delay: 5.2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.bub:nth-of-type(3){
  top: 68px;
  right: 130px;
  width: 10px;
  height:6px;
  -webkit-animation: bubble 10s forwards;
          animation: bubble 10s forwards;
  -webkit-animation-delay: 5.0s;
          animation-delay: 5.0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes bubble{

  0%{
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  5%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  70%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  75%{
    -webkit-transform: scale(0);
            transform: scale(0);
  }

}

@keyframes bubble{

  0%{
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  5%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  70%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  75%{
    -webkit-transform: scale(0);
            transform: scale(0);
  }

}


#mastHead{
  position: relative;
  margin: auto;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mastHead h2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  text-align: left;
  color: white;
  font-family: 'Roboto';
  font-size: 72px;
  line-height: 80px;
  text-transform: uppercase;
}
#mastHead span{
  opacity: 0;
  position: absolute;
  margin-left: 15rem;
  top: 0px;
	width: 100%;
}

#mastHead span:nth-of-type(1){
  -webkit-animation: webMedia 18s ease-in-out infinite;
          animation: webMedia 18s ease-in-out infinite;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

#mastHead span:nth-of-type(2){
  -webkit-animation: solveWeb 18s ease-in-out infinite;
          animation: solveWeb 18s ease-in-out infinite;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

#mastHead span:nth-of-type(3){
  -webkit-animation: solveWeb 18s ease-in-out infinite;
          animation: solveWeb 18s ease-in-out infinite;
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}


#mastHead span:nth-of-type(4){
  -webkit-animation: solveWeb 18s ease-in-out infinite;
          animation: solveWeb 18s ease-in-out infinite;
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

#mastHead span:nth-of-type(5){
  -webkit-animation: solveWeb 18s ease-in-out infinite;
          animation: solveWeb 18s ease-in-out infinite;
  -webkit-animation-delay: 14s;
          animation-delay: 14s;
}


@-webkit-keyframes webMedia{
  0%{
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  25%{
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  30%{
    opacity: 0;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }

  95%{
    opacity: 0;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }

  100%{
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}


@keyframes webMedia{
  0%{
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  25%{
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }

  30%{
    opacity: 0;
    -webkit-transform: translateY(35px);
            transform: translateY(35px);
  }

  95%{
    opacity: 0;
    -webkit-transform: translateY(-35px);
            transform: translateY(-35px);
  }

  100%{
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes solveWeb{
  0%{
    opacity: 0;
    margin-top: -35px;
  }

  5%{
    opacity: 1;
    margin-top: 0;
  }

  15%{
    opacity: 1;
    margin-top: 0;
  }

  20%{
    opacity: 0;
    margin-top: 55px;
  }

  100%{
    opacity: 0;
    margin-top: 55px;
  }
}

@keyframes solveWeb{
  0%{
    opacity: 0;
    margin-top: -35px;
  }

  5%{
    opacity: 1;
    margin-top: 0;
  }

  15%{
    opacity: 1;
    margin-top: 0;
  }

  20%{
    opacity: 0;
    margin-top: 55px;
  }

  100%{
    opacity: 0;
    margin-top: 55px;
  }
}


#info{
  max-width: 250px;
  position: absolute;
  right: 20%;
  bottom: -22%;
  -webkit-animation: info 1.4s ease-in-out infinite;
          animation: info 1.4s ease-in-out infinite;
}

#pixel-shadow{
  position: absolute;
  width: 180px;
  right: 20.7%;
  bottom: -40%;
  -webkit-animation: anim-shadow 1.4s ease-in-out infinite;
          animation: anim-shadow 1.4s ease-in-out infinite;
}

@-webkit-keyframes anim-shadow{
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

}

@keyframes anim-shadow{
  0%{
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  50%{
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }

}


@-webkit-keyframes info{
  0%{
    right: 20%;
    bottom: -22%;
  }

  50%{
    right: 20%;
    bottom: -20%;
  }

}


@keyframes info{
  0%{
    right: 20%;
    bottom: -22%;
  }

  50%{
    right: 20%;
    bottom: -20%;
  }

}

@media screen and (max-width: 1000px){

  #on-this-page{
    border-bottom: 4px solid #FF3A6F;
  }

	#on-this-page.sticky{
		-webkit-transform: translateY(-100%);
		    -ms-transform: translateY(-100%);
		        transform: translateY(-100%);
		-webkit-transition: 0ms;
		-o-transition: 0ms;
		transition: 0ms;
	}

	.showOnThisPage{
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
	}

	#on-this-page.open{
		-webkit-transform: translateY(0);
		    -ms-transform: translateY(0);
		        transform: translateY(0);
	}

  #on-this-page li::before{
    content: " - ";
    margin-top: 2px;
  }

  .sticky #back-to-top{
    display: inline-block;
  }

.sticky	#jumpTo{
		display: block;
		background: #00253b;
		color: white;
		text-align: center;
		padding: 10px;
    margin-top: -20px;
    border-bottom: 3px solid #FF3A6F;
		-webkit-transform: translateY(50px);
		    -ms-transform: translateY(50px);
		        transform: translateY(50px);
		-webkit-transition: 0;
		-o-transition: 0;
		transition: 0;
	}


  #info{
    max-width: 80px;
  }

  #pixel-shadow{
    width: 60px;
  }

  .bub{
    display: none;
  }

  #bubble{
    bottom: -100px;
  }


	  #pixel-bubble{
	    display: none;
	  }

	  #bubble{
	    display: none;
	  }

	  #pixel-shadow{
	    display: none;
	  }

	  #info{
	    display: none;
	  }

    #mastHead span{
      margin-left: 12rem;
    }
}

@media screen and (max-width: 690px){

  .solveHeader{
    text-align: center !important;
  }

  .solveHeader h2{
    margin-top: 60px;
    text-align: center !important;
    margin-bottom: 30px;

  }

  #mastHead h2{
    display: block;
    text-align: center;
    width: 100%;
    font-size: 50px;
    line-height: 50px;
    margin: 20px 0px !important;
  }

  #mastHead span::before{
    content: "   ";
    display: block;
    white-space: pre;
  }

  #mastHead span{
    width: 100%;
    left: 0;
    font-size: 40px;
    margin-left: 5px ;
  }

  #homeSubHead{
    margin-top: 60px !important;
    font-size: 12px !important;
  }

}

/* Added by MS 2023 */
.wp-block-media-text figure img {
	margin-bottom:0;
}
