.container-marose {
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 576px) {
  .container-marose {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .container-marose {
    max-width: 960px;
  }
}
@media screen and (min-width: 992px) {
  .container-marose {
    max-width: 960px;
  }
}
@media screen and (min-width: 1230px) {
  .container-marose {
    max-width: 1230px;
  }
}
@media screen and (min-width: 1400px) {
  .container-marose {
    max-width: 1320px;
  }
}
@media screen and (max-width: 849px) {
  .container-marose .col {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

.sec__collections h1.page-title {
  font-size: 72px;
  margin: -0.13em 0 15px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  color: #000;
}
@media (max-width: 1200px) {
  .sec__collections h1.page-title {
    font-size: 60px;
  }
}
@media (max-width: 911px) {
  .sec__collections h1.page-title {
    font-size: 40px;
  }
}
.sec__collections .collection-list {
  display: flex;
  flex-wrap: wrap;
}
.sec__collections .collection-list .item {
  overflow: hidden;
  flex: 0 0 25%;
  width: 25%;
  padding-bottom: 35%;
  position: relative;
}
@media (max-width: 1199px) {
  .sec__collections .collection-list .item {
    flex: 0 0 33.333%;
    width: 33.333%;
    padding-bottom: 50%;
  }
}
@media (max-width: 991px) {
  .sec__collections .collection-list .item {
    flex: 0 0 50%;
    width: 50%;
    padding-bottom: 72%;
  }
}
@media (max-width: 480px) {
  .sec__collections .collection-list .item {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 145%;
  }
}
.sec__collections .collection-list .item .link {
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  left: -30px;
  top: 0;
  bottom: 0;
  right: -30px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .sec__collections .collection-list .item .link {
    right: -40px;
    left: -40px;
  }
}
.sec__collections .collection-list .item .link .img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.35s, transform 0.35s;
  z-index: 1;
  transform: translate3d(0, 0, 0);
}
.sec__collections .collection-list .item .link:hover .img {
  opacity: 0.15;
  transform: translate3d(30px, 0, 0);
}

.page-content.collection .ct {
  padding: 0 30px 0 15px;
  padding-top: 20%;
}
@media (max-width: 991px) {
  .page-content.collection .ct {
    padding-top: 10%;
  }
}
@media (max-width: 468px) {
  .page-content.collection .ct {
    padding: 0 15px;
    padding-top: 10%;
    margin-bottom: 15px;
  }
}
.page-content.collection .ct .title {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .page-content.collection .ct .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.page-content.collection .dt img {
  display: block;
  margin-bottom: 35px;
}
.page-content.collection .collection__top {
  margin-bottom: 25px;
}
.page-content .s-content {
  word-break: break-word;
}
.page-content .s-content img {
  width: auto;
  max-width: 100%;
  height: auto !important;
  margin: 10px auto;
  object_fit: cover;
}

.section__page {
  margin-bottom: 25px;
}
.section__page .about-us-title-container {
  padding-top: 85px;
  padding-bottom: 60px;
}
.section__page .about-us-title-container h1 {
  text-align: center;
  font-size: 73px;
  font-weight: 500;
  margin-bottom: 0;
}
@media (max-width: 468px) {
  .section__page .about-us-title-container h1 {
    font-size: 62px;
  }
}
.section__page .about-us-title-container h1::after {
  content: "";
  display: block;
  background: none repeat scroll 0 0 #000;
  height: 3px;
  margin: 24px auto 28px;
  width: 100px;
}
.section__page .page__content strong {
  font-size: 16px;
  font-weight: 500;
}
.section__page .page__content ul {
  margin-left: 0;
  list-style: none !important;
}
.section__page .page__content ul li {
  margin: 0 !important;
}
.section__page .page__content .accordion-item {
  border: none;
}
.section__page .page__content .accordion-item .accordion-title {
  padding: 5px 0;
  border: none;
}
.section__page .page__content .accordion-item .accordion-title.active {
  background-color: transparent !important;
}
.section__page .page__content .accordion-item .accordion-title span {
  font-size: 16px;
}
.section__page .page__content .accordion-item .toggle {
  display: none;
}
.section__page .page__content .accordion-item .accordion-inner {
  padding: 5px 0;
}
.section__page .page__content .accordion-item .accordion-inner p:last-child {
  margin-bottom: 0;
}/*# sourceMappingURL=pages.css.map */