.site-footer {
  padding: 0;
}
.site-footer > .col-full {
  padding: 0;
}
.footer-container {
  /* Links Wrapper */
  /* Hide default marker */
}
.footer-container .link {
  font-weight: 300 !important;
}
.footer-container .link:hover {
  text-decoration: underline !important;
}
.footer-container .custom-footer-links-wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.footer-container .custom-footer-col {
  flex: 1;
  border-top: 1px solid rgba(204, 204, 204, 0.3);
  padding-top: 13px;
  font-size: 12px;
}
.footer-container .custom-footer-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin: 15px 0 10px;
  cursor: pointer;
  color: #fff;
  list-style: none;
}
.footer-container .custom-footer-col summary {
  outline: none;
}
.footer-container .custom-footer-col summary::-webkit-details-marker {
  display: none;
}
.footer-container .custom-footer-links a {
  display: block;
  color: #fff !important;
  font-weight: 300;
  text-decoration: none;
  margin-top: 8px;
  transition: opacity 0.2s;
}
.footer-container .custom-footer-links a:hover {
  text-decoration: underline;
}
.footer-container .custom-footer-links a:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  .footer-container {
    min-width: 0 !important;
    padding: 0 10px !important;
  }
  .footer-container .custom-footer-inner {
    width: 100% !important;
  }
  .footer-container .custom-footer-top {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .footer-container .custom-footer-top > img {
    padding: 26px 0 !important;
  }
  .footer-container .custom-footer-top form {
    width: 100% !important;
  }
  .footer-container .custom-footer-top form > p {
    margin: 20px 0 !important;
  }
  .footer-container .custom-footer-top .input {
    width: 100% !important;
  }
  .footer-container .custom-footer-title::after {
    content: "";
    display: inline-block;
    background: url(../images/downArrow.svg);
    background-size: contain;
    transition: transform 0.3s ease;
    width: 16px;
    height: 16px;
  }
  .footer-container .custom-footer-col details[open] .custom-footer-title::after {
    transform: rotate(-180deg);
  }
  .footer-container .custom-footer-links-wrapper {
    display: block !important;
    gap: 0 !important;
  }
  .footer-container .custom-footer-links-wrapper .custom-footer-col {
    padding-top: 0 !important;
  }
  .footer-container .custom-footer-links-wrapper .custom-footer-title {
    display: flex!important;
    justify-content: space-between;
    align-items: center;
    margin: 8px 0 !important;
  }
  .footer-container .custom-footer-links {
    padding-bottom: 8px;
  }
  .footer-container .custom-footer-bottom .media {
    justify-content: flex-start !important;
    gap: 16px;
  }
  .footer-container .collapse-wrap {
    display: block !important;
  }
  .footer-container .accept-wrap {
    margin-top: 32px!important;
  }
  .footer-container .accept-wrap .block {
    display: block!important;
  }
  .footer-container .accept-wrap .block > div {
    width: 100%!important;
  }
}
