@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.videoBlock {
  margin: 50px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -moz-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -ms-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  -o-transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
  transition: opacity 0.3s 0.3s, visibility 0.3s 0.3s, transform 0.3s 0.3s;
}
.videoBlock.aos-animate {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.videoBlock.aos-animate .cols .col.text .innerCol:after {
  width: 100%;
}
.videoBlock .contentWrapper {
  width: 1040px;
  padding: 0 20px;
}
.videoBlock .cols .col {
  display: inline-block;
  vertical-align: top;
}
.videoBlock .cols .col.video {
  position: relative;
  width: 65%;
}
.videoBlock .cols .col.video .innerVideo {
  position: relative;
  z-index: 1;
  height: 0;
  overflow: hidden;
  background: #134053;
  width: 100%;
  padding-top: 56.25%;
}
.videoBlock .cols .col.video .innerVideo .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.videoBlock .cols .col.video .innerVideo .triangle {
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: auto;
  right: 0;
}
.videoBlock .cols .col.video .innerVideo .triangle svg {
  height: 100%;
  width: auto;
}
.videoBlock .cols .col.video .innerVideo .triangle svg path {
  fill: #134053;
}
.videoBlock .cols .col.video .innerVideo .icon {
  height: auto;
  left: auto;
  position: absolute;
  top: 50%;
  width: 180px;
  right: 100px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  /*                        opacity:0;
                        margin-top:20px;*/
  -webkit-transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
  -moz-transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
  -ms-transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
  -o-transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
  transition: opacity 0.3s 0.75s, margin-top 0.3s 0.75s;
}
.videoBlock .cols .col.video .innerVideo .icon svg {
  width: 100%;
  opacity: 0.05;
}
.videoBlock .cols .col.video .innerVideo .icon svg path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
}
.videoBlock .cols .col.video .innerVideo .playVideo {
  z-index: 3;
  height: 82px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 82px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.videoBlock .cols .col.video .innerVideo .playVideo:hover {
  background: #fff;
  color: #134053;
}
.videoBlock .cols .col.video .innerVideo .playVideo i {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 2px;
}
.videoBlock .cols .col.text {
  width: 35%;
  padding-left: 40px;
  padding-right: 95px;
}
.videoBlock .cols .col.text .innerCol {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 30px;
}
.videoBlock .cols .col.text .innerCol:after {
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
  background: #fbbc43;
  -webkit-transition: width 0.3s ease-out 0.6s;
  -moz-transition: width 0.3s ease-out 0.6s;
  -o-transition: width 0.3s ease-out 0.6s;
  transition: width 0.3s ease-out 0.6s;
}
.videoBlock .cols .col.text .innerCol .text {
  max-height: 250px;
  overflow: hidden;
}
.videoBlock .cols .col.text .innerCol .text p:last-child {
  margin-bottom: 0;
}
.videoBlock .cols .col.text .innerCol .buttons {
  margin-top: 40px;
}
@media all and (max-width: 1024px) {
  .videoBlock .cols .col.video .innerVideo .icon {
    display: none;
  }
  .videoBlock .cols .col.text {
    padding-left: 40px;
    padding-right: 0;
  }
}
@media all and (max-width: 768px) {
  .videoBlock .cols .col {
    display: block;
    width: 100% !important;
  }
  .videoBlock .cols .col.video {
    margin-bottom: 20px;
  }
  .videoBlock .cols .col.video .innerVideo .triangle {
    display: none;
  }
  .videoBlock .cols .col.text {
    padding: 0 !important;
    max-width: 400px;
  }
  .videoBlock .cols .col.text .text {
    max-height: none !important;
  }
}
/*# sourceMappingURL=video_block.css.map */