@media screen and (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}

.row-sm {
  margin-left: -10px;
  margin-right: -10px;
}

.row-sm .col, .row-sm .col-1, .row-sm .col-10, .row-sm .col-11, .row-sm .col-12, .row-sm .col-2, .row-sm .col-3, .row-sm .col-4, .row-sm .col-5, .row-sm .col-6, .row-sm .col-7, .row-sm .col-8, .row-sm .col-9, .row-sm .col-auto, .row-sm .col-lg, .row-sm .col-lg-1, .row-sm .col-lg-10, .row-sm .col-lg-11, .row-sm .col-lg-12, .row-sm .col-lg-2, .row-sm .col-lg-3, .row-sm .col-lg-4, .row-sm .col-lg-5, .row-sm .col-lg-6, .row-sm .col-lg-7, .row-sm .col-lg-8, .row-sm .col-lg-9, .row-sm .col-lg-auto, .row-sm .col-md, .row-sm .col-md-1, .row-sm .col-md-10, .row-sm .col-md-11, .row-sm .col-md-12, .row-sm .col-md-2, .row-sm .col-md-3, .row-sm .col-md-4, .row-sm .col-md-5, .row-sm .col-md-6, .row-sm .col-md-7, .row-sm .col-md-8, .row-sm .col-md-9, .row-sm .col-md-auto, .row-sm .col-sm, .row-sm .col-sm-1, .row-sm .col-sm-10, .row-sm .col-sm-11, .row-sm .col-sm-12, .row-sm .col-sm-2, .row-sm .col-sm-3, .row-sm .col-sm-4, .row-sm .col-sm-5, .row-sm .col-sm-6, .row-sm .col-sm-7, .row-sm .col-sm-8, .row-sm .col-sm-9, .row-sm .col-sm-auto, .row-sm .col-xl, .row-sm .col-xl-1, .row-sm .col-xl-10, .row-sm .col-xl-11, .row-sm .col-xl-12, .row-sm .col-xl-2, .row-sm .col-xl-3, .row-sm .col-xl-4, .row-sm .col-xl-5, .row-sm .col-xl-6, .row-sm .col-xl-7, .row-sm .col-xl-8, .row-sm .col-xl-9, .row-sm .col-xl-auto {
  padding-left: 10px;
  padding-right: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mb-10 {
    margin-bottom: 6px;
  }
  .mb-20 {
    margin-bottom: 16px;
  }
}

::-moz-selection {
  background: #222;
  color: #ffffff;
}

::selection {
  background: #222;
  color: #ffffff;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
}

body {
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-family: 'Work Sans', sans-serif;
  color: #666666;
  overflow-x: hidden;
}

@media screen and (min-width: 1480px) {
  body {
    font-size: 1.2rem;
  }
}

.font-krona {
  font-family: 'Krona One', sans-serif;
}

.d-block {
  display: block;
}

.text-xs {
  font-size: 12px;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 18px;
}

.text-lg {
  font-size: 22px;
}

.text-xlg {
  font-size: 32px;
}

.text-muted {
  opacity: .5;
}

.text-regular {
  font-weight: 400;
}

.text-bold {
  font-weight: 600;
}

.text-underline {
  position: relative;
  display: inline-block;
}

.text-underline:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  height: 2px;
  background-color: #666666;
}

.container-meicy {
  max-width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 768px) {
  .container-meicy {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 1080px) {
  .container-meicy {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (min-width: 1480px) {
  .container-meicy {
    padding-left: 120px;
    padding-right: 120px;
  }
}

.header {
  display: block;
  width: 100%;
  height: 140px;
  background-color: #ffffff;
}

.header .header--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .header--logo a {
  color: #666666;
  line-height: 1.2;
  text-decoration: none;
  font-size: 26px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  display: block;
  opacity: 1;
}

.header .header--logo a:hover, .header .header--logo a:active, .header .header--logo a:focus {
  opacity: .8;
  text-decoration: none;
}

.header .header--nav {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .header--nav li {
  list-style: none;
}

.header .header--nav li a {
  margin-left: 54px;
  padding: 8px 14px;
  background-color: #ffffff;
  font-weight: 400;
  color: #666666;
  text-decoration: none;
  position: relative;
}

.header .header--nav li a:before {
  content: '';
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  opacity: 0;
  background-color: #666666;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.header .header--nav li a:hover:before {
  top: -8px;
  opacity: 1;
}

.header .header--nav li a.active:before {
  top: -8px;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .header {
    height: auto;
    padding-top: 62px;
    padding-bottom: 24px;
  }
  .header .header--inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header--logo {
    margin-bottom: 0px;
  }
  .header .header--logo a {
    font-size: 23px;
  }
  .header .header--nav li a {
    margin: 0;
    padding-left: 0;
  }
  .header .header--nav li a:before {
    display: none;
  }
}

.btn-toggle--wrap {
  display: none;
}

@media screen and (max-width: 767px) {
  .btn-toggle--wrap {
    display: block;
  }
}

.btn-toggle {
  border-radius: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  width: 36px;
  height: 42px;
  padding: 0;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn-toggle span {
  display: block;
  position: relative;
  width: 100%;
  height: 4px;
  background-color: #666666;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn-toggle span:before, .btn-toggle span:after {
  content: '';
  display: block;
  position: absolute;
  background-color: #666666;
  height: 4px;
  width: 100%;
  border-radius: 2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.btn-toggle span:before {
  top: -6px;
}

.btn-toggle span:after {
  bottom: -6px;
}

.btn-toggle:hover {
  opacity: .8;
}

.btn-toggle:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn-toggle.btn-toggle-white span {
  background-color: #ffffff;
}

.btn-toggle.btn-toggle-white span:before, .btn-toggle.btn-toggle-white span:after {
  background-color: #ffffff;
}

.btn-toggle.active span {
  background-color: transparent !important;
}

.btn-toggle.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-toggle.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-close-nav {
  position: absolute;
  top: 68px;
  right: 24px;
}

.content-homepage {
  display: block;
  position: relative;
  width: 100%;
  height: calc(100vh - 140px);
  background-color: #ffffff;
  margin-top: 80px;
}

.banner-home{
    background-repeat: no-repeat;
    background-position: 60px;
    background-size: contain;
    opacity: 30%;
    background-size:74%;
}

@media screen and (max-width: 767px) {
  .content-homepage {
    height: 50vh;
  }

  .banner-home{
    background-repeat: no-repeat;
    background-position: -6px;
    background-size: cover;
    margin-left: 10px;
}
}

.content-homepage--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  /* display: flex; */
  height: 100%;
}

.content-homepage--inner .content-homepage--item {
  width: 100%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-homepage--item .action {
  display: block;
  padding: 42px;
  /* background-color: #ffffff; */
  text-align: center;
  font-family: 'Krona One', sans-serif;
  font-size: 42px;
  text-decoration: none;
  color: #666666;
  opacity: 1;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

@media screen and (min-width: 1480px) {
  .content-homepage--item .action {
    font-size: 68px;
  }
}

.content-homepage--item .action:hover, .content-homepage--item .action:active, .content-homepage--item .action:focus {
  opacity: .8;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .content-homepage--item .action {
    font-size: 40px;
    padding: 20px;
  }
}

.section {
  padding-top: 32px;
  padding-bottom: 32px;
}

.section-lg {
  padding-top: 52px;
  padding-bottom: 52px;
}

.section-xlg {
  padding-top: 112px;
  padding-bottom: 112px;
}

.section-xxlg {
  padding-top: 142px;
  padding-bottom: 142px;
}

.section-xxxlg {
  padding-top: 224px;
  padding-bottom: 224px;
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 22px;
    padding-bottom: 22px;
  }
  .section-lg {
    padding-top: 42px;
    padding-bottom: 42px;
  }
  .section-xlg {
    padding-top: 62px;
    padding-bottom: 62px;
  }
  .section-xxlg {
    padding-top: 82px;
    padding-bottom: 82px;
  }
  .section-xxxlg {
    padding-top: 102px;
    padding-bottom: 102px;
  }
  .section-bottom-0-mobile {
    padding-bottom: 0px;
  }
}

.grid-section {
  margin-left: -10px;
  margin-right: -10px;
}

.grid {
  background: #ffffff;
}

/* clear fix */
/* ---- .grid-item ---- */
.grid-sizer,
.grid-item {
  width: 33.3333333333%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .grid-sizer,
  .grid-item {
    width: 100%;
  }
}

.grid-item {
  float: left;
  position: relative;
}

.grid-item img {
  display: block;
  width: 100%;
}

.grid-item .cover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  background-color: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.grid-item .cover:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.grid-item .cover-title {
  font-family: 'Krona One', sans-serif;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}

.block-artwork {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #888;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
}

.block-artwork:hover {
  opacity: .8;
}

.lg-backdrop {
  background-color: #ffffff;
}

.lg-toolbar {
  background-color: transparent;
}

#lg-counter, .lg-toolbar .lg-icon {
  color: #666666;
}

#lg-counter:hover, .lg-toolbar .lg-icon:hover {
  color: #666666;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0.4);
  color: #666666;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #666666;
}

.lg-sub-html {
  background-color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  color: #666666;
  padding-bottom: 20px;
}

.lg-sub-html p {
  margin: 0;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  height: 97%;
}

.navigation-mobile {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #666666;
  z-index: 90;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-delay: .06s;
          transition-delay: .06s;
}

.navigation-mobile.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}

.navigation-mobile--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navigation-mobile--list {
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}

.navigation-mobile--list li {
  list-style: none;
}

.navigation-mobile--list li a {
  margin: 24px 0;
  color: #ffffff;
  font-size: 36px;
  display: block;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 1;
}

.navigation-mobile--list li a:hover {
  text-decoration: none;
  opacity: .6;
}

@media screen and (max-width: 300px) {
  .navigation-mobile--list li a {
    margin: 18px 0px;
    font-size: 30px;
  }
}

.navigation-mobile--list.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.arrow-up {
  display: block;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  bottom: 34px;
  right: 24px;
  z-index: 80;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 2px;
  cursor: pointer;
}

.arrow-up img {
  width: 20px;
}

.arrow-up.showBtn {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}

.arrow-up.showBtn:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .row-full-mobile {
    margin-left: -34px;
    margin-right: -34px;
  }
}
/*# sourceMappingURL=styles.css.map */