.widget_card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid transparent;
    border-radius: 0.75rem;
}
.widget_card--fade {
    background: #fff;
    background: -moz-linear-gradient(180deg,rgba(255,255,255,.75) 0,#fff 30%);
    background: -webkit-linear-gradient(180deg,rgba(255,255,255,.75) 0,#fff 30%);
    background: linear-gradient(180deg,rgba(255,255,255,.75) 0,#fff 30%);
}
.widget_card-common {
    box-shadow: 0 8px 16px rgb(100 116 139 / 18%);
    transition-property: all!important;
}
.widget_card-common .card-body{
    padding: 40px 50px;
}
.widget_wrapper{
    margin-top: 15px;
    margin-bottom: 15px;
}
.top-cards-wrapper{
    margin: 60px 0;
    position: relative;
    z-index: 2;
}
.card-icon-head {
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 12px;
}
.widget_card-common .card-img {
    display: block;
    margin: 0 auto 8px;
    width: 95px;
    padding: 10px;
    box-sizing: border-box;
}
.widget_img {
    position: relative;
    display: inline-block;
}
.widget_img img {
    display: block;
}
.widget_img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    z-index: 2;
}
.card-icon-head h6 {
    margin: 0;
}
#hero-page{
    background: none;
    padding-bottom: 100px;
}
.top-cards{
    position: relative;
    padding: 0;
   /* -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);*/
    background: url(_img/blue-gradient-bottom-angle.svg) no-repeat center bottom;
    background-size: cover;
    clear: both;
}
.cutting-edge{
    position: relative;
    padding: 350px 0 250px;
    background: url(_img/blue-gradient-bottom-angle.svg) no-repeat center bottom;
    background-size: cover;
    clear: both;
}
h2{
    font-family: Roboto, sans-serif;
    font-weight: 300;
}
.top-cards:after{
    background: url(../ui/img/redesign/backgrounds/bottom-curve-white.svg) no-repeat center bottom;
    height: 350px;
    width: 100%;
    background-size: cover;
    top: 0;
    left: 0;
    content: '';
    position: absolute;
    /*z-index: -1;*/
}
.cutting-edge:after{
    background: url(../ui/img/redesign/backgrounds/bottom-curve-white.svg) no-repeat center bottom;
    height: 350px;
    width: 100%;
    background-size: cover;
    top: -80px;
    left: 0;
    content: '';
    position: absolute;
    /*z-index: -1;*/
}
.icon-point {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 40px;
}
.icon-point .icon {
    flex: 0 0 15%;
    padding-right: 5px;
    /*padding-right: 15px;*/
}
.icon-point .icon img{width: 60px; max-width: 100%;margin: 0 auto;display:block ;}
.icon-point .point {
    flex: 0 0 85%;
    padding: 0 0 0 15px;
}
.arc-difference{
    padding: 90px 0 30px;
}
.arc-difference h2{
    
    font-weight: 400;
}
.arc-difference h2 + a{
    margin-bottom: 80px;
}
#testimonials-block{
    padding: 140px 0;
}
.article-img{
    padding: 20px;
}
.grid-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}
.grid-content-1-col {
    display: flex;
    flex-flow: column;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
}
.grid-content .item, .grid-content-1-col .item {
    font-weight: 300;
    font-family: "Roboto";
    padding: 5px 0;
    display: block;
    position: relative;
    padding-left: 20px;
}
.grid-content .item:before, .grid-content-1-col .item:before {
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
    background: #fb9218;
}
.resources{
    padding: 0 0 60px;
}
.unparalleled{
    padding: 90px 0 0;
}
.diagram-img{
        width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: white;
  background: rgba(255,255,255,0.15);
    padding: 100px;
    border-radius: 4px;
}
.hero_copy{
    margin-top: 80px;
}
.hero_img{
    margin-top: 40px;
}
.hero_img img{
    max-width: 100%;
}
.hero_copy h1 {
    font-weight: 300;
    font-family: "Roboto";
    margin-bottom: 30px;
}

.hero_img img{
    width: 800px;
}
.fa-ul li{
    margin-bottom: 8px;
}
.inset-wrapper{
    position: relative;
}
.inset-img{
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    width: 280px;
    max-width: 100%;
    bottom: -80px;
    right: 25px;
}
.enlarge-modal-target{
    max-width: 95%;
    display: block;
    margin: 0 auto;
}
@media (max-width: 767px){
    .inset-img{
        width: 200px;
        bottom: -30px;
    }
}
@media (min-width: 768px){
    .icon-point {
        padding-right: 40px;
    }
}