/************************/
/**** Mailjet CTA *****/
input.f_h {
    width: 0;
    height: 0;
    opacity: 0;
}
.dd_form {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
}
.dd_form .dd_overlay {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 0;
}
.dd_left {
    width: 35%;
    padding-right: 30px;
}
.dd_right {
    width: 65%;
    text-align: center;
	padding-left:30px;
	position:relative;
}
#download-form {
    display: flex;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    z-index: 2;
    box-shadow:0 4px 24px rgb(0 0 0 / 50%);
	position:relative;
}
.dd_right h4 {
    font-size: 26px;
    line-height: 1.2em;
    font-weight: 700;
    letter-spacing: -.2px;
    margin: 0 0 20px 0;
}
.dd_right p {
    font-size: 14px !important;
    line-height: 1.5em;
    max-width: 90%;
    margin: 0 auto 15px;
    font-weight: 500;
    color: #888;
}
.dd_names {
    display: flex;
}
.dd_names input:focus,
#hardware_select:focus{
    background: #fff;
    border-color: #79c3e0;
}
.dd_names input::placeholder {
    color: #aaa;
    font-weight: 300;
}
.dd_right input,
.dd_right textarea {
    width: 100%;
    max-width: 100%;
    height: 40px;
    margin: 10px 0;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ddd;
    outline: 0;
    color: #333;
    box-shadow: unset;
}
.dd_right .f_name {
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #ddd;
}
.dd_right .f_email {
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #ddd;
}
.dd_right input.this_error {
    border-color: red;
}
.dd_right textarea{
	height:100px;
}
#hardware_select {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 500;
    background: #fff;
    border: 1px solid #ddd;
    outline: 0;
    color: #333;
    box-shadow: unset;
    border-radius:4px;
}
.dd_right input.f_h {
    display: none;
}
.dd_right .f_submit {
    width: 100%;
    height: 42px;
    background: #1d9fd2;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1;
    position: relative;
	outline:0;
	font-weight:bold;
	margin-top:10px;
}
.dd_right .f_submit:hover {
    background: #0f89b9;
}
.lds-dual-ring {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1d9fd2;
	border-radius:4px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 22px;
    height: 22px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
.lds-dual-ring{
	display:none;
}
.f_submit.active .lds-dual-ring{
	display:flex;
}
.f_submit.active{
	pointer-events:none;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.dd_right .response,
.dd_right .response_2 {
    font-size: 12px !important;
    margin: 30px 0 0;
    max-width: 100%;
    background: rgb(139 255 110 / 50%);
    border-radius: 4px;
    padding: 15px 10px;
    line-height: 1.4em;
    color: #0a4210;
    border: 1px solid #7ec185;
    font-weight: 500;
    font-family: system-ui;
}
.dd_right .error {
     font-size: 12px !important;
    margin: 30px 0 0;
    max-width: 100%;
    background: rgb(255 170 110 / 50%);
    border-radius: 4px;
    padding: 15px 10px;
    line-height: 1.4em;
    color: #420a0a;
    border: 1px solid #c1907e;
	font-weight: 500;
    font-family: system-ui;
}
.dd_right p.error.emailerror {
	display:block !important;
    position: absolute;
    bottom: -30px;
    line-height: 20px;
    padding: 4px 10px !important;
    left: 0;
    right: 0;
    margin-left: 30px !important;
    background: unset !important;
    border: unset !important;
    color: red !important;
}
.dd_close {
    box-sizing: border-box;
    display: block;
    transform: scale(var(--ggs,1));
    width: 22px;
    height: 22px;
    border: 2px solid transparent;
    border-radius: 40px;
    position:absolute;
    right: 5px;
    top: 5px;
    cursor:pointer;
    opacity:0.5;
}
.dd_close::after,
.dd_close::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 16px;
    height: 1px;
    background: #000;
    transform: rotate(45deg);
    border-radius: 5px;
    top: 8px;
    left: 1px
}
.dd_close::after {
    transform: rotate(-45deg)
}
.dd_close:hover {
    opacity:1;
}
@media (max-width:480px){
	.dd_form {
		align-items: flex-start;
		justify-content: center;
		text-align: center;
		width: 100vw;
		position:absolute;
	}
	.dd_form .dd_overlay {
		background:rgba(0,0,0,0.8);
	}
	#download-form {
		max-width: 94%;
		margin: 50px auto 0;
		flex-direction: column;
		padding: 40px 20px;
	}
	.dd_form .dd_left {
		width: 100%;
	}
	.dd_form .dd_right {
		width: 100%;
		padding-left: 0;
	}
	.dd_right h4{
		font-size:22px;
	}
}