@import url(https://fonts.googleapis.com/css2?family=Syne+Mono&display=swap);
/* Responsiveness */
.flipdown {
  width: auto !important;
  margin: auto;
  /*.rotor::after{
       width: 80px!important;
       height: 65px!important;
   }
   /*.rotor, .rotor-leaf, .rotor-leaf-rear,  .rotor-leaf-front,  .rotor-top,  .rotor-bottom{
       font-size: 100px;
       width: 80px!important;
       height: 100px!important;
   }

   .rotor, .rotor-leaf, .rotor-leaf-rear,  .rotor-leaf-front,  .rotor-top,  .rotor-bottom{
       font-size: 100px;
       width: 80px!important;
       height: 100px!important;
   }
  .rotor, .rotor-leaf, .rotor-leaf-rear,  .rotor-leaf-front,  .rotor-top,  .rotor-bottom{
       font-size: 110px!important; 
   }*/
}
.flipdown .rotor-top, .flipdown .rotor-bottom, .flipdown .rotor-leaf-rear, .flipdown .rotor-leaf-front {
  font-family: "PF_Fuel_Decay", sans-serif !important;
  font-weight: 100;
  font-size: 3.5rem;
  /*width: 80px!important;
  height: 65px!important;*/
}
.flipdown .rotor, .flipdown .rotor-leaf {
  font-family: "PF_Fuel_Decay", sans-serif !important;
  font-weight: 100;
  /*width: 80px!important;
  height: 130px!important;*/
}
.flipdown .rotor-group:nth-child(3) {
  padding: 0;
}
.flipdown .flipdown__theme-dark {
  display: flex;
  justify-content: center;
}
.flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):after, .flipdown .rotor-group:nth-child(n+2):nth-child(-n+3):before {
  display: none;
}

.late .rotor-leaf-rear, .late .rotor-leaf-front, .late .rotor-top, .late .rotor-bottom {
  color: red !important;
}

.rotor-group-heading {
  position: absolute;
  background-color: #151515;
  background: linear-gradient(#151515, #202020);
  padding: 0.5rem;
  border-radius: 4px;
  top: 50%;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-67%, 90%);
}

.rotor-group-heading:before {
  color: white !important;
  font-size: 1rem;
  font-weight: 500;
}

.flipdown .rotor-group:last-child {
  display: none;
}

.flipdown .rotor-group:nth-child(3):before, .flipdown .rotor-group:nth-child(3):after {
  content: "" !important;
  display: none;
}

@media only screen and (min-width: 600px) {
  .rotor-group-heading:before {
    font-size: 1.5rem !important;
  }
}
@media only screen and (max-width: 600px) {
  .rotor-group-heading:before {
    font-size: 1rem !important;
  }
}
@font-face {
  font-family: "PF_Fuel_Decay";
  src: url("/assets/fonts/PF_Fuel/PF_Fuel_Decay.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PF Fuel Decay";
  src: url("/assets/fonts/PF_Fuel/PF_Fuel_Decay.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* Responsiveness */
.before-image-chicken::after {
  position: absolute;
  right: 60%;
  top: 55%;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%; /* adjust as needed */
  height: 100%;
  background-image: url("/assets/images/HP/SectionHeader/SLEPICE_FOREGROUND.png"); /* your image */
  background-size: contain;
  background-repeat: no-repeat;
}

.freeprivacypolicy-com---palette-dark .cc-nb-okagree, .freeprivacypolicy-com---palette-dark .cc-cp-foot-save {
  background-color: rgb(240, 35, 71);
  color: #FFFFFF;
}
.freeprivacypolicy-com---palette-dark .cc-nb-okagree:hover, .freeprivacypolicy-com---palette-dark .cc-cp-foot-save:hover {
  background-color: rgb(195, 0, 34);
  color: #FFFFFF;
}
.freeprivacypolicy-com---palette-dark .cc-nb-reject {
  background-color: #FFFFFF;
  color: #000000;
}
.freeprivacypolicy-com---palette-dark .cc-nb-changep {
  background-color: #FFFFFF;
  color: #000000;
}

.freeprivacypolicy-com---nb {
  max-width: 800px;
  width: 80%;
  top: 50%;
  transform: translateY(-50%) !important;
  margin: 0 auto;
}
@media screen and (max-width: 450px) {
  .freeprivacypolicy-com---nb {
    width: 90%;
    height: 90%;
    left: 5%;
    right: 5%;
    top: 5%;
    bottom: 5%;
    transform: unset !important;
  }
}

.freeprivacypolicy-com---nb .cc-nb-reject {
  display: none;
}

* {
  font-family: "Syne Mono", monospace;
}

.fuel {
  font-family: "PF_Fuel_Decay", sans-serif;
  font-weight: 100;
}

body {
  background-color: #191B2B;
}

main {
  color: white;
  font-weight: 300;
}

.button {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 3.5rem;
  padding-right: 3.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(240 35 71/var(--tw-bg-opacity)) !important;
  border-radius: 9999px;
  max-width: 270px;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  transition: background-color 0.5s ease;
}
@media (min-width: 1024px) {
  .button {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px) {
  .button {
    max-width: 370px;
  }
}
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 0 34/var(--tw-bg-opacity)) !important;
}

progress {
  outline: 0;
  border: 0;
  border-radius: 500px;
  width: 100%;
  max-width: 100%;
  transition: box-shadow 0.2s ease-in-out;
  overflow: hidden;
  height: 15px;
  -webkit-appearance: none;
  background-color: #ddd;
  background: #6C6B79;
}

progress::-webkit-progress-bar {
  border-radius: 33px;
  background: #6C6B79;
}

progress::-webkit-progress-value {
  background-color: #BED85D;
  border-radius: 500px;
}

.swiper-pagination-bullets {
  display: flex;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 30px;
  border-radius: 2rem;
  background-color: #6C6B79;
}

.swiper-pagination-bullet-active {
  background-color: #F02347;
}

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