@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
html {
  background-color: #F7FCF4;
  font-family: "Raleway", sans-serif !important;
}

body {
  overflow-x: hidden;
}

.scrollbar-none::-webkit-scrollbar {
  display: none;
}

#pagination li.active {
  color: #2C3833;
  font-weight: bold;
}

#menu-pagination li.active {
  color: #F7FCF4;
  font-weight: bold;
}

#tabs li {
  position: relative;
}
#tabs li.active {
  border-color: #2C3833;
}
#tabs li.active::after {
  position: absolute;
  right: 100%;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  background: url(../media/svg/arrow-left-long.svg) no-repeat right center;
  background-size: contain;
  width: 90%;
  height: 10px;
  opacity: 1;
}

@media (max-width: 1024px) {
  #tabs li.active::after {
    position: static;
    right: 0;
    margin-right: 0;
    top: 0;
    content: "";
  }
}
.hero-carousel .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1240px) {
  .hero-carousel .owl-dots {
    flex-direction: row;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}
.hero-carousel .owl-dots button span {
  background: transparent !important;
  border: 1px solid #F7FCF4;
  margin: 0 !important;
}
.hero-carousel .owl-dots button.active span {
  background: #F7FCF4 !important;
}

[data-animate-in] {
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}

[data-animate-in=up] {
  transform: translate3d(0, 24px, 0);
}

[data-animate-in=left] {
  transform: translate3d(-25%, 0, 0);
}

[data-animate-in=right] {
  transform: translate3d(25%, 0, 0);
}

[data-animate-in=down] {
  transform: translate3d(0, -24px, 0);
}

[data-animate-in=fadeIn] {
  transform: translate3d(0, 0, 0);
}

[data-animate-in].in-view {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.page-loaded .fade-in,
.page-loaded.fade-in {
  opacity: 1;
}

.isSafari.isTouch [data-animate-in],
.isSafari.isTouch [data-animate-in=up] {
  opacity: 1;
  transition: none;
  transform: none;
}

.our-story-description > h2{
  font-size: 36px;
  @media (min-width: 1024px){
      font-size: 48px;
  }
  color: #F7FCF4;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.our-story-description > p{
  margin-bottom: 0;
  font-size: 14px;
  @media (min-width: 1024px){
      font-size: 16px;
  }
  color: #f7fcf480 !important;
  line-height: 1.5;
}



.change-lang.isMobile.open .change-lang-header {
  background-color: rgba(247, 252, 244, 0.5);
}/*# sourceMappingURL=custom.css.map */