@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap');
h1, h2, h3, h4, h5, h6 {
  font-family: 'Open Sans', sans-serif;
}
.uk-heading-h3 {color: #572365; margin: 0 auto; font-weight: 700;}
.uk-button-primary {
  background: #572365;
}
a .uk-card.uk-card-default {
  transition: all ease 0.4s;
}
a:hover .uk-card.uk-card-default {
  box-shadow: 0 14px 25px rgb(0 0 0 / 60%);
  transition: all ease 0.4s;
}
.uk-card-title {
  text-align: center;
}
.uk-offcanvas-bar {
  background: #572365;  
}

.uk-hidden-m {display: none;}
.uk-hiiden-s {display: block;}

@media screen and (max-width:992px) {
  .uk-hidden-m {display: block; padding: 25px;}
  .uk-hiiden-s {display: none !important;}
}
@media screen and (max-width: 768px) {
  .img-box {max-width: 90px;}
  .uk-box {
    width: 50%;
  }
  .uk-box .uk-card-body {
    padding: 0;
  }
  .section-slider .uk-card-media-top img {width: 100%;}
}
.macos_msg_node {
  background: #fff;
  position: fixed;
  padding: .75em 2em .75em 1.25em;
  font-size: .9em;
  border-radius: 0 0 4px 4px;
  z-index: 990;
  top: -1000px;
  left: 50%;
  box-shadow: 0 0 15px rgba(0, 38, 67, .5);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: top .5s ease;
  transition: top .35s ease;
}
.macos_msg_node .icon-close {
  position: absolute;
  top: .5em;
  right: .5em;
  font-size: .9em;
  text-decoration: none;
}
.macos_message {
  color: green;
}
.macos_error {
  color: #D63939;
}
.macos_notice {
  color: #FFB500;
}