.newsletter-box{display:flex;flex-direction:column;flex-wrap:wrap;text-align:center;width:100%}.newsletter-box__icon{align-items:center;background:#fff;border-radius:50%;display:inline-flex;height:60px;justify-content:center;margin:0 auto 20px;width:60px}.newsletter-box__icon svg{display:block;height:28px;width:auto}.newsletter-box form .formbody{display:flex;flex-wrap:wrap;justify-content:center}.newsletter-box form .widget-text{display:block;flex:1;margin:0}.newsletter-box form .widget-text label{display:none}.newsletter-box form .widget-text input[type=email]{background-color:#fff!important;border:none;border-radius:0;height:60px}.newsletter-box form .widget-text input[type=email]::selection{background-color:#2b2b2b;color:#fff}.newsletter-box form .widget-submit{margin-bottom:0}.newsletter-box form .widget-submit label{display:none}.newsletter-box form .widget-submit button{background-color:#e20024;height:60px}.newsletter-box form .widget-checkbox{width:100%}.newsletter-box form .widget-checkbox fieldset{border:none;margin-bottom:0;margin-top:15px}.newsletter-box form .widget-checkbox fieldset legend{display:none}.newsletter-box form .widget-checkbox span{display:flex;flex-direction:row;gap:4px;justify-content:center}@media screen and (min-width:481px){.newsletter-box form .widget-checkbox span{gap:10px}}.newsletter-box form .widget-checkbox .checkbox{background-color:#eee;cursor:pointer;display:inline-block;height:14px;margin-top:4px;min-width:14px;position:relative;vertical-align:middle;width:14px}@media screen and (min-width:481px){.newsletter-box form .widget-checkbox .checkbox{margin-top:5px}}.newsletter-box form .widget-checkbox .checkbox input{-webkit-appearance:none;display:block;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.newsletter-box form .widget-checkbox .checkbox--checked:after{background-color:#0c0c0c;content:"";display:block;height:6px;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:6px}.newsletter-box form .widget-checkbox label{display:inline-block;font-weight:400;vertical-align:middle}