@import "../scss/normalize.min.css";
@import "../fonts/stylesheet.css";
body {
  font-family: "DIN Next LT Pro Condensed", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  background-color: #000;
  color: #fff;
}

* {
  box-sizing: border-box;
}

input {
  min-height: 53px;
  padding: 0.5rem 1rem;
  border-radius: 15px;
  width: 100%;
}

.nomargin {
  margin: 0;
}

.wp-block-image {
  margin: 0;
}

.alignwide {
  width: 100%;
  max-width: 738px;
  margin: 0 auto;
}

.alignnarrow {
  max-width: var(--wp--style--layout--narrow-size, 280px);
  margin-inline: auto;
}

.img-responsive {
  width: 100%;
  max-width: 100%;
  display: block;
}
.img-responsive img {
  width: 100%;
  max-width: 100%;
  display: block;
}

:where(.wp-block-columns) {
  margin-bottom: 0;
}

:root :where(.wp-element-button, .wp-block-button__link) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition: 0.2s ease-in-out;
}
:root :where(.wp-element-button, .wp-block-button__link):hover {
  background-color: #000 !important;
  color: #fff !important;
}

.logos {
  gap: 1rem;
  justify-content: center;
}
@media screen and (min-width: 767px) {
  .logos {
    justify-content: space-between;
  }
}
@media (max-width: 781px) {
  .logos .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: initial !important;
  }
}
.logos > * {
  flex-shrink: 0 !important;
  flex-basis: initial !important;
  flex-grow: initial !important;
  width: auto !important;
}
@media screen and (max-width: 781px) {
  .logos > * {
    flex-basis: initial !important;
  }
}
.logos img {
  max-width: 200px;
  max-height: 45px;
  width: 100%;
  display: block;
}

:where(.wp-block-columns.has-background) {
  padding-left: 1rem;
  padding-right: 1rem;
}

#newsletter {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
#newsletter .newsletter-mail {
  flex: 0 0 100%;
}
@media screen and (min-width: 767px) {
  #newsletter .newsletter-mail {
    flex: 1;
  }
}

/*# sourceMappingURL=style.css.map */
