.elementor-heading-title,
.win-notified-section .elementor-element,
.win-notified-section .elementor-widget-button .elementor-button {
    font-family: var(--wp--preset--font-family--body) !important;
}
body .elementor-widget-button .elementor-button{
    display: inline-block;
    font-family: var(--wp--preset--font-family--body) !important;
}
.win-media-text-section .elementor-heading-title .red {
    color: #9F1B30;
}

.win-media-text-section {
    position: relative !important;
    z-index: 58;
}
.win-media-text-section::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(291.12deg, rgba(65, 0, 0, 0) 5.61%, #1F0000 93.14%);
    z-index: -1;
}
.win-media-text-section .e-con-inner::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(261.44deg, #300000 11.63%, rgba(65, 1, 1, 0) 72.81%);
    z-index: 0;
}
.win-media-text-section img {
    display: block !important;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    padding: 16px 28px !important;
    border-width: 1.5px !important;
    font-family: var(--wp--preset--font-family--body) !important;
}

input[type="text"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder,
textarea::placeholder {
    color: #fff !important;
}

input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus  {
    border: 1.5px solid #9F1B30 !important;
}

.elementor-form-fields-wrapper .elementor-button {
    cursor: pointer;
}

.btn-notify .elementor-button-link {
    border: none !important;
    position: relative;
}
.btn-notify .elementor-button-link::before {
    content: '';
    position: absolute;
    bottom: 5px;
    width: 100%;
    height: 2px;
    background-color: #fff;
    left: 0;
}