.wsw-footer {
    background: var(--wsw-footer-bg, #fff);
    color: #10383b;
    margin-top: 0;
}
.wsw-footer-main {
    background: var(--wsw-footer-bg, #fff);
}
.wsw-footer-container {
    width:1370px;
    max-width: 100%;
    margin: 0 auto;
    padding:70px 25px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 30px 87px;
    align-items: start;
}
.wsw-footer-column {
    min-width: 0;
}
.wsw-footer-about {
    display: flex;
    flex-direction: column;
}
.wsw-footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    margin-bottom: 20px;
    outline: none !important;
    border: 0 !important;
    background: transparent !important;
}
.wsw-footer-logo img {
    display: block;
    width: auto;
    max-width: 355px;
    object-fit: contain;
    outline: none !important;
    border: 0 !important;
    background: transparent !important;
}
.wsw-footer-title {
    display: inline-block;
    color: #10aebe;
    font-size: 22px;
    line-height: 1.1;
    font-weight: 800;
    font-style: italic;
    text-decoration: none;
    margin-bottom: 8px;
    letter-spacing: 0.3px;
}
.wsw-footer-description p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    letter-spacing: 0%;
}
.wsw-footer-links h3,
.wsw-footer-newsletter h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 130%;
    letter-spacing: 0%;
    margin-bottom: 20px;
}
.wsw-footer-column.wsw-footer-newsletter h3 {
    margin-bottom: 8px;
}
.wsw-footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wsw-footer-links li {
    margin: 0 0 12px;
    padding: 0 0 0 15px;
    position: relative;
}
.wsw-footer-links li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #10aebe;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.wsw-footer-links a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    display: block;
    text-decoration: none !important;
    background: transparent !important;
    outline: none !important;
    border: 0 !important;
    color: var(--secondary) !important;
}
.wsw-footer-links a:hover {
    color: var(--primary) !important;
}
.wsw-footer-newsletter p {
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    margin-bottom: 20px;
}
.wsw-newsletter-form {
    margin: 0;
}
.wsw-newsletter-input-wrap {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.wsw-newsletter-form .form-field input {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #0F333533;
    border-radius: 10px;
    background: #fff;
    color: #173f42;
    padding: 0 60px 0 20px;
    outline: none;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0%;
    box-shadow: none;
    font-family: inherit;
    margin: 0;
}
.wsw-newsletter-form .form-field input::placeholder {
    color: #0F333599;
}
.wsw-newsletter-form .submit .wpcf7-submit {
    font-weight: 600;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 24px;
    background: var(--primary) !important;
    color: var(--white) !important;
    font-family: 'Poppins';
    border: 0;
    border-radius: 10px;
    transition: all 0.4s;
}
.wsw-newsletter-form .submit .wpcf7-submit:hover {
    background: var(--secondary) !important;
    color: var(--white) !important;
}
.wsw-newsletter-form .submit{
    margin-top: 10px;
}
.wsw-newsletter-form .form-field .wpcf7-form-control-wrap:after {
    content: "";
    background-image: url('data:image/svg+xml,<svg width="24" height="19" viewBox="0 0 24 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 17.9222H6.30005C3.00005 17.9222 0.800049 16.4114 0.800049 12.8862V5.83581C0.800049 2.31061 3.00005 0.799805 6.30005 0.799805H17.3C20.6 0.799805 22.8 2.31061 22.8 5.83581V12.8862C22.8 16.4114 20.6 17.9222 17.3 17.9222Z" stroke="%230F3335" stroke-width="1.6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.3999 6.66064L13.9569 9.32462C12.8239 10.1984 10.9649 10.1984 9.8319 9.32462L6.3999 6.66064" stroke="%2308B3BE" stroke-width="1.6" stroke-miterlimit="10" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: 22px;
    height: 17px;
    display: inline-block;
    position: absolute;
    top: 17px;
    bottom: 0;
    right: 20px;
}
.wsw-footer-bottom {
    background: var(--secondary);
}
.wsw-footer-bottom-container {
    width: 1370px;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 25px;
}
.wsw-footer-bottom p {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: var(--white);
}
.wsw-footer-bottom p span {
    font-weight: 700;
    font-style: italic;
}
.wsw-newsletter-form .submit p {
    display: inline-block;
    position: relative;
}
.wsw-newsletter-form .submit p span.wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}


@media (max-width:1024px){
    .wsw-footer-column.wsw-footer-about {
        grid-column: 1 / -1;
        text-align: center;
        justify-content: center;
    }
    .wsw-footer-container {
        padding: 50px 25px;
        gap: 25px 30px;
        grid-template-columns: 1fr 1fr 2fr;
    }
    .wsw-footer-logo {
        margin-bottom: 15px;
        justify-content: center;
    }
    .wsw-footer-links h3, .wsw-footer-newsletter h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .wsw-footer-links a {
        font-size: 15px;
    }
    .wsw-newsletter-form button {
        font-size: 16px;
        line-height: 44px;
        padding: 0 20px;
        border-radius: 6px;
    }
}

@media (max-width:767px){
    .wsw-footer-container {
        padding:50px 20px 25px;
        gap: 20px 20px;
        grid-template-columns: 1fr 1fr;
    }
    .wsw-footer-logo img {
        max-width: 270px;
    }
    .wsw-footer-description p {
        font-size: 14px;
        line-height: 140%;
    }
    .wsw-footer-column.wsw-footer-about, .wsw-footer-column.wsw-footer-newsletter {
        grid-column: 1 / -1;
        text-align: center;
        justify-content: center;
    }
    .wsw-footer-newsletter p {
        font-size: 14px;
        margin-bottom: 14px;
    }
    .wsw-newsletter-input-wrap {
        margin-bottom: 16px;
    }
    .wsw-footer-bottom-container {
        padding: 12px 20px;
    }
    .wsw-footer-bottom p {
        font-size: 14px;
    }
    .wsw-footer-links li:last-child{
        margin-bottom: 0;
    }
    .wsw-newsletter-form .submit .wpcf7-submit {
        font-size: 16px;
        line-height: 42px;
        padding: 0 20px;
        border-radius: 8px;
    }
}