.campaign-form-section{margin:40px auto;width:100%;max-width:1171px;display:flex}
.campaign-form-section .campaign-form-content-wrapper{width:50%;height:inherit;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px}
.campaign-form-content-wrapper .campaign-form-content-title{width:fit-content;font-size:36px;font-family:"Poppins";line-height:48px;font-weight:400;background:linear-gradient(45deg,#1a1a1a,#0054a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:flex}
.campaign-form-content-wrapper .campaign-form-content-pretitle{font-size:16px;font-family:"Poppins";line-height:25px;font-weight:500;color:#1a1a1a}
.campaign-form-section .campaign-form-main-wrapper{width:50%;margin:0 20px;position:relative}
.campaign-form-main-wrapper .campaign-form{padding:20px;border-radius:15px;text-align:center;box-shadow:-15px 15px 30px -3px rgba(145,158,171,0.24),0 0 1.5px 0 rgba(145,158,171,0.24)}
.campaign-form-main-wrapper .campaign-form-error-wrapper{display:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:white;align-items:center;justify-content:center;flex-direction:column;gap:10px}
.campaign-form-main-wrapper .campaign-form-error-wrapper .campaign-error-close{display:block;width:24px;height:24px;position:absolute;top:20px;right:20px;cursor:pointer}
.campaign-form-main-wrapper .campaign-form-error-wrapper .error-img{display:inline-block;width:48px;height:48px}
.campaign-form-main-wrapper .campaign-form-error-wrapper .error-title{display:flex;font-family:"Poppins";font-size:24px;font-style:normal;font-weight:400;line-height:normal;max-width:450px;background:linear-gradient(133deg,#1a1a1a 0,#05A 75.75%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;align-items:center;text-align:center;justify-content:center}
.campaign-form .input-box{display:inline-flex;padding:12px 20px;align-items:flex-start;gap:10px;border-radius:24px;background:#f6f6f6;border:1px solid #cde;margin-bottom:14px;width:100%}
.campaign-form .input-box input:focus{outline:0}
.campaign-form .input-box:focus-within{border-radius:24px;border:1px solid #0054a6}
.campaign-form input{color:#3a3a3a;font-size:16px;font-family:Poppins;line-height:120%;width:100%;border:0;outline:0;background:transparent}
.campaign-form input::placeholder,.campaign-form textarea::placeholder{color:#aaa;font-size:14px}
.campaign-form button{outline:0;border:0;display:inline-flex;width:max-content;padding:10px 20px;justify-content:center;align-items:center;gap:11.25px;border-radius:43.875px;background:#f4791f;color:#fff;font-size:18px;font-family:Poppins;font-weight:500}
.campaign-form button.loader{background:linear-gradient(90deg,#f4791f 33%,#f19b5d 50%,#f4791f 66%);background-size:300% 100%;animation:flash .7s infinite linear;pointer-events:none;cursor:default;color:#fff}
@keyframes flash{from{background-position:right}
}
.campaign-form textarea{width:100%;outline:0;border:0;background:transparent;height:138px;max-height:100px;resize:none;color:#1a1a1a;font-size:16px;font-family:Poppins;line-height:120%}
.campaign-form .inputholder{width:100%}
.whatsapp-desk{position:fixed;bottom:40px;right:20px;display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:#279b8e;border-radius:50%;z-index:10}
.whatsapp-mob{display:none;flex-direction:column;align-items:center;justify-content:center;border-radius:24px;background:rgba(255,255,255,1);box-shadow:-15px 15px 30px -3px rgba(145,158,171,0.24),0 0 1.5px 0 rgba(145,158,171,0.24);padding:15px 20px;max-width:340px;position:fixed;bottom:0;left:0;right:0;margin:0 auto;z-index:10;margin-bottom:15px}
.whatsapp-mob .whatsapp-btn-mob{display:flex;gap:unset;border-radius:27px;background:#279b8e;color:#fff;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:145%;white-space:pre;width:100%;align-items:center;justify-content:center;height:100%;padding:5px 0;text-wrap:auto;text-align:center}
.whatsapp-desk img{max-width:40px}
.whatsapp-mob .whatsapp-btn-mob img{max-width:24px}
@media screen and (min-width:320px) and (max-width:1151px){.whatsapp-mob{display:flex}
.whatsapp-desk{display:none}
}
@media screen and (min-width:320px) and (max-width:1279px){.campaign-form-content-wrapper .campaign-form-content-title{font-size:24px;line-height:32px}
.campaign-form-content-wrapper .campaign-form-content-pretitle{font-size:13px;margin-bottom:12px}
.campaign-form button{font-size:14px}
}
@media screen and (min-width:320px) and (max-width:767px){.campaign-form-section{flex-direction:column}
.campaign-form-section .campaign-form-content-wrapper{width:100%;padding:unset}
.campaign-form-section .campaign-form-main-wrapper{width:100%;margin:unset}
}