.section.contect-c-hero {
  padding-top: 90px;
}
.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.main-container {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}
.w-container::before,
.w-container::after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.contact-c-master {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.w-container::after {
  clear: both;
}
.contact-c-master {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.contact-c-top,
.contact-c-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}
.contact-c-line-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
.contact-c-line {
  background-color: var(--black);
  opacity: 0.2;
  width: 100%;
  height: 1px;
}
.label {
  letter-spacing: var(--letter-spacing--0-7px);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}
.contact-c-line {
  background-color: var(--black);
  opacity: 0.2;
  width: 100%;
  height: 1px;
}
.contact-c-top,
.contact-c-middle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}
.contact-c-line-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}
.contact-c-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}
.contact-c-address {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}
.hide {
  overflow: hidden;
}
.block-relative {
  z-index: 1;
  position: relative;
}
.contact-c-pin {
  z-index: 1;
  width: 216px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto -12% -121% 0%;
}
.contact-c-phone {
  z-index: 1;
  width: 188px;
  position: absolute;
  inset: auto -16% 31% auto;
}
.text-h1 {
  font-family: var(--font--serif);
  letter-spacing: var(--letter-spacing--2);
  text-transform: uppercase;
  font-size: 12vh;
  font-weight: 800;
  line-height: 95%;
}
.text-h1.text-breaking {
  word-break: break-all;
}
.contact-c-mail {
  z-index: 1;
  width: 228px;
  position: absolute;
  inset: 23% auto auto 11%;
}
@media screen and (max-width: 991px) {
  .text-h1 {
    font-size: 72px;
  }
}
@media screen and (max-width: 991px) {
  .contact-c-phone {
    width: 120px;
    bottom: 78%;
  }
}
@media screen and (max-width: 991px) {
  .contact-c-mail {
    width: 130px;
  }
}
@media screen and (max-width: 991px) {
  .contact-c-pin {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .text-h1 {
    font-size: 64px;
  }
}
@media screen and (max-width: 767px) {
  .contact-c-phone {
    width: 80px;
    bottom: 84%;
    inset: auto -9% 83% auto;
  }
}
@media screen and (max-width: 767px) {
  .contact-c-mail {
    width: 100px;
    inset: 31% auto auto -4%;
  }
}
@media screen and (max-width: 767px) {
  .contact-c-pin {
    width: 90px;
    inset: auto -62% -48% 0%;
  }
}
@media screen and (max-width: 479px) {
  .text-h1 {
    font-size: 13vw;
  }
}
@media screen and (max-width: 479px) {
  .contact-c-phone,
  .contact-c-mail,
  .contact-c-pin {
    width: 60px;
  }
}
@media screen and (max-width: 479px) {
  .contact-c-phone,
  .contact-c-mail,
  .contact-c-pin {
    width: 60px;
  }
}
@media screen and (max-width: 479px) {
  .contact-c-phone,
  .contact-c-mail,
  .contact-c-pin {
    width: 60px;
  }
}
