body {
  font-family: Metropolis, sans-serif;
  color: #303030;
  font-weight: 400;
}

p {
  margin-bottom: 10px;
  color: #535351;
  font-size: 1rem;
  line-height: 1.8;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

li {
  margin-bottom: 5px;
}

strong {
  font-weight: 500;
}

.brand-header {
  border-bottom: 1px solid #90e5db;
  background-color: #c2efea;
}

.fluid {
  max-width: 1024px;
}

.fluid.absolute {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fluid.absolute-flex {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fluid.flex {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand-logo {
  width: 150px;
}

.header-wrapper {
  padding-top: 3px;
  padding-bottom: 3px;
  text-align: center;
}

.section {
  padding: 60px 10px;
}

.section.box1 {
  background-color: #faf7f4;
}

.section.box3 {
  background-color: #e8eeee;
}

.section.box4 {
  padding-top: 80px;
  padding-bottom: 60px;
}

.section.box5 {
  padding: 40px 0px 0px;
  background-color: #faf7f4;
}

.section.box6 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section.box7 {
  padding: 0px;
}

.section.box8 {
  background-image: url('../images/xpaint-bg.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.box9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5));
}

.row.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-flex-media {
  position: relative;
  width: 48%;
}

.main-flex-info {
  width: 48%;
}

.main-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Bentonmoddisp, sans-serif;
  font-size: 3.125rem;
  line-height: 1;
  font-weight: 600;
}

.feature-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  border: 6px solid #c2efea;
  background-color: #fff;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.05);
}

.box-title {
  margin-top: 0px;
  font-family: Bentonmoddisp, sans-serif;
  color: #535351;
  font-weight: 400;
  text-transform: uppercase;
}

.box-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.box {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #fbf1fa;
  text-align: center;
}

.image-icon {
  position: relative;
  bottom: 5px;
  width: 32px;
}

.box-text {
  padding-left: 15px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #c2efea;
  border-radius: 50px;
  background-color: #14c1ad;
  box-shadow: 0 0 6px 0 #90e5db;
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.cta-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.cta-button.custom {
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
}

.flex-item {
  width: 45%;
}

.flex-item.left {
  width: 55%;
  padding-right: 40px;
}

.flex-item.right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center;
}

.sub-heading {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: Bentonmoddisp, sans-serif;
  font-size: 2.4375rem;
  line-height: 1.2;
  font-weight: 400;
}

.sub-heading.center {
  margin-bottom: 30px;
  text-align: center;
}

.sub-heading.video {
  font-size: 2.25rem;
}

.prod-compare {
  margin-top: 30px;
}

.prod-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.prod-img-bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  min-height: 195px;
  margin-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.prod-img-bg.blue {
  background-color: #c2efea;
}

.prod-img-bg.pink {
  background-color: #fbf1fa;
}

.prodimg {
  position: relative;
  right: -20px;
  width: 80px;
}

.prod-text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.prod-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Bentonmoddisp, sans-serif;
  font-weight: 600;
}

.box-3-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

._w-30 {
  width: 31%;
}

.box-img {
  position: relative;
  bottom: -25px;
  width: 160px;
}

.steps {
  display: inline-block;
  color: #797979;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
}

.box-info {
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bentonmoddisp, sans-serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

.box-heading.wbgline {
  position: relative;
  z-index: 2;
  margin-bottom: 0px;
  color: #14c1ad;
}

.box-heading.text-24 {
  font-size: 24px;
  line-height: 1.2;
}

.box-heading.text-24.center {
  color: #14c1ad;
  font-size: 1.5rem;
  text-align: center;
}

.heading-wbg {
  margin-bottom: 10px;
}

.bluebg {
  position: relative;
  height: 6px;
  background-color: #c2efea;
}

.full-width-flex {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.product-showcase {
  position: relative;
  z-index: 2;
  width: 50%;
  text-align: right;
}

.bluebg-med {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  height: 100px;
  background-color: #c2efea;
}

.showcase-text {
  position: relative;
  z-index: 3;
  width: 50%;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}

.main-model {
  position: relative;
  width: 100%;
}

.model-bg {
  width: 100%;
  height: auto;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  list-style-type: none;
}

.bullet {
  width: 25px;
  height: 25px;
  background-image: url('../images/next-arrow.png');
  background-position: 0px 0px;
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.list-box {
  padding-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list {
  margin-top: 30px;
}

.box-4-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ing-box {
  width: 18%;
}

.p-center {
  text-align: center;
}

.p-center.small {
  min-height: 180px;
  font-size: 0.875rem;
  line-height: 1.8;
}

.video-box {
  position: relative;
  min-height: 600px;
}

.video-bg {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  min-height: 400px;
  padding-bottom: 100px;
  padding-left: 10%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #c2efea;
}

.video-container {
  position: absolute;
  right: 0px;
  bottom: 15%;
  z-index: 2;
  width: 720px;
  min-height: auto;
  border-style: solid;
  border-width: 8px;
  border-color: #fff;
  background-color: #e8eeee;
}

.div-block {
  width: 30%;
  padding-top: 30px;
  padding-right: 20px;
}

.flex-before-after {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.box-before-after {
  position: relative;
  width: 30%;
}

.gradient-bg {
  position: relative;
  z-index: 1;
  width: 70%;
  min-height: 230px;
  background-color: #c2efea;
  background-image: linear-gradient(315deg, #c2efea, #fbf1fa);
}

.img-top {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  padding: 30px 0px 30px 30px;
}

.image-3 {
  width: 100%;
}

.text-block-quote {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  padding: 15px 20px;
  border-radius: 3px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.08);
  font-family: Bentonmoddisp, sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 400;
  text-align: center;
}

.slider-thumb-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.slider-thumb-wrap {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  padding: 10px;
  border: 4px solid #c2efea;
  background-color: #c2efea;
}

.slider-arrow {
  display: none;
  color: #777;
}

.slider-arrow.right {
  right: -77px;
}

.slider-arrow.left {
  left: -76px;
}

.slider-navigation {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -20%;
  z-index: 4;
  height: 85px;
  margin: 0px;
  padding-top: 0px;
  border-style: dashed;
  border-width: 1px;
  border-color: #32ff47;
  background-color: rgba(255, 255, 255, 0.27);
}

.slider-navigation.no-perspective {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: none;
  font-size: 50px;
  line-height: 50px;
  text-align: left;
}

.slider-navigation.default-no-perspective {
  z-index: 5;
  border-style: none;
  background-color: transparent;
  opacity: 0;
  font-size: 90px;
  line-height: 60px;
  text-align: left;
}

.slider {
  height: 500px;
}

.slider.no-perspective {
  height: auto;
  margin-bottom: 20px;
  background-color: transparent;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.slide-img {
  width: 100%;
  height: 100%;
}

.includes-text {
  margin-bottom: 0px;
  line-height: 1.5;
  font-weight: 300;
}

.bold-16 {
  display: inline;
  color: #333;
  font-size: 1rem;
  font-weight: 500;
}

.bold-16.wonder {
  display: block;
  margin-bottom: 10px;
  font-family: Metropolis, sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500;
}

.bold-16.d-block {
  display: block;
  font-size: 17px;
}

.outer-circle {
  position: relative;
  width: 450px;
  height: 450px;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 30px;
  padding: 15px;
  border: 6px solid #c2efea;
  border-radius: 100%;
}

.inner-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-radius: 100%;
  background-color: #c2efea;
  background-image: -webkit-gradient(linear, left top, right top, from(#c2efea), to(#fbf1fa));
  background-image: linear-gradient(90deg, #c2efea, #fbf1fa);
  text-align: center;
}

.circle-img {
  position: relative;
  bottom: -55px;
  width: 90%;
}

.text-info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.text-box {
  margin-bottom: 20px;
  font-size: 14px;
}

.text-box.right {
  text-align: right;
}

.rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.star-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin-right: 10px;
  padding-right: 0px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.star-wrapper.wmargin {
  margin-bottom: 10px;
}

.star {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 15px;
  margin-right: 2px;
  margin-left: 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ratings {
  margin-top: 3px;
  color: #535351;
  font-size: 14px;
  text-align: left;
}

.ratings.custom {
  font-family: Metropolis, sans-serif;
}

.div-block-2 {
  margin-top: 30px;
  text-align: center;
}

.found-in {
  margin-top: 30px;
  background-color: #e8eeee;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.05);
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 10px;
}

.list-2 {
  margin-bottom: 0px;
  padding-left: 20px;
  color: #535351;
  font-size: 14px;
  line-height: 1.8;
  list-style-type: disc;
}

.div-block-4 {
  width: 50px;
  text-align: center;
}

.sm-title {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 500;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #fff;
}

.small-img {
  position: relative;
  bottom: 10px;
  width: 40px;
}

.rating-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.sr-text {
  width: 10%;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-content {
  padding: 20px 60px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.img-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 204px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  border-right: 1px solid #f0f0f0;
  text-align: center;
}

.green-bar {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 14px;
  background-color: #14c1ad;
}

.green-bar.gray {
  background-color: #ddd;
}

.green-bar._4star {
  position: relative;
  z-index: 2;
  width: 80%;
}

.review-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  border: 1px solid #f0f0f0;
}

.review-title {
  margin-top: 15px;
  font-size: 16px;
  line-height: 19px;
}

.review-title.text {
  margin-top: 0px;
  font-size: 14px;
  font-weight: 500;
}

.green {
  display: inline-block;
  padding: 3px 7px;
  background-color: #c2efea;
}

.green.wmargin {
  margin-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #14c1ad;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
}

.review-p {
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 300;
}

.review-p.author {
  margin-top: 10px;
  margin-bottom: 0px;
  font-weight: 400;
}

.review-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.verified {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
}

.circle-photo {
  border-radius: 100%;
}

.footer-dark {
  padding: 20px 10px;
  background-color: #c2efea;
}

.copy-text {
  margin-bottom: 0px;
  color: #535351;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}

.circle-bg {
  position: relative;
  width: 130px;
  height: 130px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 100%;
  background-color: #c2efea;
  text-align: center;
}

.steps-img {
  position: relative;
  width: 100%;
}

.footer-menu {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.6;
}

.div-block-8 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 1280px) {
  .fluid {
    max-width: 1140px;
  }

  .fluid.absolute-flex {
    padding-top: 0px;
  }

  .fluid.flex {
    padding-top: 0px;
  }

  .section.box3 {
    padding-bottom: 80px;
  }

  .section.box2 {
    padding-bottom: 80px;
  }

  .feature-box {
    max-width: 500px;
  }

  .cta-button {
    max-width: 500px;
  }

  .box-heading.center {
    text-align: center;
  }

  .box-heading.text-24 {
    font-size: 24px;
    line-height: 1.2;
  }

  .product-showcase {
    text-align: right;
  }

  .showcase-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .main-model {
    width: 85%;
  }

  .model-bg {
    width: 85%;
  }

  .list-item {
    margin-top: 20px;
  }

  .div-block {
    width: 35%;
  }

  .gradient-bg {
    min-height: 255px;
  }

  .slider-thumb-wrap {
    width: 100px;
    height: 86px;
    margin-right: 7px;
    margin-left: 7px;
  }

  .slider-navigation.no-perspective {
    bottom: -23%;
    height: 100px;
  }

  .slider-navigation.default-no-perspective {
    height: 100px;
  }

  .slider.no-perspective {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .bold-16.d-block {
    display: block;
  }

  .text-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .found-in {
    min-height: 215px;
  }

  .div-block-4.w100 {
    width: 100px;
  }

  .sm-title {
    color: #80b3aa;
  }

  .small-img.w80 {
    width: 92px;
  }
}

@media screen and (max-width: 991px) {
  .fluid.absolute {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .fluid.absolute-flex {
    position: relative;
  }

  .fluid.flex {
    position: relative;
  }

  .section.box3 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.box2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.box4 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .row.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-flex-media {
    width: 90%;
    margin-right: auto;
    margin-bottom: 150px;
    margin-left: auto;
  }

  .main-flex-info {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .block-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .flex-item.left {
    width: 100%;
  }

  .flex-item.right {
    width: 100%;
  }

  .full-width-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .product-showcase {
    width: 100%;
  }

  .showcase-text {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .box-4-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .video-box {
    min-height: 650px;
  }

  .video-bg {
    width: 80%;
  }

  .video-container {
    position: static;
    width: 100%;
  }

  .div-block {
    width: 75%;
    padding-top: 0px;
    padding-bottom: 30px;
    padding-left: 20px;
  }

  .gradient-bg {
    min-height: 200px;
  }

  .slider-thumb-wrap {
    width: 120px;
    height: 120px;
  }

  .slider-navigation.no-perspective {
    height: 120px;
  }

  .outer-circle {
    margin-right: auto;
    margin-left: auto;
  }

  .text-info.wcustom {
    margin-top: 40px;
  }

  .text-box.right {
    text-align: left;
  }

  .rating-box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .star-wrapper {
    max-width: 60%;
  }

  .sr-text {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .review-content {
    padding-right: 30px;
    padding-left: 30px;
  }

  .div-block-7 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .fluid.absolute {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fluid.absolute-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .fluid.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section.box1 {
    padding: 20px 20px 60px;
  }

  .section.box3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.box2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.box4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.box5 {
    padding-top: 60px;
  }

  .section.box8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .main-flex-media {
    width: 100%;
    margin-bottom: 120px;
  }

  .main-flex-info {
    width: 100%;
  }

  .block-flex {
    margin-top: 0px;
  }

  .box-3-flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._w-30 {
    width: 100%;
  }

  .full-width-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .product-showcase {
    width: 100%;
  }

  .showcase-text {
    width: 100%;
  }

  .ing-box {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-center.small {
    min-height: auto;
  }

  .video-bg {
    width: 100%;
  }

  .video-container {
    position: relative;
    bottom: 0%;
  }

  .div-block {
    width: 100%;
    padding-left: 20px;
  }

  .flex-before-after {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .box-before-after {
    width: 100%;
    margin-bottom: 40px;
  }

  .gradient-bg {
    min-height: 430px;
  }

  .slider-thumb-wrap {
    width: 100px;
    height: 100px;
  }

  .slider-navigation.no-perspective {
    height: 100px;
  }

  .slider-navigation.default-no-perspective {
    font-size: 62px;
    line-height: 50px;
  }

  .bold-16.d-block {
    font-size: 18px;
  }

  .main {
    overflow: hidden;
  }

  .sr-text {
    width: 20%;
  }

  .footer-dark {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .copy-text {
    margin-top: 10px;
  }
}

@media screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 1.6;
  }

  .fluid.absolute {
    padding-top: 30px;
  }

  .section.box1 {
    padding-bottom: 40px;
  }

  .section.box3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.box2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.box4 {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .section.box5 {
    padding-top: 30px;
  }

  .section.box6 {
    padding: 30px 20px 20px;
  }

  .section.box8 {
    padding: 30px 20px;
  }

  .section.box9 {
    padding: 30px 20px;
  }

  .main-flex-media {
    margin-bottom: 60px;
  }

  .main-heading {
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 1.2;
  }

  .feature-box {
    margin-top: 20px;
    padding: 15px;
  }

  .flex-item.left {
    padding-right: 0px;
  }

  .flex-item.right {
    margin-top: 30px;
  }

  .sub-heading {
    margin-bottom: 20px;
    font-size: 32px;
  }

  .prod-img-bg.blue {
    min-height: 260px;
  }

  .prod-img-bg.pink {
    min-height: 340px;
  }

  .box-img {
    bottom: -50px;
    width: 140px;
  }

  .box-info {
    margin-bottom: 20px;
  }

  .showcase-text {
    padding-right: 20px;
    padding-left: 20px;
  }

  .ing-box {
    margin-bottom: 0px;
  }

  .p-center.small {
    font-size: 1rem;
  }

  .video-box {
    margin-bottom: -100px;
  }

  .video-bg {
    padding-bottom: 0px;
  }

  .video-container {
    min-height: auto;
  }

  .div-block {
    padding-top: 0px;
  }

  .box-before-after {
    margin-bottom: 20px;
  }

  .gradient-bg {
    min-height: 250px;
  }

  .text-block-quote {
    margin-top: 10px;
  }

  .slider-thumb-wrap {
    width: 65px;
    height: 65px;
  }

  .slider-navigation.no-perspective {
    bottom: -20%;
    height: 65px;
  }

  .slider-navigation.default-no-perspective {
    bottom: -20%;
    height: 65px;
  }

  .slider.no-perspective {
    margin-bottom: 40px;
  }

  .includes-text {
    line-height: 1.4;
  }

  .bold-16 {
    font-size: 18px;
  }

  .outer-circle {
    width: 320px;
    height: 320px;
    margin-right: auto;
    margin-left: auto;
  }

  .inner-circle {
    width: 280px;
    height: 280px;
  }

  .text-info.wcustom {
    margin-top: 40px;
  }

  .text-box {
    font-size: 1rem;
  }

  .text-box.right {
    text-align: left;
  }

  .star-wrapper.wmargin {
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .list-2 {
    font-size: 16px;
  }

  .div-block-4.w100 {
    width: 100px;
  }

  .sm-title {
    font-size: 19px;
  }

  .small-img {
    width: 50px;
  }

  .small-img.w80 {
    width: 100px;
  }

  .rating-bar {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sr-text {
    margin-right: 20px;
  }

  .div-block-6 {
    width: 50%;
    margin-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .review-content {
    padding: 10px 20px;
  }

  .img-box {
    max-width: none;
    border-bottom: 1px solid #f0f0f0;
    border-right-style: none;
  }

  .img-box.rating-class {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .review-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .review-title.text {
    margin-bottom: 0px;
  }

  .circle-bg {
    width: 160px;
    height: 160px;
  }

  .footer-menu {
    text-align: center;
  }

  .paragraph {
    font-size: 1rem;
  }
}

@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bentonmoddisp';
  src: url('../fonts/BentonModDisp-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../fonts/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}