@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*# sourceMappingURL=normalize.min.css.map */
@font-face {
  font-family: "capsiva";
  src: url("../font/capsiva.eot?19682586");
  src: url("../font/capsiva.eot?19682586#iefix") format("embedded-opentype"), url("../font/capsiva.woff2?19682586") format("woff2"), url("../font/capsiva.woff?19682586") format("woff"), url("../font/capsiva.ttf?19682586") format("truetype"), url("../font/capsiva.svg?19682586#capsiva") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "capsiva";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "";
}

.icon-x:before {
  content: "";
}

.icon-check-circled:before {
  content: "";
}

.icon-x-circled:before {
  content: "";
}

.icon-check, .icon-check-circled {
  color: #0b5;
}

.icon-x, .icon-x-circled {
  color: #e01;
}

body {
  font-family: Poppins;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-align: center;
}

.container {
  width: 50em;
  max-width: 90vw;
  margin: 0 auto;
  padding: 2em 0;
  box-sizing: border-box;
}

.section {
  border-bottom: 1px solid #DFDFF0;
}

input[type=text],
input[type=phone],
input[type=email],
input[type=number],
textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 0.75em;
  border-radius: 0.25em;
  border: 0;
}

button {
  background: #512D8E;
  color: #fff;
  border: 0;
  border-radius: 0.5em;
  padding: 0.75em 1em;
  font-weight: 600;
  font-size: 1.25em;
}

img {
  max-width: 100%;
}

label span {
  display: block;
  font-size: 0.8em;
  margin-bottom: -0.5rem;
}

#site-logo {
  width: 25em;
  max-width: 70vw;
  margin: 2em auto;
}

#section-welcome {
  text-align: center;
  background: transparent url("/img/blurred-background.jpg") center center no-repeat;
  background-size: cover;
}

#cta {
  transform: translateY(100%);
  transition: transform 500ms;
  background: #fff;
  box-shadow: 0 -0.5em 1em rgba(0, 0, 0, 0.15), 0 -0.2em 0.4em rgba(0, 0, 0, 0.15);
  z-index: 9;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
#cta .container {
  display: flex;
  padding: 4vw 0;
  max-width: 92vw;
  width: 35em;
  align-items: center;
}
#cta .container .inline-available {
  flex: 1;
  text-align: left;
  margin-right: 1em;
}
#cta .container .inline-available p {
  margin: 0.2em 0;
  font-size: 0.8em;
}

#cta.show {
  transform: translateY(0);
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  color: #512D8E;
}

h1 {
  line-height: 1;
}

.comparison-table {
  margin-top: 2em;
  border-collapse: collapse;
}
.comparison-table i {
  font-size: 2em;
  margin: 0;
}
.comparison-table img {
  max-width: 90%;
  display: block;
  margin-bottom: 0.5em;
}
.comparison-table thead th {
  height: 1.5em;
  vertical-align: top;
}
.comparison-table td {
  padding: 0.5em;
}
.comparison-table td:first-child {
  text-align: left;
}
.comparison-table tr:nth-child(odd) td {
  background: #f9f9f9;
}

ul.big-list {
  list-style-image: url(/img/bullet.svg);
  font-size: 1.375em;
  color: #512D8E;
  font-weight: 600;
  margin: 1em;
  padding: 0;
  text-align: left;
}
ul.big-list li {
  margin: 1em 0;
  padding-left: 0.5em;
}

.flex {
  display: flex;
  align-items: center;
}

#section-welcome {
  position: relative;
  padding-bottom: 4em;
}
#section-welcome .guarantee-link {
  position: absolute;
  left: 50%;
  bottom: -3em;
  transform: translateX(-50%);
}

#section-product-features {
  position: relative;
  padding-bottom: 2em;
}
#section-product-features .flex img {
  max-width: 40vw;
  max-height: 100vw;
}
.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.video-wrapper iframe, .video-wrapper video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video {
  margin: 0 -5vw;
}

.testimonials {
  margin: 2em 0;
}
.testimonials .testimonial {
  margin: 2em 0;
}
.testimonials svg {
  display: block;
  margin: 0 auto;
}
.testimonials .signature {
  font-weight: 600;
}

#treatment-areas-image {
  max-width: 70vw;
}

#section-product-cta h2 {
  font-size: 2em;
}
#section-product-cta .subhead {
  margin-top: -1.5em;
}
#section-product-cta svg {
  max-width: 8em;
}
#section-product-cta .inline-available p {
  font-size: 0.8em;
  opacity: 0.8;
}
#section-product-cta .flex {
  margin-top: 2em;
  justify-content: center;
}
#section-product-cta .flex .text {
  text-align: left;
  margin-left: 2em;
}
#section-product-cta .flex img {
  max-width: 40vw;
  max-height: 20em;
}

.stockist-container {
  margin-top: -4em;
}

#store-locator {
  margin-bottom: 6em;
}

@media screen and (min-width: 601px) {
  #cta .container {
    padding: 1em 0;
  }
  #cta .container button {
    padding: 1em 3em;
  }
}
@media screen and (min-width: 780px) {
  #section-product-cta .container {
    display: flex;
    align-items: center;
    margin: 3em auto;
  }
  #section-product-cta .container .treatment-areas {
    flex: 0 0 25em;
  }
  #section-product-cta .container .treatment-areas h2 {
    margin-top: 0;
  }
  #section-product-cta .container .flex {
    margin: 0 4em;
  }
  #section-product-cta .container #treatment-areas-image {
    width: auto;
    max-width: 100%;
  }

  #section-product-features .flex {
    justify-content: center;
  }
  #section-product-features .flex ul {
    font-size: 1.75em;
    margin-right: 0;
    max-width: 12em;
  }
  #section-product-features .flex img {
    max-height: 50vh;
    margin: 0 4em 0 2em;
  }
}

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