/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Convert px to rem
** Usage:
** font-size: rem(23);
*/
/* A small function allowing skipping base64 encoding
** and simply pasting the SVG markup right in the CSS.
** @author Jakob Eriksen
** @link http://codepen.io/jakob-e/pen/doMoML
** @param {String} $svg - SVG image to encode
** @return {String} - Encoded SVG data uri
*/
/* Replace `$search` with `$replace` in `$string`
** @author Hugo Giraudel
** @link http://sassmeister.com/gist/1b4f2da5527830088e4d
** @param {String} $string - Initial string
** @param {String} $search - Substring to replace
** @param {String} $replace ('') - New value
** @return {String} - Updated string
*/
/* Replace substring 'fillColor' to real color from variables */
/* Mixin for button animation,
    use: @include button-animation(); for .btn-primary-dark--white-bg button
*/
/* Mixin for arrow link animation,
    use: @include arrow-link-animation(); for .btn-tertiary-dark--white-bg button
*/
/* Mixin for link animation,
    use: @include link-animation(); for .btn-link-dark--white-bg button
*/
/* Mixin for button background animation,
    use: @include hoverBgEffect($primary-slate, $scale: 1.4, $speed: 0.4s);
*/
/**
 * Mixin for adding gradient line to the bottom.
 * @param {$side-colors} color.
 */
/**
 * Mixin for adding text underline.
 */
/**
 * Mixin for cropping the text.
 * @param {$line-clamp} number of visible lines.
 */
.b-media-bnr__text {
  max-width: 58rem;
  margin: 0 auto;
  padding: 2.5rem 2rem 1.875rem;
  text-align: center;
}
@media (min-width: 1024px) {
  .b-media-bnr__text {
    padding: 6.25rem 2rem 5.75rem;
  }
}
.b-media-bnr__text.m-columns .b-media-bnr__title,
.b-media-bnr__text.m-columns .b-media-bnr__subtitle,
.b-media-bnr__text.m-columns .b-media-bnr__text-main,
.b-media-bnr__text.m-columns .b-media-bnr__text-source {
  text-align: left;
}
.b-media-bnr__text.m-columns .b-media-bnr__text-source {
  max-width: none;
}
@media (min-width: 1024px) {
  .b-media-bnr__text.m-columns .b-media-bnr__text-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .b-media-bnr__text.m-columns .b-media-bnr__text-left,
.b-media-bnr__text.m-columns .b-media-bnr__text-right {
    width: 48%;
  }
}
.b-media-bnr__logo {
  width: 3.25rem;
  margin: 0 auto;
  padding-bottom: 1.875rem;
}
@media (min-width: 1024px) {
  .b-media-bnr__logo {
    padding-bottom: 3.125rem;
  }
}
.b-media-bnr__title {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 2.75rem;
  letter-spacing: 0.000625rem /*!rtl:normal*/;
}
@media (min-width: 1024px) {
  .b-media-bnr__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
    letter-spacing: -0.05rem /*!rtl:normal*/;
  }
}
.b-media-bnr__subtitle {
  font-size: 1.25rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .b-media-bnr__subtitle {
    font-size: 1.5rem;
  }
}
.b-media-bnr__text-main {
  padding-top: 1.5625rem;
}
.b-media-bnr__text-main p {
  margin-bottom: 1.5rem;
}
.b-media-bnr__text-source {
  max-width: 48.125rem;
  margin: 0 auto;
  padding: 0.3125rem 0 1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.0125rem /*!rtl:normal*/;
}
.b-media-bnr__image-wrapper {
  max-width: 72rem;
  padding: 0 2rem;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1023.98px) {
  .b-media-bnr__image-wrapper.m-full-width {
    max-width: 68rem;
    padding: 0;
  }
}
.b-media-bnr__image {
  position: relative;
  display: block;
}
.b-media-bnr__image img {
  display: block;
  margin: 0 auto;
}
.b-media-bnr__image-play-btn::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23fffdfb' transform='rotate(90 22 22)' cx='22' cy='22' r='22'/%3E%3Cpath d='M29.692 22.841L18.54 30.01A1 1 0 0117 29.168V14.832a1 1 0 011.54-.842l11.152 7.169a1 1 0 010 1.682z' fill='%2334303D'/%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  inset: auto 0.625rem 0.625rem auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.b-media-bnr__image-play-btn:hover::after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='44' height='44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%2300d1d2' transform='rotate(90 22 22)' cx='22' cy='22' r='22'/%3E%3Cpath d='M29.692 22.841L18.54 30.01A1 1 0 0117 29.168V14.832a1 1 0 011.54-.842l11.152 7.169a1 1 0 010 1.682z' fill='%2334303D'/%3E%3C/g%3E%3C/svg%3E");
}
@media (min-width: 1024px) {
  .b-media-bnr__image-play-btn::after {
    right: 1.875rem;
    bottom: 1.875rem;
  }
}
.b-media-bnr__image-play-btn.m-centered-play-button::after {
  inset: 50% auto auto 50%;
}
@media (min-width: 1024px) {
  .b-media-bnr__image-play-btn.m-centered-play-button::after {
    inset: auto 1.875rem 1.875rem auto;
  }
}
@media (min-width: 1024px) {
  .b-media-bnr__image-play-btn.d-centered-play-button::after {
    inset: 50% auto auto 50%;
  }
}
