:root {
  --bs-font-sans-serif: 'Plus Jakarta Sans', sans-serif;
  --bs-heading-color: var(--bs-emphasis-color);
  --bs-dark-rgb: 0,0,0;
  --bs-yellow: #fdd900;
  --bs-warning-rgb: 253,217,0;
}

.ff-grifter {
  font-family: 'GRIFTER', sans-serif!important;
}

.navbar-brand img {
  width: 120px;
}

.navbar {
  --bs-navbar-toggler-font-size: 1rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: transparent;
  --bs-navbar-toggler-focus-width: 0;
  background: url("../../assets/img/noise.webp") center / cover, linear-gradient(#fbe8de, #fbe8de);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

@media (min-width: 1200px) {
  .navbar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background: none;
  }
}

.navbar-nav {
  background-color: #fff;
}

@media (min-width: 1200px) {
  .navbar-nav {
    background-color: var(--bs-emphasis-color);
    border-radius: var(--bs-border-radius-pill)!important;
  }
}

.navbar-nav .nav-link {
  color: #000;
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link {
    color: #fff;
    border-radius: var(--bs-border-radius-pill);
    padding: 1.25rem!important;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-link.active, .navbar-nav .nav-link:hover {
    color: var(--bs-emphasis-color);
    background-color: #fff;
  }
}

.btn {
  --bs-btn-padding-x: 4rem;
  --bs-btn-padding-y: 1.375rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
  --bs-btn-focus-box-shadow: rgba(0, 0, 0, .2) 6px 6px;
  font-family: 'GRIFTER', sans-serif!important;
  transition: all .2s;
}

.btn:first-child:active {
  border-color: transparent;
}

.btn-dark {
  --bs-btn-bg: var(--bs-emphasis-color);
  --bs-btn-border-color: var(--bs-emphasis-color);
  --bs-btn-hover-bg: var(--bs-emphasis-color);
  --bs-btn-hover-border-color: var(--bs-emphasis-color);
  --bs-btn-active-bg: var(--bs-emphasis-color);
  --bs-btn-active-border-color: var(--bs-emphasis-color);
  box-shadow: rgba(0, 0, 0, .2) 6px 6px;
}

.btn-dark:hover {
  box-shadow: rgba(0, 0, 0, .2) 8px 8px;
  transform: translateY(-6px);
}

.btn-outline-light {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: #fff;
  transition: all .6s;
}

.btn-outline-light:hover {
  transform: translateY(-13px);
  box-shadow: 9px 9px rgba(255,255,255,.24);
}

.h1, h1 {
  font-size: calc(3rem + 1.5vw);
}

@media (min-width:768px) {
  .h1, h1 {
    font-size: 5rem;
  }
}

.h2, h2 {
  font-size: calc(2.5rem + 1.5vw);
}

@media (min-width:768px) {
  .h2, h2 {
    font-size: 3rem;
  }
}

.h3, h3 {
  font-size: calc(1.75rem + 1.5vw);
}

@media (min-width:768px) {
  .h3, h3 {
    font-size: 2rem;
  }
}

.section-hero {
  padding-bottom: 60px;
  background: url("../../assets/img/noise.webp") center / cover, linear-gradient(#fbe8de, #fbe8de);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

@media (min-width: 768px) {
  .section-hero {
    padding-bottom: 100px;
  }
}

.section-hero .content-wrapper {
  padding-top: 100px;
}

@media (min-width: 768px) {
  .section-hero .content-wrapper {
    padding-top: 175px;
  }
}

@media (min-width: 1200px) {
  .section-hero .content-wrapper {
    margin-top: 100px;
    padding-top: 0;
  }
}

@media (min-width: 768px) {
  .content-wrapper {
    max-width: 540px;
  }
}

@media (min-width: 1200px) {
  .content-wrapper {
    max-width: 800px;
  }
}

.image-43 {
  display: none;
  z-index: 2;
}

@media (min-width: 768px) {
  .image-43 {
    display: inline-block;
    top: 15%;
    right: 0;
    width: 184px;
  }
}

@media (min-width: 1200px) {
  .image-43 {
    bottom: 0;
    right: 0;
    top: 10%;
    width: 200px;
  }
}

.image-44 {
  width: 52px;
  top: 0;
  left: -10px;
}

@media (min-width: 768px) {
  .image-44 {
    display: inline-block;
    top: 10%;
    width: 192px;
  }
}

@media (min-width: 1200px) {
  .image-44 {
    width: 200px;
    top: 10%;
  }
}

.image-68 {
  margin-right: 20px;
  min-height: 200px;
  min-width: 200px;
  transition: all .4s;
}

@media (min-width: 768px) {
  .image-68 {
    min-height: 300px;
    min-width: 300px;
  }
}

@media (min-width: 1200px) {
  .image-68 {
    min-height: 400px;
    min-width: 400px;
  }
}

.image-68:hover {
  box-shadow: #a88f83 0 30px 40px;
  transform: scale(1.1);
}

.section-4 {
  padding-top: 120px;
  padding-bottom: 150px;
  background: url("../../assets/img/noise.webp"), linear-gradient(#fff, #fff);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

.quote {
  margin-top: 80px;
  padding: 40px 30px;
  background: url("../../assets/img/noise.webp") center / cover, #fbe8de;
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

@media (min-width: 1200px) {
  .quote {
    padding: 70px;
  }
}

.quote__wrapper {
  max-width: 600px;
}

@media (min-width: 768px) {
  .image-31 {
    width: 130px;
    bottom: 10%;
    left: -5%;
  }
}

@media (min-width: 1200px) {
  .image-31 {
    bottom: 16%;
    width: 170px;
  }
}

@media (min-width: 768px) {
  .image-32 {
    width: 150px;
    top: -4%;
    right: -4%;
  }
}

@media (min-width: 1200px) {
  .image-32 {
    width: 200px;
  }
}

.section-5 {
  padding-top: 150px;
  padding-bottom: 100px;
  background: url("../../assets/img/noise.webp") center / cover, linear-gradient(#e1eaf4, #e1eaf4);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

.section-6 {
  background: url(../../assets/img/noise.webp"), linear-gradient(#fff, #fff);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

.never {
  background-image: url(../../assets/img/61425085fefcfd2c00b1be93_Vector.svg?h=2aae7e329fed36668acc4c05684c5a8f);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-quote {
  margin-top: 60px;
}

@media (min-width: 1200px) {
  .feature-quote {
    margin-top: 100px;
  }
}

.feature-quote__quote-block {
  padding: 30px 40px;
  background: url("../../assets/img/noise.webp") center / cover;
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

.section-7 {
  background: url("../../assets/img/noise.webp") center / cover, linear-gradient(#e1eaf4, #e1eaf4);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

.section-8 {
  padding-top: 120px;
  padding-bottom: 100px;
  background: url("../../assets/img/noise.webp"), linear-gradient(#fff, #fff);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

.funky__block {
  background: url("../../assets/img/noise.webp") center / cover, #fbe8de;
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

@media (min-width: 768px) {
  .funky__splash {
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .funky__splash {
    max-width: none;
  }
}

.funky__logo {
  height: 26px;
}

.scope__wrapper {
  border: 6px solid #fbe8de;
  padding: 20px;
}

@media (min-width: 768px) {
  .scope__wrapper {
    padding: 50px;
  }
}

.scope__item {
  border-bottom: 6px solid #fbe8de;
}

.image-39 {
  right: -5%;
  top: -4%;
  width: 100px;
}

@media (min-width: 768px) {
  .image-39 {
    left: -5%;
    top: -7%;
  }
}

.memberships {
  background: url("../../assets/img/noise.webp") center / cover, linear-gradient(#fbe8de, #fbe8de);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

.faqs {
  background: url("../../assets/img/noise.webp") center / cover, linear-gradient(#fff, #fff);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

.accordion {
  --bs-accordion-color: var(--bs-emphasis-color);
  --bs-accordion-bg: transparent;
  --bs-accordion-border-color: transparent;
  --bs-accordion-btn-padding-x: 0;
  --bs-accordion-btn-padding-y: 2rem;
  --bs-accordion-btn-color: var(--bs-emphasis-color);
  --bs-accordion-btn-bg: transparent;
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-body-padding-x: 0;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-emphasis-color);
  --bs-accordion-active-bg: transparent;
}

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border-bottom: var(--bs-accordion-border-width) solid var(--bs-emphasis-color);
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

.accordion-button {
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0;
  align-items: start;
}

.footer {
  color: #fff;
  background-image: url("../../assets/img/footer-texture.webp"),linear-gradient(#000,#000);
  background-position: 0 0,0 0;
  background-size: auto,auto;
  position: relative;
}

.image-42 {
  width: 100px;
}

@media screen and (min-width: 1200px) {
  .image-42 {
    width: 186px;
  }
}

.footer-nav .btn {
  color: #fff;
  text-decoration: none;
  transition: all .2s;
}

.footer-nav .btn.btn-link {
  font-family: 'Plus Jakarta Sans', sans-serif!important;
  font-weight: 500;
}

.footer-nav .btn:hover {
  color: #ea552b;
}

.image-41 {
  width: 80px;
  top: -6%;
  left: -3%;
}

@media (min-width: 768px) {
  .image-41 {
    width: 170px;
    top: -20%;
  }
}

@media (min-width: 1200px) {
  .image-41 {
    width: 190px;
    top: -13%;
  }
}

.image-40 {
  width: 70px;
  top: -4%;
  right: 0;
}

@media (min-width: 768px) {
  .image-40 {
    width: 110px;
    top: -5%;
  }
}

@media (min-width: 1200px) {
  .image-40 {
    width: 170px;
    top: -5%;
  }
}

.image-38 {
  width: 80px;
  top: -3.5%;
  left: 40%;
}

@media (min-width: 768px) {
  .image-38 {
    width: 102px;
    top: -2%;
    left: 46%;
  }
}

@media (min-width: 1200px) {
  .image-38 {
    top: -5%;
  }
}

.image-37 {
  width: 70px;
  top: -1%;
  left: 0;
}

@media (min-width: 768px) {
  .image-37 {
    width: 110px;
    top: -2%;
  }
}

@media (min-width: 1200px) {
  .image-37 {
    width: 144px;
    top: -3%;
  }
}

.image-36 {
  width: 90px;
  top: -1%;
  right: 0;
}

@media (min-width: 768px) {
  .image-36 {
    width: 178px;
    top: -2%;
  }
}

@media (min-width: 1200px) {
  .image-36 {
    top: -3%;
  }
}

.image-35 {
  width: 80px;
  top: -1.2%;
  left: 42%;
}

@media (min-width: 768px) {
  .image-35 {
    width: 102px;
    top: -3%;
    left: 46%;
  }
}

@media (min-width: 1200px) {
  .image-35 {
    width: 102px;
    top: -3%;
    left: 46%;
  }
}

.image-34 {
  width: 144px;
}

@media (min-width: 768px) {
  .image-34 {
    width: 300px;
  }
}

.image-33 {
  width: 100px;
  top: -5%;
  left: 35%;
}

@media (min-width: 768px) {
  .image-33 {
    left: 40%;
  }
}

@media (min-width: 1200px) {
  .image-33 {
    left: 47%;
  }
}

.image-32 {
  width: 15px;
  top: -3%;
  left: 50%;
}

@media (min-width: 768px) {
  .image-32 {
    top: -4%;
  }
}

.image-29 {
  width: 150px;
  top: -5%;
  right: 0;
}

.image-28 {
  width: 100px;
  top: -3%;
  left: 40%;
}

@media (min-width: 768px) {
  .image-28 {
    left: 40%;
  }
}

@media (min-width: 1200px) {
  .image-28 {
    left: 47%;
  }
}

.image-27 {
  width: 110px;
  top: -5%;
  left: 0;
}

@media (min-width: 768px) {
  .image-27 {
    width: 190px;
    top: -12%;
  }
}

.image-26 {
  width: 15px;
  top: -5%;
  left: 50%;
}

@media (min-width: 768px) {
  .image-26 {
    top: -8%;
  }
}

.image-25 {
  width: 80px;
  top: -5%;
}

@media (min-width: 768px) {
  .image-25 {
    width: 130px;
    top: -12%;
  }
}

@media (min-width: 1200px) {
  .image-25 {
    width: 180px;
    top: -12%;
  }
}

.image-24 {
  width: 100px;
  top: -5%;
}

@media (min-width: 768px) {
  .image-24 {
    width: 170px;
    top: -12%;
  }
}

@media (min-width: 1200px) {
  .image-24 {
    width: 225px;
    top: -12%;
  }
}

.image-23 {
  width: 120px;
  top: -4%;
  right: -2%;
}

@media (min-width: 768px) {
  .image-23 {
    width: 150px;
    top: -10%;
    right: -4%;
  }
}

@media (min-width: 1200px) {
  .image-23 {
    width: 211px;
    top: -12%;
  }
}

.guarantee {
  font-size: 13px;
}

.guarnatee__heart {
  margin-left: 4px;
  margin-right: 2px;
}

.navbar-nav .nav-arrow {
  background: url("../../assets/img/arrow-up.svg") center / auto 22px no-repeat, #2c2c2c;
}

.navbar-nav .nav-arrow.active {
  background-color: #2c2c2c;
}

.navbar-nav .nav-arrow:hover {
  background-color: #424242;
}

@media (min-width: 1200px) {
  .navbar-nav .nav-login {
    background-color: #2c2c2c;
  }
}

@media (min-width: 1200px) {
  .navbar-nav .nav-login:hover {
    color: #fff;
    background-color: #424242;
  }
}

.image-67 {
  top: -3.5rem;
  left: 22%;
}

.badge-popular {
  background-color: #ea552b!important;
  letter-spacing: 1px;
  border-radius: 5px;
  font-size: 10px;
  top: -1rem;
  bottom: auto;
  left: 9%;
  right: auto;
  transform: rotate(-9deg);
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.splide__arrow {
  background: #000;
  opacity: 1;
}

.splide__arrow {
  background: #000;
  opacity: 1;
}

.splide__arrow svg {
  fill: #fff;
}

.card-review {
  background: url("../../assets/img/noise.webp"), linear-gradient(#fff, #fff);
    background-position: 0 0,0 0;
    background-size: auto,auto;
}

/*@media (max-width: 1199px) {
  .navbar-collapse {
    position: absolute;
    top: 90%;
    left: 0;
    right: 0;
    z-index: 999;
  }
}*/