.blackdrop{background-color:#000;opacity:.6;position:fixed;left:0;top:0;width:100%;height:100%;z-index:1031;display:none}
.closePopupBtn{position:absolute;top:15px;right:15px;padding:5px;display:flex}
.popupAmplifySection{font-family:proxima-nova,sans-serif;background-color:#fff;position:fixed;z-index:1032;width:100%;left:50%;top:0;max-width:1000px;opacity:0;transform:translate(-50%,-100%);transition:all .8s ease;pointer-events:none}
@media(max-width:1023px){.popupAmplifySection{max-width:500px}
}
@media(max-width:550px){.popupAmplifySection{max-width:92%}
}
.popupAmplifySection.active{top:50%;opacity:1;transform:translate(-50%,-50%);pointer-events:auto}
@media(max-width:1023px){.popupAmplifySection.active{top:0;margin:10% 0;transform:translateX(-50%);position:relative}
}
.popup-container{display:flex;flex-wrap:wrap;align-items:center}
@media(max-width:1023px){.popup-container{flex-direction:column-reverse}
}
.popup-content{display:flex;flex-wrap:wrap;gap:20px;padding:20px 30px;max-width:50%}
.popup-content .customBtn{margin-top:20px}
@media(max-width:1023px){.popup-content .customBtn{margin-top:0}
}
@media(max-width:1023px){.popup-content{width:100%;max-width:100%}
}
.popup-image{max-width:50%}
@media(max-width:1023px){.popup-image{width:100%;max-width:100%}
}
.bg-default.popupAmplifySection h1,.bg-default.popupAmplifySection h2,.bg-default.popupAmplifySection h3,.bg-default.popupAmplifySection h4,.bg-default.popupAmplifySection h5,.bg-default.popupAmplifySection.popupAmplifySection p{color:#031f41}
.popupAmplifySection h1,.popupAmplifySection h2,.popupAmplifySection h3,.popupAmplifySection h4,.popupAmplifySection h5{font-family:proxima-nova,sans-serif;font-size:40px;font-weight:700;line-height:49px;font-weight:bold;margin-bottom:0}
.popupAmplifySection h1 span,.popupAmplifySection h2 span,.popupAmplifySection h3 span,.popupAmplifySection h4 span,.popupAmplifySection h5 span{font-size:49px}
@media(max-width:1023px){.popupAmplifySection h1,.popupAmplifySection h2,.popupAmplifySection h3,.popupAmplifySection h4,.popupAmplifySection h5{font-size:32px;line-height:40px;margin:0}
.popupAmplifySection h1 span,.popupAmplifySection h2 span,.popupAmplifySection h3 span,.popupAmplifySection h4 span,.popupAmplifySection h5 span{font-size:36px}
}
.popupAmplifySection p{font-family:proxima-nova,sans-serif;font-size:24px;line-height:130%;font-weight:400}
@media(max-width:1023px){.popupAmplifySection p{font-size:18px;line-height:28px}
}