@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes marquee {
  0% {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.content {
  width: 100%;
  float: none; }

.content__region {
  max-width: none; }

.content__attachments {
  display: none; }

.hero {
  min-height: 70vh;
  max-height: 100vh;
  height: 78vw; }

.hero-content {
  position: absolute;
  z-index: 9;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center; }
  .hero-content__motto-main {
    margin: 0 0 1rem 0; }
    .hero-content__motto-main h1 {
      min-width: 200px;
      max-width: 630px;
      margin: auto;
      color: #fff;
      font-size: 3rem;
      font-family: 'Belanosima', sans-serif;
      font-weight: 600; }
  .hero-content__motto-secondary {
    position: relative;
    background-color: #a7a2a2;
    z-index: 2;
    padding: 1rem 0 0 0; }
    .hero-content__motto-secondary h2 {
      color: #fff;
      margin: 0;
      font-size: 2rem; }
    .hero-content__motto-secondary img {
      display: block;
      width: 100%; }
  .hero-content__cta a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    height: 6rem;
    width: 6rem;
    font-size: 2.5rem;
    background-color: #52A275;
    margin: auto;
    border-radius: 50% 0 50% 50%;
    -webkit-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s;
    position: relative;
    z-index: 3;
    bottom: -1rem; }
    .hero-content__cta a:hover {
      border-radius: 50%; }
  .hero-content__decor {
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    pointer-events: none; }
    .hero-content__decor img {
      position: absolute; }
  .hero-content__decor-left {
    left: 0;
    bottom: 87px;
    width: 320px; }
    .hero-content__decor-left.inview {
      -webkit-animation: fadeIn 0.7s;
      animation: fadeIn 0.7s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .hero-content__decor-right {
    right: 0;
    bottom: 67px;
    width: 320px; }
    .hero-content__decor-right.inview {
      -webkit-animation: fadeIn 0.5s;
      animation: fadeIn 0.5s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.hero-content__curve {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.2)); }
  .hero-content__curve path {
    fill: #a7a2a2; }

@media all and (min-width: 1500px) {
  .hero-content__decor-left {
    bottom: 89px;
    width: 418px; }
  .hero-content__decor-right {
    bottom: 66px;
    width: 304px; } }

@media all and (max-width: 1140px) {
  .hero-content__decor {
    display: none; } }

@media all and (max-width: 633px) {
  .hero-content__motto-main h1 {
    min-width: 200px;
    max-width: 420px;
    color: #fff;
    font-size: 2rem; }
  .hero-content__motto-secondary h2 {
    font-size: 1.5rem; } }

.home ul,
.home ol {
  list-style: none;
  padding: 0; }

.home__container {
  width: calc(100% - 150px);
  max-width: 1300px;
  margin: 0 auto; }

.home__section-heading {
  font-size: 2rem; }
  .home__section-heading--pri {
    color: #6e6b6b; }
  .home__section-heading--sec {
    color: #a7a2a2; }
  .home__section-heading--b {
    color: #000; }
  .home__section-heading--w {
    color: #fff; }

.home__text {
  font-size: 1rem; }
  .home__text--pri {
    color: #6e6b6b; }
  .home__text--sec {
    color: #a7a2a2; }
  .home__text--b {
    color: #000; }
  .home__text--w {
    color: #fff; }

.home__btn {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
  text-transform: capitalize;
  padding: 0.7rem 2rem;
  margin: 1rem 0 3rem 0;
  -webkit-transition: ease-in-out all 0.5s;
  -o-transition: ease-in-out all 0.5s;
  transition: ease-in-out all 0.5s;
  border-radius: 12px; }

.home__btn-pri {
  background-color: #6e6b6b;
  color: #fff; }
  .home__btn-pri:hover {
    background-color: #d62430;
    color: #fff; }

.home__btn-sec {
  background-color: #a7a2a2;
  color: #000; }
  .home__btn-sec:hover {
    background-color: #6e6b6b; }

/*
min-width: 1200px
*/
@media all and (min-width: 1200px) {
  .home__section-heading {
    font-size: 2.5rem; }
  .home__text {
    font-size: 1.4rem; } }

/*
max-width: 800px
*/
@media all and (max-width: 800px) {
  .home__section-heading {
    font-size: 1.5rem; } }

/*
max-width: 600px
*/
@media all and (max-width: 600px) {
  .home__container {
    width: calc(100% - 50px); } }

.welcome {
  position: relative; }
  .welcome__container {
    padding: 4rem 0; }
  .welcome__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem; }
  .welcome__image {
    position: relative;
    z-index: 3;
    width: 300px;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 0 70px 70px 70px; }
  .welcome__left {
    position: relative; }
  .welcome h3 {
    margin: 0;
    font-size: 1.7rem;
    color: #52A275; }
  .welcome h2 {
    margin: 0; }
  .welcome span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem; }

/*
min-width: 1200px
*/
@media all and (min-width: 1200px) {
  .welcome__image {
    width: 500px;
    height: 500px; } }

/*
max-width: 980px
*/
@media all and (max-width: 980px) {
  .welcome__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem;
    text-align: center; }
  .welcome span {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.events {
  position: relative;
  z-index: 9;
  padding: 0;
  background-color: #fff; }
  .events h2 {
    font-size: 1.7rem;
    text-align: center; }
  .events__list-controls-container {
    position: relative; }
  .events__list {
    width: calc(100% - 100px);
    margin: auto;
    overflow: hidden;
    padding: 2rem 0 !important; }
  .events__link {
    margin: 0 auto;
    text-align: center;
    color: #fff; }
  .events__date-container {
    position: relative;
    height: 12rem;
    margin: auto; }
  .events__date {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    background-color: #6e6b6b;
    height: 13rem;
    width: 13rem;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 50% 0 50% 50%;
    margin: auto;
    -webkit-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s; }
    .events__date:hover {
      background-color: #a7a2a2; }
  .events__day {
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    -webkit-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s; }
  .events__mth {
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 0.5;
    color: #fff; }
  .events__info__title {
    font-weight: 600;
    margin: 1.5rem 0 0 0;
    color: #52A275; }
  .events__time {
    font-weight: 600;
    color: #000; }
  .events__controls {
    width: 100%;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4; }
  .events__btn-container {
    text-align: center; }
  .events__decor {
    display: block;
    position: absolute;
    top: 0;
    width: 100%; }
    .events__decor img {
      position: absolute; }
  .events__decor-left {
    left: 0;
    width: 320px; }
    .events__decor-left.inview {
      -webkit-animation: fadeIn 0.7s;
      animation: fadeIn 0.7s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
  .events__decor-right {
    right: 0;
    width: 380px; }
    .events__decor-right.inview {
      -webkit-animation: fadeIn 0.4s;
      animation: fadeIn 0.4s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards; }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.owl-prev,
.owl-next {
  position: absolute;
  cursor: pointer; }

.owl-prev {
  left: 0; }
  .owl-prev:hover svg {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px); }

.owl-next {
  right: 0; }
  .owl-next:hover svg {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

.events__controls--left,
.events__controls--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 25px;
  padding: 0rem;
  font-size: 2.5rem; }
  .events__controls--left svg,
  .events__controls--right svg {
    color: #d62430;
    -webkit-transition: ease-in-out all 0.5s;
    -o-transition: ease-in-out all 0.5s;
    transition: ease-in-out all 0.5s; }

/*
max-width: 980px
*/
@media all and (max-width: 980px) {
  .events__decor {
    display: none; } }

.contact-wave {
  display: block;
  width: 100%;
  position: relative;
  z-index: 9; }

.contact {
  position: relative;
  z-index: 1;
  margin: 0; }
  .contact__container {
    margin: -2rem auto 0 auto;
    padding: 5rem 0 5rem 0; }
  .contact h2 {
    color: #fff;
    margin: 0 0 1.5rem 0; }
  .contact__block {
    position: relative;
    z-index: 2;
    overflow: hidden;
    margin: 5rem 0;
    padding: 3rem 2.5rem 8rem 2.5rem;
    max-width: 600px;
    background-color: #d62430;
    border-radius: 0 70px 70px 70px; }
  .contact__details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1rem; }
    .contact__details li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      gap: 1rem; }
    .contact__details a {
      text-decoration: none;
      color: #fff;
      word-break: break-all;
      font-size: 1.1rem;
      font-weight: 600;
      line-height: 1.5;
      position: relative;
      top: -12px; }
    .contact__details svg {
      font-size: 2rem;
      color: #6e6b6b; }
  .contact__google-map {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%; }

.contact-decor {
  position: absolute;
  right: 2rem;
  bottom: -2rem; }
  .contact-decor.inview {
    -webkit-animation: fadeUp 0.6s;
    animation: fadeUp 0.6s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.map__container {
  height: 100% !important; }

/*
max-width: 980px
*/
@media all and (max-width: 980px) {
  .contact {
    padding: 0; }
    .contact__container {
      width: 100%;
      padding: 0; }
    .contact__block {
      margin: 0;
      padding: 5rem 2.5rem 3rem 2.5rem;
      text-align: center;
      width: 100%;
      max-width: 100%;
      border-radius: 0; }
    .contact__details {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .contact__details li {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .contact__details a {
        position: relative;
        top: 0; }
    .contact__google-map {
      position: relative;
      min-height: 350px; } }
