/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./components/video_info/video_info.scss ***!
  \****************************************************************************************************************************************************************************************/
/******************************************
Section | CTA with Image
******************************************/
/**************************************************
Stylesheet: Defaults Stylesheet
**************************************************/
/**************************************************
Stylesheet: Mixins Stylesheet
**************************************************/
/*******************
FONT MIXINS (size, color, weight, line-height)
********************/
/*********************
Column split into X columns
@include column-count(3);
*********************/
/*********************
Column split with px gap
@include column-gap(40px);
*********************/
/*********************
Column split style
@include column-rule-style(solid);
*********************/
/*********************
Column split border
@include column-rule(1px solid #ededed);
*********************/
/*********************
Background gradient 2 color
@include background-gradient($gray, #000);
*********************/
/*********************
Background gradient 3 color
@include accordion-gradient($gray, #000, #666);
*********************/
/*********************
Transform duration by X seconds
@include transition(1.5s);
*********************/
/*********************
Transform Rotate element by x degrees
@include rotate(180);
*********************/
/*********************
Creates a 6px arrow with pure css
@include arrow(#000);
*********************/
/*********************
Clip 10px corner off the bottom right corner
@include cornerclip(#000);
*********************/
/*********************
Clip 3px corner off the bottom right corner
@include cornerclipsmall(#000);
*********************/
/*********************
Clip 10px corner off the top right corner
@include cornercliptop(#000);
*********************/
/*********************
Clip 10px corner off the top left corner
@include cornercliptopleft(#000);
*********************/
.video-info {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .video-info {
    padding: 60px 0 103px;
  }
}
.video-info .video-info-container {
  max-width: 100%;
  padding: 0 20px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .video-info .video-info-container {
    flex-direction: row;
  }
}
.video-info .video-block {
  padding: 56px 0 56px 64px;
  padding-left: 0;
  position: relative;
  flex: 0 0 100%;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .video-info .video-block {
    flex: 0 0 55%;
    padding-left: 3.8vw;
    width: auto;
  }
}
.video-info .video-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: 90% 100%;
  background-repeat: no-repeat;
  background-image: url("/wp-content/uploads/2025/06/video-bg.png");
}
.video-info .video-block .video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  border-radius: 50%;
  transition: 0.2s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .video-info .video-block .video-btn {
    left: calc(50% + 32px);
  }
}
.video-info .video-block .video-btn:hover {
  opacity: 0.8;
}
.video-info .video-block > img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.video-info .info-block {
  flex: 0 0 100%;
  width: 100%;
  padding-left: 0;
  margin-bottom: 40px;
}
@media screen and (min-width: 1024px) {
  .video-info .info-block {
    flex: 0 0 45%;
    width: auto;
    padding-left: 6.2vw;
    margin-bottom: 0;
  }
}
.video-info .info-block-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  flex-wrap: wrap;
  row-gap: 32px;
}
@media screen and (min-width: 1024px) {
  .video-info .info-block-wrapper {
    max-width: 498px;
  }
}
.video-info .info-block-title {
  text-transform: uppercase;
  margin-bottom: 25px;
}
.video-info .info-block-item {
  width: calc(50% - 10px);
  max-width: 100%;
}
@media screen and (min-width: 640px) {
  .video-info .info-block-item {
    width: calc(25% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .video-info .info-block-item {
    width: calc(50% - 10px);
  }
}
.video-info .info-block-item-icon img {
  width: 100%;
  width: 81px;
  height: 81px;
}
.video-info .info-block-item-content {
  max-width: 211px;
  margin-top: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px) {
  .video-info .info-block-item-content {
    font-size: 20px;
    line-height: 26px;
  }
}

/*# sourceMappingURL=video_info.css.map*/