/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/@wordpress/scripts/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/rh/card/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-rh-card {
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  position: relative;
  z-index: 50;
  color: inherit;
  margin-bottom: 1rem !important;
}
.wp-block-rh-card .card-content {
  padding: 2.5rem 1.5rem;
}
.wp-block-rh-card .image {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
}
.wp-block-rh-card .image img {
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-rh-card a {
  text-decoration: none !important;
}
.wp-block-rh-card h3,
.wp-block-rh-card h2 {
  font-weight: 600;
}
.wp-block-rh-card p {
  font-weight: 500;
}
@media screen and (max-width: 786px) {
  .wp-block-rh-card {
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: unset;
  }
}
.wp-block-rh-card.page-link a {
  position: relative;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wp-block-rh-card.page-link .color-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: 0;
  border-radius: inherit;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.wp-block-rh-card.page-link .page-title {
  position: absolute;
  bottom: 3rem;
  left: 3rem;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: white !important;
}
.wp-block-rh-card.page-link .card-content {
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding-top: 25%;
  padding-left: 3rem;
}
.wp-block-rh-card.page-link .card-content .card-button {
  width: 30px;
  height: 30px;
}
.wp-block-rh-card.page-link .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.wp-block-rh-card.page-link:hover .color-overlay {
  opacity: 0.85;
}
.wp-block-rh-card.page-link:hover .card-content {
  visibility: visible;
  opacity: 1;
}
.wp-block-rh-card.page-link:hover .page-title {
  bottom: 60%;
}
@media screen and (max-width: 786px) {
  .wp-block-rh-card.page-link {
    width: 100% !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .wp-block-rh-card.page-link a {
    position: unset;
  }
  .wp-block-rh-card.page-link .page-title,
  .wp-block-rh-card.page-link .card-content {
    position: relative;
    bottom: unset;
    left: unset;
  }
  .wp-block-rh-card.page-link .page-title {
    padding: 24px 3rem 2px 24px;
  }
  .wp-block-rh-card.page-link .page-title h2 {
    margin-bottom: 0px !important;
  }
  .wp-block-rh-card.page-link .card-content {
    visibility: visible;
    opacity: 1;
    padding: 2px 24px 12px 24px;
  }
  .wp-block-rh-card.page-link .image {
    height: 50%;
    position: relative;
  }
  .wp-block-rh-card.page-link .image img {
    border-bottom-left-radius: 0px;
  }
  .wp-block-rh-card.page-link .color-overlay {
    display: none;
  }
}

.home-cards .wp-block-rh-card {
  width: 32%;
  height: 330px;
}
@media screen and (max-width: 1080px) {
  .home-cards {
    align-items: start !important;
  }
  .home-cards .wp-block-rh-card {
    height: 450px;
  }
}
@media screen and (max-width: 888px) {
  .home-cards .wp-block-rh-card {
    height: 520px;
  }
}
@media screen and (max-width: 786px) {
  .home-cards .wp-block-rh-card {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.know-us .wp-block-rh-card {
  width: 440px;
  max-width: 100%;
  height: 375px;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

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