#contactPanelWrapper[data-v-facaefad] {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
#contactImage[data-v-facaefad] {
  top: 0;
  left: 0;
  position: absolute;
  height: 85%;
  width: 90%;
  object-fit: cover;
  object-position: right;
  background-repeat: none;
}
#contactBoxWrapper[data-v-facaefad] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  padding: 60px 61px 90px 55px;
}
#contactBoxWrapperMobile[data-v-facaefad] {
  display: none;
}
h3[data-v-facaefad] {
  font-size: 39px;
  margin: 2rem 0;
}
a[data-v-facaefad] {
  font-size: 31px;
  display: block;
  width: max-content;
}
a[data-v-facaefad]:hover {
  text-decoration: underline;
}
span[data-v-facaefad] {
  display: block;
  font-size: 31px;
}
.emailLink[data-v-facaefad] {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1920px) {
  #contactPanelWrapper[data-v-facaefad] {
    height: 140vh;
  }
  #contactBoxWrapper[data-v-facaefad] {
    width: 60%;
  }
  #contactImage[data-v-facaefad] {
    width: 93%;
  }
}
@media screen and (max-width: 1482px) {
  #contactPanelWrapper[data-v-facaefad] {
    height: 140vh;
  }
  #contactBoxWrapper[data-v-facaefad] {
    padding: 60px 38px 90px;
  }
}
@media screen and (max-width: 1240px) {
  h3[data-v-facaefad] {
    font-size: 32px;
    margin: 2rem 0;
  }
  a[data-v-facaefad],
  span[data-v-facaefad] {
    font-size: 25px;
  }
}
@media screen and (max-width: 1024px) {
  #contactBoxWrapper[data-v-facaefad] {
    width: 85%;
    padding: 38px;
  }
  #contactImage[data-v-facaefad] {
    width: 96%;
  }
}
@media screen and (max-width: 768px) {
  #contactPanelWrapper[data-v-facaefad] {
    height: auto;
  }
  #contactImage[data-v-facaefad] {
    width: 100%;
    position: static;
  }
  #contactBoxWrapper[data-v-facaefad] {
    display: none;
  }
  #contactBoxWrapperMobile[data-v-facaefad] {
    display: block;
    padding: 16px;
  }
  h3[data-v-facaefad] {
    font-size: 25px;
    margin: 2rem 0;
  }
  a[data-v-facaefad],
  span[data-v-facaefad] {
    font-size: 20px;
  }
}
@media screen and (max-width: 526px) {
  h3[data-v-facaefad] {
    font-size: 20px;
    margin: 1.5rem 0;
  }
  a[data-v-facaefad] {
    max-width: 100%;
    font-size: 16px;
    overflow-wrap: break-word;
    word-break: break-all;
  }
  span[data-v-facaefad] {
    font-size: 16px;
  }
}
#pageWrapper[data-v-8f076d18] {
  margin: 0px auto;
}
