.hr-footer {
	background-color: #fff;
}
.hr-footer .hr-main-footer {
  padding: 3.5rem 0;
}
.hr-footer .hr-main-footer .hr-footer-info {
  padding-right: 40px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand {
  margin-bottom: 20px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link {
  display: inline-block;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link img {
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-about {
	color: var(--color-3);
	font-weight: 300;
	line-height: 135%;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 25px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-footer-social .nav .nav-item {
  margin-right: 10px;
}
.hr-footer
  .hr-main-footer
  .hr-footer-info
  .hr-footer-social
  .nav
  .nav-item:last-child {
  margin-right: 0;
}
.hr-footer
  .hr-main-footer
  .hr-footer-info
  .hr-footer-social
  .nav
  .nav-item
  .nav-link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--color-5);
  border: 1px solid var(--color-5);
  border-radius: 0.2rem;
}
.hr-footer
  .hr-main-footer
  .hr-footer-info
  .hr-footer-social
  .nav
  .nav-item
  .nav-link:hover {
  color: var(--white);
  border: 1px solid var(--color-4);
  background-color: var(--color-4);
}
.hr-footer .hr-main-footer .hr-footer-menu .hr-titel {
	margin-bottom: 20px;
	color: var(--color-3);
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 140%;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link {
	padding: 0;
	margin-bottom: 10px;
	font-size: 16px;
	color: var(--color-3);
	font-weight: 300;
	text-decoration: underline;
} 
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover {
	color: var(--color-3);
}

.hr-footer
  .hr-main-footer
  .hr-footer-menu
  .nav
  .nav-item
  .nav-link
  .hr-link-icon {
  padding-right: 4px;
}
.hr-footer
  .hr-main-footer
  .hr-footer-menu
  .nav
  .nav-item
  .nav-link:hover
  .hr-link-icon {
  padding-right: 6px;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info {
  display: flex;
  align-items: flex-start;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-icon {
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
	justify-content: center;
	color: var(--color-5);
	margin-right: 6px;
	display: none;
}
.hr-footer
  .hr-main-footer
  .hr-footer-menu
  .nav
  .nav-item
  .hr-info
  .hr-icon
  span {
  margin-top: 1px;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info .hr-detail {
	color: var(--color-3);
	font-weight: 300;
}
.hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .hr-info:hover .hr-icon, .hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-info .hr-detail, .hr-footer .hr-main-footer .hr-footer-menu .nav .nav-item .nav-link:hover .hr-info .hr-icon {
	color: var(--color-3);
}
.hr-footer .hr-copyright {
	border-top: .1px solid var(--color-3);
}
.hr-copyright-wrap {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hr-footer .hr-copyright p, .hr-footer .hr-copyright p a {
	margin-bottom: 0;
	color: var(--color-3);
	font-size: 0.875rem;
}
.hr-footer .hr-copyright p a {
  font-weight: 500;
}
.hr-footer .hr-copyright p a:hover {
  color: var(--color-4);
}

.hr-footer-social ul {
  display: flex;
  align-items: center;
  column-gap: 18px;
}

.hr-footer-social ul .nav-item .hr-icon {
  font-size: 25px;
}

.hr-footer-social h5 {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-3);
}
.hr-footer-social {
	padding-top: 25px;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}
.hr-footer-social h5 a {
	color: var(--color-3);
	text-decoration: underline;
}
@media(max-width:1200px){
  .hr-footer .hr-main-footer .hr-footer-info {
  padding-right: 0px;
}
.hr-footer .hr-main-footer .hr-footer-info .hr-brand .hr-brand-link img {
  height: 100px;
}
.hr-footer .hr-main-footer {
  padding: 3rem 0;
}
}
@media screen and (max-width: 992px) {
  .hr-footer .hr-main-footer .hr-footer-info,
  .hr-footer .hr-main-footer .hr-footer-menu {
    margin-bottom: 30px;
  }
  .hr-copyright-wrap {
    justify-content: center;
  }
  .hr-copyright-wrap p {
    margin-bottom: 12px;
    text-align: center;
  }
  .hr-copyright-wrap p:last-child {
    margin-bottom: 0;
  }
}
