.modConvertFormsContainer.styleOne .modConvertForms {
    float: left;
    width: 100%;
    margin: 70px 0;
    padding: 40px 0;
    background-color: var(--color-two);
}
.modConvertFormsContainer.styleOne .cf-control-group.text {
    float: left;
    width: 50%;
    text-align: right;
    font-weight: bold;
    line-height: 40px;
}
.modConvertFormsContainer.styleOne .cf-control-group.newsletter {
    margin-left: 15px;
    float: left;
    width: auto;
}
.modConvertFormsContainer.styleOne .cf-control-group.newsletter input {
    float: left;
    width: 250px;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 40px;
    padding: 0 15px;
    color: #888;
    font-size: 15px;
}
.modConvertFormsContainer.styleOne .cf-control-group.submit button {
    float: left;
    width: 40px;
    height: 40px;
    padding: 0 !important;
    box-sizing: border-box;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.modConvertFormsContainer.styleOne .cf-control-group.submit .cf-btn {
    transition: all 0.3s ease 0s;
}
.modConvertFormsContainer.styleOne .cf-control-group.submit .cf-btn:hover {
    background-color: var(--color-one) !important;
}
.modConvertFormsContainer.styleOne .cf-control-group.submit .cf-btn-text {
    float: left;
    width: 40px;
    height: 40px;
    background-position: center center;
    background-image: url('../../../../images/icons/newsletter-arrow.png');
    background-repeat: no-repeat;
}
.modConvertFormsContainer.styleOne .cf-response {
    text-align: center;
}
.modConvertFormsContainer.styleOne .cf-success .cf-fields {
    display: none;
}

@media (max-width: 800px) {
    .modConvertFormsContainer.styleOne .cf-control-group.text {
        width: 100%;
        text-align: center;
        padding: 0 20px;
        line-height: 1.2;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    .modConvertFormsContainer.styleOne .cf-control-group.newsletter {
        margin-left: calc(50% - 145px);
        float: left;
        width: auto;
        clear: left;
    }
    .modConvertFormsContainer.styleOne .cf-control-group.submit {
        float: left;
    }
}
@media (max-width: 500px) {
    .modConvertFormsContainer.styleOne .modConvertForms {
        margin: 40px 0;
    }
}
@media (max-width: 370px) {
    .modConvertFormsContainer.styleOne .cf-control-group.newsletter {
        margin-left: 20px;
        width: auto;
        max-width: calc(100% - 80px);
    }
    .modConvertFormsContainer.styleOne .cf-control-group.newsletter input {
        max-width: 100%;
    }
}