/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.header-desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  z-index: 500;
  -webkit-box-shadow: 0rem 2rem 4rem 0.2rem rgba(32, 34, 67, 0.04);
  box-shadow: 0rem 2rem 4rem 0.2rem rgba(32, 34, 67, 0.04);
}
.header-desktop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 20rem);
}
.header-desktop__overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
  top: 100%;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: -1;
}
/*# sourceMappingURL=the-header-desktop.css.map */
