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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Fredoka-Medium";
  src: url("/wp-content/themes/vm/resources/fonts/fredoka/Fredoka-Medium.ttf");
}
@font-face {
  font-family: "Fredoka-Regular";
  src: url("/wp-content/themes/vm/resources/fonts/fredoka/Fredoka-Regular.ttf");
}
@font-face {
  font-family: "Fredoka-SemiBold";
  src: url("/wp-content/themes/vm/resources/fonts/fredoka/Fredoka-SemiBold.ttf");
}
@font-face {
  font-family: "Nunito-Regular";
  src: url("/wp-content/themes/vm/resources/fonts/nunito/Nunito-Regular.ttf");
}
@font-face {
  font-family: "klavika-bold";
  src: url("/wp-content/themes/vm/resources/fonts/klavika/klavika-bold.otf");
}
.footer {
  background-color: #1A0051;
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
  color: #FFFFF0;
}
.footer__upPart {
  width: calc(100% - 64px);
  padding-top: 1rem;
  margin: auto auto 2rem;
}
@media (min-width: 1000px) {
  .footer__upPart {
    padding-top: 2rem;
    margin: auto auto 3rem;
    width: calc(100% - 64px);
  }
}
@media (min-width: 1200px) {
  .footer__upPart {
    display: flex;
    justify-content: space-between;
  }
}
.footer__upPart__brand {
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  .footer__upPart__brand {
    margin-bottom: 3rem;
  }
}
.footer__upPart__brand__logo {
  position: relative;
  margin-bottom: 0.75rem;
  width: 20%;
}
@media (min-width: 1000px) {
  .footer__upPart__brand__logo {
    margin-bottom: 1rem;
  }
}
.footer__upPart__brand__logo__link {
  position: absolute !important;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.footer__upPart__brand__logo__link::after {
  content: none !important;
}
.footer__upPart__brand__logo__img {
  width: 100%;
  border: none;
}
.footer__upPart__brand__message {
  font-size: 0.8rem;
}
.footer__upPart__brand__facebook {
  font-family: "klavika-bold", "Titillium Web", "Rajdhani", "Arial Black", sans-serif;
  font-size: 1.3rem;
  margin: 0.75rem 0 0;
  padding: 0.5rem;
  border: 1px solid #FFFFF0;
  display: inline-block;
  text-align: center;
  border-radius: 30% 0 30% 0;
  transition: 1s;
}
@media (min-width: 1000px) {
  .footer__upPart__brand__facebook {
    margin: 1rem 0 0;
    padding: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .footer__upPart__brand__facebook {
    width: 12%;
  }
}
.footer__upPart__brand__facebook:hover {
  background-color: #FFFFF0;
  color: #1A0051;
  transition: 1s;
}
.footer__upPart__brand__facebook:hover:after {
  content: none;
}
.footer__upPart__infos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1000px) {
  .footer__upPart__infos {
    flex-direction: row;
    justify-content: space-between;
    gap: 8.25rem;
  }
}
.footer__upPart__infos h4 {
  margin-bottom: 1rem;
  font-family: "Fredoka-SemiBold", "Poppins SemiBold", "Quicksand SemiBold", "Arial Rounded MT Bold", sans-serif;
}
@media (min-width: 1000px) {
  .footer__upPart__infos h4 {
    margin-bottom: 2rem;
  }
}
.footer__upPart__infos li {
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .footer__upPart__infos li {
    margin-bottom: 1.5rem;
  }
}
.footer__upPart__infos li:last-child {
  margin-bottom: 0;
}
.footer__downPart {
  width: calc(100% - 64px);
  margin: auto;
  border-top: 1px solid #FFFFF0;
  padding: 2rem 0 1rem;
}
@media (min-width: 1000px) {
  .footer__downPart {
    width: calc(100% - 64px);
    padding: 3rem 0 2rem;
    display: flex;
    justify-content: space-between;
  }
}
.footer__downPart__text {
  display: block;
  margin-bottom: 0.75rem;
}
@media (min-width: 1000px) {
  .footer__downPart__text {
    margin-bottom: 1rem;
  }
}
.footer a {
  color: #FFFFF0;
  position: relative;
}
.footer a::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #FFFFF0;
  transition: all 0.5s ease;
  transform: translateX(-50%);
}
.footer a:hover::after {
  width: 100%;
}

.header__brand {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 64px);
  margin: 1rem auto 0;
}
.header__brand__logo {
  position: relative;
  width: 30%;
  z-index: 1002;
}
.header__brand__logo svg {
  width: 100%;
  height: auto;
}
.header__brand__logo svg .blue {
  transition: 1s;
}
.header__brand__logo__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.header__brand label {
  width: 1.8rem;
  cursor: pointer;
  z-index: 1002;
  margin-left: auto;
}
.header__brand label :last-child {
  margin-bottom: 0;
}
.header__brand label span {
  display: block;
  margin-bottom: 5px;
  background-color: #FFFFF0;
  width: 100%;
  min-height: 0.2rem;
  border-radius: 5px;
  text-align: center;
  transition: 1s;
}
.header__brand .span_home_page {
  background-color: #1A0051;
}
.header__brand__nav {
  visibility: hidden;
  position: absolute;
  right: -100%;
  top: 0;
  width: 100%;
  height: 100vh;
  transition: 1s;
  z-index: 1001;
  background-color: white;
  text-align: center;
}
.header__brand__nav__list {
  transform-origin: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 50%;
}
.header__brand__nav__list__item {
  margin: 0 auto;
  width: fit-content;
}
.header__brand__nav__list__item:last-child a {
  display: block;
  padding: 1rem 1.5rem;
  background-color: #FFB240;
  border-radius: 1.2em 0 1.2em 0;
  color: #1A0051 !important;
  font-size: 1.3rem;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #FFB240;
}
.header__brand__nav__list__item:last-child a:hover {
  border: 1px solid #1A0051;
  transition: 0.3s;
  border-radius: 0 1.2em 0 1.2em;
}
.header__brand__nav__list__item:last-child a:after {
  content: none;
}
.header__brand__nav__list__item a {
  padding: 1rem 1.5rem;
  color: #1A0051;
  font-size: 1.3rem;
}
@media (min-width: 1000px) {
  .header__brand__logo {
    width: 10%;
  }
  .header__brand input, .header__brand label {
    visibility: hidden;
    position: absolute;
    width: 0;
    height: 0;
  }
  .header__brand__nav {
    visibility: visible;
    background-color: transparent;
    position: static;
    width: 70%;
    height: auto;
  }
  .header__brand__nav__list {
    transform-origin: unset;
    transform: none;
    position: unset;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
  }
  .header__brand__nav__list__item {
    margin: 0;
  }
  .header__brand__nav__list__item a {
    padding: 0;
  }
}
input:checked ~ .header__brand__logo svg .blue {
  fill: #1A0051;
  transition: 1s;
}
input:checked ~ .header__brand__nav {
  visibility: visible;
  right: 0;
  display: block;
}
.header__brand input:checked ~ label span {
  background-color: #1A0051;
  transition: 1s;
}

.home__intro {
  height: 95vh;
}
@media (min-width: 1000px) {
  .home__intro {
    height: 85vh;
  }
}
.home__intro__content {
  text-align: center;
  transform-origin: center;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50vh;
  left: 50vw;
  width: 100%;
}
@media (min-width: 1000px) {
  .home__intro__content {
    width: 50%;
  }
}
.home__intro__content__title {
  color: #FFFFF0;
  font-size: 4rem;
}
.home__intro__content__links__list {
  display: flex;
  justify-content: space-evenly;
  margin-top: 2rem;
}
.home__intro__content__links__list__item {
  margin-top: 3rem;
}
.home__intro__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  overflow: hidden;
  object-fit: cover;
  border: none;
}
.home .actualities {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .home .actualities {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
@media (min-width: 1000px) {
  .home .actualities__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.home .actualities__intro__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .home .actualities__intro__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.home .actualities__intro__link {
  color: #1A0051;
  font-size: 1.1rem;
}
@media (min-width: 1000px) {
  .home .actualities__intro__link {
    font-size: 1.3rem;
  }
}
.home .actualities__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .home .actualities__list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.home .actualities__list__item {
  position: relative;
}
.home .actualities__list__item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.home .actualities__list__item__article img {
  width: 100%;
  height: 100%;
  border-radius: 1.5em 0 1.5em 0;
}
.home .actualities__list__item__article__title {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.flexible_content {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .flexible_content {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
@media (min-width: 1000px) {
  .flexible_content__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.flexible_content__intro__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .flexible_content__intro__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.flexible_content__intro__link {
  color: #1A0051;
  font-size: 1.1rem;
}
@media (min-width: 1000px) {
  .flexible_content__intro__link {
    font-size: 1.3rem;
  }
}
.flexible_content__content_container {
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .flexible_content__content_container {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.flexible_content__content_container__content {
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  .flexible_content__content_container__content {
    width: 92%;
    margin: 0 1rem 0 0;
  }
}
.flexible_content__content_container__content__text {
  font-size: 1.1rem;
  line-height: 1.2rem;
}
.flexible_content__content_container__content__label, .flexible_content__content_container__content a {
  margin-top: 2rem;
  display: inline-block;
}
.flexible_content__content_container__content .modal_input:checked ~ .modal_overlay {
  opacity: 1;
  visibility: visible;
}
.flexible_content__content_container__content .modal_overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1005;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.25s ease;
}
.flexible_content__content_container__content .modal_overlay__label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.flexible_content__content_container__content .modal_overlay__modal {
  transition: top 0.25s ease;
  position: absolute;
  transform-origin: center;
  transform: translate(-50%, -50%);
  top: 50vh;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 90%;
  margin: auto;
  overflow: auto;
  background: #AFEBEA;
  border-radius: 2em 0 2em 0;
  padding: 2rem 2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media (min-width: 1000px) {
  .flexible_content__content_container__content .modal_overlay__modal {
    top: 50vh;
    height: 65vh;
    width: 50%;
  }
}
.flexible_content__content_container__content .modal_overlay__modal__intro {
  position: relative;
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  .flexible_content__content_container__content .modal_overlay__modal__intro {
    margin-bottom: 4rem;
  }
}
.flexible_content__content_container__content .modal_overlay__modal__intro__title {
  font-size: 1.5rem;
  line-height: 2rem;
  width: 75%;
}
@media (min-width: 1000px) {
  .flexible_content__content_container__content .modal_overlay__modal__intro__title {
    width: 75%;
    font-size: 2rem;
  }
}
.flexible_content__content_container__content .modal_overlay__modal__intro__close {
  position: absolute;
  right: 0;
  top: 50%;
  transform-origin: center;
  transform: translate(-50%, -50%);
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
}
.flexible_content__content_container__content .modal_overlay__modal__intro__close:after, .flexible_content__content_container__content .modal_overlay__modal__intro__close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #1A0051;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  top: 0;
}
.flexible_content__content_container__content .modal_overlay__modal__intro__close:hover:after, .flexible_content__content_container__content .modal_overlay__modal__intro__close:hover:before {
  opacity: 0.8;
}
.flexible_content__content_container__content .modal_overlay__modal__intro__close:before {
  transform: rotate(-45deg);
}
@media (min-width: 1000px) {
  .flexible_content__content_container__content .modal_overlay__modal__content_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .flexible_content__content_container__content .modal_overlay__modal__content_container__content {
    width: 100%;
    margin-right: 1rem;
  }
}
.flexible_content__content_container__content .modal_overlay__modal__content_container__content__text {
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
@media (min-width: 1000px) {
  .flexible_content__content_container__content .modal_overlay__modal__content_container__content__text {
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
.flexible_content__content_container img {
  width: 100%;
  height: auto;
  border-radius: 2em 0 2em 0;
  aspect-ratio: 6/3;
  object-fit: cover;
}

.about .history {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .about .history {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.about .history__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .about .history__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.about .history__content_container {
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .about .history__content_container {
    margin-top: 4rem;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
}
.about .history__content_container__content {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.1rem;
  line-height: 1.2rem;
}
@media (min-width: 1000px) {
  .about .history__content_container__content {
    width: 92%;
    margin: auto 3rem auto 0;
  }
}
.about .history__content_container__images {
  position: relative;
  height: 22rem;
  width: 100%;
  aspect-ratio: 1/1;
}
.about .history__content_container__images img {
  width: 50%;
  object-fit: cover;
  height: 8rem;
  border-radius: 1.5em 0 1.5em 0;
}
@media (min-width: 800px) {
  .about .history__content_container__images img {
    width: 40%;
    height: auto;
  }
}
.about .history__content_container__images img:first-child {
  position: absolute;
  top: 0;
  left: 0;
}
.about .history__content_container__images img:nth-child(2) {
  position: absolute;
  transform-origin: center;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.about .history__content_container__images img:last-child {
  position: absolute;
  bottom: 0;
  right: 0;
}
.about .downloading {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .about .downloading {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.about .downloading__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .about .downloading__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.about .downloading__container {
  margin-top: 2rem;
  border: 1px solid #1A0051;
  border-radius: 2em 0 2em 0;
}
@media (min-width: 1000px) {
  .about .downloading__container {
    margin-top: 4rem;
  }
}
.about .downloading__container__list {
  display: flex;
  flex-direction: column;
}
.about .downloading__container__list__item {
  padding: 0.5rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #1A0051;
}
.about .downloading__container__list__item:last-child {
  border-bottom: none;
}
.about .downloading__container__list__item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.about .downloading__container__list__item p {
  width: 80%;
  font-size: 1.1rem;
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
}
@media (min-width: 1000px) {
  .about .downloading__container__list__item p {
    font-size: 1.3rem;
  }
}
.about .downloading__container__list__item img {
  border: none;
}
.about .partner__content {
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .about .partner__content {
    width: 50%;
    margin-top: 4rem;
  }
}
.about .partner__container {
  margin-top: 1rem;
}
@media (min-width: 1000px) {
  .about .partner__container {
    margin-top: 2rem;
  }
}
.about .partner__container__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 1000px) {
  .about .partner__container__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.about .partner__container__list__item {
  position: relative;
}
.about .partner__container__list__item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.about .partner__container__list__item img {
  border: none;
  width: 100%;
  height: 8rem;
  object-fit: contain;
}

.houses {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .houses {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.houses__title {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1000px) {
  .houses__title {
    font-size: 2rem;
  }
}
.houses__list {
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .houses__list {
    margin-top: 4rem;
  }
}
.houses__list__item {
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .houses__list__item {
    margin-bottom: 1rem;
  }
}
.houses__list__item:nth-child(even) {
  margin-bottom: 0;
}
.houses__list__item:nth-child(even) article {
  flex-direction: row-reverse;
}
.houses__list__item:nth-child(even) article .houses__list__item__article__content_Container {
  margin-left: 1rem;
}
@media (min-width: 1000px) {
  .houses__list__item__article {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.houses__list__item__article__content_Container {
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .houses__list__item__article__content_Container {
    width: 92%;
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
.houses__list__item__article__content_Container__text {
  margin-bottom: 2rem;
  line-height: 1.2rem;
}
.houses__list__item__article__image {
  width: 95%;
}
.houses__list__item__article__image img {
  width: 100%;
  height: 100%;
  border-radius: 2em 0 2em 0;
  object-fit: cover;
  aspect-ratio: 5/3;
}

.life .day__content {
  font-size: 1.1rem;
  line-height: 1.2rem;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .life .day__content {
    width: 50%;
    margin-top: 4rem;
  }
}
.life .day__container {
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .life .day__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.life .day__container__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .life .day__container__list {
    margin-bottom: 0;
  }
}
.life .day__container__list__item {
  display: flex;
  align-items: center;
}
.life .day__container__list__item img {
  margin-right: 0.5rem;
  width: 5%;
  height: auto;
  border: none;
}
.life .day__container__list__item p {
  font-size: 1.1rem;
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
}
.life .day__container__img {
  width: 100%;
  height: auto;
  aspect-ratio: 6/3;
  object-fit: cover;
  border-radius: 2em 0 2em 0;
}

.single_house .gallery {
  width: calc(100% - 64px);
  margin: 3rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
@media (min-width: 1000px) {
  .single_house .gallery {
    width: calc(100% - 64px);
    margin: 5rem auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 12rem 12rem 12rem;
  }
}
.single_house .gallery__title {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 1000px) {
  .single_house .gallery__title {
    font-size: 2rem;
  }
}
.single_house .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em 0 1em 0;
}
@media (min-width: 1000px) {
  .single_house .gallery img {
    border-radius: 1.5em 0 1.5em 0;
  }
}
.single_house .gallery img.index_2 {
  grid-column: 2;
  grid-row: 1/3;
}
@media (min-width: 1000px) {
  .single_house .gallery img.index_2 {
    grid-column: 3;
    grid-row: 1/3;
  }
}
@media (min-width: 1000px) {
  .single_house .gallery img.index_4 {
    grid-column: 1;
    grid-row: 2/3;
  }
}
@media (min-width: 1000px) {
  .single_house .gallery img.index_6 {
    grid-column: 4;
    grid-row: 2;
  }
}
.single_house .gallery img.index_7 {
  grid-column: 1/3;
  grid-row: 4/5;
}
@media (min-width: 1000px) {
  .single_house .gallery img.index_7 {
    grid-column: 1/3;
    grid-row: 3;
  }
}
.single_house .gallery img.index_8 {
  grid-column: 1/3;
  grid-row: 6;
}
@media (min-width: 1000px) {
  .single_house .gallery img.index_8 {
    grid-column: 3/5;
    grid-row: 3;
  }
}
.single_house .map {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .single_house .map {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.single_house .map__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .single_house .map__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.single_house .map img {
  width: 100%;
  border-radius: 2em 0 2em 0;
  height: auto;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .single_house .map img {
    aspect-ratio: 5/2;
    border-radius: 3.5em 0 3.5em 0;
    margin-top: 4rem;
  }
}
.single_house .other__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .single_house .other__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}

.legacies {
  width: calc(100% - 64px);
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1000px) {
  .legacies {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.legacies__article__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .legacies__article__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.legacies__article__content {
  margin-top: 2rem;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 1000px) {
  .legacies__article__content {
    font-size: 1.3rem;
    margin-top: 4rem;
  }
}
.legacies__article__content p {
  line-height: 1.5rem;
}

.page404 {
  width: calc(100% - 64px);
  margin: 3rem auto;
  text-align: center;
}
@media (min-width: 1000px) {
  .page404 {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.page404__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .page404__title {
    font-size: 2rem;
  }
}
.page404__desc {
  font-size: 1.1rem;
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .page404__desc {
    font-size: 1.3rem;
  }
}

.donate__follow {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .donate__follow {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
@media (min-width: 1000px) {
  .donate__follow__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.donate__follow__intro__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .donate__follow__intro__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.donate__follow__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .donate__follow__list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.donate__follow__list__item__article img {
  width: 100%;
  height: 100%;
  border-radius: 1.5em 0 1.5em 0;
}
.donate__follow__list__item__article__title {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.actualities__all_actualities {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .actualities__all_actualities {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.actualities__all_actualities__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .actualities__all_actualities__title {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.actualities__all_actualities__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .actualities__all_actualities__list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
    row-gap: 3rem;
  }
}
.actualities__all_actualities__list__item {
  position: relative;
}
.actualities__all_actualities__list__item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.actualities__all_actualities__list__item__article img {
  width: 100%;
  height: 100%;
  border-radius: 1.5em 0 1.5em 0;
}
.actualities__all_actualities__list__item__article__title {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.3rem;
  line-height: 1.5rem;
}

.single_actuality__content {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .single_actuality__content {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.single_actuality__content__title {
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .single_actuality__content__title {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
}
.single_actuality__content__image_container {
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .single_actuality__content__image_container {
    margin-bottom: 2rem;
  }
}
.single_actuality__content__image_container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2em 0 2em 0;
}
@media (min-width: 1000px) {
  .single_actuality__content__image_container img {
    height: 100%;
    aspect-ratio: 7/3;
    border-radius: 5em 0 5em 0;
  }
}
.single_actuality__content__description {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
@media (min-width: 1000px) {
  .single_actuality__content__description {
    width: 80%;
  }
}

.contact {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .contact {
    width: calc(100% - 64px);
    margin: 5rem auto;
  }
}
.contact__title {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1000px) {
  .contact__title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1000px) {
  .contact__container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 1000px) {
  .contact__container__info {
    position: sticky;
    top: 3rem;
    align-self: flex-start;
  }
}
.contact__container__info__text {
  font-size: 1.1rem;
}
@media (min-width: 1000px) {
  .contact__container__info__text {
    width: 80%;
  }
}
.contact__container__info__links_container {
  margin-top: 2rem;
}
.contact__container__info__links_container__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact__container__info__links_container__list__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.contact__container__info__links_container__list__item img {
  border: none;
  width: 8%;
}
@media (min-width: 1000px) {
  .contact__container__info__links_container__list__item img {
    width: 3%;
  }
}
.contact__container__info__links_container__list__item__link {
  color: #1A0051 !important;
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
  font-size: 1.1rem;
}
@media (min-width: 1000px) {
  .contact__container__info__links_container__list__item__link {
    font-size: 1.3rem;
  }
}
.contact__container__form {
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 1000px) {
  .contact__container__form {
    width: 40%;
    margin-top: 0;
  }
}
.contact__container__form form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contact__container__form form div {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 1rem;
}
.contact__container__form form div label {
  font-size: 1.3rem;
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
}
.contact__container__form form div label span {
  color: #FFB240;
}
.contact__container__form form div input, .contact__container__form form div textarea, .contact__container__form form div select {
  font-size: 1.1rem;
  border: 1px solid #1A0051;
  padding: 0.5rem;
  border-radius: 1em 0 1em 0;
  background-color: transparent;
  color: #1A0051;
}
.contact__container__form form div textarea {
  height: 10rem;
  padding: 0.5rem 0 0 2%;
  resize: none;
}
.contact__container__form form div .error {
  color: #f61616;
  font-size: 0.8rem;
  display: block;
  text-align: left;
  margin-top: 0.5rem;
}
.contact__container__form form button {
  border: 1px solid #FFB240;
  align-self: flex-start;
  margin: auto;
}
.contact .success-message p {
  color: #20da20;
  font-size: 1.3rem;
  margin: 0 auto 3rem;
  display: block;
  width: 77%;
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
  text-align: center;
}

.values {
  background-color: #AFEBEA;
  margin-bottom: 3rem;
}
@media (min-width: 1000px) {
  .values {
    margin-bottom: 5rem;
  }
}
.values__container {
  padding: 2rem 0;
  width: calc(100% - 64px);
  margin: auto;
}
@media (min-width: 1000px) {
  .values__container {
    width: calc(100% - 64px);
  }
}
.values__container__title {
  font-size: 1.5rem;
}
@media (min-width: 1000px) {
  .values__container__title {
    font-size: 2rem;
  }
}
.values__container__list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1000px) {
  .values__container__list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.values__container__list__item {
  text-align: center;
}
.values__container__list__item__article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top: none;
}
.values__container__list__item__article__img_container {
  width: 100%;
}
.values__container__list__item__article__img_container__img {
  border: none;
}
.values__container__list__item__article__title {
  font-size: 1.3rem;
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
}
.values__container__list__item__article__text {
  line-height: 1.2rem;
}

@media (min-width: 1000px) {
  .stats__list {
    margin-top: 4rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.stats__list p {
  font-size: 2rem;
}
.stats__list h3 {
  font-size: 1.3rem;
}

html {
  font-family: "Nunito-Regular", "Rubik", "Segoe UI", "Helvetica Neue", sans-serif;
  color: #1A0051;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

@media (min-width: 1800px) {
  body {
    width: 75%;
    margin: auto;
  }
}
@media (min-width: 2000px) {
  body {
    width: 60%;
    margin: auto;
  }
}

.nav-open {
  overflow: hidden;
  height: 100vh;
}

h1, h2, h3, h4, h5 {
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  position: relative;
  font-weight: 400;
}
h1 strong::after, h2 strong::after, h3 strong::after, h4 strong::after, h5 strong::after {
  content: "";
  position: absolute;
  left: 0;
  top: 1.7rem;
  width: 100%;
  height: 50%;
  background-image: url("/wp-content/themes/vm/resources/svg/markup.svg");
  background-size: 100% 100%;
}
@media (min-width: 800px) {
  h1 strong::after, h2 strong::after, h3 strong::after, h4 strong::after, h5 strong::after {
    top: 2.2rem;
    height: 100%;
  }
}

.sro {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  font-family: "Fredoka-Regular", "Poppins", "Quicksand", "Arial Rounded MT Bold", sans-serif;
}

.button {
  padding: 1rem;
  background-color: #FFB240;
  border-radius: 1.2em 0 1.2em 0;
  color: #1A0051;
  font-size: 1.3rem;
  cursor: pointer;
  border: 1px solid #FFB240;
  transition: 0.3s;
}
.button:hover {
  border: 1px solid #1A0051;
  transition: 0.3s;
  border-radius: 0 1.2em 0 1.2em;
}
@media (min-width: 1000px) {
  .button {
    padding: 1rem 1.5rem;
  }
}

small {
  font-size: 0.8rem;
}

.current_page {
  color: #FFB240 !important;
  font-family: "Fredoka-SemiBold", "Poppins SemiBold", "Quicksand SemiBold", "Arial Rounded MT Bold", sans-serif;
}
.current_page:hover:after {
  content: none;
}

@media (min-width: 1000px) {
  .home_page:not(.current_page) {
    color: #FFFFF0 !important;
  }
  .home_page:not(.current_page)::after {
    background-color: #FFFFF0;
  }
}
img, video {
  border: 1px solid #1A0051;
}

li::marker {
  content: none;
}

.intro {
  width: calc(100% - 64px);
  margin: 3rem auto;
}
@media (min-width: 1000px) {
  .intro {
    width: calc(100% - 64px);
    margin: 5rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.intro__text {
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.5rem;
}
@media (min-width: 1000px) {
  .intro__text {
    width: 48%;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .intro__image_container {
    width: 48%;
  }
}
.intro__image_container img {
  width: 100%;
  height: auto;
  aspect-ratio: 8/5;
  object-fit: cover;
  border-radius: 2em 0 2em 0;
}
@media (min-width: 1000px) {
  .intro__video_container {
    width: 48%;
  }
}
.intro__video_container video {
  width: 100%;
  border-radius: 2em 0 2em 0;
}

.hover_animation {
  position: relative;
}
.hover_animation::after {
  content: "";
  position: absolute;
  top: 110%;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #1A0051;
  transition: all 0.5s ease;
  transform: translateX(-50%);
}
.hover_animation:hover::after {
  width: 100%;
}

.animate {
  opacity: 0;
  transition: all 0.5s ease-out;
  transition-delay: 0.5s;
  transform: translateY(5rem);
}

.scroll-animation {
  transform: translateY(0);
  opacity: 1;
}

.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0;
}

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