/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
/***************************
 Typography Font Weight Mixins
***************************/
/***************************
 Typography Font Style Mixins
***************************/
/***************************
 Typography Margins Mixins
***************************/
.unsubscribe-success h3 {
  font-family: Roboto, sans-serif;
}
.unsubscribe-success__title {
  color: white;
}
.unsubscribe-success__envelop-icon {
  color: #02C869;
}

.layout__inner {
  background-size: cover;
  min-height: 100vh;
}

footer {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  margin-top: 3.4375rem;
  transform: translateX(-50%);
  width: 100%;
}
@media print, screen and (max-width: 63.99875em) {
  footer {
    position: static;
    left: initial;
    margin: 1.25rem auto 0.625rem;
    transform: initial;
  }
}