/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 846.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 847px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 846.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: flex;
}

/*** Override Bootstrap colors */
/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-original {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #f1efd3;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-original.disabled {
  opacity: 0.2;
}

.swatch-filter-original {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f1efd3;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f1efd3;
  display: block;
  position: relative;
}
.swatch-filter-original.disabled {
  opacity: 0.2;
}

.swatch-circle-rose {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ef8f94;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-rose.disabled {
  opacity: 0.2;
}

.swatch-filter-rose {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ef8f94;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ef8f94;
  display: block;
  position: relative;
}
.swatch-filter-rose.disabled {
  opacity: 0.2;
}

.swatch-circle-bloom {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ec7188;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-bloom.disabled {
  opacity: 0.2;
}

.swatch-filter-bloom {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ec7188;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ec7188;
  display: block;
  position: relative;
}
.swatch-filter-bloom.disabled {
  opacity: 0.2;
}

.swatch-circle-nude {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #cc7e6f;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-nude.disabled {
  opacity: 0.2;
}

.swatch-filter-nude {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #cc7e6f;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #cc7e6f;
  display: block;
  position: relative;
}
.swatch-filter-nude.disabled {
  opacity: 0.2;
}

.swatch-circle-honey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #de7368;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-honey.disabled {
  opacity: 0.2;
}

.swatch-filter-honey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #de7368;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #de7368;
  display: block;
  position: relative;
}
.swatch-filter-honey.disabled {
  opacity: 0.2;
}

.swatch-circle-spice {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #cd4a44;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-spice.disabled {
  opacity: 0.2;
}

.swatch-filter-spice {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #cd4a44;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #cd4a44;
  display: block;
  position: relative;
}
.swatch-filter-spice.disabled {
  opacity: 0.2;
}

.swatch-circle-punch {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ff3220;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-punch.disabled {
  opacity: 0.2;
}

.swatch-filter-punch {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff3220;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ff3220;
  display: block;
  position: relative;
}
.swatch-filter-punch.disabled {
  opacity: 0.2;
}

.swatch-circle-coral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #db1932;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-coral.disabled {
  opacity: 0.2;
}

.swatch-filter-coral {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #db1932;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #db1932;
  display: block;
  position: relative;
}
.swatch-filter-coral.disabled {
  opacity: 0.2;
}

.swatch-circle-tulip {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #f0557b;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-tulip.disabled {
  opacity: 0.2;
}

.swatch-filter-tulip {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f0557b;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #f0557b;
  display: block;
  position: relative;
}
.swatch-filter-tulip.disabled {
  opacity: 0.2;
}

.swatch-circle-candy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #e03c65;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-candy.disabled {
  opacity: 0.2;
}

.swatch-filter-candy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #e03c65;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #e03c65;
  display: block;
  position: relative;
}
.swatch-filter-candy.disabled {
  opacity: 0.2;
}

.swatch-circle-orchid {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #dd2d4c;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-orchid.disabled {
  opacity: 0.2;
}

.swatch-filter-orchid {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #dd2d4c;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #dd2d4c;
  display: block;
  position: relative;
}
.swatch-filter-orchid.disabled {
  opacity: 0.2;
}

.swatch-circle-poppy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #ee2c50;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-poppy.disabled {
  opacity: 0.2;
}

.swatch-filter-poppy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ee2c50;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #ee2c50;
  display: block;
  position: relative;
}
.swatch-filter-poppy.disabled {
  opacity: 0.2;
}

.swatch-circle-berry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #bc3146;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-berry.disabled {
  opacity: 0.2;
}

.swatch-filter-berry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #bc3146;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #bc3146;
  display: block;
  position: relative;
}
.swatch-filter-berry.disabled {
  opacity: 0.2;
}

.swatch-circle-ruby {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #b7002f;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-ruby.disabled {
  opacity: 0.2;
}

.swatch-filter-ruby {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b7002f;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #b7002f;
  display: block;
  position: relative;
}
.swatch-filter-ruby.disabled {
  opacity: 0.2;
}

.swatch-circle-cherry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #b10c20;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-cherry.disabled {
  opacity: 0.2;
}

.swatch-filter-cherry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #b10c20;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #b10c20;
  display: block;
  position: relative;
}
.swatch-filter-cherry.disabled {
  opacity: 0.2;
}

.swatch-circle-blackberry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #bc3146;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-blackberry.disabled {
  opacity: 0.2;
}

.swatch-filter-blackberry {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #bc3146;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #bc3146;
  display: block;
  position: relative;
}
.swatch-filter-blackberry.disabled {
  opacity: 0.2;
}

.swatch-circle-fig {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.5em;
  height: 1.5em;
  background: #984a5a;
  -moz-border-radius: 0.75em;
  border-radius: 0.75em;
  display: block;
  position: relative;
}
.swatch-circle-fig.disabled {
  opacity: 0.2;
}

.swatch-filter-fig {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #984a5a;
  -moz-border-radius: 0.69em;
  border-radius: 0.69em;
  background-color: #984a5a;
  display: block;
  position: relative;
}
.swatch-filter-fig.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.color-attribute {
  background-color: transparent;
  border: none;
  padding: 0;
  position: relative;
  cursor: pointer;
}
.color-attribute:focus-visible {
  outline: none;
}
.color-attribute:focus-visible span {
  outline: 1px dotted #303e48;
  outline-offset: 2px;
}

.swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  background: #fff;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  border-radius: 50%;
  background-position: center;
}
.swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 8px;
  position: relative;
}
@media (min-width: 847px) {
  .circle {
    margin: 12px;
  }
}
.circle.active, .circle:hover {
  border: 1px solid #303e48;
  width: 40px;
  height: 40px;
  margin: 4px;
}
@media (min-width: 847px) {
  .circle.active, .circle:hover {
    margin: 8px;
  }
}
.circle.active::before, .circle:hover::before {
  display: block;
  content: " ";
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 4px solid #fff;
  position: absolute;
}
.circle.disabled {
  pointer-events: none;
}
.circle.disabled::after {
  display: block;
  content: " ";
  width: 40px;
  height: 1px;
  position: absolute;
  left: -4px;
  top: 50%;
  background-color: #fff;
  transform: rotate(-45deg);
}
.circle.disabled.active::after {
  width: 32px;
  left: 3px;
}

.slot-hero-image {
  height: 300px;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (min-width: 544px) {
  .slot-hero-image {
    height: 350px;
  }
}
@media (min-width: 992px) {
  .slot-hero-image {
    height: 400px;
  }
}

.aboutus-dreams-wrapper .aboutus-dreams-item {
  margin-top: 40px;
}
.aboutus-dreams-wrapper .aboutus-dreams-item img {
  margin-bottom: 30px;
}

.slot-story-container .story-content-wrapper {
  padding-top: 20px;
}
@media (min-width: 992px) {
  .slot-story-container .story-content-wrapper {
    padding: 0 15px;
  }
}
.slot-story-container .story-content-wrapper .story-details {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  padding-top: 17px;
}
@media (max-width: 1199.98px) {
  .slot-story-container .story-content-wrapper .story-details {
    padding-top: 0;
  }
}
.slot-story-container .story-content-wrapper .story-details strong {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 600;
}

@media (min-width: 992px) {
  .slot-founders-container .founders-img-wrapper {
    order: 2;
    margin: 0;
  }
}
.slot-founders-container .founders-content-wrapper {
  padding-top: 20px;
}
@media (min-width: 847px) {
  .slot-founders-container .founders-content-wrapper {
    padding-top: 45px;
  }
}
@media (min-width: 992px) {
  .slot-founders-container .founders-content-wrapper {
    order: 1;
    padding: 0 15px;
  }
}
.slot-founders-container .founders-content-wrapper .founders-details {
  font-family: roboto-light, roboto-fallback, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  padding-top: 17px;
}
@media (max-width: 991.98px) {
  .slot-founders-container .founders-content-wrapper .founders-details {
    padding-top: 0;
  }
}
.slot-founders-container .founders-content-wrapper .founders-details strong {
  font-family: custom-body-font, roboto-fallback, sans-serif;
  font-weight: 600;
}

.slot-video-container .video-thumbnail-image {
  width: 100%;
}
.slot-video-container .video-thumbnail-image .image-text-about-us {
  position: absolute;
  color: #fff;
  left: 50%;
  top: 65%;
  transform: translate(-50%, -50%);
}

.aboutus-founder-wrapper .aboutus-founder-content {
  font-size: 24px;
  font-style: italic;
  line-height: 1.38;
}
.aboutus-founder-wrapper .about-us-founder-author {
  font-size: 24px;
  font-style: italic;
  line-height: 1.38;
  padding-top: 25px;
}

.aboutus-testimonial-wrapper .aboutus-testimonial-heading {
  padding-top: 50px;
}
@media (min-width: 544px) {
  .aboutus-testimonial-wrapper .aboutus-testimonial-heading {
    padding-top: 122px;
  }
}
@media (min-width: 992px) {
  .aboutus-testimonial-wrapper .aboutus-testimonial-heading {
    max-width: 810px;
  }
}
.aboutus-testimonial-wrapper .aboutus-testimonial-content {
  padding: 20px 0 100px;
}
@media (min-width: 544px) {
  .aboutus-testimonial-wrapper .aboutus-testimonial-content {
    padding: 30px 0 122px;
  }
}
@media (min-width: 992px) {
  .aboutus-testimonial-wrapper .aboutus-testimonial-content {
    max-width: 810px;
  }
}

.slot-menu-container .slot-menu-item img {
  padding: 40px 0 20px;
}

.experience-container {
  background-repeat: no-repeat;
  height: 320px;
  background-size: cover;
}
@media (min-width: 992px) {
  .experience-container {
    height: 420px;
  }
}
@media (min-width: 1200px) {
  .experience-container {
    height: 600px;
  }
}
.experience-container .about-experience-cta {
  margin-top: 20px;
  background-color: #fff;
}

.explore-container {
  margin: 60px auto 35px;
}
@media (min-width: 544px) {
  .explore-container {
    margin-top: 100px;
  }
}
.explore-container .explore-img-wrapper img {
  padding: 40px 0;
}

.mg-100 {
  margin-top: 100px;
}

.mg-30 {
  margin-top: 30px;
}
@media (min-width: 544px) {
  .mg-30 {
    margin-top: 100px;
  }
}

.mg-60 {
  margin-top: 60px;
}

.video-poster {
  cursor: pointer;
}

/* stylelint-disable-next-line selector-class-pattern */
.videoWrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  /* stylelint-disable-next-line selector-class-pattern */
}
.videoWrapper .videoIframe {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 transparent;
}

.formula-testimonial-wrapper .formula-testimonial-content {
  padding-top: 112px;
}
@media (min-width: 544px) {
  .formula-testimonial-wrapper .formula-testimonial-content {
    padding-top: 170px;
  }
}
@media (min-width: 847px) {
  .formula-testimonial-wrapper .formula-testimonial-content {
    padding-top: 185px;
  }
}
.formula-testimonial-wrapper .formula-testimonial-author {
  padding-bottom: 112px;
}
@media (min-width: 544px) {
  .formula-testimonial-wrapper .formula-testimonial-author {
    padding-bottom: 170px;
  }
}
@media (min-width: 847px) {
  .formula-testimonial-wrapper .formula-testimonial-author {
    padding-bottom: 185px;
  }
}

.formula-explore {
  margin-bottom: 24px;
}
@media (min-width: 847px) {
  .formula-explore {
    margin-bottom: 49px;
  }
}
