/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/block-50-50/_block-50-50-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Grid Breakpoints
 */
/*
 * Global mixins
 */
/*
 * Header mixins
 */
/*
 * Blocks mixins
 */
.b-block-50-50__wrapper {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 1100px) {
  .b-block-50-50__wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1100px) {
  .b-block-50-50__wrapper.reverse {
    flex-direction: row-reverse;
  }
}
.b-block-50-50 .wp-element-button {
  padding-left: 0;
}
.b-block-50-50__content {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 2rem;
}
.b-block-50-50__label {
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.6;
}
.b-block-50-50__label-wrapper {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  padding: 0.5rem 1rem 0.5rem 0.625rem;
  border: 1px solid var(--color-ventures);
  border-radius: 2rem;
  color: var(--color-white);
  gap: 0.5rem;
}
.b-block-50-50__title {
  color: var(--color-white);
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
}
.b-block-50-50__video {
  display: flex;
  flex: 1;
  justify-content: center;
}
.b-block-50-50__video-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .b-block-50-50__video-wrapper {
    width: auto;
  }
}
.b-block-50-50__video-player {
  overflow: hidden;
  border: 1px solid var(--color-ventures);
  border-radius: 1rem;
}
.b-block-50-50__video-player video {
  display: block;
  min-height: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .b-block-50-50__video-player video {
    min-width: 25rem;
    max-width: 25rem;
  }
}
.b-block-50-50__video-button {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  width: 3.5rem;
  height: 3.5rem;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  border-radius: 50%;
  margin: 0 auto;
  background: var(--color-ventures);
  color: #000;
  cursor: pointer;
  transform: translate(0, 50%);
}
@media screen and (min-width: 768px) {
  .b-block-50-50__video-button {
    right: unset;
    margin: 0;
    transform: translate(-50%, 50%);
  }
}
.b-block-50-50__video-button::before {
  display: block;
  width: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 1rem solid;
  margin-left: 0.3rem;
  content: "";
}
.b-block-50-50__video-button:hover {
  opacity: 0.8;
}
.b-block-50-50__video-info {
  display: flex;
  gap: 1.5rem;
}
.b-block-50-50__video-info-description, .b-block-50-50__video-info-time {
  display: flex;
  align-items: center;
  color: var(--color-gray-30);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  gap: 0.5rem;
}
.b-block-50-50__video-wrapper.is-playing .b-block-50-50__video-button {
  gap: 0.2rem;
}
.b-block-50-50__video-wrapper.is-playing .b-block-50-50__video-button::before, .b-block-50-50__video-wrapper.is-playing .b-block-50-50__video-button::after {
  width: 0.27rem;
  height: 1.2rem;
  border: none;
  margin: 0;
  background-color: currentcolor;
  content: "";
}
.b-block-50-50__image {
  display: flex;
  flex: 1;
  justify-content: center;
}
.b-block-50-50__image-wrapper {
  position: relative;
  display: flex;
  overflow: hidden;
  max-width: 25rem;
  height: -moz-fit-content;
  height: fit-content;
  flex-direction: column;
  border: 1px solid var(--color-ventures);
  border-radius: 1rem;
  gap: 1rem;
}

/*# sourceMappingURL=block_block-50-50.css.map*/