@charset "UTF-8";
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;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

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;
}

/*!
 * Copyright (c) 2018. Piotr Mocek (piotr.mocek@opusb.pl)
 */
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Light.ttf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Italic.ttf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-SemiBold.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: SourceSansPro;
  src: url("fonts/SourceSansPro-Black.ttf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Light.ttf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Regular.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: RobotoCondensed;
  src: url("fonts/RobotoCondensed-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
body > header {
  height: 48px;
  background-color: white;
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  box-shadow: rgba(120, 120, 120, 0.1) 0 3px 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
body > header .logo {
  padding-left: 40px;
  height: 40%;
}
body > header .logo img {
  height: 100%;
  width: auto;
}
body > header .exit + .logo {
  padding-left: 0;
  flex: 1;
}
body > header .exit {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  outline: none;
  z-index: 10000;
}
body > header .exit img {
  height: 20px;
  width: 11px;
  width: 11.3px;
  display: block;
  position: relative;
  z-index: 1;
}
body > header .right-actions {
  white-space: nowrap;
}
body > header .icon {
  width: 35px;
  height: 35px;
  display: inline-block;
}
body > header .icon#home {
  background: url("../img/home-icon.svg") 50% 50% no-repeat;
  background-size: 20px;
}
body > header .icon#search {
  background: url("../img/search-icon.svg") 50% 50% no-repeat;
  background-size: 20px;
}
body > header .icon#basket {
  background: url("../img/basket-icon.svg") 50% 50% no-repeat;
  background-size: 24px;
}

#hamburger {
  margin-right: 7.5px;
  padding: 9.5px 7.5px;
  height: 16px;
  display: inline-block;
}
#hamburger > .hamburger-icon {
  position: relative;
  width: 20px;
  height: 2px;
  background: black;
  margin-top: 7px;
}
#hamburger > .hamburger-icon:before, #hamburger > .hamburger-icon:after {
  content: "";
  width: 20px;
  height: 2px;
  background: black;
  position: absolute;
}
#hamburger > .hamburger-icon:before {
  top: -6px;
}
#hamburger > .hamburger-icon:after {
  bottom: -6px;
}

#side-menu .blend {
  background: #5f5165;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 201;
  display: none;
}
.green-path #side-menu .blend {
  background: #7a9e90B2;
}

#side-menu .scroller {
  background: white;
  height: 100%;
  position: absolute;
  width: 85%;
  top: 0;
  right: -85%;
  transition: right 0.5s ease;
  overflow-y: scroll;
  z-index: 202;
  -webkit-overflow-scrolling: touch;
}
#side-menu nav {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  background: white;
  color: #6f6f6f;
  position: relative;
  box-sizing: border-box;
}
#side-menu nav:before {
  content: "";
  display: table;
}
#side-menu nav > ul {
  margin-top: 30px;
}
#side-menu nav > ul:first-child {
  margin-top: 48px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: scroll;
  overflow-scrolling: touch;
}
#side-menu nav > ul:last-child:not(:first-child) {
  margin-top: 0;
  width: 100%;
}
#side-menu nav > ul:last-child:not(:first-child) li {
  border-top: solid 1px #b4b4b4;
  border-bottom: none;
}
#side-menu nav > ul li .row {
  height: 3.44em;
  padding-left: 1.435em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #b4b4b4;
  padding-right: 54px;
}
#side-menu nav > ul li .row .icon-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
#side-menu nav > ul li .row .label {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -moz-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
#side-menu nav > ul li .row.disabled {
  opacity: 0.5;
}
#side-menu nav > ul li .icon {
  margin-right: 1em;
}
#side-menu nav > ul li .icon img {
  display: block;
  height: 20px;
  width: auto;
  margin: 0 auto;
}
#side-menu nav > ul li .icon.reset img {
  height: 30px;
}
#side-menu nav > ul li .icon.close-app img {
  height: 30px;
}
#side-menu nav > ul li .letter.icon {
  border-radius: 50%;
  line-height: 20px;
  color: white;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
}
#side-menu.expanded .scroller {
  right: 0;
}
#side-menu .close {
  display: none;
}
#side-menu .home {
  display: none;
}

@media screen and (max-aspect-ratio: 1/2) {
  .iPhone.magloftShell #side-menu nav {
    padding-bottom: 20px;
  }
}
#usage-instructions {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  padding: 0 15px;
  padding-bottom: 40px;
  box-sizing: border-box;
}
#usage-instructions h1 {
  font-family: RobotoCondensed, serif;
  font-size: 24px;
  font-weight: 700;
  display: table;
  margin: 2em auto 1em;
  max-width: 90%;
  max-width: calc(100% - 40px);
  text-transform: uppercase;
  border-bottom: solid 2px #002f5f;
  color: #002f5f;
  text-align: center;
}
#usage-instructions .screen {
  position: relative;
}
#usage-instructions .screen + .screen {
  margin-top: 50px;
}
#usage-instructions .screen img {
  display: block;
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}
#usage-instructions .screen .screenshot {
  position: absolute;
  width: 78.3%;
  left: 11.5%;
  box-shadow: -3px 3px 10px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#usage-instructions .screen p {
  color: #3a3a3a;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
}
#usage-instructions .screen#cover .screenshot {
  top: 15.1%;
}
#usage-instructions .screen#cover p#enter-menu {
  top: 2%;
  right: 13%;
}
#usage-instructions .screen#cover p#exit {
  top: 2%;
  left: 14%;
}
#usage-instructions .screen#cover p#find-products {
  top: 6.5%;
  right: 21%;
}
#usage-instructions .screen#cover p#access-content-list {
  top: 96%;
  left: 16%;
}
#usage-instructions .screen#main-menu .screenshot {
  top: 13%;
}
#usage-instructions .screen#main-menu p#subcategory-list {
  top: 1.2%;
  right: 32%;
}
#usage-instructions .screen#main-menu p#bundle-up-category-list {
  top: 6.4%;
  right: 14%;
}
#usage-instructions .screen#main-menu p#unwind-category-list {
  top: 91.2%;
  right: 14%;
}
#usage-instructions .screen#main-menu p#all-products-in-subcategory {
  top: 96.4%;
  right: 20.5%;
}
#usage-instructions .screen#hamburger-menu .screenshot {
  top: 13.4%;
}
#usage-instructions .screen#hamburger-menu p#hamburger-unwind-category-list {
  top: 0.4%;
  right: 32%;
}
#usage-instructions .screen#hamburger-menu p#hamburger-close {
  top: 6%;
  right: 10%;
}
#usage-instructions .screen#hamburger-menu p#exit-app {
  top: 91.5%;
  left: 26%;
}
#usage-instructions .screen#hamburger-menu p#open-extras {
  bottom: 5.4%;
  right: 14%;
}
#usage-instructions .screen#hamburger-menu p#hamburger-bundle-up-subcategory-list {
  top: 97.3%;
  right: 20.5%;
}
#usage-instructions .screen#new-releases .screenshot {
  top: 12.3%;
}
#usage-instructions .screen#new-releases p#close-new {
  top: 3%;
  right: 8%;
}
#usage-instructions .screen#new-releases p#open-new-product {
  top: 96%;
  left: 15%;
}
#usage-instructions .screen#search .screenshot {
  top: 9.3%;
}
#usage-instructions .screen#search p#close-search {
  top: 1%;
  right: 14%;
}
#usage-instructions .screen#search p#search-products {
  top: 96%;
  left: 15%;
  width: 70%;
  text-align: center;
}
#usage-instructions .screen#search-02 .screenshot {
  top: 9%;
}
#usage-instructions .screen#search-02 p#close-search-2 {
  top: 1%;
  right: 19%;
}
#usage-instructions .screen#search-02 p#search-again {
  top: 91%;
  left: 15%;
}
#usage-instructions .screen#search-02 p#open-found-product {
  right: 13%;
  top: 96.8%;
}
#usage-instructions .screen#brand-intro .screenshot {
  top: 13.1%;
}
#usage-instructions .screen#brand-intro p#bp-unwind-product-list {
  bottom: 97%;
  right: 14.3%;
  text-align: right;
}
#usage-instructions .screen#brand-intro p#bp-unwind-category-list {
  right: 14.3%;
  top: 5.8%;
  text-align: right;
}
#usage-instructions .screen#brand-intro p#bp-scroll-down {
  top: 91.3%;
  left: 15%;
  width: 70%;
  text-align: center;
}
#usage-instructions .screen#brand-intro p#bp-show-product {
  right: 15%;
  top: 97.6%;
}
#usage-instructions .screen#product-list .screenshot {
  top: 9.5%;
}
#usage-instructions .screen#product-list p#list-view-close {
  top: 1%;
  right: 15%;
}
#usage-instructions .screen#product-list p#list-show-product {
  top: 96.6%;
  left: 15%;
}
#usage-instructions .screen#product-page .screenshot {
  top: 12.3%;
}
#usage-instructions .screen#product-page p#icon-expand {
  bottom: 97%;
  left: 16%;
}
#usage-instructions .screen#product-page p#product-enlarge {
  top: 5%;
  right: 15%;
  text-align: right;
}
#usage-instructions .screen#product-page p#product-description {
  top: 91%;
  text-align: center;
  left: 15%;
  width: 70%;
}
#usage-instructions .screen#product-page p#switch-products {
  top: 96.5%;
  left: 16%;
  width: 69%;
  text-align: center;
}
#usage-instructions .screen#product-page-02 .screenshot {
  top: 1.8%;
}
#usage-instructions .screen#product-page-02 p#show-swatches {
  bottom: 6.5%;
  right: 15%;
  text-align: right;
  max-width: 73%;
}
#usage-instructions .screen#product-page-02 p#switch-by-dots {
  left: 16%;
  top: 96.5%;
}

#onboarding {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 800;
  font-family: "CaveatBrush", "Comic Sans MS", sans-serif;
  font-size: 21px;
  color: white;
  background: transparent;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
#onboarding .compound-overlay {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#onboarding .slide {
  padding: 15px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
#onboarding .slide .layer {
  position: absolute;
}
#onboarding .slide .mr-smart {
  display: block;
  width: 57%;
  margin: 2em auto;
}
#onboarding .slide .mr-smart + p {
  text-align: center;
}
#onboarding .slide .short-arrow {
  height: 71px;
  width: auto;
}
#onboarding .slide .medium-arrow {
  height: 158px;
  width: auto;
}
#onboarding .slide .long-arrow {
  height: 198px;
  width: auto;
}
#onboarding .slide#hello p {
  text-align: center;
}
#onboarding .slide#hello .buttons {
  display: table;
  margin: 1em auto;
}
#onboarding .slide#hello .button {
  border-radius: 5px;
  border: solid 2px white;
  font-family: SourceSansPro, sans-serif;
  font-weight: 700;
  font-size: 13px;
  padding: 0.7em 2em;
  text-decoration: none;
  color: inherit;
  display: block;
  margin: 1.5em;
  text-align: center;
}
#onboarding .slide#hello .button.active {
  background: white;
  color: #15365e;
}
#onboarding .slide #exit-app .short-arrow {
  transform: scaleX(-1) rotate(45deg);
  transform-origin: center top;
}
#onboarding .slide #exit-app p {
  margin-left: 40px;
  margin-top: -13px;
}
#onboarding .slide #find-products {
  position: absolute;
  text-align: right;
  right: 76px;
  top: 50px;
}
#onboarding .slide #find-products p {
  width: 50vw;
  max-width: 30vh;
  text-align: right;
}
#onboarding .slide #find-products .medium-arrow {
  transform: rotate(25deg) translateX(8px) translateY(-14px);
  margin-right: 50px;
}
#onboarding .slide#option1 > p {
  text-align: center;
  margin-top: 5em;
}
#onboarding .slide#option1 .layer {
  top: 50px;
  right: 31px;
  text-align: right;
}
#onboarding .slide#option1 .layer .long-arrow {
  transform: rotate(8deg) translateX(-13px);
}
#onboarding .slide #explore {
  width: 60vw;
  max-width: 36vh;
  left: 30px;
}
#onboarding .slide #explore .short-arrow {
  transform: scaleX(-1);
  margin-left: 35%;
}
#onboarding .slide #explore p {
  margin-top: 10px;
}
#onboarding .slide#option2 > p {
  text-align: center;
  margin-top: 5em;
}
#onboarding .slide#option2 .layer {
  width: 60vw;
  max-width: 36vh;
  left: 20%;
  top: 40vh;
}
#onboarding .slide#option2 .layer .short-arrow {
  transform: rotate(10deg);
  margin-left: 40%;
}
#onboarding .slide #explore2 {
  width: 70vw;
  max-width: 42vh;
  left: 20%;
}
#onboarding .slide #explore2 .short-arrow {
  margin-left: 30%;
}
#onboarding .slide #explore2 p {
  margin-top: 10px;
}
#onboarding .slide #back-to-menu {
  width: 75vw;
  max-width: 45vh;
  top: 60px;
  right: 60px;
}
#onboarding .slide #back-to-menu .short-arrow {
  transform: translateX(-27px) translateY(-21px) rotate(69deg);
  position: absolute;
  right: 0;
}
#onboarding .slide #back-to-menu p {
  margin-top: 42px;
  text-align: right;
  margin-right: 10%;
}
#onboarding .slide #product-list {
  top: 157px;
  width: 57vw;
  max-width: 34.2vh;
  right: 30px;
}
#onboarding .slide #product-list .short-arrow {
  position: absolute;
  right: 0;
  transform: scaleX(-1) rotate(-20deg);
}
#onboarding .slide #product-list p {
  margin-right: 33px;
  margin-top: 58px;
  text-align: right;
}
#onboarding .slide #explore-products {
  top: 281px;
  margin-right: 156px;
  right: 0;
  margin-left: 20px;
}
#onboarding .slide #explore-products .short-arrow {
  position: absolute;
  right: 0;
  transform: translateY(-11px) translateX(53px) rotate(98deg);
}
#onboarding .slide #explore-products p {
  text-align: right;
}
#onboarding .slide #about-brand {
  bottom: 40px;
  width: 45vw;
  max-width: 27vh;
  right: 50%;
}
#onboarding .slide #about-brand .short-arrow {
  transform: scaleX(-1) rotate(224deg);
  margin-right: 75px;
  margin-left: auto;
  display: block;
}
#onboarding .slide #switch-products {
  padding-bottom: 183px;
  width: calc(100% - 80px);
  left: 40px;
}
#onboarding .slide #switch-products p {
  text-align: center;
}
#onboarding .slide #switch-products p + .medium-arrow {
  position: absolute;
  transform: rotate(155deg);
  right: 10px;
}
#onboarding .slide #switch-products .medium-arrow + .medium-arrow {
  position: absolute;
  left: 10px;
  transform: scaleX(-1) rotate(155deg);
}
#onboarding .slide #side-menu-exit {
  bottom: 60px;
  width: 45vw;
  margin-right: 5vw;
  right: 0;
}
#onboarding .slide #side-menu-exit .short-arrow {
  position: absolute;
  transform: scaleX(-1) rotate(120deg);
  left: -60px;
  top: -10px;
}
#onboarding .slide #side-menu-exit p {
  margin-bottom: 31px;
}
#onboarding .slide #discover-more {
  width: calc(100% - 80px);
  text-align: center;
  left: 40px;
  bottom: 90px;
}
#onboarding .slide #discover-more p {
  margin-bottom: 72px;
}
#onboarding .slide #discover-more p + .short-arrow {
  position: absolute;
  left: 84px;
  transform: scaleX(-1) rotate(150deg);
  bottom: 0;
}
#onboarding .slide #discover-more .short-arrow + .short-arrow {
  position: absolute;
  left: 255px;
  transform: translateX(-60px) rotate(150deg);
  bottom: 0;
}

.icon-slider-component {
  margin: 1em -20px;
  background: #f6f9ed;
  height: 230px;
}
.icon-slider-component .icon-slides-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px;
  padding-top: 20px;
  margin: 0 40px;
}
.icon-slider-component .icon-slides-wrapper .icon-component {
  transition: all 0.2s ease;
  margin: 0 1px;
}
.icon-slider-component .icon-slides-wrapper .icon-component img {
  display: block;
  width: 100%;
  height: auto;
}
.icon-slider-component .label {
  text-align: center;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  transform: translateY(-50%);
  max-width: calc(100% - 88px);
  margin: 0 auto;
}
.icon-slider-component .previous_icon, .icon-slider-component .next_icon {
  width: 34px;
  height: 34px;
  background-size: 18px;
  transform: translateY(-50%);
  position: relative;
  z-index: 1;
  margin-top: -79px;
  opacity: 0.5;
}
.icon-slider-component .previous_icon {
  float: left;
  background: url("../img/arrow-prev-icon.svg") 50% 50% no-repeat;
  margin-left: 10px;
}
.icon-slider-component .next_icon {
  float: right;
  background: url("../img/arrow-next-icon.svg") 50% 50% no-repeat;
  margin-right: 10px;
}

.icon-description-wrapper {
  min-height: 11em;
}
.icon-description-wrapper p:last-child {
  margin-bottom: 1em;
}

.content-container > article {
  margin: 0 9%;
  line-height: 1.4;
  text-align: left;
}
.content-container > article:first-child {
  margin-top: 2em;
}
.content-container > article > .no-margin {
  margin: 0 -10.9%;
}
.content-container > article.no-margin {
  margin: 0;
}
.content-container > article.no-margin > .no-margin {
  margin: 0;
}
.content-container > article b {
  font-weight: 700;
}
.content-container > article strong {
  font-size: 23px;
  line-height: 1.087;
  font-weight: 900;
  text-transform: uppercase;
}
.content-container > article h1 {
  font-size: 30px;
  line-height: 1.167;
  font-weight: 700;
  margin: 1em 0;
}
.content-container > article h1:first-child {
  margin-top: 0;
}
.content-container > article h2 {
  font-size: 21px;
  line-height: 1.167;
  font-weight: 700;
  margin-bottom: 1em;
  margin-top: 1.7em;
}
.content-container > article h3 {
  font-weight: 700;
}
.content-container > article p {
  margin: 1.75em 0;
}
.content-container > article .intro {
  margin-top: 4.375em;
  margin-bottom: 4.0625em;
}
.content-container > article .intro .product-name {
  text-align: center;
  font-size: 23px;
  line-height: 1.087;
  font-weight: 900;
  text-transform: uppercase;
}
.content-container > article .intro .product-name .label:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 1em;
  height: 0.8em;
  background: url("../img/edit-icon.svg") 50% 50% no-repeat;
  background-size: contain;
}
.content-container > article .intro .product-name input {
  text-align: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  text-transform: inherit;
  box-sizing: border-box;
  border: 0;
  border-bottom: solid 1px black;
  font-family: SourceSansPro, sans-serif;
  padding: 5px;
  margin: -5px 0 -6px 0;
}
.content-container > article.no-margin > .intro {
  margin-left: 6%;
  margin-right: 6%;
}
.content-container > article .confirm.button {
  margin: 4.5em auto;
}
.content-container > article .img-container {
  width: 100%;
  margin: 30px 0px;
  position: relative;
}
.content-container > article .img-container > img {
  width: 100%;
  height: auto;
}
.content-container > article .slick-prev, .content-container > article .slick-next {
  top: 0.2rem;
  transform: none;
  z-index: 1;
}
.content-container > article .slick-prev:before, .content-container > article .slick-next:before {
  color: black;
  content: "";
  display: block;
  background: url(../img/arrow-more.svg) 0 0 no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
}
.violet-path .content-container > article .slick-prev:before, .violet-path .content-container > article .slick-next:before {
  background-image: url(../img/arrow-more-violet.svg);
}

.content-container > article .slick-prev {
  left: 15px;
}
.content-container > article .slick-prev:before {
  transform: rotate(180deg);
}
.content-container > article .slick-next {
  right: 15px;
}
.content-container > article .sections {
  margin-top: 2em;
}
.content-container > article .section .title {
  padding: 0.6em 9%;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  position: relative;
}
.content-container > article .section .title .label {
  margin-right: 0.5em;
}
.content-container > article .section .title .collapse-indicator {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0.8em;
  height: 0.8em;
  fill: #b4b4b4;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.content-container > article .section .title.active {
  font-weight: 700;
  color: #7a9e90;
}
.violet-path .content-container > article .section .title.active {
  color: #644571;
}

.content-container > article .section .title.active .collapse-indicator {
  transform: translateY(-50%) rotate(90deg);
  fill: #7a9e90;
}
.violet-path .content-container > article .section .title.active .collapse-indicator {
  fill: #644571;
}

.content-container > article .section .content {
  padding: 3em 9%;
}
.content-container > article .section .content p:first-child {
  margin-top: 0;
}
.content-container > article .section .content ol {
  list-style: decimal;
  padding-left: 1.5em;
}
.content-container > article .section .content ol li {
  padding-left: 0.2em;
}
.content-container > article .section .content i {
  font-style: italic;
}
.content-container > article .link.section-alike {
  margin: 0 -10.9%;
  padding: 0.6em 10.9%;
  border-top: solid 1px #d2d2d2;
  border-bottom: solid 1px #d2d2d2;
  position: relative;
}
.content-container > article .link.section-alike .label {
  margin-right: 0.5em;
}
.content-container > article .link.section-alike .collapse-indicator {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 0.8em;
  height: 0.8em;
  fill: #b4b4b4;
  transform: translateY(-50%);
  transition: all 0.5s ease;
}
.content-container > article .section + .section,
.content-container > article .section + .section-alike,
.content-container > article .sections + .section-alike,
.content-container > article .section-alike + .section-alike {
  margin-top: -1px;
}

.app-cover-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.app-cover-page .title {
  margin: 0 20px;
}
.app-cover-page .title h1 {
  color: white;
  font-weight: 100;
  margin-top: 0.7em;
  margin-bottom: 0.3em;
  text-align: center;
  letter-spacing: 0.07em;
}
.app-cover-page .title .byline {
  width: 100%;
  text-align: right;
  font-size: 13px;
  font-weight: 400;
  color: white;
}
.app-cover-page .title .byline img {
  width: 32%;
  vertical-align: top;
  margin-left: 0.5em;
}
.app-cover-page > article {
  padding: 0 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.app-cover-page > article p {
  margin: 0 auto;
  font-size: 18px;
  color: #6f6f6f;
}
.app-cover-page > article .button {
  margin: 0;
}

.content-container .exercises {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 48px;
}
.content-container .exercises h1, .content-container .exercises h2, .content-container .exercises h3 {
  color: #7a9e90;
}
.violet-path .content-container .exercises h1, .violet-path .content-container .exercises h2, .violet-path .content-container .exercises h3 {
  color: #644571;
}

.content-container .exercises h3 {
  margin-bottom: 0;
}
.content-container .exercises h3 + p {
  margin-top: 0;
}
.content-container .exercises .teaser {
  margin-bottom: 2em;
}
.content-container .exercises .exercise-illustration {
  display: block;
  width: 100%;
}
.content-container .exercises .slide-index {
  font-weight: 700;
  color: #7a9e90;
  text-align: center;
  margin-bottom: 0.75em;
}
.violet-path .content-container .exercises .slide-index {
  color: #644571;
}

.content-container .exercises .no-margin .margin {
  margin: 0 9%;
}
.content-container .exercises .time, .content-container .exercises .repeat {
  padding-left: 1.5em;
  position: relative;
}
.content-container .exercises .time .icon, .content-container .exercises .repeat .icon {
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1em;
  height: 1em;
}
.content-container .exercises .time .icon svg, .content-container .exercises .repeat .icon svg {
  fill: #7a9e90;
}
.violet-path .content-container .exercises .time .icon svg, .violet-path .content-container .exercises .repeat .icon svg {
  fill: #644571;
}

.content-container .exercises .time:before {
  background-image: url(../img/time-icon.svg);
}
.content-container .exercises .repeat:before {
  background-image: url(../img/repeat-icon.svg);
}
.content-container .slick-slider.slick-dotted {
  padding-top: 2em;
}
.content-container .slick-dots {
  top: 0;
  bottom: auto;
}
.content-container .slick-dots li {
  width: auto;
  height: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  color: #7a9e90;
  display: none;
}
.violet-path .content-container .slick-dots li {
  color: #644571;
}

.content-container .slick-dots li.slick-active {
  display: block;
}

.content-container .about {
  text-align: left;
  font-size: 18px;
  line-height: 1.4;
}
.content-container .about section {
  margin: 4em 0;
}
.content-container .about .back:first-child + section {
  margin-top: 0;
}
.violet-path .content-container .about h1, .violet-path .content-container .about h3 {
  color: #644571;
}

.green-path .content-container .about h1, .green-path .content-container .about h3 {
  color: #7a9e90;
}

.content-container .about .nourishment h1, .content-container .about .nourishment h3 {
  color: #7a9e90;
}
.content-container .about .oxidative h1, .content-container .about .oxidative h3 {
  color: #644571;
}
.violet-path .path-color {
  color: #644571;
}

.green-path .path-color {
  color: #7a9e90;
}

.content-container .about .slideshow .slide {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
}
.content-container .about .slideshow .nourishment {
  color: #7a9e90;
}
.content-container .about .slideshow .skin {
  color: #6e6e6e;
}
.content-container .about .slideshow .skin .bottom {
  font-size: 0.8em;
}
.content-container .about .slideshow .protection {
  color: #644571;
}
.content-container .about .slideshow .more {
  font-size: 19px;
  font-weight: 500;
}
.content-container .about .slideshow .top, .content-container .about .slideshow .bottom {
  position: absolute;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0.5em 9%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.content-container .about .slideshow .top {
  top: 0;
  height: 24%;
}
.content-container .about .slideshow .bottom {
  bottom: 0;
  height: 29%;
}
.content-container .about hgroup {
  font-size: 30px;
  margin: 1em 0;
}
.content-container .about hgroup h1, .content-container .about hgroup h2, .content-container .about hgroup h3 {
  margin: 0;
}
.content-container .about hgroup h2 {
  font-size: 30px;
  font-weight: 400;
  color: #6f6f6f;
}
.content-container .about hgroup:first-child {
  margin-top: 0;
}
.content-container .about .teaser {
  margin-bottom: 2em;
}
.content-container .about [vertical-slider] img {
  display: block;
  width: 100%;
  height: auto;
}
.content-container .about .slick-prev, .content-container .about .slick-next {
  bottom: 12.5%;
  top: auto;
}

.content-container .harmony-plan {
  padding-bottom: 48px;
}
.content-container .harmony-plan h1 {
  color: #644571;
  font-size: 28px;
}
.content-container .harmony-plan .lead {
  color: #6f6f6f;
  font-weight: 700;
  font-size: 18px;
  margin: 2.5em 0 1em 0;
}
.content-container .harmony-plan .lead:after {
  content: url(../img/sun-icon.svg);
  width: 1.6em;
  height: auto;
  display: inline-block;
  margin-left: 0.5em;
  vertical-align: bottom;
}
.content-container .harmony-plan .line-name {
  letter-spacing: 0.4em;
  text-align: center;
}
.content-container .harmony-plan.midday .lead:after {
  content: url(../img/midday-icon.svg);
  margin-top: -0.5em;
  margin-bottom: -0.45em;
}
.content-container .harmony-plan.evening .lead:after {
  content: url(../img/evening-icon.svg);
  margin-top: -0.5em;
  margin-bottom: -0.1em;
  width: 1.2em;
}
.content-container .harmony-plan .illustration img {
  width: 100%;
  height: auto;
  display: block;
}
.content-container .harmony-plan .illustration + .sections {
  margin-top: 0;
}
.content-container .harmony-plan .section .title.active {
  color: #644571;
}
.content-container .harmony-plan .section .title.active .collapse-indicator {
  fill: #644571;
}
.violet-path .content-container .harmony-plan .button {
  background: #cdbbe3;
  background: linear-gradient(183deg, #cdbbe3 0%, #745382 100%);
}

.green-path .content-container .harmony-plan .button {
  background: #547065;
  background: linear-gradient(183deg, #d5e5cb 0%, #95b7a6 46%, #547065 100%);
}
.green-path .content-container .harmony-plan .section .title.active {
  color: #7a9e90;
}
.green-path .content-container .harmony-plan .section .title.active .collapse-indicator {
  fill: #7a9e90;
}
.green-path .content-container .harmony-plan .subsection .header {
  color: #7a9e90;
}
.green-path .content-container .harmony-plan .subsection .header .collapse-indicator {
  fill: #7a9e90;
}
.green-path .content-container .harmony-plan h1 {
  color: #7a9e90;
}

.content-container .breathing-exercises {
  margin: 0 !important;
  height: 100%;
  width: 100%;
  background: #8aaf9c;
  background: linear-gradient(52deg, #8aaf9c 27%, #d0e2c5 100%);
}
.violet-path .content-container .breathing-exercises {
  background: #896b99;
  background: linear-gradient(52deg, #896b99 16%, #e0d2f1 85%);
}

.content-container .breathing-exercises h1, .content-container .breathing-exercises h2 {
  text-align: center;
  color: white;
}
.content-container .breathing-exercises h1 {
  margin-bottom: 0.5em;
  font-size: 34px;
}
.content-container .breathing-exercises h2 {
  margin-top: 1em;
  font-size: 18px;
}
.content-container .breathing-exercises:before {
  content: "";
  display: table;
}
.content-container .breathing-exercises .settings-wrapper {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}
.content-container .breathing-exercises .minutes-selector {
  text-align: center;
  color: white;
  font-size: 22px;
  font-weight: 600;
}
.content-container .breathing-exercises .minutes-selector .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.content-container .breathing-exercises .minutes-selector .digit {
  font-size: 30px;
  margin-right: 0.25em;
}
.content-container .breathing-exercises .breathing-timer-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: #8aaf9c;
  background: linear-gradient(52deg, #8aaf9c 27%, #d0e2c5 100%);
}
.violet-path .content-container .breathing-exercises .breathing-timer-wrapper {
  background: #896b99;
  background: linear-gradient(52deg, #896b99 16%, #e0d2f1 85%);
}

.content-container .breathing-exercises .breathing-timer {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-content: center;
  -moz-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}
.content-container .breathing-exercises .breathing-done-wrapper {
  display: none;
  background: #8aaf9c;
  background: linear-gradient(52deg, #8aaf9c 27%, #d0e2c5 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.violet-path .content-container .breathing-exercises .breathing-done-wrapper {
  background: #896b99;
  background: linear-gradient(52deg, #896b99 16%, #e0d2f1 85%);
}

.content-container .breathing-exercises .breathing-done-wrapper .breathing-done {
  width: 100%;
  height: 100%;
  padding: 2em 0;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
}
.content-container .breathing-exercises .breathing-done-wrapper .breathing-done .button.secondary {
  border-color: white;
  background: transparent !important;
  color: white;
  font-weight: 400;
}
.content-container .breathing-exercises .close {
  background-color: transparent;
  background-image: url("../img/close-icon-white.svg");
}
.content-container .breathing-exercises .toggle-audio {
  position: absolute;
  width: 45px;
  height: 45px;
  margin: 0 5px;
  background: url(../img/sound-off.svg) 50% 50% no-repeat;
  background-size: 30px;
  border-radius: 50%;
  top: 0;
  left: 0;
  z-index: 203;
}
.content-container .breathing-exercises .toggle-audio.playing {
  background-image: url(../img/sound-on.svg);
}
.content-container .breathing-exercises .timer {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: white;
}
.content-container .breathing-exercises .breathing-component {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.content-container .breathing-exercises .breathing-component .outer-circle-border {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: url(../img/circle-gradient.svg) 50% 50% no-repeat;
  background-size: cover;
}
.violet-path .content-container .breathing-exercises .breathing-component .outer-circle-border {
  background-image: url(../img/circle-violet-gradient.svg);
}

.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle, .content-container .breathing-exercises .breathing-component .outer-circle-border .inner-circle, .content-container .breathing-exercises .breathing-component .outer-circle-border .clock-face {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  overflow: hidden;
}
.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle {
  width: 98.5%;
  height: 98.5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .clock-face {
  width: 100%;
  height: 100%;
}
.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .clock-face.rotating {
  animation: rotating 16s linear infinite;
}
.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .clock-face .pointer {
  position: absolute;
  width: 10%;
  height: 10%;
  background: white;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  left: 50%;
}
.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-1, .content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-2, .content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-3 {
  position: absolute;
  width: 7.16%;
  height: 7.16%;
  background: #5e7b70;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-1 {
  background: #d3e4ca;
  top: 0;
  left: 50%;
}
.violet-path .content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-1 {
  background: #ddd5e8;
}

.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-2 {
  background: #cee0c7;
  left: 98.4%;
  top: 37.5%;
}
.violet-path .content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-2 {
  background: #bba7cd;
}

.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-3 {
  background: #638175;
  left: 26.3%;
  top: 93.8%;
}
.violet-path .content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .step-3 {
  background: #675372;
}

.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .inner-circle {
  background: #5e7b70;
  background: linear-gradient(36deg, #5e7b70 0%, #95b7a6 58%, #d5e5cb 100%);
  width: 65%;
  height: 65%;
}
.violet-path .content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .inner-circle {
  background: #e0d2f1;
  background: linear-gradient(216deg, #e0d2f1 0%, #a289b4 51%, #614d6b 100%);
}

.content-container .breathing-exercises .breathing-component .outer-circle-border .outer-circle .label {
  color: white;
  position: relative;
  font-size: 22px;
}
.content-container .breathing-exercises .button {
  font-weight: 700;
  background: #5e7b70;
  background: linear-gradient(7deg, #5e7b70 0%, #95b7a6 58%, #d5e5cb 100%);
}
.violet-path .content-container .breathing-exercises .button {
  background: #cdbbe3 !important;
  background: linear-gradient(187deg, #cdbbe3 0%, #745382 100%) !important;
}

.minutes-selector {
  padding: 75px 0;
  perspective: 500px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 62%;
  min-height: 50px;
  margin: 0 auto;
}
.minutes-selector > * {
  flex: 0 0 auto;
}
.minutes-selector .carousel {
  margin: 0;
  height: 50px;
  transform-style: preserve-3d;
  transition: transform 0.5s;
  transform: rotateX(60deg);
}
.minutes-selector .carousel .row {
  height: 100%;
  box-sizing: border-box;
  padding: 0px 0;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  width: 100%;
  transform: translateZ(100px);
  opacity: 0.9;
}
.minutes-selector .carousel .row:not(:first-of-type) {
  position: absolute;
  left: 0;
  top: 0;
}
.minutes-selector .carousel .row:nth-child(2) {
  transform: rotateX(-0.5235987756rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(3) {
  transform: rotateX(-1.0471975512rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(4) {
  transform: rotateX(-1.5707963268rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(5) {
  transform: rotateX(-2.0943951024rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(6) {
  transform: rotateX(-2.617993878rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(7) {
  transform: rotateX(-3.1415926536rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(8) {
  transform: rotateX(-3.6651914292rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(9) {
  transform: rotateX(-4.1887902048rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(10) {
  transform: rotateX(-4.7123889804rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(11) {
  transform: rotateX(-5.235987756rad) translateZ(100px);
}
.minutes-selector .carousel .row:nth-child(12) {
  transform: rotateX(-5.7595865316rad) translateZ(100px);
}
.minutes-selector .borders {
  height: 50px;
  width: 100%;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  opacity: 0.7;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    -ms-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.packshot-image {
  width: 100%;
  padding-bottom: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.products .name {
  font-weight: 800;
  text-align: center;
  font-size: 18px;
  margin: 1em;
}
.products .description ul {
  list-style: disc;
  padding-left: 1.5em;
}

.content-container .packshots .slick-prev, .content-container .packshots .slick-next {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.content-container .packshots .slick-prev {
  left: -15px;
}

.content-container .packshots .slick-next {
  right: -15px;
}

.subsections {
  margin: 1em 0;
}
.subsections:last-child {
  margin-bottom: 0;
}
.subsections:last-child .subsection:last-child .header:not(.active) {
  margin-bottom: 0;
}

.subsection .header {
  text-align: center;
  color: #684a75;
  font-weight: 700;
  margin: 2.5em 0;
}
.subsection .header .label {
  display: inline;
}
.subsection .header .collapse-indicator {
  display: inline-block;
  width: 0.4em;
  fill: #684a75;
  margin-left: 0.3em;
  transition: all 0.5s ease;
  vertical-align: middle;
}
.subsection .header.active .collapse-indicator {
  transform: rotate(90deg);
}
.subsection .content {
  padding: 0 !important;
}
.subsection .content ul {
  list-style: disc;
  padding-left: 1.5em;
}
.subsection .content i {
  font-style: italic;
}

.content-container .get-started {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  justify-content: space-evenly;
  box-sizing: border-box;
}
.content-container .get-started .intro {
  margin: 1.125em 0.625em;
  text-align: center;
  line-height: 1.5625;
}
.content-container .get-started .actions {
  margin: 0 0.625em;
}
.content-container .get-started .logo {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 16.8%;
  margin-bottom: 12%;
}

.questionnaire h1 {
  color: #644571;
  font-size: 28px;
}
.questionnaire ul {
  list-style: none;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: 700;
}
.questionnaire ul li {
  margin: 1em 0;
  position: relative;
}
.questionnaire ul li .number {
  position: absolute;
  left: -1.2em;
  top: 0;
}
.questionnaire .input {
  margin: 1.8em 0 2.3em 0;
}
.questionnaire label.radio {
  margin-right: 1.5em;
  letter-spacing: 0.3em;
  font-size: 0.9em;
}
.questionnaire label.radio span {
  pointer-events: none;
}
.questionnaire label.radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.questionnaire label.radio .label {
  font-weight: 400;
}
.questionnaire label.radio input:checked ~ .label {
  font-weight: 700;
  color: #644571;
}
.questionnaire label.radio .checkmark {
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  border: solid 2px #6f6f6f;
  border-radius: 50%;
  vertical-align: middle;
  margin: -0.3em 0.8em 0 0;
}
.questionnaire label.radio input:checked ~ .checkmark {
  border-color: #644571;
  position: relative;
}
.questionnaire label.radio input:checked ~ .checkmark:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #644571;
}
.questionnaire .slider-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.questionnaire .slider-input .slider-rail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1px;
  background: #b4b4b4;
  position: relative;
  margin: 1em 0;
}
.questionnaire .slider-input .slider-handle {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #644571;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
.questionnaire .slider-input .slider-handle:before {
  content: "";
  display: block;
  position: absolute;
  width: 300%;
  height: 300%;
  left: -100%;
  top: -100%;
  opacity: 0;
}
.questionnaire .slider-input .value {
  width: 35%;
  font-size: 30px;
  text-align: center;
  color: #644571;
}
.questionnaire .button {
  padding: 0.66em 1em;
  margin: 3.5em auto;
}

.overflow-indicator {
  position: fixed;
  pointer-events: none;
  bottom: 0;
  margin-bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.5s ease;
  z-index: 100;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: bounce;
  animation-name: bounce;
  animation-timing-function: ease-in-out;
}
.overflow-indicator:after {
  content: "";
  background: url("../img/arrow-scroll-down.svg") 50% 50% no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  display: block;
}

.overflow-indicator.scrolled, .content-scrolled .overflow-indicator {
  opacity: 0;
}

@-webkit-keyframes bounce {
  0%, 10%, 50%, 80%, 100% {
    -webkit-transform: translateX(-50%) translateY(0);
  }
  30% {
    -webkit-transform: translateX(-50%) translateY(-20px);
  }
  65% {
    -webkit-transform: translateX(-50%) translateY(-10px);
  }
  88% {
    -webkit-transform: translateX(-50%) translateY(-5px);
  }
}
@keyframes bounce {
  0%, 10%, 50%, 80%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  30% {
    transform: translateX(-50%) translateY(-20px);
  }
  65% {
    transform: translateX(-50%) translateY(-10px);
  }
  88% {
    transform: translateX(-50%) translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

.popup-wrapper {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 75vh;
  height: 100%;
  z-index: 3;
  transform: translateX(-50%);
  background: #5f5165B2;
}
.green-path .popup-wrapper {
  background: #7a9e90B2;
}

.popup {
  position: absolute;
  top: 50%;
  background: white;
  transform: translateY(-50%);
  box-shadow: -3.386px 4.334px 10.5px 0px rgba(186, 186, 186, 0.49);
  width: 93%;
  left: 3.5%;
}
.popup h2 {
  margin: 2em;
  font-size: 23px;
  font-weight: 900;
  text-align: center;
}
.popup .message {
  text-align: center;
  margin: 3.125em;
  font-size: 18px;
}
.popup .message p {
  margin: 1em 0;
}
.popup .message p:first-child {
  margin-top: 0;
}
.popup .message p:last-child {
  margin-bottom: 0;
}
.popup .button {
  margin: 3.125em auto;
}
.popup .input-wrapper {
  margin: 3.125em;
}
.popup .input-wrapper input[type=text] {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  border: 0;
  border-bottom: solid 1px black;
  padding: 0.5em;
  font-size: 16px;
}
.popup .alert {
  margin: 1em 3.125em;
  color: #e02858;
}
.popup .actions {
  margin: 3.125em;
}
.popup .actions .button {
  margin: 1.125em auto;
  font-weight: 700;
}
.popup .actions .button.secondary {
  font-weight: 400;
}

.processing {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: url("../img/processing-background.jpg") 50% 50% no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.processing .load-progress {
  position: relative;
  width: 100%;
}
.processing .load-progress img {
  display: block;
  width: 45%;
  height: auto;
  margin: 0 auto;
}
.processing .load-progress .backgroud img {
  opacity: 0.4;
}
.processing .load-progress .progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  overflow: hidden;
}
.processing .load-progress .progress img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.processing .percentage {
  font-weight: 700;
  font-size: 28px;
  color: #7a9e90;
  margin: 0.5em auto 1em auto;
}
.violet-path .processing .percentage {
  color: #644571;
}

.processing .preparing {
  color: #6f6f6f;
  font-size: 18px;
  font-weight: 700;
  width: 45%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.4;
}

.secondary-menu {
  overflow: hidden;
  max-height: 25%;
  transition: all 0.5s ease;
  box-shadow: rgba(120, 120, 120, 0.07) 0 -3px 4px;
  position: relative;
}
.secondary-menu nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 8px;
  font-weight: 600;
}
.secondary-menu nav .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  fill: #acacac;
  color: #acacac;
  text-align: center;
  padding-top: 0.5em;
}
.secondary-menu nav .item svg {
  width: 60%;
  display: block;
  margin: 0 auto;
}
.secondary-menu nav .item .label {
  margin: 0.5em;
  display: block;
}
.secondary-menu nav .item.active {
  fill: #644571;
  color: #644571;
}
.green-path .secondary-menu nav .item.active {
  fill: #7a9e90;
  color: #7a9e90;
}

.secondary-menu nav .item.disabled {
  opacity: 0.5;
}
.secondary-menu.hidden {
  max-height: 0;
}

@media screen and (max-aspect-ratio: 1/2) {
  .iPhone.magloftShell .secondary-menu {
    margin-bottom: 20px;
  }
}
.ternary-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  -webkit-justify-content: stretch;
  -moz-justify-content: stretch;
  justify-content: stretch;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  justify-items: stretch;
  padding: 0.33em;
  width: 100%;
  box-sizing: border-box;
  box-shadow: rgba(120, 120, 120, 0.07) 0 -3px 4px;
  position: relative;
}
.ternary-menu.hidden {
  display: none;
}
.ternary-menu .button {
  display: block;
  margin: 0.5em 0.33em;
  padding: 0.66em 1em;
  flex: 1;
  font-size: 12px;
  background: #e0e0e0;
  background: linear-gradient(183deg, #f4f4f4 0%, #e0e0e0 100%);
  color: #6f6f6f;
  fill: #6f6f6f;
}
.ternary-menu .button [part=morning] svg {
  transform: translateY(-10%);
}
.ternary-menu .button svg {
  width: 1em;
  vertical-align: middle;
  margin-right: 0.3em;
}
.ternary-menu .button.active {
  background: #cdbbe3;
  background: linear-gradient(183deg, #cdbbe3 0%, #745382 100%);
  color: white;
  fill: white;
}
.green-path .ternary-menu .button.active {
  background: #547065;
  background: linear-gradient(183deg, #d5e5cb 0%, #95b7a6 46%, #547065 100%);
}

/* --------------- between screen animation --------------*/
.slide-animate-container {
  position: relative;
}

.slide-animate {
  position: relative;
  width: 100%;
  min-height: 100%;
  height: 100%;
}

.slide-animate.ng-enter, .slide-animate.ng-leave {
  -webkit-transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  transition: all cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  padding: 0;
}

.forward .slide-animate.ng-enter {
  transform: translateX(100%);
}
.forward .slide-animate.ng-enter-active {
  transform: translateX(0%);
}
.forward .slide-animate.ng-leave {
  transform: translateX(0%);
}
.forward .slide-animate.ng-leave-active {
  transform: translateX(-100%);
}

/* --- backward */
.backward .slide-animate.ng-enter {
  transform: translateX(-100%);
}
.backward .slide-animate.ng-enter-active {
  transform: translateX(0%);
}
.backward .slide-animate.ng-leave {
  transform: translateX(0%);
}
.backward .slide-animate.ng-leave-active {
  transform: translateX(100%);
}

@media screen and (min-width: 600px) {
  .product-tile {
    width: 30.3%;
  }
}
html {
  height: 100%;
  overflow: hidden;
  background: gray;
}

body {
  font-family: SourceSansPro, sans-serif;
  -webkit-font-smoothing: antialiased;
  background: white;
  height: 100%;
  overflow: hidden;
  max-width: 75vh;
  position: relative;
  margin: auto;
  color: #6f6f6f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
body > main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  position: relative;
}
body.splash > main {
  overflow: hidden;
}
body.splash .cover {
  top: 0;
}
body.splash .primary-navigation {
  top: 100%;
}
body.splash .title .logo {
  display: block;
}
body.splash .title .text {
  display: none;
}

.back {
  position: absolute;
  font-size: 13px;
  top: 0;
  left: 9%;
  color: #a7a9ac;
  padding: 1em 0;
}
.back:before {
  content: "";
  display: block;
  width: 0.38684em;
  height: 0.7em;
  background: url(../img/arrow-back.svg) 0 0 no-repeat;
  background-size: contain;
  position: absolute;
  margin-left: -1em;
  margin-top: 0.3em;
}

.content-container {
  height: 100%;
  overflow: scroll;
  overflow-scrolling: touch;
  background: white;
}
.content-container:before {
  content: "";
  display: table;
}

.button {
  background: #cdbbe3;
  background: linear-gradient(183deg, #cdbbe3 0%, #745382 100%);
  color: white;
  line-height: 1.2;
  padding: 0.66em 3em;
  margin: 1.125em auto;
  border-radius: 4em;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  display: table;
}
.button.wide {
  display: block;
  width: 100%;
}
.button.strong {
  font-weight: 500;
  font-size: 17px;
}
.button.secondary {
  background: white;
  color: black;
  border: solid 1px black;
}
.button.green {
  background: #547065 !important;
  background: linear-gradient(183deg, #d5e5cb 0%, #95b7a6 46%, #547065 100%) !important;
  color: white;
}
.button.violet {
  background: #cdbbe3 !important;
  background: linear-gradient(183deg, #cdbbe3 0%, #745382 100%) !important;
  color: white;
}
.violet-path .button.path-color {
  background: #cdbbe3 !important;
  background: linear-gradient(183deg, #cdbbe3 0%, #745382 100%) !important;
  color: white;
}

.green-path .button.path-color {
  background: #547065 !important;
  background: linear-gradient(183deg, #d5e5cb 0%, #95b7a6 46%, #547065 100%) !important;
  color: white;
}

.button.bicolor {
  background: #d5e5cb;
  background: linear-gradient(187deg, #d5e5cb 0%, #95b7a6 34%, #7a5a89 100%);
  color: white;
}
.button.inactive {
  background: #e0e0e0;
  background: linear-gradient(183deg, #f4f4f4 0%, #e0e0e0 100%);
  color: #6f6f6f;
}
.button.back {
  margin: 3em auto;
}
.button.back:before {
  content: "";
  width: 0.7em;
  height: 0.7em;
  background: url("../img/arrow-prev-panel.svg") 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.25em;
}
.button.separate {
  margin: 4.5em auto;
}
.button.disabled {
  opacity: 0.5;
  touch-action: none;
  pointer-events: none;
}

.actions.separate {
  margin: 4.5em auto;
}
.actions.separate .button:first-child {
  margin-top: 0;
}
.actions.separate .button:last-child {
  margin-bottom: 0;
}

.top-most {
  z-index: 1001;
}

.back.link {
  color: #00040f;
  opacity: 0.6;
  font-size: 0.75em;
  margin: 1.6em;
  text-align: left;
}
.back.link.absolute {
  position: absolute;
  left: 0;
  right: 0;
}
.back.link:before {
  content: "";
  width: 1em;
  height: 1em;
  opacity: 0.55;
  background: url("../img/arrow-prev-panel.svg") 50% 50% no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: baseline;
  margin-right: 0.25em;
  margin-bottom: -0.15em;
}

.cover-container {
  height: 100%;
  padding: 3%;
}

.cover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  transition: all 0.5s ease;
}
.cover .cover-image {
  box-shadow: 0px 5px 10px grey;
  height: 68%;
  background: url(../img/cover-image.jpg) 50% 50% no-repeat;
  background-size: contain;
}
@media screen and (min-aspect-ratio: 768/1024) {
  .cover .cover-image {
    background: url(../img/cover-image-iPad.jpg) 50% 50% no-repeat;
  }
}
.cover .footer {
  box-shadow: 0px 5px 10px grey;
  height: 29%;
  font-weight: 700;
  font-size: 30px;
  color: #000;
  background: white;
  padding-right: 10%;
  padding-left: 10%;
  padding-top: 5%;
  text-align: left;
}
.cover .lets-start-button {
  background-color: #000;
  color: white;
  margin-top: 6%;
  padding: 10px 20px;
  color: white;
  font-size: 18px;
  border-color: #000;
  border-radius: 25px;
}
@media screen and (min-width: 640px) {
  .cover .footer {
    height: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 42px;
    color: #000;
    background: white;
    padding: 0 10%;
  }
  .cover .footer div {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .cover .footer button {
    margin: 0;
    font-size: 24px;
  }
  .cover .footer div:nth-of-type(2) {
    text-align: right;
  }
}

.nobr {
  white-space: nowrap;
}

.close {
  width: 45px;
  height: 45px;
  margin: 0 5px;
  background: white url("../img/close-icon.svg") 50% 50% no-repeat;
  background-size: 18px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 203;
}

.favorite {
  position: absolute;
  width: 1.125em;
  height: 1em;
  background: url("../img/fav-icon.svg") 50% 50% no-repeat;
  background-size: contain;
  top: 0.75em;
  right: 0.75em;
  z-index: 1;
}
.favorite.active {
  background-image: url("../img/fav-icon-active.svg");
}

.amway-icon {
  font-family: "amway_symbols";
  font-weight: 400 !important;
  font-style: normal !important;
  -webkit-font-smoothing: antialiased;
  font-size: 1.2em;
  line-height: 0.9;
}
.amway-icon.all_skin:before {
  content: "╘";
}
.amway-icon.sensitive_skin:before {
  content: "╠";
}
.amway-icon.combination-to-oily_skin:before {
  content: "╕";
}
.amway-icon.normal-to-dry_skin:before {
  content: "╙";
}
.amway-icon.allergy_tested:before {
  content: "╛";
}
.amway-icon.ophthalmology_tested:before {
  content: "╟";
}
.amway-icon.daily_usage:before {
  content: "╔";
}
.amway-icon.nightly_usage:before {
  content: "╚";
}
.amway-icon.square_dispenser:before {
  content: "╕";
}
.amway-icon.rectangle_dispenser:before {
  content: "╖";
}
.amway-icon.plastic_squeeze:before {
  content: "╔";
}
.amway-icon.pistol_grip:before {
  content: "╗";
}
.amway-icon.pour_cap:before {
  content: "╘";
}
.amway-icon.dispenser_ball:before {
  content: "╙";
}
.amway-icon.star_espring:before {
  content: "╓";
}
.amway-icon.one_drops:before {
  content: "╜";
}
.amway-icon.two_drops:before {
  content: "╝";
}
.amway-icon.three_drops:before {
  content: "╞";
}

.cover-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}

.cover-video {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.cover-video video {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.violet {
  color: #644571;
}
.violet h {
  font-size: 1.5em;
  line-height: 1em;
}

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.unresponsive {
  pointer-events: none;
}

.semitransparent-svg-overlay {
  fill: #00275a;
  opacity: 0.75;
}

.selection-frame {
  position: absolute;
  width: 2px;
  height: 2px;
  border: solid 1px red;
  pointer-events: none;
  z-index: 999;
}
.selection-frame:after {
  content: "";
  border: solid 1px white;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

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