/* Title */
.sx-widget-title__link:hover {
    color: #141313;
    text-decoration: none;
}

/* Textarea */
/* Content */
/* Horizontal Text Image */
.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col--second {
    background-color: #f2f7f8;
}

.sx-widget-horizontal-text-image--type-gray .sx-widget-horizontal-text-image__col-container--text {
    padding: 66px;
}

.sx-widget-horizontal-text-image__row--rightleft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
}

@media (min-width: 992px) {
    .sx-widget-horizontal-text-image__row--rightleft {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
}

.sx-widget-horizontal-text-image__image {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .sx-widget-horizontal-text-image__image {
        margin-top: -50px;
    }
}

.sx-widget-horizontal-text-image__link:hover {
    color: #141313;
    text-decoration: none;
}

/* Vertical Text Image */
.sx-widget-vertical-text-image--type-gray .sx-widget-vertical-text-image__image {
    margin-bottom: 0;
}

.sx-widget-vertical-text-image--type-gray .sx-widget-vertical-text-image__col-container--text {
    padding: 66px;
}

.sx-widget-vertical-text-image--type-gray .sx-widget-vertical-text-image__col--second {
    background-color: #f2f7f8;
}

.sx-widget-vertical-text-image__image {
    margin-bottom: 24px;
}

.sx-widget-vertical-text-image__link:hover {
    color: #141313;
    text-decoration: none;
}

/* Image */
.sx-widget-image__image-lengend {
    font-size: 14px;
}

/* Download Box */
.sx-widget-download-box__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sx-widget-download-box__list-item {
    position: relative;
    padding: 0 0 30px 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #f2f7f8;
}

.sx-widget-download-box__list-item-link {
    text-decoration: underline;
}

.sx-widget-download-box__list-item:before {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 26px;
}

/* Gallery */
.sx-widget-gallery__image {
    margin-bottom: 66px;
}

/* Video Embed */
/* Video Html */
.sx-widget-video-html__container video {
    max-width: 100%;
}

/* Call to Action */
.sx-widget-call-to-action__wrapper {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 10px;
}

.sx-widget-call-to-action__wrapper:after {
    content: '';
    right: -7%;
    top: 0;
    bottom: 0;
    left: auto;
    z-index: 10;
    background: #e63023;
    -webkit-transform: skew(-16deg);
        -ms-transform: skew(-16deg);
         -o-transform: skew(-16deg);
            transform: skew(-16deg);
    position: absolute;
    width: 70%;
    display: none;
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .sx-widget-call-to-action__wrapper:after {
        display: block;
    }
}

.sx-widget-call-to-action h5 a, .sx-widget-call-to-action .h5 a,
.sx-widget-call-to-action h6 a, .sx-widget-call-to-action .h6 a {
    text-decoration: underline;
}

.sx-widget-call-to-action h5 a:hover, .sx-widget-call-to-action .h5 a:hover,
.sx-widget-call-to-action h6 a:hover, .sx-widget-call-to-action .h6 a:hover {
    text-decoration: none;
}

.sx-widget-call-to-action__image {
    background-color: transparent;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 55%;
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__image {
        padding-top: 0;
        min-height: 435px;
        text-align: left;
        height: calc(100% + 90px);
        width: 48%;
    }
}

@media (min-width: 1750px) {
    .sx-widget-call-to-action__image {
        width: 41%;
    }
}

.sx-widget-call-to-action p {
    margin-bottom: 10px;
}

.sx-widget-call-to-action__content-wrapper {
    color: #fff;
    z-index: 20;
    padding: 25px 20px 45px;
    background-color: #e63023;
    position: relative;
}

.sx-widget-call-to-action__content-wrapper:after {
    content: '';
    left: 0;
    top: -45px;
    bottom: auto;
    right: 0;
    border-top: 45px solid transparent;
    border-right: 580px solid #e63023;
    position: absolute;
}

@media (min-width: 576px) {
    .sx-widget-call-to-action__content-wrapper:after {
        top: -85px;
        border-top: 85px solid transparent;
        border-right: 768px solid #e63023;
    }
}

@media (min-width: 769px) {
    .sx-widget-call-to-action__content-wrapper:after {
        top: -85px;
        border-top: 85px solid transparent;
        border-right: 768px solid #e63023;
    }
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__content-wrapper {
        background-color: transparent;
        width: 59%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .sx-widget-call-to-action__content-wrapper:after {
        display: none;
    }
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__content-wrapper {
        padding: 45px 45px;
    }
}

.sx-widget-call-to-action__data {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__data {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}

.sx-widget-call-to-action__data-link {
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .sx-widget-call-to-action__data-link {
        margin-right: 15px;
    }
}

.sx-widget-call-to-action__data-link-text {
    position: relative;
}

.sx-widget-call-to-action__data-link-text:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    display: none;
}

@media (min-width: 576px) {
    .sx-widget-call-to-action__data-link-text {
        padding-left: 30px;
        margin: 0 20px;
    }
    .sx-widget-call-to-action__data-link-text:before {
        display: block;
    }
}

.sx-widget-call-to-action__data-link--web .sx-widget-call-to-action__data-link-text:before {
    top: 2px;
}

@media (min-width: 992px) and (max-width: 1749.98px) {
    .sx-widget-call-to-action__title {
        font-size: 1.875rem;
    }
    .sx-widget-call-to-action__content-wrapper {
        font-size: 1.25rem;
    }
}

/* Page Call to Action */
.sx-widget-page-call-to-action {
    margin-bottom: 80px;
    background-color: #f2f7f8;
    position: relative;
}

.sx-widget-page-call-to-action:after {
    content: '';
    height: 20%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 10;
}

.sx-widget-page-call-to-action__image {
    position: relative;
    z-index: 20;
}

.sx-widget-page-call-to-action__image-wrapper {
    position: relative;
}

.sx-widget-page-call-to-action__content-wrapper {
    padding: 50px 0;
    text-align: center;
}

@media (min-width: 992px) {
    .sx-widget-page-call-to-action {
        margin-bottom: 125px;
    }
    .sx-widget-page-call-to-action:after {
        display: none;
    }
    .sx-widget-page-call-to-action__content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: left;
        padding: 45px 0;
        min-height: 250px;
    }
    .sx-widget-page-call-to-action__image {
        top: -50px;
        position: absolute;
        left: 0;
        right: 0;
    }
}

@media (min-width: 1300px) {
    .sx-widget-page-call-to-action {
        margin-bottom: 285px;
    }
    .sx-widget-page-call-to-action__content-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 85px 0;
        min-height: 480px;
    }
    .sx-widget-page-call-to-action__image {
        top: -80px;
    }
}

/* Map */
/* Divider */
.sx-widget-divider__divider--1 {
    border-bottom: 1px solid #000;
}

/* Slider */
.sx-widget-slider__slider-nav-button {
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 17px));
        -ms-transform: translateY(calc(-50% - 17px));
         -o-transform: translateY(calc(-50% - 17px));
            transform: translateY(calc(-50% - 17px));
    z-index: 10;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.sx-widget-slider__slider-nav-button-text {
    display: inline-block;
    font-size: 34px;
    color: #fff;
    line-height: 1;
}

.sx-widget-slider__slider-nav-button--left {
    left: 0;
    width: 36px;
    height: 36px;
}

.sx-widget-slider__slider-nav-button--right {
    right: 0;
}

.sx-widget-slider__slider-pagination-container {
    text-align: center;
    margin-top: 20px;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px 0 5px;
    background: #323232;
}

.sx-widget-slider__slider-pagination-container .swiper-pagination-bullet-active {
    background: #000;
}

/* Button */
/* Accordion */
.sx-widget-accordion__item {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #f2f7f8;
    padding-bottom: 36px;
    margin-bottom: 24px;
}

.sx-widget-accordion__item__header {
    background-color: transparent;
    padding: 0;
    border-bottom: 0;
}

.sx-widget-accordion__item__header-title-link {
    position: relative;
    width: 100%;
    display: inline-block;
}

.sx-widget-accordion__item__header-title-link:before {
    position: absolute;
    top: 0;
    right: 0;
}

.sx-widget-accordion__item__content-body {
    padding: 0;
}

/* Spacer */
/* Collapse Text */
.sx-widget-collapse-text.hide .sx-widget-collapse-text__text:after {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.sx-widget-collapse-text__text {
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin-bottom: 30px;
}

.sx-widget-collapse-text__text:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 120px;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(hsla(0,0%,100%,0)));
    background: -o-linear-gradient(bottom, #fff 0%, hsla(0,0%,100%,0) 100%);
    background: linear-gradient(0deg, #fff 0%, hsla(0,0%,100%,0) 100%);
    display: block;
    z-index: 20;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

/* Testimonial */
.sx-widget-testimonial__image {
    margin-bottom: 45px;
    max-width: 200px;
}

@media (min-width: 769px) {
    .sx-widget-testimonial__image {
        margin-bottom: 0;
        max-width: 100%;
    }
}

.sx-widget-testimonial__image__wrapper {
    text-align: center;
}

.sx-widget-testimonial__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
}

.sx-widget-testimonial__content-title {
    font-size: 1.375rem;
}

.sx-widget-testimonial__slider-pagination .sx-slider__fancy-pagination {
    display: inline-block;
}

@media (min-width: 769px) {
    .sx-widget-testimonial__image {
        margin-bottom: 0;
        max-width: 100%;
    }
    .sx-widget-testimonial__content {
        text-align: left;
    }
    .sx-widget-testimonial__content-title {
        font-size: 1.375rem;
    }
}

@media (min-width: 992px) {
    .sx-widget-testimonial__content-title {
        font-size: 1.875rem;
    }
}

@media (min-width: 1300px) {
    .sx-widget-testimonial__content-title {
        font-size: 2.5rem;
    }
}

/* References */
.sx-widget-references {
    margin-bottom: 82px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(129,178,184,.2)), to(rgba(84,135,141,.2)));
    background: -o-linear-gradient(left, rgba(129,178,184,.2) 0%, rgba(84,135,141,.2) 100%);
    background: linear-gradient(90deg, rgba(129,178,184,.2) 0%, rgba(84,135,141,.2) 100%);
    padding: 100px 0 70px;
}

.sx-widget-references__content {
    margin-bottom: 20px;
}

.sx-widget-references__slider .sx-slider__fancy-pagination {
    padding-top: 35px;
    display: inline-block;
}

.sx-widget-references__slider__item {
    height: auto;
    padding-bottom: 70px;
}

.sx-widget-references__slider__item-image-wrapper {
    margin-bottom: 45px;
}

.sx-widget-references__slider__item-content {
    position: relative;
}

.sx-widget-references__slider__item-button-wrapper {
    position: absolute;
    left: 0;
    bottom: 0;
}

@media (min-width: 769px) {
    .sx-widget-references {
        margin-bottom: 195px;
        padding: 120px 0 100px;
    }
    .sx-widget-references__content {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {
    .sx-widget-references__slider .sx-slider__fancy-pagination {
        display: none;
    }
}

/* References */
.sx-widget-team-list__item-name {
    margin-bottom: 10px;
}

.sx-widget-team-list__item-content {
    display: block;
}

.sx-widget-team-list__item-image {
    margin-bottom: 30px;
}

/* Checklist */
.sx-widget-checklist .sx-widget-checklist__text a {
    text-decoration: underline;
}

.sx-widget-checklist .sx-widget-checklist__text a:hover {
    text-decoration: none;
}

.sx-widget-checklist .sx-widget-checklist__text ul {
    padding-left: 0;
}

.sx-widget-checklist .sx-widget-checklist__text ul > li {
    list-style: none;
    padding-bottom: 17px;
    padding-left: 50px;
    font-weight: 600;
    position: relative;
}

.sx-widget-checklist .sx-widget-checklist__text ul > li:before {
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 1.125rem;
    z-index: 10;
    color: #fff;
    font-weight: normal;
}

.sx-widget-checklist .sx-widget-checklist__text ul > li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background-color: #7eafb5;
    width: 32px;
    height: 32px;
    border-radius: 16px;
}

.widget-title {
    color: #e5eff0;
    margin-bottom: 1.5em;
}

/*# sourceMappingURL=example.css.map */
