<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.col_video_testimonial.story_page {
  padding: 131px 0;
}

.video-sec {
  border: 1px solid #efefef;
  padding: 18px;
  margin-top: 0;
  border-radius: 9px;
}

.testimonial_customer_neo .d_flex {
  display: flex;
  justify-content: center;
}


.pos_rel_quotes {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pos_rel_quotes img {
  width: 49px;
}

.desc-testi {
  display: flex;
  flex-direction: column;
  height: 100%
}

.desc-testi p {
  flex: 1;
  margin-bottom: 20px;
}

.video_wrapper {
  width: 560px;
  margin: 0 auto;
  position: relative;
  background-color: #000;
}

div#movie_player {
  border-radius: 11px !important;
}

.video_wrapper_full {
  /*     padding-top: 315px; */
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}


.videoIframe {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border: none text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  border-radius: 0px;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
  border: none;
}

.videoPoster:hover {
  cursor: pointer;
  border-color: #fff;
}

.videoPoster:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  border: 5px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  background-color: #fff;
}

.videoPoster:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  /* margin: -20px 0 0 -10px; */
  border-left: 20px solid #000;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
  transform: translate(-50%, -50%);
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}


/* custom css */

.tow_cols_video_wrapper {
  padding-top: 80px;
  max-width: 1400px;
  margin: 0 auto;
}

.tow_cols_video_wrapper .col-2-video {
  margin-bottom: 153px;
}

.tow_cols_video_wrapper .col-2-video:nth-last-child(1) {
  margin-bottom: 0;
}

.col-2-video .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
}

.col-2-video .d-flex .col-l {
  width: 43%;
}

.desc-col-l p {
  padding-bottom: 10px;
  max-width: 480px;
}

.desc-col-l h3 {
  margin-bottom: 10px;
  font-size: 34px;
  max-width: 512px;
  line-height: 1.46;
  color: #222222;
}


.desc-col-l a {
  border: solid 2px #000;
  font-size: 20px;
  color: #272727;
  border-radius: 100px;
  font-weight: 600;
  padding: 20px 46px;
}

.desc-col-l h6 {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
  color: #AAAAAA;
  font-weight: 400;
}

.col-2-video .d-flex-reverse {
  flex-direction: row-reverse;
}

.testimonial_customer_neo .d_flex {
  flex-wrap: wrap;
  justify-content: center;
}

.testimonial_customer_neo .d_flex .col {
  background-color: #fff;
  box-shadow: 0px 0px 3px 0px #EDEDED;
  border-radius: 10px;
  position: relative;
  padding: 70px 40px 48px;
  margin: 0 40px 70px 0;
  width: 30.9%;
  text-align: center;
}

.testimonial_customer_neo .d_flex .col .bg_testimonial {
  padding: 0 !important;
  height: 100%
}

.testimonial_customer_neo .d_flex .col:nth-child(3n+0) {
  margin-right: 0;
}
.tow_cols_video_wrapper .video_wrapper img {
	display: block;
	width: 100%;
	height: 100% !important;	
	position: absolute;
	left: 0;
	top: 0;
}

@media (min-width: 1500px) {
  .video_wrapper {
    width: 640px;
  }
}


@media (max-width: 1499px) {
  .col_video_testimonial.story_page {
    padding: 100px 0;
  }

  .tow_cols_video_wrapper {
    padding-top: 30px;
  }

  .tow_cols_video_wrapper .col-2-video {
    margin-bottom: 90px;
  }

  .testimonial_customer_neo .d_flex .col {
    padding: 50px 20px;
    margin: 0 2% 70px 0;
  }
}

@media (max-width: 1365px) {
  .videoPoster {
    background-size: cover !important;
    background-position: top center !important;
  }
}

@media (max-width: 1280px) {
  .col-2-video .d-flex .col-r {
    width: 50%;
  }

  .video_wrapper {
    width: 100%;
  }
}

@media (max-width: 1150px) {
  .col-2-video .d-flex {
    max-width: 100%;
  }
}

@media (max-width: 1024px) {
  .desc-col-l h3 {
    font-size: 22px;
  }

  .col-2-video .col-l {
    width: 50% !important;
    padding: 0 30px;
  }
}

@media only screen and (max-width: 992px) {
  .videoPoster {
    border: 10px solid #fff;
    box-shadow: 0 0 35px rgb(0 0 0 / 15%);
    margin-top: 0;
    border-radius: 0px;
  }

  .col-2-video .d-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }

  .col-2-video .col-l {
    width: 75%;
    padding-bottom: 80px;
  }

  .video_wrapper {
    position: relative;
    background-color: #fff;
    overflow: hidden;
    border: none;
  }

}

@media (max-width: 850px) {

  .col-2-video .col-l,
  .col-2-video .d-flex .col-r {
    width: 100% !important;
    padding: 0;
    text-align: center;
    margin-bottom: 50px;
  }

  .col-2-video .d-flex .col-r {
    margin-bottom: 0;
  }

  .desc-col-l p {
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .body-container-neo-case-study .desc-col-l h3 {
    max-width: 100%;
  }

  .desc-col-l h3 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .tow_cols_video_wrapper {
    padding-top: 0;
  }

  .tow_cols_video_wrapper .col-2-video {
    margin-bottom: 40px;
  }

  .video-sec {
    padding: 10px;
  }

  .video_wrapper {
    width: 100%;
    background-color: #fff;
    border: 1px solid #EFEFEF !important;
    border-radius: 9px;
    max-width: 100%;
  }

  .videoPoster::before {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
  }

  .videoPoster::after {
    border-left: 16px solid #000;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }

  .col-2-video .col-l {
    width: 100% !important;
  }

  .col-2-video .d-flex .col-r {
    width: 100%;
  }

  .testimonial_customer_neo .d_flex .col {
    padding: 40.66px 29.5px 28.93px !important;
    width: 100%;
    max-width: 420px;
    border: 1px solid #EDEDED;
    box-shadow: none;
    border-radius: 15px;
    margin: 0 auto 70px !important;
  }


  .desc-col-l h3 {
    max-width: inherit;
  }

  .body-container-neo-case-study .col-2-video .d-flex {
    flex-direction: column-reverse;
  }

  .body-container-neo-case-study .col-2-video .d-flex .col-l {
    margin-bottom: 0;
  }

  .body-container-neo-case-study .col-2-video .d-flex .col-r {
    margin-bottom: 40px;
  }

}

@media (max-width: 575px) {
  .bg_testimonial a {
    font-size: 14px;
    line-height: 18px;
  }

  .desc-col-l p {
    text-align: left;
    padding: 0;
    margin-bottom: 36px;
  }

  .desc-col-l h3 {
    margin-bottom: 23px;
    text-align: left;
  }

  .desc-col-l a {
    font-size: 13px;
    font-weight: 600;
    padding: 15.5px 22.8px;
    letter-spacing: 0.39px;
    border-radius: 30px;
  }

  .desc-col-l {
    text-align: center;
  }

  .col-2-video .col-l {
    padding-bottom: 0px !important;
  }


  .body-container-neo-case-study .desc-col-l p {
    max-width: 100%;
  }

  .cstm-resources .items-row .item .item-data .tag {
    font-size: 12px !important;
    line-height: 14px !important;
  }

  .cstm-resources .items-filter-contain {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 401px) {
  .col-2-video .col-l {
    width: 80%;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 370px) {
  .video_wrapper {
    width: 100%;
  }
}
</pre></body></html>