.content-section-blocks {
  position: relative;
  padding: 80px 0;
}
.content-section-blocks .content {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 25px;
  color: inherit;
}
.content-section-blocks .content h1 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 80px;
  line-height: 1;
  color: #881B4C;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.content-section-blocks .content h2 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 60px;
  line-height: 1;
  color: #881B4C;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content-section-blocks .content h3 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 47px;
  line-height: 1;
  color: #881B4C;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content-section-blocks .content h4 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 30px;
  line-height: 37px;
  color: #881B4C;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content-section-blocks .content h5 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 24px;
  line-height: 27px;
  color: #881B4C;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content-section-blocks .content h6 {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 16px;
  line-height: 18px;
  color: #881B4C;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.content-section-blocks .content .hs_cos_wrapper_type_header h6 ,
.content-section-blocks .content .hs_cos_wrapper_type_header h5 ,
.content-section-blocks .content .hs_cos_wrapper_type_header h4 ,
.content-section-blocks .content .hs_cos_wrapper_type_header h3 ,
.content-section-blocks .content .hs_cos_wrapper_type_header h2 ,
.content-section-blocks .content .hs_cos_wrapper_type_header h1 {
  margin-bottom: 60px;
}
.content-section-blocks .content img {
  display: block;
  border-radius: 13px;
  overflow: hidden;
  margin: 30px 0;
}
.content-section-blocks .content p {
  margin-bottom: 30px;
}
.content-section-blocks .content p:last-of-type {
    margin-bottom: 0;
}
.content-section-blocks .content span {
  display: block;
  margin-bottom: 30px;
}
.content-section-blocks .content a.cta-btn {
  background-color: #891E4E;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 31px;
  padding: 22px 60px;
  border: 1px solid #707070;
  border-radius: 7px;
  text-decoration: none;
  display: block;
  max-width: 353px;
  text-align: center;
  box-sizing: border-box;
}


.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
  margin-bottom: 30px;
  display: block;
  border-radius: 13px;
  overflow: hidden;
}
.videoWrapper43 {
  padding-top: 75%;
}
.videoWrapper169 {
  padding-top: 56%;
}

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

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -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;
}
.videoPoster:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 174px;
  height: 174px;
  margin: -100px 0 0 -90px;
  border: 15px solid #fff;
  border-radius: 100%;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  margin: -50px 0 0 -10px;
  border-left: 80px solid #fff;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  -webkit-transition: border-color 300ms;
  -moz-transition: border-color 300ms;
  transition: border-color 300ms;
}
.videoPoster:hover:before, .videoPoster:focus:before {
  border-color: #f00;
}
.videoPoster:hover:after, .videoPoster:focus:after {
  border-left-color: #f00;
}
.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

@media screen and (max-width: 640px) {
  .content-section-blocks {
    padding: 40px 0;
  } 
  .content-section-blocks .content .hs_cos_wrapper_type_header h6, .content-section-blocks .content .hs_cos_wrapper_type_header h5, .content-section-blocks .content .hs_cos_wrapper_type_header h4, .content-section-blocks .content .hs_cos_wrapper_type_header h3, .content-section-blocks .content .hs_cos_wrapper_type_header h2, .content-section-blocks .content .hs_cos_wrapper_type_header h1 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 480px) {
  .content-section-blocks .content a.cta-btn {
    padding: 15px;
    max-width: 280px;
  }
  
  .content-section-blocks .content h1 {
    font-size: 50px;
  }
  .content-section-blocks .content h2 {
    font-size: 42px;
  }
  .content-section-blocks .content h3 {
    font-size: 34px;
  }
  .content-section-blocks .content h4 {
    font-size: 26px;
  }
  .content-section-blocks .content h5 {
    font-size: 18px;
  }
  
  .videoPoster:before {
    width: 80px;
    height: 80px;
    margin: -50px 0 0 -50px;
  }
  .videoPoster:after {
    margin: -20px 0 0 -10px;
    border-left: 40px solid #fff;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
  }
}