@font-face {
  font-family: guardian;
  src: url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/guardian_semibold.woff?15528388645469368) format('woff'), url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/guardian_semibold.woff2?15528388645469368) format('woff2');
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: guardian;
  src: url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/guardian_regular.woff?15528388645469368) format('woff'), url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/guardian_regular.woff2?15528388645469368) format('woff2');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: guardian;
  src: url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/guardian_light.woff?15528388645469368) format('woff'), url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/guardian_light.woff2?15528388645469368) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: summer-lovin;
  src:  url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/summerloving_solid.woff?15528388645469368) format('woff'), url(//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/summerloving_solid.woff2?15528388645469368) format('woff2');
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  line-height: inherit;
  vertical-align: baseline;
}
html {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
  font-size: 62.5%;
  color: #000;
  background: #ffd664;
  transition: font-size 0.3s ease-in-out;
}
@media all and (min-width: 112.5em) {
  html {
    font-size: 80%;
  }
}
input,
button {
  background: transparent;
  display: block;
  width: 100%;
  font-size: 100%;
  font: inherit;
  border: none;
  outline: none;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  display: block;
  background: #fff;
  width: 100%;
  overflow-y: visible;
  overflow-x: hidden;
  line-height: 1;
  font-weight: 400;
  min-height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
:link,
:hover,
:active,
:visited {
  color: inherit;
  text-decoration: inherit;
}
* {
  box-sizing: border-box;
}
body {
  font-family: guardian, serif;
  font-size: 1.8rem;
}
em {
  font-style: italic;
}
strong {
  font-weight: 600;
}
.Button {
  cursor: pointer;
  display: inline-block;
  background: #ffd664 linear-gradient(135deg, #ffd664, #efc94c);
  color: #fff;
  padding: 2.5rem 7rem;
  border-radius: 5rem;
  font-size: 2rem;
  font-weight: 600;
  box-shadow: 1.026060429px 2.819077863px 6px rgba(0,0,0,0.167);
  text-shadow: 0.342020143px 0.939692621px 2px rgba(0,0,0,0.4);
}
.Button[disabled] {
  opacity: 0.6;
  cursor: default;
}
.Button:hover {
  box-shadow: 1.710100715px 4.698463105px 10px rgba(0,0,0,0.12);
}
.Button:active {
  box-shadow: 0px 0px 0px rgba(0,0,0,0);
}
.Button--ghost {
  border: 2px solid #fff;
  background: rgba(255,255,255,0.3);
  padding: 2.5rem;
  font-weight: 300;
  font-family: sans-serif;
  text-transform: uppercase;
}
.Button--black {
  background: #666c6d linear-gradient(#666c6d, #363a3b);
}
.Button-icon {
    display: inline-block;
    height: 1em;
    line-height: 1;
    vertical-align: baseline;
}
.Carousel {
  position: relative;
  padding-bottom: 10rem;
  text-align: center;
  width: 100%;
  overflow-x: hidden;
}
.Carousel-bg.Wave {
  position: absolute;
  top: -5rem;
  left: -30%;
  height: 100%;
  width: 200%;
  z-index: -1;
}
@media not all and (min-width: 37.5em) {
  .Carousel-bg.Wave {
    top: -18rem;
  }
}
.Carousel-items {
  white-space: nowrap;
  counter-reset: items;
  padding: 0 5rem;
  transition: transform 0.2s ease-in-out;
}
.Carousel-item {
  overflow: hidden;
  position: relative;
  white-space: normal;
  background: linear-gradient(#f7f7f7, #fff);
  width: 20%;
  min-width: 30rem;
  display: inline-block;
  margin: 2.5rem 0;
  padding: 7rem 2.5rem;
  border-radius: 0.8rem;
  box-shadow: 1.710100715px 4.698463105px 10px rgba(0,0,0,0.12);
  transform: scale(0.9);
  opacity: 0.5;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.Carousel-item--active {
  transform: scale(1);
  opacity: 1;
  box-shadow: 2.5651510725px 7.047694657499999px 15px rgba(0,0,0,0.097);
}
.Carousel-item > * {
  position: relative;
  z-index: 1;
}
.Carousel-item:before {
  opacity: 0.4;
  color: #ffd664;
  counter-increment: items;
  content: counter(items);
  font-family: summer-lovin, sans-serif;
  font-size: 36rem;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: -4rem;
  transform: translatex(-50%);
  z-index: 0;
}
.Carousel-itemTitle {
  font-size: 3.4rem;
  font-weight: 800;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
}
.Carousel-itemDescription {
  line-height: 2;
}
.Carousel-button {
  display: inline-block;
  margin: 1rem;
  width: 5rem;
  height: 5rem;
  border: 1px solid rgba(102,108,109,0.5);
  text-align: center;
  font-size: 5rem/2;
  line-height: 5rem;
  border-radius: 5rem;
  background: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/chevron.svg?15528388645469368") center center no-repeat;
  background-size: 1.4rem 1.4rem;
  opacity: 0.5;
}
.Carousel-button:hover {
  opacity: 0.8;
}
.Carousel-button:active {
  opacity: 1;
}
.Carousel-button--disabled {
  opacity: 0.2 !important;
  cursor: default;
}
.Carousel-button--left {
  transform: scaleX(-1);
}
.Column {
  position: relative;
  max-width: 120rem;
  min-height: 100%;
  padding-left: 7rem;
  padding-right: 7rem;
  margin: 0 auto;
}
@media not all and (min-width: 37.5em) {
  .Column {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
.Column--large {
  max-width: 140rem;
}
.Column--narrow {
  max-width: 86rem;
}
.Column--padded {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.Download {
  position: relative;
  background: linear-gradient(#f7f7f7, #fff);
  padding-top: 7rem;
}
.Download > .Column {
  z-index: 1;
}
.Download:before {
  display: block;
  content: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair.png?15528388645469368");
  position: absolute;
  bottom: 30rem;
  left: 2rem;
  z-index: 0;
}
.Download:after {
  display: block;
  content: '';
  background: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_bl.svg?15528388645469368") bottom left no-repeat, url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_tr.svg?15528388645469368") top right no-repeat, url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_br.svg?15528388645469368") center right no-repeat;
  background-size: auto 60%, 60% auto, auto 120%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  z-index: 0;
}
@media not all and (min-width: 56.25em) {
  .Download:after {
    background: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_bl.svg?15528388645469368") bottom left no-repeat, url("{[ 'flair_tri_tr.svg' | asset_url }}") top right no-repeat;
    background-size: auto 60%, 60% auto;
  }
}
@media all and (min-width: 56.25em) {
  .Download-left {
    width: 30%;
    min-width: 32rem;
  }
}
.Download-description {
  line-height: 1.8;
}
.Download-form {
  margin-top: 5rem;
  position: relative;
  padding-right: 1rem;
}
@media not all and (min-width: 56.25em) {
  .Download-form {
    padding-right: 0;
  }
}
.Download-field {
  padding: 2.5rem;
  border: 2px solid #666c6d;
  border-radius: 5rem;
  background: #fff;
}
.Download-field::placeholder {
  color: rgba(102,108,109,0.5);
  font-style: italic;
}
.Download-image {
  position: relative;
}
@media all and (min-width: 56.25em) {
  .Download-image {
    position: absolute;
    right: 0;
    top: -10rem;
    min-width: 50%;
    max-width: 60%;
    bottom: 10rem;
  }
}
@media not all and (min-width: 56.25em) {
  .Download-image {
    left: -20%;
    margin-top: 7rem;
    width: 120%;
  }
}
.Download-error,
.Download-success {
  position: absolute;
  bottom: 100%;
  left: 2.5rem;
  transform: translateY(-1rem);
  white-space: nowrap;
}
@media not all and (min-width: 56.25em) {
  .Download-error,
  .Download-success {
    position: relative;
    display: block;
    bottom: 0;
    left: 0;
    text-align: center;
    margin-bottom: 2.5rem;
    transform: none;
  }
}
.Download-error {
  color: #ff5e1c;
}
.Download-success {
  color: #31c33f;
}
.Download-button {
  position: absolute;
  left: 100%;
  bottom: 2px;
  display: inline-block;
  width: auto;
  padding: 2.5rem 5rem;
}
@media not all and (min-width: 56.25em) {
  .Download-button {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
    margin-top: 1rem;
  }
}
.Download-buddy {
  position: relative;
  margin-top: 2.5rem;
  left: -5rem;
}
@media not all and (min-width: 56.25em) {
  .Download-buddy {
    display: none;
  }
}
.Footer {
  position: relative;
  background: #000;
  color: #fff;
  padding: 10rem 0 7rem;
  text-align: right;
  overflow: hidden;
}
.Footer:before {
  opacity: 0.1;
  display: block;
  content: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair.png?15528388645469368");
  position: absolute;
  top: 5rem;
  right: 0;
  z-index: 0;
}
@media not all and (min-width: 56.25em) {
  .Footer {
    text-align: left;
  }
}
.Footer-nav {
  padding-top: 5rem;
  border-top: 1px solid #363a3b;
  clear: both;
  color: #666c6d;
  line-height: 2;
}
.Footer-link {
  margin-left: 2.5rem;
}
@media not all and (min-width: 56.25em) {
  .Footer-link {
    margin-left: 0;
    display: block;
  }
}
.Footer-logo {
  float: left;
  height: 2rem;
}
@media not all and (min-width: 56.25em) {
  .Footer-logo {
    float: none;
    display: block;
    margin-bottom: 7rem;
  }
}
.Footer-contact {
  display: inline-block;
  margin-bottom: 7rem;
  margin-left: 5rem;
  line-height: 1.8;
  white-space: nowrap;
}
@media not all and (min-width: 56.25em) {
  .Footer-contact {
    display: block;
    margin-left: 0;
  }
}
.Footer-copyright {
  float: left;
}
@media not all and (min-width: 56.25em) {
  .Footer-copyright {
    margin-top: 2rem;
  }
}
.Footer-contactTitle {
  font-weight: 800;
  margin-bottom: 2.5rem;
}
.Footer-email {
  display: block;
  text-decoration: underline;
  margin-top: 2.5rem;
  color: #ffd664;
}
.Header {
  position: absolute;
  top: 5rem;
  left: 0;
  color: #fff;
  z-index: 1;
  width: 100%;
  line-height: 3rem;
  text-align: right;
}
.Header-logo {
  display: inline-block;
  float: left;
  height: 3rem;
}
.Header-link {
  margin-left: 1em;
}
@media not all and (min-width: 37.5em) {
  .Header-link {
    display: none;
  }
}
.Hero {
  background: #555658;
  padding: 5rem 0;
  min-height: 72rem;
  height: calc(100vh - 20rem);
  position: relative;
  z-index: 0;
}
.Hero > .Column {
  display: flex;
  align-items: center;
}
.Hero-group {
  color: #fff;
  left: 7rem;
  width: 120rem;
  z-index: 2;
}
.Hero-title {
  max-width: 54rem;
}
.Hero-wave.Wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.Hero-subtitle {
  letter-spacing: 0.05em;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 5rem;
}
.Hero-subtitle > strong {
  letter-spacing: 0.03em;
  font-weight: 600;
}
.Hero-cta {
  display: inline-block;
}
.Hero-info {
  text-align: center;
  display: block;
  color: #fff;
  margin-top: 2.4rem;
  letter-spacing: 0.03em;
  font-size: 2rem;
}
.Hero:after {
  display: block;
  content: '';
  background: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_bl.svg?15528388645469368") bottom left no-repeat, url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_tr.svg?15528388645469368") top right no-repeat, url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_br.svg?15528388645469368") center right no-repeat;
  background-size: auto 60%, 60% auto, auto 120%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
@media not all and (min-width: 37.5em) {
  .Hero:after {
    background: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_bl.svg?15528388645469368") bottom left no-repeat, url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair_tri_tr.svg?15528388645469368") top right no-repeat;
    background-size: auto 30%, 60% auto;
  }
}
.Hero-bg {
  opacity: 0.5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  background: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/thumb.jpg?15528388645469368") center center no-repeat;
  background-size: cover;
}
.Hero-bg > * {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.01);
  min-width: 100%;
  min-height: 100%;
}
.Link {
  text-decoration: underline;
  cursor: pointer;
}
.Plans {
  text-align: center;
}
.Plans-description {
  display: inline-block;
  margin: 2.5rem 0;
  line-height: 2;
  max-width: 55rem;
}
.Plans-plans {
  display: flex;
}
.Plans-plan {
  display: inline-block;
  color: #fff;
  background: linear-gradient(#666c6d, #363a3b);
  border-radius: 1rem;
  text-align: center;
  width: 33.4rem;
  padding: 5rem 2.5rem;
  margin: 2.5rem;
  max-width: calc(100% - 2.5rem);
  box-shadow: 3.42020143px 9.39692621px 20px rgba(0,0,0,0.085);
}
@media not all and (min-width: 37.5em) {
  .Plans-plan {
    margin: 2.5rem 0 0;
  }
}
.Plans-meta {
  display: block;
  margin-top: 2.5rem;
  font-style: italic;
}
.Plans-label {
  display: inline-block;
  font-size: 2.4rem;
  max-width: 70%;
  line-height: 1.4;
  height: 2.8em;
}
.Plans-price {
  position: relative;
  bottom: 0.1em;
  margin-top: 2.5rem;
  line-height: 0.4;
  display: block;
  color: #ffd664;
  font-family: summer-lovin, sans-serif;
  font-size: 20rem;
}
.Plans-price:before {
  position: relative;
  content: '$';
  font-size: 10rem;
  bottom: 4rem;
}
.Plans-button {
  display: block;
  margin-top: 2.5rem;
}
@media not all and (min-width: 37.5em) {
  .Plans-button {
    padding: 2.5rem;
  }
}
.Plans-subtext {
  display: block;
  clear: both;
  max-width: 55rem;
  margin: 5rem auto;
  line-height: 1.8;
  font-style: italic;
}
.Plans-subtext > a {
  text-decoration: underline;
}
.Plans-slider {
  position: relative;
  display: block;
  z-index: 2;
  height: 4.1rem;
}
.Plans-track {
  position: relative;
  display: block;
  width: 100%;
  height: 0.8rem;
  background: #363a3b;
  border: 0.1rem solid #363a3b;
  border-radius: 0.4rem;
}
.Plans-node {
  display: block;
  background: #666c6d;
  height: 0.6rem;
  width: 0.6rem;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
}
.Plans-knob {
  width: 3rem;
  height: 3rem;
  background: #ffd664;
  position: absolute;
  top: -1.1rem;
  border-radius: 2rem;
  box-shadow: 0.684040286px 1.879385242px 4px rgba(0,0,0,0.225);
  transition: left 0.2s ease-in-out;
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.Plans-knob--active {
  transition: none;
}
.Plans-knob:after,
.Plans-knob:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 40%;
  height: 40%;
  background: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/chevron.svg?15528388645469368") center center no-repeat;
}
.Plans-knob:before {
  transform: translateY(-50%) rotate(180deg);
  left: 10%;
}
.Plans-knob:after {
  transform: translateY(-50%);
  right: 10%;
}
.is-grabbing,
.is-grabbing * {
  cursor: grabbing !important;
  cursor: -moz-grabbing !important;
  cursor: -webkit-grabbing !important;
}
.Previews {
  padding: 16rem 0 0;
  overflow: auto;
}
.Previews-title {
  text-align: center;
}
.Previews-preview {
  position: relative;
  margin-bottom: 7rem;
  height: 34rem;
}
@media all and (min-width: 56.25em) {
  .Previews-preview {
    width: calc(50% - 2.5rem);
    float: left;
    margin-right: 5rem;
    margin-bottom: 5rem;
  }
  .Previews-preview:nth-child(2n + 1) {
    margin-right: 0;
  }
}
.Previews-image {
  z-index: 0;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.Previews-image > img {
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
.Previews-meta {
  background: #ffd664;
  background: linear-gradient(#ffd664, #efc94c);
  border-radius: 1rem;
  position: absolute;
  padding: 2rem;
  width: 22rem;
  left: -2rem;
  top: 2rem;
  z-index: 1;
}
@media not all and (min-width: 56.25em) {
  .Previews-meta {
    left: 50%;
    top: auto;
    bottom: -2rem;
    transform: translateX(-50%);
  }
}
.Previews-lesson {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
.Previews-button {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  padding-top: 2.6rem;
  padding-bottom: 2.4rem;
  font-size: 0.8em;
}
.Previews-button:after {
  position: relative;
  content: 'Watch Video';
  bottom: 0.1em;
  margin-left: 0.6em;
}
@media not all and (min-width: 56.25em) {
  .Previews-button {
    bottom: auto;
    top: 3rem;
    right: auto;
    left: 3rem;
  }
  .Previews-button:after {
    content: '';
    margin-left: 0;
  }
}
.Testimonial {
  padding: 15rem 0 21rem;
}
@media not all and (min-width: 56.25em) {
  .Testimonial {
    padding-bottom: 15rem;
  }
}
.Testimonial > .Column {
  display: flex;
  flex-direction: row-reverse;
}
.Testimonial-quote {
  position: relative;
  flex: 2;
  padding: 5rem;
}
.Testimonial-quote:before {
  display: block;
  content: url("//kajabi-storefronts-production.global.ssl.fastly.net/kajabi-storefronts-production/themes/903271/assets/flair.png?15528388645469368");
  position: absolute;
  top: -6rem;
  right: -8rem;
  z-index: 0;
}
@media not all and (min-width: 56.25em) {
  .Testimonial-quote:before {
    display: none;
  }
}
@media not all and (min-width: 56.25em) {
  .Testimonial-quote {
    padding: 5rem 0;
  }
}
.Testimonial-quote > quote {
  font-size: 14rem;
  font-family: summer-lovin, sans-serif;
  line-height: 0.7;
}
.Testimonial-quote > quote:before {
  content: '“';
  font-family: guardian, serif;
  font-weight: 800;
  position: absolute;
  left: 0;
  top: 5rem;
  color: #ffd664;
  z-index: -1;
}
@media not all and (min-width: 56.25em) {
  .Testimonial-quote > quote:before {
    left: auto;
    right: 100%;
  }
}
@media not all and (min-width: 75em) {
  .Testimonial-quote > quote {
    font-size: 10rem;
  }
}
.Testimonial-about {
  margin-top: 2rem;
  display: inline-block;
  float: right;
  clear: both;
  line-height: 1.6;
  letter-spacing: 0.05em;
  max-width: 30rem;
  text-align: right;
}
@media not all and (min-width: 56.25em) {
  .Testimonial-about {
    display: block;
    float: none;
    text-align: left;
  }
}
.Testimonial-byline {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  whitespace: nowrap;
}
.Testimonial-image {
  flex: 1.6;
  background: #000;
  border-radius: 1rem;
  background-position: 30% center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 2.5651510725px 7.047694657499999px 15px rgba(0,0,0,0.097);
  z-index: 1;
}
@media not all and (min-width: 56.25em) {
  .Testimonial-image {
    display: none;
  }
}
.Threes {
  background: #000 center center no-repeat;
  background-size: cover;
  color: #fff;
  padding: 7rem 0;
  text-align: left;
}
@media all and (min-width: 37.5em) {
  .Threes {
    text-align: center;
  }
}
@media all and (min-width: 56.25em) {
  .Threes {
    padding: 16rem 5rem;
  }
}
.Threes-title.Title {
  margin-bottom: 5rem;
}
@media not all and (min-width: 56.25em) {
  .Threes-title.Title {
    font-size: 2.72rem;
  }
}
.Threes-list {
  margin-bottom: 5rem;
}
@media not all and (min-width: 56.25em) {
  .Threes--centerMobile {
    text-align: center;
  }
  .Threes--centerMobile .Threes-list {
    max-width: 28rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.Threes-item {
  margin-bottom: 5rem;
}
.Threes-label {
  font-size: 2rem;
  margin: 2rem 0;
}
.Threes-copy {
  line-height: 2;
  padding: 0 2.5rem;
}
.Threes-bullets {
  display: inline-block;
  text-align: left;
  font-size: 2rem;
  line-height: 3;
}
.Threes-bullets + .Threes-bullets {
  margin-left: 3rem;
}
@media not all and (min-width: 37.5em) {
  .Threes-bullets + .Threes-bullets {
    margin-left: 0;
  }
}
.Threes-bullets > *:before {
  content: '•';
  margin-right: 1em;
}
.Threes-image {
  display: inline-block;
  height: 10rem;
}
@media all and (min-width: 56.25em) {
  .Threes-list {
    display: flex;
  }
  .Threes-list > * {
    flex: 1;
  }
}
.Title {
  font-size: 6.2rem;
  font-weight: 300;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
@media not all and (min-width: 37.5em) {
  .Title {
    font-size: 4.960000000000001rem;
  }
}
.Title--thick {
  font-weight: 600;
  letter-spacing: 0.07em;
  line-height: 1.4;
  font-size: 3.4rem;
}
.TwoCols {
  position: relative;
  clear: both;
  padding-top: 5rem;
}
.TwoCols + .TwoCols {
  padding-top: 14rem;
}
@media all and (min-width: 56.25em) {
  .TwoCols + .TwoCols {
    padding-top: 0;
  }
}
@media all and (min-width: 56.25em) {
  .TwoCols {
    padding-top: 0;
  }
}
@media all and (min-width: 56.25em) {
  .TwoCols > .Column {
    display: flex;
  }
  .TwoCols-left {
    padding: 19rem 0;
    padding-right: 4rem;
    flex: 0.45;
  }
  .TwoCols--tight .TwoCols-left {
    padding: 11rem 10rem 11rem 0;
  }
  .TwoCols-right {
    flex: 0.55;
  }
  .TwoCols--flip > .Column {
    flex-direction: row-reverse;
  }
  .TwoCols--flip .TwoCols-left {
    padding-left: 4rem;
    padding-right: 8rem;
    flex: 0.35;
  }
  .TwoCols--flip .TwoCols-right {
    flex: 0.65;
  }
}
.TwoCols-right {
  position: relative;
  text-align: center;
}
@media not all and (min-width: 56.25em) {
  .TwoCols-right--hideOnPhone {
    display: none;
  }
}
.TwoCols-right > img {
  max-width: 100%;
}
.TwoCols-list {
  margin-top: 0.5rem;
  line-height: 2;
  letter-spacing: 0.05rem;
}
.TwoCols-list + .TwoCols-list {
  margin-bottom: 5rem;
}
@media all and (min-width: 37.5em) {
  .TwoCols-list {
    width: 50%;
    float: left;
  }
}
.TwoCols-list > li:before {
  content: '- ';
}
.TwoCols-paragraph {
  line-height: 1.8;
  margin-bottom: 5rem;
}
.TwoCols--tight .TwoCols-paragraph {
  margin-bottom: 0;
}
.TwoCols-paragraph + .TwoCols-paragraph {
  margin-top: 1.4em;
}
.TwoCols-button {
  margin-bottom: 3rem;
}
.TwoCols-bg.Wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.TwoCols-name {
  position: absolute;
  font-family: summer-lovin, sans-serif;
  font-size: 10rem;
  width: 20rem;
  line-height: 0.8;
  top: 50%;
  left: 0;
  transform: translateY(-17rem);
}
@media not all and (min-width: 56.25em) {
  .TwoCols-name {
    font-size: 12vw;
    transform: translateY(-25vw);
  }
}
@media all and (min-width: 56.25em) {
  .TwoCols--tight .TwoCols-right > img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
  }
}
@media not all and (min-width: 75em) {
  .TwoCols--tight .TwoCols-left {
    padding-right: 2.5rem;
  }
}
.VideoOverlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  border: 5rem solid transparent;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
@media not all and (min-width: 56.25em) {
  .VideoOverlay {
    border: 2.5rem solid transparent;
  }
}
@media not all and (min-width: 37.5em) {
  .VideoOverlay {
    border: 1rem solid transparent;
  }
}
.VideoOverlay--open {
  opacity: 1;
}
.VideoOverlay-wrapper {
  flex: 1 1;
  max-width: calc(177vh - 10rem);
}
@media not all and (min-width: 56.25em) {
  .VideoOverlay-wrapper {
    max-width: calc(177vh - 5rem);
  }
}
@media not all and (min-width: 37.5em) {
  .VideoOverlay-wrapper {
    max-width: calc(177vh - 2rem);
  }
}
.VideoOverlay-video {
  background: #000;
  z-index: 0;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 1.026060429px 2.819077863px 6px rgba(0,0,0,0.167);
  transform: translateY(-50%);
  transition: transform 0.4s ease-in-out;
}
.VideoOverlay-video > iframe {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.VideoOverlay--open .VideoOverlay-video {
  transform: translateY(0);
}
.VideoOverlay-close {
  opacity: 0.5;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 3rem;
  height: 3rem;
  color: #fff;
  cursor: pointer;
  background: rgba(0,0,0,0.7);
  border-radius: 0.6rem;
  z-index: 2;
}
@media not all and (min-width: 37.5em) {
  .VideoOverlay-close {
    height: 2rem;
    width: 2rem;
  }
}
.VideoOverlay-close:hover {
  opacity: 1;
}
.VideoOverlay-close:after,
.VideoOverlay-close:before {
  content: '';
  display: block;
  width: 2rem;
  height: 0.3rem;
  border-radius: 0.3rem;
  background-color: currentColor;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media not all and (min-width: 37.5em) {
  .VideoOverlay-close:after,
  .VideoOverlay-close:before {
    width: 1.3rem;
    height: 0.2rem;
  }
}
.VideoOverlay-close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.VideoOverlay-close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.Wave {
  position: relative;
  fill: #fff;
  overflow: hidden;
  height: 20rem;
}
.Wave-container {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -14.357%);
  max-height: 696.830119785%;
  max-width: 140rem;
  width: 100%;
  min-width: 100rem;
  margin: auto;
}
.Wave-container:after,
.Wave-container:before {
  content: '';
  display: block;
  position: absolute;
  width: 9999rem;
  height: 100%;
  background: #fff;
}
.Wave-container:after {
  left: 100%;
  top: 0;
}
.Wave-container:before {
  right: 100%;
  top: 14.3507%;
}
.Wave--silver {
  background: linear-gradient(#fff, #f7f7f7);
  transform: rotate(180deg);
}

