header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    z-index: 9;
    border-bottom: 1px solid #151515;
}
header img{
    width: 250px;
}
.sticky {
    background: #000000 !important;
}
.section {
    padding-top: 160px;
    padding-bottom: 160px;
    }

footer{
    background: #080808;
    padding: 50px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}  
footer img {
    display: block;
    margin: 0px auto 20px;
    width: 250px;
}

/* Boxes Section 5 */
.all_features {
    background-color: #f0f0f0;
    }
.w-layout-grid {
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    }
.blackheading4 h3 {
    letter-spacing: .01em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: WF Visual Sans,Arial,sans-serif;
    font-size: 5.313rem;
    font-weight: 600;
    line-height: 1.04;
}
.blackheading4 span {
    letter-spacing: .01em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: WF Visual Sans,Arial,sans-serif;
    font-size: 2.313rem;
    font-weight: 600;
    line-height: 1.04;
    display: block;
}
.all_features-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .all_features-card {
    background-color: #fff;
    border-radius: 4px;
    flex-direction: column;
    justify-content: space-between;
    min-height: 190px;
    padding: 2rem;
    transition: color 0.2s, box-shadow 0.2s;
    display: flex;
    position: relative;
    box-shadow: 0 0 #08080800, 0 0 #08080800, 0 0 #08080800, 0 0 #08080800;
  }
  .all_features-card:hover {
    z-index: 1;
    color: var(--webflow-blue);
    box-shadow: 0 32px 48px #08080805, 0 16px 20px #08080808, 0 6px 8px #0808080a,
      0 1px 3px #0808080f;
  }
.all_features-card-title {
    flex-direction: row;
    justify-content: flex-start;
    display: flex;
  }
  .all_features-card-icon {
    width: 24px;
    height: 24px;
    margin-right: 0.5rem;
  }
  .tag {
    text-transform: uppercase;
    border-radius: 4px;
    margin-left: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-family: WF Visual Sans Text, Arial, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
  }
  .all_features-card-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: WF Visual Sans, Arial, sans-serif;
    font-weight: 500;
    transition: color 0.2s;
    display: flex;
  }
  
.all_features-card-title  .h5 {
    letter-spacing: .02em;
    margin-top: 0;
    margin-bottom: 0;
    font-family: WF Visual Sans,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 600;
    line-height: 26px;
}
.u-link-overlay {
    cursor: pointer;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }
  .w-inline-block {
    max-width: 100%;
    display: inline-block;
}
.u-sr-only {
    white-space: nowrap;
    border: 0 solid #0000;
    width: 1px;
    height: 1px;
    margin-top: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden;
}
.tag {
    text-transform: uppercase;
    border-radius: 4px;
    margin-left: .5rem;
    padding: .25rem .5rem;
    font-family: WF Visual Sans Text,Arial,sans-serif;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    color: #fff;
}
.u-bg-blue {
    background-color: #146ef5;
}
.button-icon_top-right{
    opacity: 0; 
    transform: translate3d(-8px, 8px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg); 
    transform-style: preserve-3d;
}
#fullbox {
    grid-area: span 1/span 2/span 1/span 2;
}
.feature-list {
    grid-row-gap: 3rem;
    flex-direction: column;
    margin-bottom: 0;
    display: flex;
}
.w-list-unstyled {
    padding-left: 0;
    list-style: none;
}
.feature-list_item {
    grid-column-gap: 1rem;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
}
.fs-position-sticky {
    position: sticky;
    top: 0;
}
.fs-position-sticky.cc-fixed {
    top: 160px;
}

.customers_grid-customer_wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
}
.customers_grid-image-customer {
    justify-content: center;
    align-items: flex-start;
    width: 30vw;
    min-width: 610px;
    max-width: none;
    height: auto;
    margin-left: 32px;
    margin-right: 32px;
    transition: transform .2s,box-shadow .2s;
    position: relative;
    box-shadow: 1px 1px 30px #00000026;
}
.customers_grid-image-customer img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
.all_features-card {
    min-height: 150px;
    padding: 1rem;
}
.all_features-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
}
.u-position-sticky {
    position: static;
}
#not-fixed-1, #not-fixed-2{
    grid-area: span 1 / span 2 / span 1 / span 2;
}
}