/**
 *  This file is generate automatically by NPM
 *  Don't edit this file
 */
/**
  Custom
 */
/**
 *  This file is generate automatically by NPM
 *  Don't edit this file
 */
/********************************
  FUNCTIONS BOOTSTRAP
*********************************/
/********************************
  MIXIN BOOTSTRAP
*********************************/
/********************************
  CONTAINER
*********************************/
.container,
.container-fluid {
  width: 100%;
  padding-right: calc(1rem);
  padding-left: calc(1rem);
  margin-right: auto;
  margin-left: auto;
}
/********************************
  CONTAINER LG
*********************************/
/********************************
  ROW
*********************************/
.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-right: -1rem;
  margin-left: -1rem;
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(1rem);
  padding-left: calc(1rem);
}
/* CSS Document */
html {
  overflow-x: hidden;
  width: 100%;
}
html.disable-overflow {
  overflow: hidden;
}
body {
  position: relative;
  width: 100%;
  font-size: 16px;
  font-family: "Roboto", "Arial", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  color: #0f0616;
  overflow: hidden;
  padding: 5rem 0 0;
}
[hidden], .hidden {
  display: none !important;
}
.no-scroll {
  overflow: hidden;
}
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:focus, a:active, a:hover {
  text-decoration: none;
}
p {
  margin-top: 0;
}
p:last-child {
  margin-bottom: 0;
}
.bold {
  font-weight: bold;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
video,
iframe {
  position: relative;
  width: 100%;
  height: auto;
}
video:before,
iframe:before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
video > *,
iframe > * {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
iframe {
  aspect-ratio: 16/9;
}
video {
  aspect-ratio: 16/9;
  max-width: 30rem;
  max-height: 30rem;
  margin: 0 auto;
}
.absolute-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.uppercase {
  text-transform: uppercase;
}
.align-self-end {
  align-self: flex-end;
}
h1, h2, h3, h4, h5, h6,
.h1-hero, .h1, .h2, .h3, .h4, .h5, .h6,
.dispay-1, .dispay-2, .dispay-3 {
  font-family: "Roboto", "Arial", sans-serif;
  color: #0f0616;
  padding: 0;
  margin: 0 0 1.25rem 0;
}
.h1-hero {
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: bold;
}
h1, .h1 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
}
h2, .h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  font-weight: bold;
}
h3, .h3 {
  font-size: 1.75rem;
  line-height: 2.125rem;
  font-weight: bold;
}
h4, .h4 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: bold;
}
h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold;
}
h6, .h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: bold;
}
.dispay-1 {
  font-size: 3rem;
  line-height: 3.75rem;
  font-weight: bold;
}
.dispay-2 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
}
.dispay-3 {
  font-size: 2.5rem;
  line-height: 3rem;
  font-weight: bold;
}
p {
  font-family: "Roboto", "Arial", sans-serif;
  color: #0f0616;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
p.lead,
p > .lead {
  font-size: 1.25rem;
  line-height: 2rem;
}
p.large,
p > .large {
  font-size: 1.25rem;
  line-height: 2rem;
}
.small {
  font-size: 0.75rem;
  line-height: 0.9rem;
}
.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.bg-cover {
  background-image: var(--bg-img-m);
}
.background-gradient {
  background: linear-gradient(0deg, #450540 0, #450540 50%, #fff 0, #fff);
}
/* Shadow section */
.shadow-inset-top {
  box-shadow: inset 0 64px 64px -64px rgba(0, 0, 0, 0.12);
}
.shadow-inset-bottom {
  box-shadow: inset 0 -64px 64px -64px rgba(0, 0, 0, 0.12);
}
.shadow-outset-top {
  box-shadow: 0 -64px 64px -64px rgba(0, 0, 0, 0.12);
}
.shadow-outset-bottom {
  box-shadow: 0 64px 64px -64px rgba(0, 0, 0, 0.12);
}
.padding-s {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.padding-m {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.padding-l {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.padding-xl {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.pt-s {
  padding-top: 1rem;
}
.pt-m {
  padding-top: 2rem;
}
.pt-l {
  padding-top: 3rem;
}
.pt-xl {
  padding-top: 4rem;
}
.pb-s {
  padding-bottom: 1rem;
}
.pb-m {
  padding-bottom: 2rem;
}
.pb-l {
  padding-bottom: 3rem;
}
.pb-xl {
  padding-bottom: 4rem;
}
.mt-s {
  margin-top: 1rem;
}
.mt-m {
  margin-top: 2rem;
}
.mt-l {
  margin-top: 3rem;
}
.mt-xl {
  margin-top: 4rem;
}
.mb-s {
  margin-bottom: 1rem;
}
.mb-m {
  margin-bottom: 2rem;
}
.mb-l {
  margin-bottom: 3rem;
}
.mb-xl {
  margin-bottom: 4rem;
}
/** Grid blocks */
.grid-flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/** Intro **/
.flex-intro {
  margin-bottom: 2rem;
}
/**
 *  This file is generate automatically by NPM
 *  Don't edit this file
 */
header.header.active nav.header-primary {
  display: block;
}
.header-primary {
  height: 100%;
  border-bottom: 1px solid #450540;
}
.header-primary > ul > li.menu-item-has-children > a, .header-primary > ul > li.menu-item-has-children > span {
  position: relative;
  padding-right: 3rem;
  transition: all 0.35s;
  cursor: pointer;
}
.header-primary > ul > li.menu-item-has-children > a:after, .header-primary > ul > li.menu-item-has-children > span:after {
  content: "\ea01";
  font-family: "elan-digital";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.5rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  transition: all 0.35s;
}
.header-primary > ul > li.menu-item-has-children > a + ul, .header-primary > ul > li.menu-item-has-children > span + ul {
  margin-left: 1.5rem;
  animation-duration: 0.3s;
  animation-name: fadeInDown;
  animation-fill-mode: both;
}
.header-primary > ul > li.menu-item-has-children.active > a:after, .header-primary > ul > li.menu-item-has-children.active > span:after {
  transform: translateY(-50%) scale(-1);
}
.header-primary > ul > li.menu-item-has-children.active > ul {
  display: block;
  border-left: 1px solid #fff;
}
.header-primary > ul > li a, .header-primary > ul > li span {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  padding: 1rem 1.5rem;
}
.hidden {
  display: none;
}
.no-scroll {
  overflow: hidden;
}
.header-hidden header.header {
  transform: translateY(-100%);
}
header.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  position: fixed;
  width: 100%;
  display: block;
  height: auto;
  min-height: unset;
  max-height: unset;
  transition: 0.1s;
  background-color: #450540;
  border-bottom: 1px solid #fff;
}
header.header a {
  margin: 0;
}
header.header ul {
  margin: 0;
  padding: 0;
}
header.header li {
  margin: 0;
  padding: 0;
  list-style: none;
}
header.header > .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
header.header > .container > a {
  display: block;
  padding: 5px;
  height: 100%;
}
header.header button.burger-button {
  display: block;
  padding: 0;
  width: 3.5rem;
  height: 3.5rem;
  background-color: transparent;
  border: none;
}
header.header button.burger-button i {
  font-size: 2.1rem;
  line-height: 2.1rem;
  color: #fff;
}
button {
  font-family: "Roboto", "Arial", sans-serif;
  border: 1px solid transparent;
  transition: all 0.35s ease;
}
button:hover {
  transition: all 0.35s ease;
  cursor: pointer;
}
button:focus {
  transition: all 0.35s ease;
  cursor: pointer;
}
main a {
  color: #450540;
}
.btn {
  font-family: "Roboto", "Arial", sans-serif;
  border-radius: 1rem;
  padding: 0.6875rem 1.25rem;
  text-align: center;
  transition: all 0.5s;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.btn:hover {
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.16);
}
.btn:focus {
  box-shadow: 0 0 12px 4px rgba(0, 0, 0, 0.16);
}
.btn:not([disabled]):active, .btn:not(.disabled).active {
  box-shadow: none;
}
.btn:not([disabled]):active:focus, .btn:not(.disabled).active:focus {
  box-shadow: none;
}
.btn.active:focus {
  box-shadow: none;
}
.btn.disable:focus {
  box-shadow: none;
}
.btn .ico {
  padding-left: 1rem;
  position: relative;
  top: 3px;
}
.btn-primary {
  background-color: #450540;
  color: #fff;
  border: solid 1px #450540;
}
.btn-primary .ico {
  fill: #fff;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: #914b7c;
  color: #fff;
  border: solid 1px #914b7c;
}
.btn-primary:not([disabled]):active, .btn-primary:not(.disabled).active {
  background-color: #450540;
  color: #fff;
  border: solid 1px #450540;
}
.btn-secondary {
  background-color: #914b7c;
  color: #fff;
  border: solid 1px #914b7c;
}
.btn-secondary .ico {
  fill: #fff;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #0f0616;
  border-color: #0f0616;
  color: #fff;
}
.btn-secondary:not([disabled]):active, .btn-secondary:not(.disabled).active {
  background-color: #914b7c;
  color: #fff;
}
.btn-outline-secondary {
  border: solid 1px #914b7c;
  color: #914b7c;
  background: none;
}
.btn-outline-secondary:focus, .btn-outline-secondary:hover {
  color: #fff;
  background-color: #914b7c;
}
.btn-outline-secondary:not([disabled]):active, .btn-outline-secondary:not(.disabled).active {
  color: #914b7c;
}
.btn-outline-primary {
  border: solid 1px #450540;
  color: #450540;
  background: none;
}
.btn-outline-primary:focus, .btn-outline-primary:hover {
  color: #fff;
  background-color: #450540;
}
.btn-outline-primary:not([disabled]):active, .btn-outline-primary:not(.disabled).active {
  color: #450540;
}
@media (min-width: 33.75rem) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 36rem) {
  .container {
    max-width: 33.75rem;
  }
}
@media (min-width: 45rem) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 48rem) {
  .container {
    max-width: 45rem;
  }
  section.bg-cover {
    background-image: var(--bg-img-d);
  }
}
@media (min-width: 60rem) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 62rem) {
  .container {
    max-width: 60rem;
  }
  body {
    padding: 8rem 0 0;
  }
  .no-scroll {
    overflow: visible;
  }
  .h1-hero {
    font-size: 3.5rem;
    line-height: 4.5rem;
    font-weight: bold;
  }
  h1, .h1 {
    font-size: 3rem;
    line-height: 3.75rem;
    font-weight: bold;
  }
  h2, .h2 {
    font-size: 2.25rem;
    line-height: 2.75rem;
    font-weight: bold;
  }
  h3, .h3 {
    font-size: 1.75rem;
    line-height: 2.125rem;
    font-weight: bold;
  }
  .dispay-1 {
    font-size: 5.75rem;
    line-height: 6.75rem;
    font-weight: bold;
  }
  .dispay-2 {
    font-size: 4.75rem;
    line-height: 5.75rem;
    font-weight: bold;
  }
  .dispay-3 {
    font-size: 4rem;
    line-height: 4.5rem;
    font-weight: bold;
  }
  p.large,
  p > .large {
    font-size: 2.5rem;
    line-height: 3.5rem;
  }
  .header-primary > ul {
    height: 100%;
    display: flex;
  }
  .header-primary > ul > li {
    position: relative;
  }
  .header-primary > ul > li + li {
    border-left: 1px solid #450540;
  }
  .header-primary > ul > li > a, .header-primary > ul > li > span {
    height: 100%;
  }
  .header-primary > ul > li > a:hover, .header-primary > ul > li > span:hover {
    background-color: #fff;
    color: #450540;
  }
  .header-primary > ul > li.current_page_item > a, .header-primary > ul > li.current_page_item > span, .header-primary > ul > li.active > a, .header-primary > ul > li.active > span {
    background-color: #fff;
    color: #450540;
  }
  .header-primary > ul > li > ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 300px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.12);
    z-index: 10;
  }
  .header-primary > ul > li > ul > li {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
  }
  .header-primary > ul > li > ul > li > a, .header-primary > ul > li > ul > li > span {
    display: block;
    color: #450540;
    padding: 1rem 1.5rem;
    width: 100%;
  }
  .header-primary > ul > li > ul > li > a:hover, .header-primary > ul > li > ul > li > span:hover {
    background-color: #450540;
    color: #fff;
  }
  .header-primary > ul > li.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .header-primary > ul > li.active > a, .header-primary > ul > li.active > span {
    background-color: #fff;
    color: #450540;
  }
  .header-primary > ul > li.active > ul {
    display: block;
  }
  .no-scroll {
    overflow: visible;
  }
  header.header.active {
    height: auto;
    min-height: unset;
    max-height: unset;
    position: fixed;
    margin-bottom: 0;
    z-index: 99;
    animation: none;
  }
  header.header > .container {
    height: 8rem;
  }
  header.header button.burger-button {
    display: none;
  }
}
@media (min-width: 70rem) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media screen and (min-width: 75rem) {
  .container {
    max-width: 70rem;
  }
  .container.container-xl {
    max-width: 90rem !important;
  }
}
@media screen and (max-width: 61.95rem) {
  .grid-block .col-12 + .col-12 {
    margin-top: 1.5rem;
  }
  header.header.active nav.header-primary {
    animation-duration: 0.3s;
    animation-name: fadeInDown;
    animation-fill-mode: both;
  }
  .header-primary {
    display: none;
    border-top: 1px solid #fff;
    position: fixed;
    top: 5rem;
    left: 0;
    right: 0;
    height: calc(100% - 5rem);
    background-color: #450540;
    padding-top: 1rem;
    z-index: 100;
    animation-duration: 0.3s;
    animation-name: fadeInDown;
    animation-fill-mode: both;
  }
  .header-primary > ul > li > ul {
    display: none;
  }
  .btn + .btn {
    margin-top: 1rem;
  }
}
@media (hover: hover) {
  main a:hover {
    text-decoration: underline;
  }
}
/*# sourceMappingURL=critical-dev.css.map */