/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-wrs-cover-cta {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 430px !important;
  overflow: hidden;
  cursor: pointer !important;
}
.wp-block-wrs-cover-cta img, .wp-block-wrs-cover-cta .fade, .wp-block-wrs-cover-cta .hover_fade, .wp-block-wrs-cover-cta .details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-wrs-cover-cta img {
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.wp-block-wrs-cover-cta .fade {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}
.wp-block-wrs-cover-cta .hover_fade {
  z-index: 3;
  top: auto;
  height: 0;
  background-color: rgba(21, 44, 68, 0.8);
  transition: all 0.2s ease-in-out;
}
.wp-block-wrs-cover-cta .details {
  padding: 30px;
  z-index: 4;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.wp-block-wrs-cover-cta .details p {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.wp-block-wrs-cover-cta .details a, .wp-block-wrs-cover-cta .details .dummy_link {
  color: #ffffff;
  font-family: var(--wp--preset--font-family--poppins);
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-style: normal;
}
.wp-block-wrs-cover-cta .details .description a {
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: normal !important;
}
.wp-block-wrs-cover-cta .details .arrow {
  font-size: 22px;
  overflow: hidden;
  height: 0px;
  display: block;
  transition: all 0.2s ease-in-out;
}
.wp-block-wrs-cover-cta .details .arrow a {
  color: #ffffff !important;
}
.wp-block-wrs-cover-cta:hover .hover_fade {
  height: 100%;
}
.wp-block-wrs-cover-cta:hover .details .arrow {
  height: 33px;
}
.wp-block-wrs-cover-cta:hover img {
  transform: scale(1.2);
}

/*# sourceMappingURL=style-index.css.map*/