.site-footer .site-below-footer-wrap {
  color: #fff;
  background: #03616e;
}

.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  color: #fff;
  text-align: left;
}

.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p {
  box-sizing: border-box;
  min-width: 0;
  margin: 0;
  padding: 21px 23px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  color: rgba(255, 255, 255, .84);
  background: rgba(255, 255, 255, .07);
  line-height: 1.75;
}

.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p > strong {
  display: inline-block;
  margin-bottom: 8px;
  color: #bfeff3;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.35;
  text-transform: uppercase;
}

.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright a {
  color: #fff;
  font-weight: 650;
  text-decoration: none;
  text-underline-offset: 3px;
}

.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright a:hover,
.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright a:focus-visible {
  color: #ffd09a;
  text-decoration: underline;
}

.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p:nth-child(3) {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
  padding: 0 4px;
  border: 0;
  background: transparent;
  text-align: right;
}

.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p:nth-child(3) a:first-child {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 9px 17px;
  border-radius: 999px;
  color: #083f4d;
  background: #ffd09a;
}

.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p:nth-child(3) a:first-child:hover,
.site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p:nth-child(3) a:first-child:focus-visible {
  color: #083f4d;
  background: #ffe1bd;
  text-decoration: none;
}

@media (max-width: 760px) {
  .site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright {
    grid-template-columns: 1fr;
  }

  .site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p {
    padding: 19px 18px;
  }

  .site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p:nth-child(3) {
    grid-column: auto;
    align-items: stretch;
    flex-direction: column;
    padding: 0;
    text-align: center;
  }

  .site-below-footer-wrap .ast-footer-copyright > .ast-footer-copyright > p:nth-child(3) a {
    width: 100%;
  }
}
