@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Be Vietnam Pro";
  src: url("../fonts/BeVietnamPro-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
}

.sb-container {
  max-width: 1400px;
  margin: auto;
}

.sb-portal-header-wrapper {
  background: #FDFBF8 !important;
  color: #1E1E1C;
  padding: 30px 96px;
}

.sb-portal-footer {
  background: #1E1E1C;
  color: #ffffff;
  font-family: Inter;
  font-size: 15px;
  line-height: 30px;
  padding: 60px 0 0;
  text-align: center;
}

.sb-portal-footer__title {
  font-family: "Be Vietnam Pro";
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  margin-top: 12px;
}

.sb-portal-footer__label {
    letter-spacing: 0.2em;
    font-size: 0.625rem;
    line-height: 1.375rem;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
}

.sb-portal-footer__circle {
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 50%;
  background-color: rgb(153, 34, 55);
  margin: 18px auto;
}

.sb-portal-footer__contacts {
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.sb-portal-footer__contacts a {
  color: #ffffff;
}

.sb-portal-footer__contacts:hover {
  opacity: 0.5;
}

.sb-portal-footer__social {
  margin-top: 24px;
}

.sb-portal-footer__social img {
  width: auto;
  height: 16px;
}

.sb-portal-footer__social a {
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

.sb-portal-footer__social a:hover {
  opacity: 0.5;
}

.sb-portal-footer__social a:first-child {
  margin-right: 16px;
}

.sb-portal-footer__cell {
  padding: 0 36px;
}

.sb-portal-footer__bottom {
  border-top: 1px solid #272725;
  font-size: 12px;
  line-height: 15px;
  margin-top: 36px;
  padding: 36px;
  text-align: center;
}

@media (max-width: 1199px) {
  .sb-portal-header-wrapper {
    padding: 18px 30px;
  }
}

.sb-portal-header-wrapper {
    border-top: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}