section.bottom-footer {
  background: #F3F3F3;
  padding: clamp(1.75rem, 3vw, 2.25rem) 0;
  overflow-x: hidden;
  color: var(--darker-text);
}
section.bottom-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2xl);
}
section.bottom-footer .footer-inner .footer-items {
  flex: 1 0 300px;
}
@media screen and (max-width: 767px) {
  section.bottom-footer .footer-inner .footer-items {
    flex-grow: 1;
  }
}
section.bottom-footer .footer-inner .footer-items input {
  width: 100%;
}
section.bottom-footer .footer-inner .footer-items button {
  width: 100%;
}
section.bottom-footer .footer-inner .footer-items .top-nav-button {
  display: inline;
  font-size: 1.75rem;
}
section.bottom-footer .footer-inner .footer-items .social-buttons {
  display: flex;
}
section.bottom-footer .footer-inner .footer-items.general-buttons {
  font-size: var(--step-0);
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: var(--space-s);
}
@media screen and (min-width: 768px) {
  section.bottom-footer .footer-inner .footer-items.general-buttons {
    max-width: 250px;
  }
}
@media screen and (width < 768px) {
  section.bottom-footer .footer-inner .footer-items.general-buttons {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}
section.bottom-footer .footer-inner .footer-items.general-buttons > a {
  color: inherit;
  text-decoration: none;
  font-size: var(--step-0);
}
@media screen and (width < 768px) {
  section.bottom-footer .footer-inner .footer-items.general-buttons > a {
    text-decoration: underline;
  }
}
section.bottom-footer .footer-inner .footer-items .newsletter-email {
  padding: 0.45rem 0.5rem;
  border: 1px solid lightgray;
  border-radius: 0.5rem;
}
section.bottom-footer .footer-inner .footer-items .newsletter-button {
  padding: 0.75rem;
  border-radius: 0.5rem;
  outline: none;
  border: none;
  font-weight: 500;
  color: white;
  background-color: var(--pantai-blue);
}
section.bottom-footer .misc-items {
  color: black;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0rem, 3vw, 1rem);
}
@media screen and (width < 992px) {
  section.bottom-footer .misc-items {
    flex-direction: column;
    align-items: start;
  }
}
section.bottom-footer .misc-items > a {
  color: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
}
@media screen and (max-width: 991px) {
  section.bottom-footer .misc-items > a {
    padding: 0.25rem;
    flex: 1 1 auto;
  }
  section.bottom-footer .misc-items > a:last-child {
    border-right: none;
  }
}
section.bottom-footer.global-footer .footer-inner {
  --gap: 2.5rem;
  gap: 0rem;
  flex-wrap: nowrap;
}
section.bottom-footer.global-footer .footer-inner .footer-items {
  flex: unset;
}
section.bottom-footer.global-footer .footer-inner .footer-items.text-center {
  margin-right: 5rem;
  max-width: 375px;
}
@media (max-width: 1200px) {
  section.bottom-footer.global-footer .footer-inner .footer-items.text-center {
    margin-right: 2rem;
    max-width: 315px;
  }
}
section.bottom-footer.global-footer .footer-inner .footer-items.general-buttons {
  margin-right: var(--gap);
}
section.bottom-footer.global-footer .footer-inner .footer-items.general-buttons .social-footer-cta-link .cta-title {
  color: var(--pantai-blue);
  font-weight: bold;
  font-size: var(--step-1);
  margin-bottom: 0.75rem;
}
section.bottom-footer.global-footer .footer-inner .footer-items.general-buttons .social-footer-cta-link .cta-links a {
  color: #6d6f71;
}
@media (max-width: 768px) {
  section.bottom-footer.global-footer .footer-inner .footer-items.general-buttons {
    justify-content: flex-start;
  }
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer {
  gap: 1rem var(--gap) !important;
  display: grid !important;
  grid-template-rows: repeat(2, 1fr);
  grid-template-areas: "one two three" "one two four";
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer .main-nav-item:nth-child(1) {
  grid-area: one;
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer .main-nav-item:nth-child(2) {
  grid-area: two;
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer .main-nav-item:nth-child(3) {
  grid-area: three;
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer .main-nav-item:nth-child(4) {
  grid-area: four;
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer .main-nav-item .main-nav-item-title {
  color: var(--pantai-blue);
  font-weight: bold;
  font-size: var(--step-1);
  margin-bottom: 0.75rem;
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer .main-nav-item .main-nav-item-title .vt-chevron-down {
  display: none;
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer .main-nav-item .main-nav-item-dropdown-inner {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  color: #6d6f71;
}
section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer .main-nav-item .main-nav-item-dropdown-inner a {
  color: #6d6f71;
}
@media (max-width: 992px) {
  section.bottom-footer.global-footer .footer-inner {
    flex-direction: column;
  }
  section.bottom-footer.global-footer .footer-inner .footer-items.text-center {
    margin-right: 0rem;
    max-width: unset;
    margin-bottom: 2rem;
  }
  section.bottom-footer.global-footer .footer-inner .footer-items.general-buttons {
    margin-right: 0rem;
  }
  section.bottom-footer.global-footer .footer-inner .footer-items.global-footer-links .social-footer {
    display: flex !important;
  }
}

/*# sourceMappingURL=bottom-footer.css.map */
