@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300..900&display=swap");
.wh-40 {
  width: 40px !important;
  height: 40px !important;
}

@media (min-width: 768px) {
  .px-lg-3 {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
}
.lh-2-3 {
  line-height: 2.3 !important;
}

.lh-36 {
  line-height: 36px !important;
}

.gap-32 {
  gap: 32px !important;
}

.w270 {
  width: 270px !important;
  max-width: 270px !important;
  min-width: 270px !important;
}

.h700 {
  height: 700px !important;
}
@media (max-width: 768px) {
  .h700 {
    height: 270px !important;
  }
}

.h500 {
  height: 500px !important;
  max-height: 500px !important;
}

.h300 {
  height: 300px !important;
}

.h260 {
  height: 260px !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.bg-green {
  background-color: #7a2d1f !important;
}

.bg-green-light {
  background-color: #fff4ec !important;
}

.bg-green-dark {
  background-color: #1B7660 !important;
}

.bg-green-lighter {
  background-color: #32BE79 !important;
}

.bg-white-20 {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

.bg-white-85 {
  background-color: rgba(255, 255, 255, 0.8509803922) !important;
}

.bg-white {
  background-color: #fff;
}

.bg-white-100 {
  background-color: #F6F8FA !important;
}

.bg-gray-light {
  background-color: #eee !important;
}

.bg-dark-900 {
  background-color: #0A0D14 !important;
}

.text-green {
  color: #2CA86B !important;
}

.text-green-dark {
  color: #b77a4e !important;
}

.text-black-900 {
  color: #0A0D14 !important;
}

.text-white {
  color: #fff !important;
}

.text-white-200 {
  color: #E2E4E9 !important;
}

.text-white-300 {
  color: #CDD0D5 !important;
}

.text-white-400 {
  color: #868C98 !important;
}

.text-white-500 {
  color: #525866 !important;
}

.border-white-200 {
  border-color: #E2E4E9 !important;
}

.border-green-dark {
  border-color: #1B7660 !important;
}

.border-radius-8 {
  border-radius: 8px;
}

.border-radius-10 {
  border-radius: 10px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-24 {
  border-radius: 24px;
}

.border-radius-16 {
  border-radius: 16px;
}

.backdrop-filter-4 {
  -webkit-backdrop-filter: blur(4px) !important;
          backdrop-filter: blur(4px) !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-40 {
  font-size: 40px !important;
}

@media (max-width: 768px) {
  .fs20 {
    font-size: 20px !important;
  }
  .fs-24 {
    font-size: 24px !important;
  }
  .fs-20 {
    font-size: 20px !important;
  }
  .fs-16 {
    font-size: 16px !important;
  }
  .fs-14 {
    font-size: 14px !important;
  }
  .fs-12 {
    font-size: 12px !important;
  }
  .fs-11 {
    font-size: 11px !important;
  }
  .fs-6 {
    font-size: 6px !important;
  }
}
@media (min-width: 768px) {
  .fs-md-40 {
    font-size: 40px !important;
  }
  .fs-md-36 {
    font-size: 36px !important;
  }
  .fs-md-24 {
    font-size: 24px !important;
  }
  .fs-md-30 {
    font-size: 30px !important;
  }
  .fs-md-26 {
    font-size: 26px !important;
  }
  .fs-md-18 {
    font-size: 18px !important;
  }
  .fs-md-16 {
    font-size: 16px !important;
  }
  .fs-md-9 {
    font-size: 9px !important;
  }
}
@media (min-width: 1280px) {
  .fs-lg-48 {
    font-size: 48px !important;
  }
  .fs-lg-40 {
    font-size: 40px !important;
  }
  .fs-lg-32 {
    font-size: 32px !important;
  }
  .fs-lg-24 {
    font-size: 24px !important;
  }
  .fs-lg-20 {
    font-size: 20px !important;
  }
  .fs-lg-18 {
    font-size: 18px !important;
  }
  .fs-lg-16 {
    font-size: 16px !important;
  }
  .fs-lg-14 {
    font-size: 14px !important;
  }
  .fs-lg-13 {
    font-size: 13px !important;
  }
  .fs-lg-12 {
    font-size: 12px !important;
  }
}
.font-family-frank {
  font-family: "Frank Ruhl Libre", sans-serif;
  font-feature-settings: "liga" off, "calt" off;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none !important;
}

body {
  width: 100%;
  height: 100vh;
  background-color: #fff !important;
  overflow: hidden;
  font-feature-settings: "ss11" on, "cv09" on, "liga" off, "calt" off;
  font-family: "Inter", sans-serif;
}

.header {
  height: 104px;
}

.navbar-menu {
  transition: all 0.5s ease-in-out;
  left: 0px;
  width: 100vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 99999;
}

del {
  text-decoration: line-through !important;
}

.hamburger-menu {
  display: none;
}

.navbar-toggler {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.navbar-toggler::after {
  content: url("/assets/icons/hamburger-menu.svg") !important;
}

.navbar-toggler-close::after {
  content: url("/assets/icons/close-fill.svg") !important;
  filter: invert(0);
}

@media (max-width: 992px) {
  .hamburger-menu {
    display: block;
  }
  .logo {
    z-index: 99999999;
    position: relative;
  }
  .navbar-menu {
    -webkit-clip-path: circle(0 at 0% 0);
    clip-path: circle(0 at 0% 0);
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    position: fixed !important;
    justify-content: space-between;
    top: 104px;
    width: 100%;
    left: 0;
    height: calc(100% - 104px);
    overflow-y: auto;
    padding: 0 0 15px 0;
  }
  .navbar-toggler {
    z-index: 1000;
  }
  .nav-item {
    border-bottom: 1px solid #E2E4E9;
    padding-bottom: 10px;
  }
  .nav-item a {
    background: transparent !important;
  }
  .nav-item:last-child {
    border-bottom: none;
  }
}
.show {
  -webkit-clip-path: circle(141.2% at 0% 0) !important;
          clip-path: circle(141.2% at 0% 0) !important;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overflow-hidden-custom {
  overflow: hidden !important;
}

.none {
  display: none !important;
}

@media (min-width: 1550px) {
  body {
    max-width: 1550px !important;
    margin: 0 auto !important;
  }
}/*# sourceMappingURL=style.css.map */