body {
  font-family: open sans, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #252525;
  background-color: #fff;
}
a {
  color: #9cc700;
  text-decoration: none;
}
body,
html {
  overflow-x: hidden;
}
li,
p,
ul {
  font-family: open sans, sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  font-size: 16px !important;
  line-height: 1.5;
  letter-spacing: 0 !important;
}
ol,
ul {
  padding-left: 0 !important;
}
a,
a:hover {
  color: unset;
  text-decoration: none;
  background-color: unset;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  letter-spacing: 0 !important;
  color: #333;
  font-family: zilla slab, sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
}
h2,
h3 {
  color: #000000;
}
.text-green {
  color: #abcd00;
}
h2 {
  line-height: 1.2;
}

.font-sm {
  font-size: 0.875rem !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.object-contain {
  object-fit: contain;
}

.page-container {
  max-width: 800px;
  margin: auto;
  padding-inline: 20px;
}
.pop-events {
  position: relative;
}
.pop-events-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 16px;
  z-index: 2147483647;
  user-select: none;
  width: 100%;
}
.pop-events-container {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 380px;
  min-height: 85px;
  max-height: 500px;
  padding: 10px;
  overflow: hidden;
  color: #333;
  background: #fff;
  border-radius: 9999px;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
}
.pop-events-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.pop-events-image div {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-position: center;
  background-size: auto 50px;
  background-repeat: no-repeat;
}
.pop-events-content {
  display: flex;
  flex-direction: column;
  white-space: pre-line;
}
.pop-events-customer {
  font-size: 13px;
  line-height: 16px;
  font-weight: 500;
}
.pop-events-action {
  font-size: 12px;
  line-height: 12px;
}
.pop-events-time {
  font-size: 12px;
}
.pop-events-button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  padding: 3px;
  border-radius: 9999px;
  top: 13px;
  right: 13px;
  left: auto;
  color: #000;
  background: #fff;
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.11),
    0 5px 15px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  opacity: 0;
  z-index: 99999999999999;
}
.pop-events-button svg {
  width: 100%;
}
.pop-events-button:hover {
  transform: scale(1.1);
}
.pop-events:hover .pop-events-button {
  opacity: 1;
}
@media (hover: none) {
  .pop-events-button {
    opacity: 1;
    transform: scale(1.1);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.animate__animated {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animate__hidden {
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

img {
  max-width: 100%;
  height: auto;
}

.caps {
  text-transform: uppercase;
}

@media screen and (max-width: 1200px) {
  h2 {
    font-size: 1.15rem;
  }
  h3 {
    font-size: calc(1.3rem + 0.6vw);
  }
  p {
    font-size: 0.9rem !important;
  }
}

.button-mobile {
  display: none;
}

@media screen and (max-width: 525px) {
  .button-mobile {
    display: block;
  }

  .pop-events-wrapper {
    top: 0;
    bottom: auto;
  }
  .sticky-button {
    position: -webkit-fixed;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    /* border-top: 3px solid #ffffff; */
    text-align: center;
    display: block;
    padding: 1em 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #fe9400;
    color: #000;
    font-weight: 700;
    font-size: 18px;
  }
}

.section1 .bio-review {
  max-width: 1400px;
  margin: auto;
  padding: 50px;
}
.section1 {
  background: linear-gradient(#000, #212529);
  padding-block: 50px;
}
.section1 img {
  padding-right: 10%;
  border-radius: 3px;
}

.section1 p {
  color: #fff;
}

.section2 {
  max-width: 1024px;
  margin: auto;
  padding: 20px;
  padding-bottom: 30px;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #9cc700;
  margin-inline: 5px;
}
h4 {
  font-family: Open Sans, sans-serif !important;
  text-transform: uppercase;
  font-weight: 400 !important;
  letter-spacing: 3px;
}

.section3 {
  background: url("https://static-v1.cdn-bio.com/bio-pages/review/s3-bg.webp");
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.section3 .wrapper {
  background-color: rgba(255, 255, 255, 0.55);
}

.section3 .wrapper div {
  max-width: 1024px;
  margin-inline: auto;
}
.section3 img {
  max-width: 150px;
}

.section3 .wrapper .button p {
  padding: 12px 24px;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase;
  border: 3px solid #000000;
  border-radius: 0px;
  transition: .2s ease all;
}
.section3 .wrapper .button p:hover {
  border: 3px solid #fe9400;
  background-color: #fe9400;
  color: white;
}
@media screen and (max-width: 767px) {
  .section1 .bio-review {
    padding: 20px;
  }
  h1 {
    font-size: 2rem;
  }
}
