/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
eader-block * 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.
 */
@keyframes scaleDown {
  0% {
    font-size: 12rem;
  }
  100% {
    font-size: 8rem;
  }
}
@keyframes scaleDownMedium {
  0% {
    font-size: 15rem;
  }
  100% {
    font-size: 11rem;
  }
}
@keyframes scaleDownLarge {
  0% {
    font-size: 20rem;
  }
  100% {
    font-size: 16rem;
  }
}
@keyframes scaleDownMobile {
  0% {
    height: 100dvh;
  }
  100% {
    height: 33dvh;
  }
}
.wp-block-murphy-battista-hero-block {
  margin-bottom: 72px;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block {
    margin-bottom: 0px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper {
  position: relative;
  padding-bottom: 120px;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper {
    padding-bottom: 178px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-layout-wrapper-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(images/hero-bg-mobile.15e0ec7c.png);
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100% 100%;
  background-attachment: scroll;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-layout-wrapper-background {
    position: absolute;
    background-image: url(images/hero-bg.ce2cb5d0.png);
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container {
  display: flex;
  flex-direction: column;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-slider {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-slider {
    margin-top: 63px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-top-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100dvh;
  min-height: 500px;
  max-height: 1000px;
  transition: height 1000ms cubic-bezier(0.42, 0, 0.58, 1);
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-top-container {
    display: block;
    margin-top: 0px;
    animation-name: none;
    height: auto;
    min-height: 0;
    max-height: none;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container {
  display: flex;
  flex-direction: column;
  margin-top: 138px;
  margin-bottom: 12px;
  padding-left: 24px;
  padding-right: 24px;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container {
    margin-top: 301px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left,
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right {
  transform: scale(1);
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-fill-mode: forwards;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container span {
  display: inline-block;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-fill-mode: forwards;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left {
    display: block;
    align-self: flex-start;
    margin-left: 72px;
    font-size: 12rem;
    line-height: 92%;
    animation-name: scaleDown;
    animation-delay: 2.5s;
    transform-origin: left;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span {
    display: inline-block;
    opacity: 0;
    animation-duration: 750ms;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-fill-mode: forwards;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(1) {
    animation-name: fadeIn, translateUp;
    animation-delay: 600ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(2) {
    animation-name: fadeIn, translateUp;
    animation-delay: 700ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(3) {
    animation-name: fadeIn, translateUp;
    animation-delay: 800ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(4) {
    animation-name: fadeIn, translateUp;
    animation-delay: 900ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(5) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1000ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(6) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1100ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(7) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1200ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(8) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1300ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(9) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1400ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(10) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1500ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(11) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1600ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(12) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1700ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(13) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1800ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(14) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1900ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(15) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2000ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(16) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2100ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(17) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2200ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(18) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2300ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(19) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2400ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left > span:nth-child(20) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2500ms;
  }
}
@media only screen and (min-width: 920px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left {
    font-size: 15rem;
    animation-name: scaleDownMedium;
  }
}
@media only screen and (min-width: 1180px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-left {
    font-size: 20rem;
    animation-name: scaleDownLarge;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right {
  display: none;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right {
    display: block;
    align-self: flex-end;
    margin-right: 72px;
    font-size: 12rem;
    line-height: 110%;
    animation-name: scaleDown;
    animation-delay: 2.5s;
    transform-origin: right;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span {
    display: inline-block;
    opacity: 0;
    animation-duration: 750ms;
    animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
    animation-fill-mode: forwards;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(1) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1100ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(2) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1200ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(3) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1300ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(4) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1400ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(5) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1500ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(6) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1600ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(7) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1700ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(8) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1800ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(9) {
    animation-name: fadeIn, translateUp;
    animation-delay: 1900ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(10) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2000ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(11) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2100ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(12) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2200ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(13) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2300ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(14) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2400ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(15) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2500ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(16) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2600ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(17) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2700ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(18) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2800ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(19) {
    animation-name: fadeIn, translateUp;
    animation-delay: 2900ms;
  }
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right > span:nth-child(20) {
    animation-name: fadeIn, translateUp;
    animation-delay: 3000ms;
  }
}
@media only screen and (min-width: 920px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right {
    font-size: 15rem;
    animation-name: scaleDownMedium;
  }
}
@media only screen and (min-width: 1180px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-right {
    font-size: 20rem;
    animation-name: scaleDownLarge;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile {
  margin-bottom: 12px;
  font-size: 7.2rem;
  font-weight: 400;
  line-height: 110%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span {
  display: inline-block;
  opacity: 0;
  animation-duration: 750ms;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-fill-mode: forwards;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(1) {
  animation-name: fadeIn, translateUp;
  animation-delay: 100ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(2) {
  animation-name: fadeIn, translateUp;
  animation-delay: 200ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(3) {
  animation-name: fadeIn, translateUp;
  animation-delay: 300ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(4) {
  animation-name: fadeIn, translateUp;
  animation-delay: 400ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(5) {
  animation-name: fadeIn, translateUp;
  animation-delay: 500ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(6) {
  animation-name: fadeIn, translateUp;
  animation-delay: 600ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(7) {
  animation-name: fadeIn, translateUp;
  animation-delay: 700ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(8) {
  animation-name: fadeIn, translateUp;
  animation-delay: 800ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(9) {
  animation-name: fadeIn, translateUp;
  animation-delay: 900ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(10) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1000ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(11) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1100ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(12) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1200ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(13) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1300ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(14) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1400ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(15) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1500ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(16) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1600ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(17) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1700ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(18) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1800ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(19) {
  animation-name: fadeIn, translateUp;
  animation-delay: 1900ms;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile > span:nth-child(20) {
  animation-name: fadeIn, translateUp;
  animation-delay: 2000ms;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-header-container .hero-block-header-mobile {
    display: none;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-action-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  row-gap: 16px;
  margin-left: 24px;
  margin-right: 24px;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 2s;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-action-container {
    flex-direction: column;
    row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-action-container .hero-block-action-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: wrap;
  row-gap: 16px;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-action-container .hero-block-action-wrapper {
    flex-direction: row;
    margin-left: 72px;
    margin-right: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-action-container .hero-block-action-divider {
    margin-left: 72px;
    margin-right: 72px;
    padding-top: 48px;
    border-bottom: 1px solid #ffffff;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-action-container .hero-block-action-left {
    margin-right: 16px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-subcopy-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 120px;
  margin-left: 24px;
  margin-right: 24px;
  opacity: 0;
  animation-duration: 1s;
  animation-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  animation-fill-mode: forwards;
  animation-name: fadeIn;
  animation-delay: 2.5s;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-subcopy-container {
    flex-direction: row;
    margin-top: 36px;
    margin-bottom: 48px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-subcopy-container .hero-block-subcopy-container-left {
  margin-bottom: 12px;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-subcopy-container .hero-block-subcopy-container-left {
    flex-basis: 55%;
    margin-left: 72px;
    margin-right: 72px;
  }
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-subcopy-container .hero-block-subcopy-container-right {
    flex-basis: 45%;
    max-width: 590px;
    margin-top: 6px;
    margin-left: 72px;
    margin-right: 72px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container {
  display: flex;
  position: relative;
  left: -10%;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 1090px;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container {
    left: 0;
    height: 1301px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(1) .hero-block-image:nth-of-type(1) {
  top: 14.29%;
  left: 0%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(1) .hero-block-image:nth-of-type(2) {
  display: none;
  top: 4%;
  left: 39%;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(1) .hero-block-image:nth-of-type(2) {
    display: block;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(1) .hero-block-image:nth-of-type(3) {
  top: 60.11%;
  left: 59.03%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(1) .hero-block-image:nth-of-type(4) {
  top: 14.29%;
  left: 70.58%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(2) .hero-block-image:nth-of-type(1) {
  top: 26.57%;
  left: 30.57%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(2) .hero-block-image:nth-of-type(2) {
  top: 4%;
  left: 39%;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(2) .hero-block-image:nth-of-type(2) {
    top: 17.29%;
    left: 65.58%;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(2) .hero-block-image:nth-of-type(3) {
  top: 60.11%;
  left: 58.03%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(2) .hero-block-image:nth-of-type(4) {
  top: 46.8%;
  left: 83.35%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(3) .hero-block-image:nth-of-type(1) {
  top: 73.41%;
  left: 22.64%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(3) .hero-block-image:nth-of-type(2) {
  top: 49.8%;
  left: 11.2%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(3) .hero-block-image:nth-of-type(3) {
  top: 38.8%;
  left: 81.35%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container:nth-child(3) .hero-block-image:nth-of-type(4) {
  top: 46.8%;
  left: 83.35%;
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container .hero-block-image {
  position: absolute;
  max-width: 149px;
  max-height: 149px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  aspect-ratio: 1;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .hero-block-images-container .hero-block-subimages-container .hero-block-image {
    width: 16%;
    max-width: 346px;
    max-height: 346px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container {
    position: relative;
    top: -20px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 24px;
  margin-right: 24px;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper {
    margin-left: 0px;
    margin-right: 12%;
    max-width: 716px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper .header-block-bottom-header {
  margin-bottom: 6px;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper .header-block-bottom-header {
    margin-bottom: 27px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper .header-block-bottom-text {
  display: inline-block;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper .header-block-bottom-text {
    margin-bottom: 41px;
    max-width: 620px;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper .header-block-bottom-action-container {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper .header-block-bottom-action-container {
    display: block;
    width: auto;
  }
}
.wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper .header-block-bottom-action {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wp-block-murphy-battista-hero-block .hero-layout-wrapper .hero-block-container .header-block-bottom-container .header-block-bottom-wrapper .header-block-bottom-action {
    width: auto;
  }
}

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