@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
.hbspt-form label span{
    color: #fffff9;
}

.hbspt-form .hs-richtext p{
    color: #fffff9 !important;
    font-family: 'Manrope' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    line-height: 13px !important;
}

.hbspt-form input[type="text"], .hbspt-form input[type="email"] {
    background-color: transparent !important;
    border: none !important;
    border-bottom: 1px solid #fffff9 !important;
    border-radius: 0 !important;
    padding-bottom: 10px !important;
    outline: 0 !important;
    color: #fffff9 !important;
    font-family: 'Manrope' !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 26px !important;
}

.hbspt-form input[type="submit"] {
    color: #FFFFF9;
    font-family: "Manrope", sans-serif;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    background-color: #FF3300;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 21px;
    transition: background 0.2s;
    border: none;
    border-radius: 0;
    margin-right: 0;
    margin-left: auto;
}