body {
  font-family: "Assistant", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.full-center {
  min-height: calc(90.5vh);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
}
@media only screen and (max-width: 575px) {
  .full-center {
    min-height: calc(90.5vh);
    justify-content: start;
    margin-top: 80px;
  }
}
h1 {
  font-size: 1.5rem;
  color: #4d4d4d;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 1.2rem;
  }
}
.footer-categories {
  width: 100%;
  border-top: 1px solid #D0D6DD;
}
.footer-categories .column a {
  margin: 6px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  color: #4D5C6A;
  text-decoration: none;
  display: inline-block;
}
.footer-categories .column a:hover {
  color: #4D5C6A;
  text-decoration: underline;
}
.footer-categories .content-categories {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 575px) {
  .footer-categories .content-categories {
    gap: 0;
    padding: 30px 30px;
  }
}
.footer-categories .content-categories a {
  margin-bottom: 10px;
}
.breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  justify-content: left;
  align-items: center;
}
.breadcrumb a {
  color: #4D5C6A;
  text-decoration: none;
  font-weight: 400;
}
.breadcrumb a:hover {
  color: #4D5C6A;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
}
header {
  border-bottom: 2px solid #f5f5f5;
  padding: 20px 50px;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 20px;
  }
  header img {
    width: 100%;
    max-width: 150px !important;
  }
}
header img {
  width: 100%;
  max-width: 250px;
}
header .search-bar {
  position: relative;
  max-width: 700px;
  width: 100%;
  min-height: 40px;
  display: inline-flex;
  justify-content: space-between;
  gap: 1px;
  align-items: center;
  border: 1px solid #E3E3E3;
  border-radius: 10px;
  padding-right: 10px;
  padding-left: 2px;
}
header .top {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  color: #9A9A9A;
  background-color: #ffffff;
  z-index: 2;
}
header .search {
  position: absolute;
  top: -7px;
  left: 10px;
}
header .doc,
header .loc {
  border: none;
  outline: none;
}
header .doc {
  width: 100%;
  padding-left: 10px;
  background-color: #ffffff;
}
header .doc::active,
header .doc::focus,
header .doc::hover {
  background-color: #ffffff;
}
header .loc {
  max-width: 160px;
  width: 100%;
  padding: 8px 0 8px 15px;
  border-left: 1px solid #E3E3E3;
}
header ::placeholder {
  font-style: normal;
  font-weight: 100;
  font-size: 16px;
  line-height: 140%;
  color: #818181;
}
header .search-icon {
  width: 20px;
  height: 20px;
}
footer {
  position: absolute;
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  gap: 50px;
  border-top: 1px solid #E3E3E3;
  padding: 20px 20px;
}
a {
  text-decoration: none;
}
.footer-logo {
  margin-right: 40;
}
.footer-logo span {
  font-size: 14px;
  color: #818181;
}
.categories {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.categories a {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #000000;
}
.webpage-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.webpage-details a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #343434;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  footer {
    justify-content: center;
  }
  .footer-logo {
    display: none;
  }
  .categories {
    display: none;
  }
}
