    @font-face {
        font-family: 'Barlow';
        src: url('/template/72dfe14e/fonts/Barlow-Medium.eot');
        src: url('/template/72dfe14e/fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'),
        url('/template/72dfe14e/fonts/Barlow-Medium.woff2') format('woff2'),
        url('/template/72dfe14e/fonts/Barlow-Medium.woff') format('woff'),
        url('/template/72dfe14e/fonts/Barlow-Medium.ttf') format('truetype'),
        url('/template/72dfe14e/fonts/Barlow-Medium.svg#Barlow-Medium') format('svg');
        font-weight: 500;
        font-style: normal;
    }

    @font-face {
        font-family: 'Barlow';
        src: url('/template/72dfe14e/fonts/Barlow-Regular.eot');
        src: url('/template/72dfe14e/fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
        url('/template/72dfe14e/fonts/Barlow-Regular.woff2') format('woff2'),
        url('/template/72dfe14e/fonts/Barlow-Regular.woff') format('woff'),
        url('/template/72dfe14e/fonts/Barlow-Regular.ttf') format('truetype'),
        url('/template/72dfe14e/fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
        font-weight: normal;
        font-style: normal;
    }

    @font-face {
        font-family: 'Barlow';
        src: url('/template/72dfe14e/fonts/Barlow-Light.eot');
        src: url('/template/72dfe14e/fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'),
        url('/template/72dfe14e/fonts/Barlow-Light.woff2') format('woff2'),
        url('/template/72dfe14e/fonts/Barlow-Light.woff') format('woff'),
        url('/template/72dfe14e/fonts/Barlow-Light.ttf') format('truetype'),
        url('/template/72dfe14e/fonts/Barlow-Light.svg#Barlow-Light') format('svg');
        font-weight: 300;
        font-style: normal;
    }
    .widget-snippet .home-content {
        position: relative;
        padding-top: 70px;
    }
    .widget-snippet .home-content:before {
        content: '';
        width: 100%;
        height: 415px;
        background-color: #f2f5f7;
        position: absolute;
        left: 0;
        top: 0;
    }
    .widget-snippet  .home-content-top {
        position: relative;
        max-width: 900px;
        margin: 0 auto;
        padding-bottom: 25px;
    }
    .widget-snippet .home-content-top h3 {
        color: #000;
        text-align: center;
        font-weight: 300;
        position: relative;
        font-size: 50px;
        line-height: 50px;
        margin: 0 0 15px 0;
        padding: 10px 0 0 0;
    }
    .widget-snippet .home-content-top h3:before {
        content: '';
        width: 31px;
        height: 2px;
        background-color: #c950e7;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 0;
    }
    .widget-snippet  .home-content-top p {
        text-align: center;
        line-height: 25px;
        color: #000000;
        font-size: 18px;
        font-weight: 300;
        font-family: 'Barlow';
        margin: 0;
        padding: 0 0 20px 0;
    }
    .widget-snippet  .home-content-bottom {
        margin: 0 auto;
        max-width: 788px;
        position: relative;
        background-color: #fff;
        border-top: 6px solid #c950e7;
        padding: 48px 55px;
        box-shadow: 0 0 25px #e4e4e4;
    }
    .widget-snippet  .home-content-bottom h3:before {
        content: '';
        width: 31px;
        height: 2px;
        background-color: #c950e7;
        position: absolute;
        left: 50%;
        margin-left: -15px;
        top: 0;
    }
    .widget-snippet  .home-content-bottom h3 {
        color: #000;
        text-align: center;
        font-weight: 300;
        font-family: 'Barlow';
        position: relative;
        font-size: 42px;
        line-height: 42px;
        margin: 0 0 15px 0;
        padding: 10px 0 0 0;
    }
    .widget-snippet  .home-content-bottom p {
        text-align: center;
        line-height: 27px;
        color: #000000;
        font-size: 19px;
        font-weight: 300;
        font-family: 'Barlow';
        margin: 0;
        padding: 0 0 20px 0;
    }
.widget-snippet .home-content-bottom ul {
    max-width: 640px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
    .widget-snippet .home-content-bottom ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 24px;
        height: 25px;
        background-image: url(/template/72dfe14e/images/li_arrow.png);
        background-repeat: no-repeat;
        background-position: 0 0;
        background-size: 24px;
    }
.widget-snippet .home-content-bottom ul li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 10px);
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    margin: 0;
    padding: 3px 0 6px 34px;
    font-family: 'Barlow';
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
}
    .widget-snippet .home-content-bottom:after {
        width: 0;
        height: 0;
        border-bottom: 17px solid #c950e7;
        border-left: 20px solid transparent;
        position: absolute;
        right: 0;
        bottom: 0;
        content: '';
    }
