@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Questrial&display=swap');

body.widget-snippet {
    padding: 40px 0;
}
.wcs_call-to-action-9 * {
    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_call-to-action-9 {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    /* @alternate */ -webkit-box-orient: vertical;
    /* @alternate */ -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* @alternate */ -webkit-box-align: center;
    /* @alternate */ -ms-flex-align: center;
    align-items: center;
    padding: 85px 20px;
}
.wcs_call-to-action-9__text-small {
    font-family: "Questrial", sans-serif;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
    color: rgba(0,0,0, .40);
    text-align: center;
    max-width: 842px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.wcs_call-to-action-9__text {
    font-family: "Questrial", sans-serif;
    font-size: 45px;
    font-weight: 600;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    max-width: 842px;
    margin: 15px auto 35px;
}
.wcs_call-to-action-9__button-wrapper {
    /* @alternate */ display: -webkit-box;
    /* @alternate */ display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* @alternate */ -webkit-box-pack: center;
    /* @alternate */ -ms-flex-pack: center;
    justify-content: center;
}
a.wcs_call-to-action-9__button,
a.wcs_call-to-action-9__button:link,
a.wcs_call-to-action-9__button:focus,
a.wcs_call-to-action-9__button:active,
a.wcs_call-to-action-9__button:hover {
    font-family: "Questrial", sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    color: #000000;
    min-width: 255px;
    text-align: center;
    padding: 16px;
    border: 2px #000000 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;
    max-width: 100%;
    overflow: hidden;
    box-shadow: none;
    text-shadow: none;
}

body.widget-snippet a.wcs_call-to-action-9__button.snippet-highlighted-elm,
body.widget-snippet a.wcs_call-to-action-9__button.snippet-activated-elm {
    outline: 2px #f26522 dashed;
    cursor: pointer;
}
.widget a.wcs_call-to-action-9__button:hover {
    background-color: #000000;
    color: #ffffff;
}
a.wcs_call-to-action-9__button:not(.fee a.wcs_call-to-action-9__button) {
    text-overflow: ellipsis;
}
@media(max-width: 991px) {
    .wcs_call-to-action-9__text {
        font-size: 38px;
    }
    .wcs_call-to-action-9 {
        padding: 55px 20px;
    }
}
@media(max-width: 767px) {
    .wcs_call-to-action-9__text {
        font-size: 30px;
    }
    .wcs_call-to-action-9 {
        padding: 40px 20px;
    }
}
@media(max-width:575px) {
    .wcs_call-to-action-9__text {
        font-size: 24px;
        margin: 10px auto 25px;
    }
}