<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hr-contact-section .hr-section-content {
  margin-bottom: 1rem;
}
.hr-contact-section .hr-contact-info {
  margin-right: 30px;
}
.hr-section .hr-contact {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--shadow-02);
}
.hr-section .hr-contact .hr-info {
  margin-bottom: 1.2rem;
  display: flex;
  align-items: center;
}
.hr-section .hr-contact .hr-info .hr-icon {
  margin-right: 1rem;
  width: 65px;
  height: 60px;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-4);
}
.hr-section .hr-contact .hr-info .hr-icon span {
  color: var(--white);
  font-size: 25px;
}
.hr-section .hr-contact .hr-info .hr-detail {
  width: calc(100% - calc(60px - 1rem));
}
.hr-section .hr-contact .hr-info .hr-detail h6 {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-2);
  margin-bottom: 5px;
}
.hr-section .hr-contact .hr-info .hr-detail a,
.hr-section .hr-contact .hr-info .hr-detail address {
  font-size: 1rem;
  color: var(--color-1);
  margin-bottom: 0;
}
.hr-section .hr-contact .hr-info .hr-detail a:hover {
  color: var(--color-4);
}
.hr-section .hr-social {
  margin-top: 2rem;
}
.hr-section .hr-social .nav .nav-item {
  margin-right: 10px;
}
.hr-section .hr-social .nav .nav-item:last-child {
  margin-right: 0;
}
.hr-section .hr-social .nav .nav-item .nav-link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-1);
  border: 1px solid var(--color-1);
  border-radius: 0.2rem;
}
.hr-section .hr-social .nav .nav-item .nav-link:hover {
  color: var(--white);
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
}
.contact-img img {
	width: 100%;
}
.hr-form .row {
	row-gap: 20px;
}
@media screen and (max-width: 992px) {
  .hr-contact-section .hr-contact-info {
    margin: 0;
    margin-bottom: 40px;
  }
}
</pre></body></html>