body:not(.wp-core-ui) footer,
html:not(.wp-toolbar) footer,
.acf-block-preview footer {
  border: 1px dashed var(--Gray-700, #344054);
  background: linear-gradient(180deg, #6391FD 0%, #85B6FF 100%);
  padding: 32px 0px;
  padding-bottom: 70px;
}
@media only screen and (max-width: 1250px) {
  body:not(.wp-core-ui) footer,
  html:not(.wp-toolbar) footer,
  .acf-block-preview footer {
    margin-top: 120px;
  }
}
body:not(.wp-core-ui) footer .et-container,
html:not(.wp-toolbar) footer .et-container,
.acf-block-preview footer .et-container {
  width: min(90%, 1150px);
}
body:not(.wp-core-ui) footer .heading-3,
html:not(.wp-toolbar) footer .heading-3,
.acf-block-preview footer .heading-3 {
  margin-bottom: 16px;
}
body:not(.wp-core-ui) footer .heading-3 + p,
html:not(.wp-toolbar) footer .heading-3 + p,
.acf-block-preview footer .heading-3 + p {
  line-height: 200%;
	font-weight:300;
}
body:not(.wp-core-ui) footer ul,
html:not(.wp-toolbar) footer ul,
.acf-block-preview footer ul {
  padding: 0;
  padding: 0;
  list-style-type: none;
  font-weight: 300;
}
body:not(.wp-core-ui) footer ul li,
html:not(.wp-toolbar) footer ul li,
.acf-block-preview footer ul li {
  line-height: 200%;
	
}
body:not(.wp-core-ui) footer .wrapper,
html:not(.wp-toolbar) footer .wrapper,
.acf-block-preview footer .wrapper {
  display: flex;
  gap: 64px;
  width: 53%;
  color: #fff;
  flex-wrap: wrap;
  line-height: 150%;
  margin-top: 32px;
}
@media only screen and (max-width: 1250px) {
  body:not(.wp-core-ui) footer .wrapper,
  html:not(.wp-toolbar) footer .wrapper,
  .acf-block-preview footer .wrapper {
    width: 100%;
  }
}
body:not(.wp-core-ui) footer .wrapper a,
html:not(.wp-toolbar) footer .wrapper a,
.acf-block-preview footer .wrapper a {
  color: #fff;
  text-decoration: none;
}
body:not(.wp-core-ui) footer .wrapper > *,
html:not(.wp-toolbar) footer .wrapper > *,
.acf-block-preview footer .wrapper > * {
  width: calc(33.333333% - 14px);
}
@media only screen and (max-width: 991px) {
  body:not(.wp-core-ui) footer .wrapper > *,
  html:not(.wp-toolbar) footer .wrapper > *,
  .acf-block-preview footer .wrapper > * {
    width: 100%;
    gap: 50px;
  }
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) footer .wrapper,
  html:not(.wp-toolbar) footer .wrapper,
  .acf-block-preview footer .wrapper {
    text-align: center;
  }
}
body:not(.wp-core-ui) footer .right .icons,
html:not(.wp-toolbar) footer .right .icons,
.acf-block-preview footer .right .icons {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 30px;
  margin-top: 20px;
}
body:not(.wp-core-ui) footer .right .icons a img,
html:not(.wp-toolbar) footer .right .icons a img,
.acf-block-preview footer .right .icons a img {
  width: 26px;
  height: 26px;
}
@media only screen and (max-width: 576px) {
  body:not(.wp-core-ui) footer .right .icons,
  html:not(.wp-toolbar) footer .right .icons,
  .acf-block-preview footer .right .icons {
    justify-content: center;
  }
}/*# sourceMappingURL=style.css.map */