.goodsite-footer-module {
    background: #002A17;
    color: #f4f4f4;
}
section.goodsite-footer-module ul, section.goodsite-footer-module ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}
section.goodsite-footer-module .hs-menu-depth-1>a {
    text-decoration: none;
    color: #f4f4f4;
    margin: 5px 0;
    display: block;
}
section.goodsite-footer-module ul, section.goodsite-footer-module ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}
section.goodsite-footer-module .hs-menu-depth-1>a {
    text-decoration: none;
    color: #f4f4f4;
}
.footer-menu-heading {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
section.goodsite-footer-module ul, section.goodsite-footer-module ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}
section.goodsite-footer-module .hs-menu-depth-1>a {
    text-decoration: none;
    color: #f4f4f4;
}
.footer-menu-heading {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.goodsite-footer-module-inside>div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
}
.goodsite-footer-module-inside>div>div {
    width: 50%;
}

.goodsite-footer-module-navigation>div {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    padding: 100px 25px 0;
}
.goodsite-footer-module-navigation>div>div {
    width: 50%;
}
.nagivation-menu>div {
    padding: 0 25px;
}
.goodsite-footer-module-branding>div {
    padding-right: 100px;
}
.goodsite-footer-module-inside {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 0;
}
section.goodsite-footer-module ul, section.goodsite-footer-module ul li {
    padding: 0;
    list-style: none;
    margin: 0;
}
section.goodsite-footer-module .hs-menu-depth-1>a {
    text-decoration: none;
    color: #f4f4f4;
}
.footer-menu-heading {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
}
.goodsite-footer-module-inside>div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-around;
}
.goodsite-footer-module-inside>div>div {
    width: 50%;
}
.goodsite-footer-module-navigation>div {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    padding: 100px 25px 0;
}

.goodsite-footer-module-navigation>div>div {
    width: 50%;
}
.nagivation-menu>div {
    padding: 0 25px;
}
.goodsite-footer-module-branding>div {
    padding-right: 100px;
}

.goodsite-footer-module-inside {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 100px 0;
}
.goodsite-footer-module-privacy-links ul {
    display: flex;
    gap: 40px;
}
.goodsite-footer-module-privacy-links ul>li {
    position: relative;
}
.goodsite-footer-module-copyright>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    padding: 25px 0;
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}
.goodsite-footer-module-privacy-links ul>li:nth-child(n+2):before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #9DFF00;
    border-radius: 100px;
    top: 50%;
    transform: translateY(-50%);
    left: -23px;
}
.goodsite-footer-module-branding-logo img {
    height: 100px;
    width: auto;
}
.language-switcher-goodsite>div>div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 5px;
}
.language-switcher-goodsite a {
    text-decoration: none;
    color: #f4f4f4;
    font-weight: bold;
}
.language-switcher-goodsite {
    padding-top: 15px;
}

@media screen and (max-width: 1300px) {
  .goodsite-footer-module-inside>div {
      display: flex;
      flex-direction: column;
      align-content: center;
      align-items: center;
  }
  .goodsite-footer-module-branding-logo>div {
      margin: 0 auto;
  }
  .goodsite-footer-module-branding>div {
      padding: 0;
      text-align: center;
  }
  .goodsite-footer-module-inside>div>div {
      max-width: 800px;
      width: 90%;
  }
  .goodsite-footer-module-copyright>div {
      display: flex;
      flex-direction: column;
      gap: 15px;
  }
}
@media screen and (max-width: 800px) {
  .goodsite-footer-module-copyright {
      font-size: 12px;
  }
  .goodsite-footer-module-navigation>div>div {
      width: 100%;
  }
  .goodsite-footer-module-navigation>div {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
  }
  .nagivation-menu>div {
      padding: 0;
      margin-bottom: 25px;
  }
  .goodsite-footer-module-privacy-links ul>li:nth-child(n+2):before {
      display: none;
  }
  .goodsite-footer-module-privacy-links ul {
      display: flex;
      flex-direction: column;
      gap: 0;
      text-align: center;
  }
  .goodsite-footer-module-privacy-links ul a {
      margin: 0 !important;!i;!;
  }
}