.usecaseflipbox{
	transition: all 0.5s ease-in-out;
}
.usecaseflipbox-front{
/* 	display: block; */
	visibility: visible;
	height: 100%;
	opacity: 1;
/* 	transition: all 0.3s ease-in-out; */
}
.usecaseflipbox-back{
/* 	display: none; */
	visibility: hidden;
	height: 0;
	opacity: 0;
/* 	transition: all 0.5s ease-in-out; */
}


.usecaseflipbox:hover{
	background: #00A2FC !important;
	transition: all 0.5s ease-in-out;
}
.usecaseflipbox:hover .usecaseflipbox-title h1, 
.usecaseflipbox:hover .usecaseflipbox-button a{
	color: #fff !important;
}
.usecaseflipbox:hover .usecaseflipbox-front{
/* 	display: none; */
	visibility: hidden;
	height: 0;
	opacity: 0;
/* 	transition: all 0.3s ease-in-out; */
}
.usecaseflipbox:hover .usecaseflipbox-back{
/* 	display: block; */
	visibility: visible;
	height: 100%;
	opacity: 1;
	transition: all 0.5s ease-in-out;
	
}

.stat-number{
	font-size: 65px;
	display: block;
	margin: 0 0 15px;
	padding: 0;
	line-height: 1em;
	text-align: center;
}
.stat-name{
	font-size: 20px;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 0;
	line-height: 1em;
	text-align: center;
}

.blue-text{
	color: #00a2fc;
}

.green-text{
	color: #61ce70;
}


/*
 * Knowledge panel
 * */
.k2a-stack > [data-k2a-visual="0"] { opacity: 1; transform: none; }

.k2a-wrap { align-items: flex-start; }

.k2a-step {
  min-height: 80vh;
  justify-content: center;
}
.k2a-step [data-k2a-label] { color: #B5B5B5; transition: color .3s ease; }

.k2a-sticky { position: sticky; top: 120px; }

.k2a-stack { position: relative; aspect-ratio: 4 / 3; }
.k2a-stack > [data-k2a-visual] {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .5s ease, transform .5s ease;
}

@media (max-width: 767px) {
  .k2a-sticky { position: static; }
  .k2a-stack { display: none; }
}

#signup-form{
	font-family: "Roboto";
}
#signup-form .submitted-message{
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#signup-form .hs-email,
#signup-form .hs-submit{
	display: inline-block;
	width: 50%;
	margin: 0;
	vertical-align: top;
}

#signup-form label.hs-error-msg,
#signup-form .hs-error-msg{
	font-size: 12px !important;
	padding: 0 !important;
	margin: 0 !important;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#signup-form label{
	color: #fff;
	font-weight: bold;
	padding: 0 0 10px 20px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
#signup-form .hs-email #label-email-11b0ee4b-a591-45b1-99c9-add848b290da{
	display: none;
	visibility: hidden;
}
#signup-form .hs-button{
  border-radius: 100px !important;
	background-color: #61ce70;
	color: #fff;
	border: none;
	padding: 20px 40px;
	font-weight: bold;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
	margin: 0 0 0  20px;
}
#signup-form .hs-button:hover{
	background-color: #00a2fc;
}
.hs-fieldtype-text input{
    border-radius: 50px;
	background-color: rgba(0,0,0,.2);
		color: #fff;
	border: none;
	padding: 20px;
	box-shadow: inset 0px 0px 20px rgba(0, 0, 0, 0.1);
	
	
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.hs-fieldtype-text input::placeholder{
	color: rgba(255,255,255,.5);
	
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

@media (max-width: 767px) {
  #signup-form .hs-email,
	#signup-form .hs-submit{
		display: block;
		width: 100%;
	}
}