.navbar-black-container {
  width: 100%;
  height: 400px;
  display: inherit;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.navbar-black-navbar {
  color: #000000;
  width: 100%;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-items: center;
  padding-top: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-threeunits);
  justify-content: center;
}
.navbar-black-menu {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  justify-content: center;
}
.navbar-black-links {
  gap: var(--dl-space-space-threeunits);
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navbar-black-navlink {
  color: #000000;
  text-decoration: none;
}
.navbar-black-link {
  color: #000000;
  text-decoration: none;
}
.navbar-black-navlink1 {
  color: #000000;
  text-decoration: none;
}
.navbar-black-link1 {
  color: #000000;
  text-decoration: none;
}
.navbar-black-root-class-name {
  height: auto;
}
.navbar-black-root-class-name1 {
  height: auto;
}
@media(max-width: 1600px) {
  .navbar-black-navbar {
    justify-content: center;
  }
}
@media(max-width: 1200px) {
  .navbar-black-navbar {
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 767px) {
  .navbar-black-navbar {
    padding-top: var(--dl-space-space-twounits);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .navbar-black-menu {
    display: flex;
  }
}
@media(max-width: 430px) {
  .navbar-black-links {
    display: flex;
  }
  .navbar-black-navlink {
    font-size: 12px;
  }
  .navbar-black-link {
    font-size: 12px;
  }
  .navbar-black-navlink1 {
    font-size: 12px;
  }
  .navbar-black-link1 {
    font-size: 12px;
  }
}

.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-color: #352B2A;
}
.footer-content {
  gap: 120px;
  width: 100%;
  height: 247px;
  display: flex;
  position: relative;
  max-width: 1440px;
  align-self: center;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  justify-content: flex-start;
}
.footer-main {
  width: 100%;
  height: 280px;
  display: flex;
  position: relative;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-branding {
  gap: var(--dl-space-space-threeunits);
  top: 0px;
  left: 0px;
  right: 0px;
  width: auto;
  margin: auto;
  display: flex;
  position: absolute;
  max-width: auto;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.footer-heading {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
}
.footer-caption {
  color: rgb(255, 255, 255);
  width: 80vh;
  font-size: 12px;
  align-self: center;
  text-align: left;
  line-height: 1;
}
.footer-links {
  gap: 100px;
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.footer-copyright {
  color: rgb(118, 105, 104);
  font-size: 12px;
  align-self: center;
}


@media(max-width: 1600px) {
  .footer-caption {
    color: rgb(255, 255, 255);
    width: 80vh;
    font-size: 12px;
  }
}
@media(max-width: 1200px) {
  .footer-caption {
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 1;
  }
}
@media(max-width: 767px) {
  .footer-caption {
    width: 100%;
  }
}
@media(max-width: 430px) {
  .footer-content {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .footer-caption {
    width: 100%;
    font-size: 10px;
  }
}

.helpful-links-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.helpful-links-faq {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 0px;
  padding-left: var(--dl-space-space-fiveunits);
  padding-right: var(--dl-space-space-fiveunits);
  flex-direction: column;
  padding-bottom: 0px;
  background-color: #E8DED5;
}
.helpful-links-content {
  gap: var(--dl-space-space-fiveunits);
  width: 100%;
  display: flex;
  max-width: auto;
  align-items: center;
  flex-direction: column;
}
.helpful-links-heading {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.helpful-links-header {
  color: rgb(53, 43, 42);
  font-size: 60px;
  font-style: normal;
  text-align: center;
  font-family: "Cormorant Infant";
  font-weight: 700;
  line-height: 60px;
}
.helpful-links-text {
  width: 100%;
  display: flex;
  position: relative;
  max-width: 900px;
  align-items: center;
  flex-direction: column;
}
.helpful-links-element {
  width: 100%;
  align-items: flex-start;
  padding-top: var(--dl-space-space-oneandhalfunits);
  border-color: var(--dl-color-gray-black);
  border-width: 1px;
  padding-left: 0px;
  padding-bottom: var(--dl-space-space-oneandhalfunits);
  justify-content: center;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.helpful-links-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  display: flex;
  max-width: auto;
  align-items: flex-start;
  flex-direction: column;
}
.helpful-links-header1 {
  color: rgb(0, 0, 0);
  font-weight: 700;
}
.helpful-links-description {
  color: rgb(0, 0, 0);
  font-size: 18px;
  max-width: 800px;
  line-height: 27px;
}
.helpful-links-link {
  text-decoration: underline;
}
.helpful-links-link02 {
  text-decoration: underline;
}
.helpful-links-link03 {
  text-decoration: underline;
}
.helpful-links-link04 {
  text-decoration: underline;
}
.helpful-links-link05 {
  text-decoration: underline;
}
.helpful-links-link08 {
  text-decoration: underline;
}
.helpful-links-link09 {
  text-decoration: underline;
}
.helpful-links-link10 {
  text-decoration: underline;
}
@media(max-width: 1600px) {
  .helpful-links-faq {
    height: auto;
  }
  .helpful-links-element {
    padding-left: 0px;
  }
  .helpful-links-description {
    color: rgb(0, 0, 0);
    font-size: 18px;
    max-width: auto;
    line-height: 27px;
  }
  .helpful-links-link {
    text-decoration: underline;
  }
  .helpful-links-link02 {
    text-decoration: underline;
  }
  .helpful-links-link03 {
    text-decoration: underline;
  }
  .helpful-links-link04 {
    text-decoration: underline;
  }
  .helpful-links-link05 {
    text-decoration: underline;
  }
  .helpful-links-link06 {
    text-decoration: underline;
  }
  .helpful-links-link07 {
    text-decoration: underline;
  }
  .helpful-links-link08 {
    text-decoration: underline;
  }
  .helpful-links-link09 {
    text-decoration: underline;
  }
  .helpful-links-link10 {
    text-decoration: underline;
  }
}
@media(max-width: 1200px) {
  .helpful-links-faq {
    height: auto;
  }
  .helpful-links-element {
    padding-left: 0px;
    justify-content: center;
  }
  .helpful-links-description {
    color: rgb(0, 0, 0);
  }
  .helpful-links-link {
    text-decoration: underline;
  }
  .helpful-links-link02 {
    text-decoration: underline;
  }
  .helpful-links-link03 {
    text-decoration: underline;
  }
  .helpful-links-link04 {
    text-decoration: underline;
  }
  .helpful-links-link05 {
    text-decoration: underline;
  }
  .helpful-links-link06 {
    text-decoration: underline;
  }
  .helpful-links-link08 {
    text-decoration: underline;
  }
  .helpful-links-link09 {
    text-decoration: underline;
  }
  .helpful-links-link10 {
    text-decoration: underline;
  }
}
@media(max-width: 767px) {
  .helpful-links-faq {
    height: 100%;
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .helpful-links-header {
    color: rgb(53, 43, 42);
  }
  .helpful-links-element {
    padding-left: 0px;
  }
}
@media(max-width: 430px) {
  .helpful-links-element {
    align-self: center;
    margin-left: 0x;
    padding-left: 0px;
  }
  .helpful-links-content1 {
    width: 100%;
    align-items: center;
    padding-left: 0px;
  }
}
@media(max-width: 390px) {
  .helpful-links-element {
    padding-left: 0px;
  }
  .helpful-links-content1 {
    align-items: center;
  }
  .helpful-links-description {
    font-size: 14px;
    align-self: flex-start;
  }
}
