.contact-us-block {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 769px) {
  .contact-us-block {
    width: 90%;
  }
}

.contact-us-line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
}
.contact-us-line--top {
  top: 6.7rem;
}
@media (min-width: 769px) {
  .contact-us-line--top {
    display: none;
  }
}
.contact-us-line--title {
  top: 15rem;
}
@media (min-width: 769px) {
  .contact-us-line--title {
    display: none;
  }
}

.contact-us-border {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
  z-index: 0;
}
.contact-us-border--left {
  left: 0;
}
.contact-us-border--right {
  right: 0;
}

.contact-us-hero {
  position: relative;
  padding: 0 5%;
  padding-top: 12rem;
  padding-bottom: 3rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 769px) {
  .contact-us-hero {
    width: 100%;
    margin: 0 auto;
    padding: 17.3rem 0 6.4rem 0;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
  }
  .contact-us-hero a {
    font-size: 2.2rem;
  }
  .contact-us-hero p {
    font-size: 2.2rem;
  }
}

.contact-us-title {
  font-family: "Greta Text Pro_HL", serif;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1;
  color: #2D2C2A;
  margin: 0 0 1.8rem;
  position: relative;
}
@media (min-width: 769px) {
  .contact-us-title {
    font-size: 5.5rem;
    width: 51.8rem;
    margin: 0;
    flex-shrink: 0;
  }
}

.contact-us-intro {
  font-family: "Greta Text Pro_HL", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  color: #2D2C2A;
  margin: 0;
  max-width: 33.5rem;
}
@media (min-width: 769px) {
  .contact-us-intro {
    font-size: 2.2rem;
    width: 48.2rem;
    max-width: none;
    flex-shrink: 0;
  }
}

.contact-us-email-link {
  color: #2D2C2A;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.contact-us-email-link:hover {
  opacity: 0.7;
}

.contact-us-content-container {
  position: relative;
  width: 90%;
  margin: 0 auto;
  border-left: 1px solid #D7D4C1;
  border-right: 1px solid #D7D4C1;
}
@media (min-width: 769px) {
  .contact-us-content-container {
    width: 100%;
    border: none;
    margin: 0;
  }
}

.contact-us-shape {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
.contact-us-shape::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
}
.contact-us-shape::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
}
@media (min-width: 769px) {
  .contact-us-shape {
    display: flex;
    margin-bottom: 0;
  }
}

.contact-us-shape-border {
  width: 100%;
  height: 1px;
  background-color: #D7D4C1;
}
.contact-us-shape-border--top {
  margin-bottom: 2rem;
}
.contact-us-shape-border--bottom {
  margin-top: 2rem;
}

.contact-us-shape-image {
  width: 100%;
  max-width: none;
  height: auto;
  display: block;
  margin: 0;
}

@media (min-width: 769px) {
  .contact-us-shape-map-wrapper {
    border-right: 1px solid #D7D4C1;
  }
}

.contact-us-map-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media (min-width: 769px) {
  .contact-us-map-content {
    width: 100%;
    margin: 0 auto;
    flex-direction: row;
    gap: 9rem;
    align-items: center;
    padding: 0;
    border-left: 1px solid #D7D4C1;
  }
}

.contact-us-map-wrapper {
  width: 100%;
  height: 29.3rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 5rem;
}
.contact-us-map-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
}
@media (min-width: 769px) {
  .contact-us-map-wrapper {
    width: 50%;
    height: 56.5rem;
    max-width: none;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .contact-us-map-wrapper::after {
    display: none;
  }
}

.contact-us-map-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.contact-us-map {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

.contact-us-map-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D7D4C1;
  color: #2D2C2A;
  font-family: "Greta Text Pro_HL", serif;
  font-size: 1.6rem;
}

.contact-us-address-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 3rem;
  padding: 0 1.7rem;
}
@media (min-width: 769px) {
  .contact-us-address-section {
    width: 32.1rem;
    max-width: none;
    gap: 2.2rem;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}

.contact-us-address-title {
  color: var(--Black-1000, #2D2C2A);
  font-family: var(--desktop-Text-font-family-Font-serif, "Greta Text Pro_HL");
  font-size: var(--Typography-mobile-font-size-h2, 2.9rem);
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 29px */
  margin: 0 0 2rem 0;
}
@media (min-width: 769px) {
  .contact-us-address-title {
    font-size: 4.3rem;
    margin: 0;
  }
}

.contact-us-address-content,
.contact-us-mailing-content {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (min-width: 769px) {
  .contact-us-address-content,
  .contact-us-mailing-content {
    height: 9.5rem;
  }
}

.contact-us-address-line,
.contact-us-mailing-line {
  font-family: "Greta Text Pro_HL", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #2D2C2A;
  margin: 0;
}
@media (min-width: 769px) {
  .contact-us-address-line,
  .contact-us-mailing-line {
    font-size: 2rem;
  }
}

.contact-us-mailing-label {
  font-family: "Greta Text Pro_HL", serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1;
  color: #2D2C2A;
  margin: 0 0 2rem 0;
}
@media (min-width: 769px) {
  .contact-us-mailing-label {
    font-size: 2.2rem;
    margin: 0;
  }
}

.contact-us-phone {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 0;
}
@media (min-width: 769px) {
  .contact-us-phone {
    gap: 0.9rem;
  }
}

.contact-us-phone-icon {
  width: 1.4rem;
  height: 1.4rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-phone-icon img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.contact-us-phone-text {
  font-family: "Greta Text Pro_HL", serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  color: #2D2C2A;
  margin: 0;
}
@media (min-width: 769px) {
  .contact-us-phone-text {
    font-size: 2rem;
  }
}

.contact-us-mobile-bottom {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  line-height: 0;
  position: relative;
  z-index: 1;
}
.contact-us-mobile-bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 1px;
  background-color: #D7D4C1;
  pointer-events: none;
}
@media (min-width: 769px) {
  .contact-us-mobile-bottom {
    width: 100%;
    margin: 0 auto;
    border-right: none;
    text-align: center;
  }
}

.contact-us-mobile-bottom-image {
  width: auto;
  height: 8.2rem;
  display: block;
  vertical-align: bottom;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
@media (min-width: 769px) {
  .contact-us-mobile-bottom-image {
    height: 18.1rem;
    width: auto;
    position: relative;
    left: 50%;
  }
}
