/**
 * 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
***************************/
.mobile-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background-color: #2C3035;
  color: #fff;
  z-index: 10;
  transform: translateX(100%);
}
.mobile-navigation__login {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
}
.mobile-navigation__close {
  position: absolute;
  top: 1.8125rem;
  right: 1.25rem;
  height: 1.5625rem;
  width: 1.5625rem;
}
.mobile-navigation__bar {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0.1875rem;
  background-color: #fff;
}
.mobile-navigation__bar--1 {
  transform: translateY(-50%) rotate(45deg);
}
.mobile-navigation__bar--2 {
  transform: translateY(-50%) rotate(-45deg);
}
.mobile-navigation__navigation {
  text-align: center;
}
.mobile-navigation--ready {
  transition: 0.5s ease;
}
.mobile-navigation--open {
  transform: none;
}