@import '/style/plugins/mobirise-icons.css';
* {
  box-sizing: border-box;
}

html {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  font-family: "Lato", sans-serif;
  font-size: 15px;
}

body {
  margin: 0;
  color: #440820;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

button {
  cursor: pointer;
  outline: none;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.wrapper .content-wrapper {
  padding: 0 1rem;
}
.wrapper .content-wrapper > div {
  display: none;
}
.wrapper .content-wrapper > div.active {
  display: block;
}

.pxl, .hidden {
  display: none !important;
}

.pop-up {
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  border-radius: 0.5rem;
  padding: 3rem 1rem 1rem;
  text-align: center;
  color: #fff;
  display: none;
}
.pop-up.small-pu {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(83, 1, 35, 0.9);
  min-height: 75%;
}
.pop-up.large-pu {
  position: fixed;
  left: 1rem;
  right: 1rem;
  background-color: rgba(24, 14, 71, 0.9);
  max-width: 900px;
  margin: 0 auto;
}
.pop-up.large-pu .pop-up-wrapper {
  max-height: 80vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pop-up.large-pu .pop-up-wrapper::-webkit-scrollbar {
  display: none;
}
.pop-up .pop-up-wrapper .pop-up-image {
  font-size: 0;
  margin-bottom: 1rem;
}
.pop-up .pop-up-wrapper .pop-up-image img {
  width: 100%;
  max-width: 80%;
}
.pop-up .pop-up-wrapper .rating-title,
.pop-up .pop-up-wrapper table {
  text-align: left;
}
.pop-up .pop-up-wrapper .rating-title {
  margin: 1rem 0 0.2rem;
}
.pop-up .pop-up-wrapper table {
  width: 100%;
}
.pop-up .pop-up-wrapper table i {
  color: #e9bf1e;
}
.pop-up .pop-up-wrapper .pop-up-btn {
  font-size: 1rem;
  font-weight: 600;
  color: #530123;
  min-height: 2.5rem;
  background-color: #ebddf8;
  padding: 0 2rem;
  margin-top: 1rem;
  border: 0.1rem solid #ebddf8;
  border-radius: 0.5rem;
  transition: all 200ms linear;
}
.pop-up .pop-up-wrapper .pop-up-btn:hover {
  color: #ebddf8;
  background-color: transparent;
}

.icon {
  position: absolute;
  width: 2rem;
  height: 2rem;
  right: 0.5rem;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.icon.close-pop-up {
  top: 0.5rem;
  background-image: url(/img/_btns/cancel-icon.png);
}
.icon.arrow {
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/img/_btns/arrow-icon.png);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pop-up.large-pu {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media only screen and (min-width: 568px) and (max-height: 600px) {
  .pop-up.large-pu .pop-up-wrapper {
    max-height: 65vh;
  }
}
@media (min-width: 640px) {
  .pop-up.small-pu {
    left: 105%;
    right: auto;
    width: 90%;
  }
}
@media (min-height: 900px) {
  html,
body,
.wrapper {
    height: 100%;
  }

  .wrapper {
    display: flex;
    flex-direction: column;
  }
  .wrapper .content-wrapper {
    flex: auto;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  html {
    font-size: 1vh;
  }

  .wrapper {
    max-width: 93rem;
  }
  .wrapper .content-wrapper {
    padding: 0 1.7rem;
  }

  .pop-up {
    border-radius: 0.8rem;
    padding: 5rem 2rem 2rem;
  }
  .pop-up.large-pu {
    max-width: 93rem;
  }
  .pop-up .pop-up-wrapper .pop-up-btn {
    font-size: 1.7rem;
    padding: 1rem 3rem 0.8rem;
    margin-top: 2rem;
  }

  .icon {
    width: 3rem;
    height: 3rem;
    right: 1rem;
  }
  .icon.close-pop-up {
    top: 1rem;
  }
}
h3 {
  font-size: 1.5rem;
  margin: 0.2rem 0 0.8rem;
}

.text-wrapper p {
  margin-bottom: 1rem;
}
.text-wrapper p.pop-up-content {
  margin: 0;
}

.list-wrapper h3 {
  flex: 1;
  text-align: right;
}
.list-wrapper span,
.list-wrapper a {
  font-size: 0.9rem;
}
.list-wrapper span {
  flex: 100%;
  text-align: center;
  font-weight: 600;
}
.list-wrapper a {
  color: #440820;
}

.home-section-2 .article-list-wrapper > a {
  color: #440820;
  font-weight: 600;
}
.home-section-2 .home-articles li .article-wrapper h3 {
  position: absolute;
  top: 50%;
  right: 3rem;
  left: 60%;
  transform: translateY(-50%);
  color: #fff;
  margin: 0;
  line-height: 2rem;
}

.footer > div > a {
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.footer > div a {
  color: #fff;
}

.pop-up-content {
  word-wrap: break-word;
}
.pop-up-content a {
  text-decoration: underline;
}

@media (min-width: 1800px) and (min-height: 960px) {
  h3 {
    font-size: 2.3rem;
    margin: 0.4rem 0 1.2rem;
  }

  .text-wrapper {
    font-size: 1.7rem;
  }
  .text-wrapper p {
    margin-bottom: 1.7rem;
  }

  .list-wrapper span,
.list-wrapper a {
    font-size: 1.4rem;
  }

  .home-section-2 .home-articles li .article-wrapper h3 {
    right: 5rem;
    line-height: 3.5rem;
    font-size: 2.7rem;
  }
  .home-section-2 .article-list-wrapper > a {
    font-size: 1.7rem;
  }

  .footer {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .footer > div > a {
    text-shadow: 0.1rem 0.1rem 0 #000, -0.1rem -0.1rem 0 #000, 0.1rem -0.1rem 0 #000, -0.1rem 0.1rem 0 #000, 0.1rem 0.1rem 0 #000;
  }

  .pop-up-content {
    font-size: 1.7rem;
    line-height: 2.5rem;
  }
}
.menu-wrapper {
  padding: 0.7rem 0;
}
.menu-wrapper ul {
  display: flex;
}
.menu-wrapper ul li {
  margin: 0 1rem;
}
.menu-wrapper ul li a {
  color: #c6175e;
  font-weight: 600;
}
.menu-wrapper ul li a:hover {
  color: #440820;
}

@media (min-width: 1800px) and (min-height: 960px) {
  .menu-wrapper {
    font-size: 1.7rem;
    padding: 1.1rem 0;
  }
  .menu-wrapper ul li {
    margin: 0 1.7rem;
  }
}
.home-section-1 ul {
  position: relative;
}
.home-section-1 ul li {
  padding: 0.2rem;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  background: #ffaaac;
  background: linear-gradient(90deg, #ffaaac 0%, #ff458f 100%);
}
.home-section-1 ul li .list-wrapper {
  border-radius: 0.5rem;
  background-color: #fff;
  cursor: pointer;
  transition: all 200ms linear;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.home-section-1 ul li .list-wrapper:hover, .home-section-1 ul li .list-wrapper.active {
  background-color: transparent;
}
.home-section-1 ul li .list-wrapper img {
  height: 2rem;
  max-width: 50%;
  object-fit: contain;
}
.home-section-1 ul .small-pop-up {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  background-color: rgba(83, 1, 35, 0.9);
  color: #fff;
  border-radius: 0.5rem;
  padding: 3rem 1rem 1rem;
  text-align: center;
  display: none;
}
.home-section-1 .image-wrapper {
  margin: 0 -1rem;
  position: relative;
  overflow: hidden;
}
.home-section-1 .image-wrapper img {
  position: absolute;
  right: -36%;
  max-width: none;
  width: 135%;
}

@media (min-width: 640px) {
  .home-section-1 {
    display: flex;
  }
  .home-section-1 > div {
    flex: 1;
  }
  .home-section-1 .image-wrapper {
    margin: -4rem -1rem 0 0;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .home-section-1 ul li {
    padding: 0.3rem;
    margin-bottom: 1.7rem;
    border-radius: 0.8rem;
  }
  .home-section-1 ul li .list-wrapper {
    padding: 0.8rem 1.7rem;
    border-radius: 0.8rem;
  }
  .home-section-1 ul li .list-wrapper img {
    height: 3rem;
  }
  .home-section-1 .image-wrapper {
    margin: -6rem -1.7rem 0 0;
  }
}
.home-section-2 .home-articles li {
  margin-bottom: 1rem;
}
.home-section-2 .home-articles li .article-wrapper {
  position: relative;
  font-size: 0;
  cursor: pointer;
}
.home-section-2 .home-articles li .article-wrapper img {
  max-height: 6rem;
  width: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}
.home-section-2 .image-wrapper {
  font-size: 0;
  margin: 1rem 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-section-2 .home-articles li .article-wrapper {
    height: 6rem;
    overflow: hidden;
    border-radius: 0.5rem;
  }
  .home-section-2 .home-articles li .article-wrapper img {
    position: absolute;
    max-height: none;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (min-width: 640px) {
  .home-section-2 {
    display: flex;
    flex-direction: row-reverse;
    margin: 3rem -0.5rem 1rem;
  }
  .home-section-2 > div {
    flex: 1;
    margin: 0 0.5rem !important;
  }
}
@media (min-width: 730px) {
  .home-section-2 {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .home-section-2 {
    margin-top: 1rem;
  }
}
@media (min-height: 900px) {
  .home-section-2 {
    margin-top: 1.5rem;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .home-section-2 {
    margin-top: 4rem;
  }
  .home-section-2 .home-articles li .article-wrapper img {
    max-height: 10rem;
    border-radius: 0.8rem;
  }
}
@media screen and (min-width: 1800px) and (min-height: 960px) and (-ms-high-contrast: active), (min-width: 1800px) and (min-height: 960px) and (-ms-high-contrast: none) {
  .home-section-2 .home-articles li .article-wrapper {
    height: 10rem;
    border-radius: 0.8rem;
  }
  .home-section-2 .home-articles li .article-wrapper img {
    max-height: none;
  }
}
.articles-wrapper ul {
  margin-top: 1rem;
}
.articles-wrapper ul li {
  margin: 0 0 1rem;
}
.articles-wrapper ul li .title-wrapper {
  background-color: #631686;
  color: #fff;
  border-radius: 0.5rem;
  padding: 1rem 3rem 1rem 1rem;
  position: relative;
  cursor: pointer;
  min-height: 6rem;
}
.articles-wrapper ul li .title-wrapper:hover {
  background-color: #35024c;
}
.articles-wrapper .image-wrapper {
  font-size: 0;
  margin: 1rem 0;
}

@media (min-width: 640px) {
  .articles-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    margin: 1rem -0.5rem 0;
  }
  .articles-wrapper ul li {
    flex: 47%;
    margin: 0 0.5rem 1rem;
  }
  .articles-wrapper .image-wrapper {
    text-align: left;
  }
  .articles-wrapper .image-wrapper img {
    width: 50%;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .articles-wrapper ul {
    margin: 1.7rem -0.8rem 0;
  }
  .articles-wrapper ul li {
    margin: 0 0.8rem 1.7rem;
  }
  .articles-wrapper ul li .title-wrapper {
    border-radius: 0.8rem;
    padding: 1.7rem 5rem 1.7rem 1.7rem;
    font-size: 1.7rem;
    min-height: 10rem;
    line-height: 2.2rem;
  }
}
.footer {
  min-height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer > div {
  margin: 0 1rem;
}
.footer > div .pop-up {
  text-align: left;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .footer {
    padding: 1rem 0;
  }
}
@media (min-width: 1800px) and (min-height: 960px) {
  .footer {
    min-height: 6rem;
  }
  .footer > div {
    margin: 0 2rem;
  }
}

/*# sourceMappingURL=style.css.map */
