@media only screen and (max-width: 768px) {
  /* line 4, styles.scss */
  .la1:hover::after {
    width: 0; } }
@media only screen and (min-width: 768px) {
  /* line 10, styles.scss */
  .la1:hover::after {
    width: 0; } }
@media only screen and (min-width: 1024px) {
  /* line 16, styles.scss */
  .la1:hover::after {
    width: 0; } }
@media only screen and (min-width: 1250px) {
  /* line 22, styles.scss */
  .la1:hover::after {
    width: 100%; } }
@media only screen and (min-width: 1400px) {
  /* line 28, styles.scss */
  .la1:hover::after {
    width: 100%; } }
/* line 34, styles.scss */
#la0 a {
  text-decoration: none;
  color: #0d3f69;
  transition: 200ms; }
  /* line 38, styles.scss */
  #la0 a:hover {
    color: #f5821f; }

/*
#la0 div:hover {
	border-bottom: 3px solid red;
}*/
/* line 49, styles.scss */
.la1, .la2 {
  cursor: pointer;
  margin: 0 10px;
  width: auto;
  position: relative;
  background-color: #f5821f;
  color: #fff; }

/* line 58, styles.scss */
.la3 {
  display: flex;
  align-items: center;
  justify-content: flex-end; }
