.side-bar-form {
    margin-top: 32px;
}

.side-bar-form .newsletter {
    padding: 40px 30px 30px 30px;
    box-shadow: inset 0 -18px 40px 0 rgba(6, 19, 78, 0.1);
    background: #092dc5;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.side-bar-form .newsletter__bg-decor {
    position: absolute;
}

.side-bar-form .newsletter__bg-decor-top {
    top: 0;
    right: 0;
}

.side-bar-form .newsletter__bg-decor-bottom {
    top: unset;
   bottom: 0;
    left: 0;
    width: 100%;
}

.side-bar-form .newsletter__picture {
    position: relative;
    z-index: 2;
}

.side-bar-form  .box-heading {
    margin-top: 1px;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    text-transform: none;
    background: none;
    -webkit-background-clip: unset;
 -webkit-text-fill-color: unset;
}

.side-bar-form  .box-heading * {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.1;
    font-family: 'Sora', sans-serif;
    color: #FFF;
    margin: 0;
}

.side-bar-form  .newsletter .box-description {
margin: 10px 0 0 0;
position: relative;
z-index: 2;
}

.side-bar-form  .newsletter .box-description * {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.44;
    font-family: "Avenir", sans-serif;
    color: #FFF;
    margin: 0;
}

.side-bar-form .sign-up {
margin-top: 20px;
position: relative;
z-index: 2;
}

.side-bar-form .hs_submit {
margin-top: 10px;
}

.side-bar-form .hs-button {
background-color: #FFF;
width: 100%;
border-radius: 4px;
    cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
font-weight: 900;
font-size: 13px;
line-height: 1.85;
letter-spacing: 0.03em;
text-transform: uppercase;
text-align: center;
color: #092dc5;
font-family: "Avenir", sans-serif;
padding: 8px;
}

.side-bar-form .hs-input {
border: 1px solid #2f4dcb;
background: #00187d;
border-radius: 4px;
width: 100%;
padding: 7px 20px;
font-weight: 400;
font-size: 16px;
color: #FFF;
}

.side-bar-form .hs-input::placeholder {
line-height: 2;
color: #7085e1;
}

.side-bar-form .hs_error_rollup {
    display: none;
}

.side-bar-form  .hs-error-msg {
    color: #FFF;
    font-size: 14px;
}

.hs-error-msgs {
    margin-top: 5px;
    list-style: none;
    padding-left: 0;
}

@media screen and (max-width: 1023.98px) {
.side-bar-form {
    margin-top: 50px;
}

    .side-bar-form .newsletter__picture {
        margin-left: auto;
        height: 78px;
        min-width: 329px;
    }

    .side-bar-form .newsletter {
        padding: 30px 20px 20px 20px;
        border-radius: 10px;
    }

    .side-bar-form  .box-heading * {
        font-size: 20px;
    }

    .side-bar-form  .newsletter .box-description * {
        font-size: 14px;
    }

    .side-bar-form .newsletter__bg-decor-top {
        height: 137px;
        width: 221px;
    }

    .side-bar-form .newsletter__bg-decor-bottom {
        height: 114px;
    }
}