/*!*****************************************************************************************************************************************************************************************************!*\
  !*** 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]!./slicing/src/scss/wt-components/matterport-cta.scss ***!
  \*****************************************************************************************************************************************************************************************************/
.matterport-cta {
  padding: 3.2rem 1.6rem;
  border-top: 1px solid rgba(var(-grey-light), 0.3);
}
@media only screen and (min-width: 992px) {
  .matterport-cta {
    padding: 3.2rem;
  }
}
@media only screen and (min-width: 1200px) {
  .matterport-cta {
    padding: 4.8rem 6.4rem;
  }
}
.matterport-cta a:hover {
  text-decoration: none;
}
.matterport-cta__wrapper {
  max-width: 128rem;
  margin: 0 auto;
}
.matterport-cta__card {
  display: block;
  background-size: cover;
  background-position: center center;
}
.matterport-cta__content {
  position: relative;
  margin-left: auto;
  padding-bottom: 0.8rem;
  padding-top: 0.8rem;
  text-align: center;
  background-color: rgb(var(--primary-color));
  z-index: 2;
}
@media only screen and (min-width: 992px) {
  .matterport-cta__content {
    width: 50%;
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    text-align: right;
    background-image: url(../../images/bg.svg);
    background-size: cover;
    background-color: transparent;
  }
}
.matterport-cta__title {
  margin: 2.1rem 2.1rem 1.05rem 2.1rem;
  display: block;
  color: rgb(var(--white));
}
@media only screen and (min-width: 992px) {
  .matterport-cta__title {
    margin: 0 2.56rem;
    font-size: 2.56rem;
  }
}
.matterport-cta__action {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 992px) {
  .matterport-cta__action {
    justify-content: flex-end;
  }
}
.matterport-cta__icon {
  position: relative;
  height: 4.8rem;
  top: 0.8rem;
  margin-right: 1.6rem;
  margin-left: 1.6rem;
  align-self: center;
}
.matterport-cta__link {
  margin: 2.4rem 0 1.6rem 0;
  padding: 0.48rem 1.12rem;
  display: flex;
  justify-content: space-between;
  font-size: 2.4rem;
  background-color: rgb(var(--white));
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  .matterport-cta__link {
    margin: 1.6rem 0 0 0;
    padding: 0.72rem 2.4rem;
  }
}
.matterport-cta__link svg {
  width: 1em;
  height: 1em;
  margin-left: 1em;
  margin-right: 1em;
  display: none;
  align-self: center;
}
@media only screen and (min-width: 992px) {
  .matterport-cta__link svg {
    display: block;
  }
}
