footer.site-footer {
  position: relative;
  padding: 44px 0px 20px 0px;
  overflow: hidden;
  background: linear-gradient(90deg, #076AFF 0%, #02ADC6 50%, #A32AFF 100%);
  z-index: 0;
}
footer.site-footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073138;
  opacity: 0.7;
  z-index: -1;
}

.site-footer__content {
  width: 100%;
  display: flex;
  flex: 1 300px;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
}

.widget-block__title,
.widget-title {
  color: rgb(255, 255, 255);
  margin-bottom: 38px;
}

.widget-block-text {
  color: rgba(255, 255, 255, 0.8);
}
.widget-block-text p, .widget-block-text a {
  color: rgba(255, 255, 255, 0.8);
}

.widget_nav_menu ul {
  list-style: none;
  padding: 0;
}
.widget_nav_menu ul li {
  display: flex;
  margin-bottom: 15px;
}
.widget_nav_menu ul li:last-child {
  margin-bottom: 0;
}
.widget_nav_menu ul li a {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 32px;
  line-height: normal;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
.widget_nav_menu ul li:hover a {
  color: rgb(255, 255, 255);
  transition: color 0.3s ease-in-out;
}

.site-footer__copyright {
  font-size: 18px;
  line-height: 32px;
  color: rgb(255, 255, 255);
  text-align: center;
  margin-top: 22px;
}

.widget-block__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
}

.wp-block-custom-title-icon-logos.widget-block {
  max-width: 490px;
  width: 100%;
}

.wp-block-custom-title-icon-text.widget-block {
  max-width: 400px;
  width: 100%;
}/*# sourceMappingURL=footer.css.map */