.subscription-title {
    font-size: 52px;
    font-weight: 400;
    line-height: 100px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
}

.form-control {
    width: 100%;
    padding: 15px 25px;
    color: #133340;
    font-size: 1.375rem;
    line-height: 1.09091;
    transition: .2s ease-in-out;
    border-radius: unset;
    background: 0 0
}

.form-control:not(textarea) {
    border: none;
    border-bottom: 2px solid #133340
}

.form-control::-moz-placeholder {
    font-size: 1.375rem;
    line-height: 1.09091;
    font-style: italic;
    color: #133340
}

.form-control:-ms-input-placeholder {
    font-size: 1.375rem;
    line-height: 1.09091;
    font-style: italic;
    color: #133340
}

.form-control::placeholder {
    font-size: 1.375rem;
    line-height: 1.09091;
    font-style: italic;
    color: #133340
}

.form-control:focus {
    outline: 0;
    border-color: #edb71b
}

.section-newsletter-subscription {
    background-image: url(./assets/img/decor/pattern-transparent.png), url(./assets/img/decor/pattern-gray.jpg);
    background-position: 0 0;
    background-repeat: repeat-x, repeat;
    background-blend-mode: multiply
}

.section-newsletter-subscription .decor {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    height: 100%;
    pointer-events: none
}