html,
body {
  margin-top: 0 !important;
}

body:not(.wp-core-ui) footer,
html:not(.wp-toolbar) footer,
.acf-block-preview footer {
  padding: 80px 0;
  background-color: var(--color-gray-3);
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) footer,
html:not(.wp-toolbar) footer,
.acf-block-preview footer {
    padding: 80px 0 40px;
  }
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) footer,
html:not(.wp-toolbar) footer,
.acf-block-preview footer {
    padding: 100px 0 20px;
  }
}
body:not(.wp-core-ui) footer .footer,
html:not(.wp-toolbar) footer .footer,
.acf-block-preview footer .footer {
  display: flex;
  flex-direction: column;
  gap: 70px;
  max-width: 264px;
  margin-inline: auto;
}
@media (min-width: 576px) {
  body:not(.wp-core-ui) footer .footer,
html:not(.wp-toolbar) footer .footer,
.acf-block-preview footer .footer {
    max-width: none;
    margin: 0;
    gap: 36px;
  }
}
body:not(.wp-core-ui) footer .footer__content,
html:not(.wp-toolbar) footer .footer__content,
.acf-block-preview footer .footer__content {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) footer .footer__content,
html:not(.wp-toolbar) footer .footer__content,
.acf-block-preview footer .footer__content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) footer .footer__content,
html:not(.wp-toolbar) footer .footer__content,
.acf-block-preview footer .footer__content {
    margin-bottom: 52px;
  }
}
body:not(.wp-core-ui) footer .footer__content-contact,
html:not(.wp-toolbar) footer .footer__content-contact,
.acf-block-preview footer .footer__content-contact {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) footer .footer__content-contact,
html:not(.wp-toolbar) footer .footer__content-contact,
.acf-block-preview footer .footer__content-contact {
    width: 33%;
    flex-direction: row;
    gap: 43px;
  }
}
body:not(.wp-core-ui) footer .footer__content-contact a,
html:not(.wp-toolbar) footer .footer__content-contact a,
.acf-block-preview footer .footer__content-contact a {
  color: white;
  transition: color 250ms ease-in-out;
}
body:not(.wp-core-ui) footer .footer__content-contact a:hover,
html:not(.wp-toolbar) footer .footer__content-contact a:hover,
.acf-block-preview footer .footer__content-contact a:hover {
  color: var(--color-orange);
}
body:not(.wp-core-ui) footer .footer__content-info,
html:not(.wp-toolbar) footer .footer__content-info,
.acf-block-preview footer .footer__content-info {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
@media (min-width: 1023px) {
  body:not(.wp-core-ui) footer .footer__content-info,
html:not(.wp-toolbar) footer .footer__content-info,
.acf-block-preview footer .footer__content-info {
    width: 50%;
    gap: 20px;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) footer .footer__menu,
html:not(.wp-toolbar) footer .footer__menu,
.acf-block-preview footer .footer__menu {
    margin-inline: auto;
  }
}
body:not(.wp-core-ui) footer .footer__socials,
html:not(.wp-toolbar) footer .footer__socials,
.acf-block-preview footer .footer__socials {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) footer .footer__socials,
html:not(.wp-toolbar) footer .footer__socials,
.acf-block-preview footer .footer__socials {
    justify-content: center;
  }
}
body:not(.wp-core-ui) footer .footer__socials-title,
html:not(.wp-toolbar) footer .footer__socials-title,
.acf-block-preview footer .footer__socials-title {
  font-family: inherit;
  font-size: 14px;
  color: var(--text-black);
  font-weight: 500;
  line-height: 1.3em;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) footer .footer__content-info,
html:not(.wp-toolbar) footer .footer__content-info,
.acf-block-preview footer .footer__content-info {
    width: 33%;
  }
}
body:not(.wp-core-ui) footer .footer__content-info .footer-nav-menu,
html:not(.wp-toolbar) footer .footer__content-info .footer-nav-menu,
.acf-block-preview footer .footer__content-info .footer-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 18px;
  list-style: none;
  padding: 0;
  margin: 0;
}
body:not(.wp-core-ui) footer .footer__content-info .footer-nav-menu .menu-item a,
html:not(.wp-toolbar) footer .footer__content-info .footer-nav-menu .menu-item a,
.acf-block-preview footer .footer__content-info .footer-nav-menu .menu-item a {
  position: relative;
  display: inline-flex;
  transition: color 250ms ease-in-out;
  color: white;
  padding-right: 17px;
  font-weight: 400;
}
body:not(.wp-core-ui) footer .footer__content-info .footer-nav-menu .menu-item a::before,
html:not(.wp-toolbar) footer .footer__content-info .footer-nav-menu .menu-item a::before,
.acf-block-preview footer .footer__content-info .footer-nav-menu .menu-item a::before {
  content: "";
  transition: transform 250ms ease-in-out;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  background: url("data:image/svg+xml,%3Csvg width='5' height='9' viewBox='0 0 5 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.44437 4.94438L0.888749 8.5L0 7.61125L3.11125 4.5L0 1.38875L0.888749 0.5L4.44437 4.05563C4.56221 4.17349 4.6284 4.33333 4.6284 4.5C4.6284 4.66667 4.56221 4.82651 4.44437 4.94438Z' fill='%23FF9800'/%3E%3C/svg%3E%0A") no-repeat center;
  width: 7px;
  height: 8px;
}
body:not(.wp-core-ui) footer .footer__content-info .footer-nav-menu .menu-item a:hover,
html:not(.wp-toolbar) footer .footer__content-info .footer-nav-menu .menu-item a:hover,
.acf-block-preview footer .footer__content-info .footer-nav-menu .menu-item a:hover {
  color: var(--color-orange);
}
body:not(.wp-core-ui) footer .footer__content-info .footer-nav-menu .menu-item a:hover:before,
html:not(.wp-toolbar) footer .footer__content-info .footer-nav-menu .menu-item a:hover:before,
.acf-block-preview footer .footer__content-info .footer-nav-menu .menu-item a:hover:before {
  transform: translate(5px, -50%);
}
body:not(.wp-core-ui) footer .footer__socials,
html:not(.wp-toolbar) footer .footer__socials,
.acf-block-preview footer .footer__socials {
  position: relative;
}
body:not(.wp-core-ui) footer .footer__socials-inner,
html:not(.wp-toolbar) footer .footer__socials-inner,
.acf-block-preview footer .footer__socials-inner {
  padding: 24px 34px;
  background-color: var(--color-orange);
  max-width: 268px;
}
body:not(.wp-core-ui) footer .footer__socials-icons,
html:not(.wp-toolbar) footer .footer__socials-icons,
.acf-block-preview footer .footer__socials-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
}
body:not(.wp-core-ui) footer .footer__socials-icons img,
body:not(.wp-core-ui) footer .footer__socials-icons svg,
html:not(.wp-toolbar) footer .footer__socials-icons img,
html:not(.wp-toolbar) footer .footer__socials-icons svg,
.acf-block-preview footer .footer__socials-icons img,
.acf-block-preview footer .footer__socials-icons svg {
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
body:not(.wp-core-ui) footer .footer__socials-icons img path,
body:not(.wp-core-ui) footer .footer__socials-icons svg path,
html:not(.wp-toolbar) footer .footer__socials-icons img path,
html:not(.wp-toolbar) footer .footer__socials-icons svg path,
.acf-block-preview footer .footer__socials-icons img path,
.acf-block-preview footer .footer__socials-icons svg path {
  transition: fill 250ms ease-in-out;
}
body:not(.wp-core-ui) footer .footer__socials-icons img:hover path,
body:not(.wp-core-ui) footer .footer__socials-icons svg:hover path,
html:not(.wp-toolbar) footer .footer__socials-icons img:hover path,
html:not(.wp-toolbar) footer .footer__socials-icons svg:hover path,
.acf-block-preview footer .footer__socials-icons img:hover path,
.acf-block-preview footer .footer__socials-icons svg:hover path {
  fill: black;
}
body:not(.wp-core-ui) footer .footer__bottom .footer-nav-menu,
html:not(.wp-toolbar) footer .footer__bottom .footer-nav-menu,
.acf-block-preview footer .footer__bottom .footer-nav-menu {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  body:not(.wp-core-ui) footer .footer__bottom .footer-nav-menu,
html:not(.wp-toolbar) footer .footer__bottom .footer-nav-menu,
.acf-block-preview footer .footer__bottom .footer-nav-menu {
    gap: 30px;
  }
}
body:not(.wp-core-ui) footer .footer__bottom .footer-nav-menu .menu-item a,
html:not(.wp-toolbar) footer .footer__bottom .footer-nav-menu .menu-item a,
.acf-block-preview footer .footer__bottom .footer-nav-menu .menu-item a {
  color: white;
  transition: color 250ms ease-in-out;
  font-size: 14px;
}
body:not(.wp-core-ui) footer .footer__bottom .footer-nav-menu .menu-item a:hover,
html:not(.wp-toolbar) footer .footer__bottom .footer-nav-menu .menu-item a:hover,
.acf-block-preview footer .footer__bottom .footer-nav-menu .menu-item a:hover {
  color: var(--color-orange);
}
body:not(.wp-core-ui) footer .footer__logo img,
body:not(.wp-core-ui) footer .footer__logo svg,
html:not(.wp-toolbar) footer .footer__logo img,
html:not(.wp-toolbar) footer .footer__logo svg,
.acf-block-preview footer .footer__logo img,
.acf-block-preview footer .footer__logo svg {
  width: 134px;
  margin-left: -14px;
}