/*-----------------------------------*\
  #RESET
\*-----------------------------------*/

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

li { list-style: none; }

img,
span,
input,
button,
ion-icon { display: block; }

a {
  color: var(--olive);
  text-decoration: underline;
}
.footer .navbar-list a {
  color: var(--black);
  text-decoration: none;
}
i {
  color: var(--olive);
}
img { height: auto; max-width: 100%;}

input,
button {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
}

input {
  outline: none;
}

button { cursor: pointer; }



html {
  font-size: 10px;

}

body {
  background-color: var(--bg-white);
  color: var(--text-shadow-blue);
  font-family: var(--fontFamily-machine);
  font-size: 1.6rem;
  line-height: var(--lineHeight-4);
  min-width: 350px;
  overflow-x: hidden;
}



body.nav-active { overflow: hidden; }


.elementor-element {
  padding: 0 !important;
}