.block-nx-mailblock-custom-static-2-0 .special-info {
    position: absolute;
    display: flex;
    padding-left: 25px;
    left: 45%;
    top: -20px;
}

.block-nx-mailblock-custom-static-2-0 .special-info:before {
    position: absolute;
    display: block;
    content: '';
    width: 26px;
    height: 30px;
    background-image: url('data:image/svg+xml,<svg version="1.1" baseProfile="tiny" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 640 640" overflow="visible" xml:space="preserve"><g id="Page-1"><path id="Combined-Shape" fill="%23D02E26" d="M166.3,494.6c49.7-193.6,104-326.7,163.7-400.2c76.1-93.7,164.5-93.2,252.6,0.3l-29.4,27.7c-71.9-76.3-131.6-76.6-191.8-2.5c-55,67.8-107.1,195.4-155.3,382.2c31.2-33.7,72.9-67,125.1-100l21.6,34.2C256.2,497.3,200,557.5,183.4,615.6l-4.2-1.2c-0.2,0.7-0.3,1.4-0.5,2.1l-39.4-8.8c1.4-6.5,2.9-12.9,4.3-19.2h-3.9c0-73-26.9-140.3-81.4-202.8l30.5-26.6C125.9,401.6,151.8,446.8,166.3,494.6z"/></g></svg>');
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: -5px;
}

.block-nx-mailblock-custom-static-2-0 .landing-block-node-date {
    border-bottom: 1px solid rgb(189, 189, 189);
}

.nx-static-form-custom .form-container .form-controls-wrap {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
}

.nx-static-form-custom .form-container .form-controls-wrap.send-block {
    padding-bottom: 0;
}

.nx-static-form-custom .form-container .form-controls-wrap .form-control {
    display: block;
    width: 100%;
    background-image: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;

    height: auto;
    line-height: 1.5;
    box-shadow: none;
    position: relative;
    color: rgb(0, 0, 0);
    border: 0;
    border-radius: 0;
    padding: 20px 15px;
    font-size: 14px;
    cursor: initial;
    background-color: #f7f7f7;
}

.nx-static-form-custom .required-sign-wrap,
.nx-static-form-custom .feedback-form-notes {
    display: none;
}

.nx-static-form-custom .checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.nx-static-form-custom .checkbox input {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0 4.5px 0 0;
    line-height: 0;
    min-height: auto;
    vertical-align: middle;
    accent-color: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    transition: 300ms all;
    border-radius: 2px;
}

.nx-static-form-custom .checkbox input:hover {
    border-color: rgb(255, 180, 16);
}

.nx-static-form-custom .checkbox input:checked {
    border-color: rgb(29, 20, 0);
    accent-color: rgb(32, 22, 0);
}

.nx-static-form-custom .checkbox {
    padding-left: 10px;
}

.nx-static-form-custom .send-btn.btn {
    background-color: rgb(208, 46, 38);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400 !important;
    padding: 25px 25px !important;
    position: relative;
    align-items: center;
    text-decoration: none;
    max-width: 100%;
    border: none;
    border-radius: 70px;
    outline: none;
    box-shadow: 0 3.3333333333333335px 10px 0px rgba(208, 46, 38, 0.5);

    -webkit-transition: ease 0.3s;
    -o-transition: ease 0.3s;
    transition: ease 0.3s;

    overflow: hidden;
    transition-property: box-shadow, transform, color, background-color, border-color !important;
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.nx-static-form-custom .modal-header {
    z-index: 1;
}

.nx-static-form-custom .send-btn:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.15) 100%);
    opacity: 0.9;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 2;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-animation-name: slidemempopup;
    animation-name: slidemempopup;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes slidemempopup {
    30% {
        left: 100%;
        transform: skewX(-45deg) translateX(50%);
    }
    100% {
        left: 100%;
        transform: skewX(-45deg) translateX(50%);
    }
}