.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.image-wf4 {
  width: 160px;
  background-color: rgba(255, 255, 255, .8);
  border-radius: 6px;
  margin-bottom: 10px;
}

.text-block-wf2 {
  width: 100%;
  max-width: 100%;
  color: #333;
  text-align: left;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: block;
}

.list-item-wf {
  width: 100%;
  max-width: 100%;
  margin-bottom: 3px;
  list-style-type: disc;
}

.wftext-block-3a {
  max-width: 100%;
  color: #f36821;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Proxima nova, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.div-block-3-wf {
  max-width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

.button-2-wf {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #dd2476;
  border-radius: 40px;
  margin-top: 20px;
  padding: 15px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-2-wf:hover {
  color: #fff;
  background-color: #ff512f;
  box-shadow: 7px 7px 23px rgba(0, 0, 0, .2);
}

.button-2-wf.dark-outline-wf {
  max-width: 100%;
  color: #fff;
  text-align: center;
  background-color: #0057b8;
  border: 2px solid #fff;
  flex: 1;
  margin-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Gilroy, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  display: inline-block;
}

.button-2-wf.dark-outline-wf:hover {
  color: #fff;
  background-color: #009cde;
  border-color: #fff;
}

.image-wf {
  width: 200px;
  text-align: center;
  margin-right: 20px;
  display: inline-block;
}

.div-block-2-wf {
  max-width: 100%;
  text-align: left;
  flex: 1;
  margin-left: 30px;
  padding-bottom: 10px;
}

.top-product-section-wf {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding: 40px;
}

.div-block-6-wf {
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.list-wf {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-left: 20px;
  list-style-type: disc;
  display: block;
}

.columns2-wf {
  max-width: 100%;
  display: block;
}

.wftext-block-3 {
  max-width: 100%;
  color: #fff;
  text-align: center;
  font-family: Proxima nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
}

.wfcolumn2 {
  flex-wrap: nowrap;
  align-items: stretch;
  display: block;
}

.bottom-product-section-wf {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.feature-text-wf {
  max-width: 100%;
  text-align: center;
  background-image: linear-gradient(#003767, #003767);
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  padding: 10px 20px;
  display: block;
}

.feature-title-2-wf {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #003767;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 10px 5px;
  font-family: Proxima nova, sans-serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 30px;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, .3);
}

.text-block1-wf {
  color: #333;
  text-align: left;
  flex: 0 auto;
  align-self: flex-start;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  display: inline-block;
}

.flex-block-wf {
  margin-top: 20px;
}

.video-wf {
  max-width: 100%;
  flex: 0 auto;
}

.image2-wf {
  width: 60px;
  height: 50px;
  margin-bottom: 3px;
}

.flex-block-2-wf {
  justify-content: space-around;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-wf {
  max-width: 100%;
  flex: 1;
}

.flex-block-3-wf {
  align-items: center;
}

.product-feature-wf {
  max-width: 100%;
}

.image-2-wf {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.text-block-wf {
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-family: Gilroy, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

@media screen and (max-width: 991px) {
  .div-block-3-wf {
    padding-bottom: 10px;
    display: block;
  }

  .button-2-wf.dark-outline-wf {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div-block-2-wf {
    margin-left: 0;
    margin-right: 0;
  }

  .top-product-section-wf {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wftext-block-3 {
    color: #f0f0f0;
    padding-bottom: 5px;
  }

  .wfcolumn2 {
    margin-bottom: 10px;
  }

  .bottom-product-section-wf {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .image-wf4 {
    width: 100px;
  }

  .top-product-section-wf {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .columns2-wf {
    flex-wrap: wrap;
    display: flex;
  }

  .wfcolumn2 {
    justify-content: flex-start;
  }

  .feature-title-2-wf {
    font-size: 20px;
    line-height: 22px;
  }

  .text-block1-wf {
    margin-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .wftext-block-3a {
    padding-left: 0;
    padding-right: 0;
  }

  .button-2-wf {
    margin-top: 20px;
  }

  .button-2-wf.dark-outline-wf {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-wf {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .div-block-2-wf {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-6-wf, .columns2-wf {
    display: block;
  }

  .wftext-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-text-wf {
    min-height: auto;
  }

  .feature-title-2-wf {
    margin-top: 0;
    margin-bottom: 10px;
  }
}


@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}