#mktoForm_ {
    font-family: inherit !important;
}
#mktoForm_4355 .mktoFormRow .mktoFieldWrap, 
.mktoFieldDescriptor.mktoFormCol {
    width: 100% !important;
}

#mktoForm_4355 #Company, #FirstName, #LastName, #Email, #Marketing_Form_Comments__c {
    outline-width: 0px;
    border-width: 0px;
    width: 100% !important;
    padding: 0.5rem;
    background-color: #f4f1f0;
    border-bottom-width: 1px;
    border-bottom-color: #919191;
    border-top-left-radius: 0.375rem; 
    border-top-right-radius: 0.375rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    padding: 10px 16px;
    height: 40px !important;
}

#mktoForm_4355 .mktoFormRow:nth-of-type(1) label::after, 
#mktoForm_4355 .mktoFormRow:nth-of-type(2) label::after,
#mktoForm_4355 .mktoFormRow:nth-of-type(3) label::after {
    content: "*";
    margin-left: 5px;
    font-size: 11px;
    color: #00689e;
}

#mktoForm_4355 #LblCompany, #LblFirstName, #LblLastName, #LblEmail, #LblMarketing_Form_Comments__c {
    width: fit-content !important;
    font-size: 11px;
    line-height: 18px;
    font-weight: 500;
    text-transform: uppercase;
    color: #00689e;
}

#mktoForm_4355 .mktoFieldWrap.mktoRequiredField .mktoAsterix {
    display: none;
}

#mktoForm_4355 {
    width: auto !important;
    font-family: inherit !important;
}
.mktoFormRow .mktoOffset {
    width: 0px !important;
}


#mktoForm_4355 .mktoHtmlText {
    width: 100% !important;
    padding-top: 10px;
}

.mktoButtonRow {
    width: 100% !important;
}
.mktoForm .mktoButtonWrap.mktoSimple {
    margin-left: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    margin-top: 10px !important;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0em;
    font-weight: 700;
    border-radius: 0.375rem !important;
    border: 1px solid #eb0b6c !important;
    padding: 0.375rem 0.75rem !important;
    color: white !important;
    background-color: #eb0b6c !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#EB0B6C), to(#EB0B6C)) !important;
    background-image: -webkit-linear-gradient(top, #EB0B6C, #EB0B6C) !important;
    background-image: -moz-linear-gradient(top, #EB0B6C, #EB0B6C) !important;
    background-image: linear-gradient(to bottom, #EB0B6C, #EB0B6C) !important;
    width: 100% !important;
}
.mktoForm .mktoButtonWrap.mktoGlow .mktoButton:hover {
    background-color: #00689e !important;
    border: 1px solid #00689e !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00689e), to(#00689e)) !important;
    background-image: -webkit-linear-gradient(top, #00689e, #00689e) !important;
    background-image: -moz-linear-gradient(top, #00689e, #00689e) !important;
    background-image: linear-gradient(to bottom, #00689e, #00689e) !important;
}