.block-office-location {
  background-color: var(--bgColor);
}
.block-office-location__inner {
  padding: 50px 20px 60px;
  max-width: 1480px;
  margin: 0 auto;
}
.block-office-location .info .title {
  font-family: "Opti Pegasus";
  letter-spacing: -1px;
  font-size: 45px;
  font-size: 2.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 55px;
  line-height: 3.4375rem;
  color: var(--text);
}
.block-office-location .info .label {
  font-family: "Work Sans";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase;
  color: var(--text);
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 0px;
}
.block-office-location .info .directions {
  margin-bottom: 30px;
}
.block-office-location .info .content {
  margin-bottom: 30px;
}
.block-office-location .info .content p {
  color: var(--text);
  margin-bottom: 10px;
}
.block-office-location .info .data {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 30px;
  line-height: 1.875rem;
  margin-bottom: 30px;
}
.block-office-location .info .data br {
  display: none;
}
@media (max-width: 767px) {
  .block-office-location .info .data {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
    line-height: 0.8;
    margin-top: 10px;
  }
  .block-office-location .info .data br {
    display: block;
  }
}
.block-office-location .info .data a {
  color: var(--tertiaryColor);
  transition: color 0.2s ease;
}
.block-office-location .info .data a:hover {
  color: var(--text);
}
.block-office-location .map {
  height: 300px;
  margin-top: 30px;
}
.block-office-location .map iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .block-office-location__inner {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 70px 50px;
  }
  .block-office-location .info {
    flex: 0 0 calc(50% - 20px);
  }
  .block-office-location .map {
    flex: 0 0 calc(50% - 20px);
    height: 400px;
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .block-office-location__inner {
    gap: 120px;
    padding: 70px 80px;
  }
  .block-office-location .info {
    flex: 0 0 calc(49% - 60px);
  }
  .block-office-location .info .title {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 69px;
    line-height: 4.3125rem;
    margin-bottom: 45px;
  }
  .block-office-location .info .address,
  .block-office-location .info .phone {
    margin-bottom: 10px;
  }
  .block-office-location .map {
    flex: 0 0 calc(51% - 60px);
    height: 450px;
  }
}/*# sourceMappingURL=block-office-location.css.map */