/*
 * DO NOT EDIT THIS FILE.
 * See the following change record for more information,
 * https://www.drupal.org/node/3084859
 * @preserve
 */

/**
 * @file
 * Region default layout.
 */

.region > *:where(:not([data-big-pipe-placeholder-id])) {
  margin-block-end: 0;
}

@media (min-width: 43.75rem) {
  .region > *:where(:not([data-big-pipe-placeholder-id])) {
    margin-block-end: 0;
  }
}

@media (min-width: 62.5rem) {
  .region > *:where(:not([data-big-pipe-placeholder-id])) {
    margin-block-end: 0;
  }
}

.region--marketing .block {
  margin: 0;
  background: var(--color--cosmo-blue);
  background: linear-gradient(
    60deg,
    rgba(10, 77, 139, 1) 0%,
    rgba(10, 77, 139, 1) 54%,
    rgba(0, 0, 0, 1) 100%
  );
}
