@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,400;0,500;0,600;0,700;0,800;0,900;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body.widget-snippet {
    padding: 40px 0;
}

.wcs_about-us-14 * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    font-variant: normal;
    line-height: normal;
    letter-spacing: normal;
    text-indent: unset;
    text-transform: none;
    word-spacing: normal;
    word-break: break-word;
}
.wcs_about-us-14__inner {
    max-width: 1590px;
    margin: 0 auto;
    display: flex;
    position: relative;
}
.wcs_about-us-14__block-text-container {
    padding: 100px 20px 100px 90px;
    background: #000000;
}
.wcs_about-us-14 h2,
.wcs_about-us-14 h3,
.wcs_about-us-14 p {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
}

.wcs_about-us-14 h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
}
.wcs_about-us-14 p {
    font-family: "Lato", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    margin: 20px 0 40px;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
}
a.wcs_about-us-14__button,
a.wcs_about-us-14__button:link,
a.wcs_about-us-14__button:focus,
a.wcs_about-us-14__button:active,
a.wcs_about-us-14__button:hover {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 100%;
    text-align: center;
    padding: 14px 44px;
    background-color: rgba(255,255,255, 0);
    border: 1px rgba(255,255,255, 1) solid;
    text-decoration: none;
    /* @alternate */ -webkit-user-select: none;
    /* @alternate */ -moz-user-select: none;
    /* @alternate */ -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    display: inline-block;
    /* @alternate */ -webkit-transition: background-color 300ms ease-out 0s;
    /* @alternate */ -o-transition: background-color 300ms ease-out 0s;
    transition: background-color 300ms ease-out 0s;
    white-space: nowrap;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
    margin: 0;
}
a.wcs_about-us-14__button:not(.fee a.wcs_about-us-14__button) {
    text-overflow: ellipsis;
}
body.widget-snippet a.wcs_about-us-14__button.snippet-highlighted-elm,
body.widget-snippet a.wcs_about-us-14__button.snippet-activated-elm {
    outline: 2px #f26522 dashed;
    cursor: pointer;
}
.widget a.wcs_about-us-14__button:hover {
    background-color: #ffffff;
    color: #000000;
}
.wcs_about-us-14__block-image-container a {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    text-shadow: none;
}
.wcs_about-us-14 .wcs_about-us-14__block-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wcs_about-us-14__block {
    width: 50%;
}

.wcs_about-us-14__block-image-container {
    position: relative;
}

.wcs_about-us-14__block-image-container:before {
    content: "";
    width: 300px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}

.wcs_about-us-14__block-text-container-inner {
    max-width: 452px;
}

@media(max-width: 1199px) {
    .wcs_about-us-14__block-text-container {
        padding: 40px 20px 40px 40px;
    }
}
@media(max-width: 991px) {
    .wcs_about-us-14 h2 {
        font-size: 36px;
    }
}

@media(max-width: 767px) {
    .wcs_about-us-14__inner {
        display: block;
    }

    .wcs_about-us-14__block {
        width: 100%;
    }

    .wcs_about-us-14__block-text-container {
        padding: 20px;
    }

    .wcs_about-us-14__block-image-container:before {
        height: 110px;
        width: 100%;
        left: 0;
        top: 0;
        bottom: auto;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%);
    }
}

@media(max-width: 575px) {
    .wcs_about-us-14 h2 {
        font-size: 28px;
    }
    .wcs_about-us-14 p {
        margin-top: 10px;
        margin-bottom: 24px;
    }
}
