.todo {
  background-color: yellow;
  opacity: 0.8;
  color: black !important;
}

.heading.pb_font-32 {
  line-height: 1.3em;
}

.static-items .slick-slide img {
  padding-right: 8px;
}

.medias {
  position: relative;
}

.medias .media1, .medias .media2 {
  -webkit-box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
  box-shadow: -17px 10px 34px -18px rgba(0, 0, 0, 0.5);
}

.medias .media1 {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.medias .media2 {
  top: -70px;
  position: relative;
  left: 25%;
  margin-bottom: -70px;
  max-width: 560px;
  z-index: 2;
}

.medias.right .media2 {
  left: -15%;
}

@media (max-width: 991px) {
  .medias .media2 {
    top: inherit !important;
    left: inherit !important;
    position: relative;
  }
}

.medias .video-wrap {
  width: 100%;
  max-width: 560px;
}

.medias .video-wrap .video-container {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
  /* creates a 16:9 aspect ratio */
}

.medias .video-wrap .video-container iframe, .medias .video-wrap .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
}

@media (max-width: 991px) {
  .medias {
    margin-bottom: 20px;
  }
  .medias .media1 {
    margin-bottom: 1rem;
  }
  .medias .media2 {
    max-width: 100%;
  }
}

.pb_media_v2 i {
  color: #8BABC7;
}

.pb_sm_py_cover {
  background: #8babc7;
  background: radial-gradient(circle, #8babc7 0%, #8babc7 51%, #def0ff 88%);
}

.pb_sm_py_cover:before {
  background: transparent;
}

.pb_footer {
  color: #8BABC7;
  padding: 3em 0;
}

.pb_footer a {
  color: #8BABC7;
}

.flip {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

blockquote {
  font-style: italic;
  color: #8BABC7 !important;
}

blockquote:not(.brief) {
  border-left: 2px solid #8BABC7;
  padding-left: 16px;
}

blockquote.brief {
  margin-top: 3rem;
  margin-bottom: 0;
}

blockquote.brief p {
  margin-bottom: 0;
}

blockquote .pb_author {
  color: #212529;
}

.text-center blockquote {
  border-left: none;
  padding-left: 0;
}

.navbar-brand {
  font-family: 'Life Savers', cursive;
}

.navbar-brand img {
  margin-top: -9px;
  height: 33px;
  width: 33px;
  margin-left: -10px;
  margin-right: -3px;
}

.brand-name {
  font-family: 'Life Savers', cursive;
}

.brand-name img {
  margin-top: -27px;
  height: 100px;
  width: 100px;
  margin-left: -30px;
  margin-right: -10px;
}

section:not(.pb_cover_v1) p {
  font-size: 1.1rem;
}

.pb_section {
  padding: 6em 0;
}

@media (max-width: 991px) {
  .reverse-md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .row {
    gap: 10px;
  }
}

.signature {
  font-family: 'Ink Free', cursive;
  font-weight: bold;
  font-style: italic;
  font-size: 1.5rem !important;
}

.testimonial {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #8BABC7;
}

.testimonial blockquote {
  margin-bottom: 0;
  padding-bottom: 12px;
}

.testimonial p {
  margin-bottom: 0.25rem;
}

.testimonial .pb_author {
  font-size: 0.9em;
}

.testimonial cite {
  display: inline-block;
}

.testimonial .heading-border-top {
  padding-top: 20px;
}

.watch-here {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold !important;
}
/*# sourceMappingURL=styles.css.map */