body {
  font-family: "Rubik", "Helvetica", sans-serif;
  background-color: #168B67;
  color: #18002D;
  text-align: center;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
  padding-bottom: 80px;
}

#page-content {
  margin-top: 0;
  position: relative;
  z-index: 40;
}

#site-stage {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: #00A0FF;
}
#site-stage svg {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 113vh;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.container {
  margin: 0 auto;
  padding: 0 14px;
  max-width: 560px;
}
@media only screen and (min-width: 747px) {
  .container {
    max-width: 710px;
    padding: 0 20px;
  }
}
@media only screen and (min-width: 847px) {
  .container {
    max-width: 800px;
  }
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1 {
  font-weight: 600;
  font-size: 28px;
  letter-spacing: -0.36px;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 747px) {
  h1 {
    font-size: 38px;
  }
}

h2 {
  font-weight: 600;
  font-size: 22px;
  color: #18002D;
  letter-spacing: -0.27px;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 747px) {
  h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

p {
  font-size: 17px;
  letter-spacing: 0.61px;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 747px) {
  p {
    font-size: 20px;
  }
}
p b {
  font-weight: 500;
}
p strong {
  font-weight: 600;
}
p + p {
  margin-top: 20px;
}

ul {
  list-style: none;
}

.screen-reader-text {
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.text-box-style-1 .content {
  position: relative;
  z-index: 1;
  background: #FFFFFF url(../images/text-box-style-1-bg.svg) bottom center repeat-x;
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #18002d, 0 0 0 7px #fff, inset 0 0 0 2px #bab3c0, inset 0 2px 0 0px #bab3c0;
}
@media only screen and (min-width: 747px) {
  .text-box-style-1 .content {
    box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 11px #18002D, 0 0 0 16px #FFFFFF, inset 0 0 0 4px #BAB3C0, inset 0 4px 0 4px #BAB3C0;
  }
}

.content {
  padding: 20px;
}
@media only screen and (min-width: 747px) {
  .content {
    padding: 60px;
  }
}

.text-box-style-1 .content {
  padding-bottom: 25px;
}

.row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

#presentation-arrow {
  display: block;
  margin: 20px auto 0 auto;
  animation: heart 1s steps(2, end) infinite;
}
@media only screen and (min-width: 747px) {
  #presentation-arrow {
    margin: 40px auto 0 auto;
  }
}

.text-box-style-1 .presentation-footer svg {
  margin: 50px auto 0 auto;
  display: block;
}

#introduction, .text-box-style-1 {
  position: relative;
  width: 100%;
}
#introduction:after, #introduction:before, .text-box-style-1:after, .text-box-style-1:before {
  content: "";
  width: 38px;
  height: 44px;
  display: block;
  position: absolute;
  background: url(../images/text-box-style-1-corner-back.svg) center center no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 747px) {
  #introduction:after, #introduction:before, .text-box-style-1:after, .text-box-style-1:before {
    width: 59px;
    height: 63px;
  }
}

#introduction:after {
  top: -18px;
  left: -16px;
}
#introduction:before {
  right: -16px;
  top: -18px;
}

.text-box-style-1:after {
  bottom: -19px;
  left: -16px;
}
.text-box-style-1:before {
  right: -16px;
  bottom: -19px;
}

@media only screen and (min-width: 747px) {
  #introduction:after {
    top: -40px;
    left: -40px;
  }
  #introduction:before {
    right: -40px;
    top: -40px;
  }

  .text-box-style-1:after {
    bottom: -40px;
    left: -40px;
  }
  .text-box-style-1:before {
    right: -40px;
    bottom: -40px;
  }
}
.text-box-style-1 .content, .text-box-style-1 .presentation-footer {
  position: relative;
  z-index: 2;
}
.text-box-style-1 .content:after, .text-box-style-1 .content:before, .text-box-style-1 .presentation-footer:after, .text-box-style-1 .presentation-footer:before {
  content: "";
  width: 31px;
  height: 34px;
  display: block;
  position: absolute;
  background: url(../images/text-box-style-1-corner-front.svg) center center no-repeat;
  background-size: 100% auto;
}
@media only screen and (min-width: 747px) {
  .text-box-style-1 .content:after, .text-box-style-1 .content:before, .text-box-style-1 .presentation-footer:after, .text-box-style-1 .presentation-footer:before {
    width: 51px;
    height: 55px;
  }
}

.text-box-style-1 .content:after {
  top: -13px;
  left: -13px;
}
.text-box-style-1 .content:before {
  right: -13px;
  top: -13px;
}

.text-box-style-1 .presentation-footer:after {
  bottom: -13px;
  left: -13px;
}
.text-box-style-1 .presentation-footer:before {
  right: -13px;
  bottom: -13px;
}

@media only screen and (min-width: 747px) {
  .text-box-style-1 .content:after {
    top: -36px;
    left: -36px;
  }
  .text-box-style-1 .content:before {
    right: -36px;
    top: -36px;
  }

  .text-box-style-1 .presentation-footer:after {
    bottom: -36px;
    left: -36px;
  }
  .text-box-style-1 .presentation-footer:before {
    right: -36px;
    bottom: -36px;
  }
}
.text-box-style-1 .text-box-header-image {
  display: block;
  margin: -60px auto 13px auto;
  max-width: 90%;
}
@media only screen and (min-width: 747px) {
  .text-box-style-1 .text-box-header-image {
    margin-top: -106px;
  }
}

@media only screen and (min-width: 747px) {
  #explainer {
    padding-top: 40px;
  }
}

.text-box-style-2 {
  margin: 60px auto;
  z-index: 2;
  position: relative;
}
@media only screen and (min-width: 747px) {
  .text-box-style-2 {
    background-size: 100% 100%;
  }
}
.text-box-style-2 .content {
  max-width: 85%;
  margin: 0 auto;
  padding: 40px 22px 32px 22px;
  background: #F8E7D2 url(../images/text-box-style-2-bg-plane.svg) top center no-repeat;
  background-size: 100% auto;
  border-right: 2px solid #18002D;
  border-left: 2px solid #18002D;
}
@media only screen and (min-width: 747px) {
  .text-box-style-2 .content {
    max-width: 579px;
    border-right: 3px solid #18002D;
    border-left: 3px solid #18002D;
    padding: 80px 60px 60px 60px;
  }
}
.text-box-style-2:before {
  content: "";
  display: block;
  top: -20px;
  left: 0;
  width: 100%;
  position: absolute;
  height: 69px;
  background: url(../images/scroll.svg) center top no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 747px) {
  .text-box-style-2:before {
    top: -59px;
  }
}
.text-box-style-2:after {
  content: "";
  display: block;
  bottom: -20px;
  left: 0;
  width: 100%;
  position: absolute;
  height: 69px;
  background: url(../images/scroll.svg) center bottom no-repeat;
  background-size: contain;
}
@media only screen and (min-width: 747px) {
  .text-box-style-2:after {
    bottom: -59px;
  }
}

.pack-details {
  margin: 20px auto;
  text-align: left;
}
@media only screen and (min-width: 747px) {
  .pack-details {
    max-width: 75%;
  }
}

#shop {
  max-width: 100%;
  margin-bottom: 180px;
  margin: -20% auto 134px auto;
  position: relative;
}
@media only screen and (max-width: 374px) {
  #shop {
    margin-bottom: 180px;
  }
}
@media only screen and (min-width: 747px) {
  #shop {
    margin: -28% auto 134px auto;
    margin-bottom: 150px;
    max-width: 90%;
  }
}
@media only screen and (min-width: 847px) {
  #shop {
    margin-bottom: 100px;
  }
}
#shop .bg {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background: url(../images/shop.svg) center 69%;
  background-size: 130% auto;
  border-radius: 100%;
}
@media only screen and (max-width: 570px) {
  #shop .bg {
    background-position-y: 73%;
    background-size: 162% auto;
  }
}
@media only screen and (min-width: 747px) {
  #shop .bg {
    background-position-y: 61%;
    background-size: 137% auto;
  }
}
@media only screen and (min-width: 847px) {
  #shop .bg {
    background-position-y: 80%;
    background-size: 118% auto;
  }
}
#shop .content {
  position: absolute;
  z-index: 1;
  color: #fff;
  left: 0;
  top: 100%;
  right: 0;
  padding: 0;
}
@media only screen and (max-width: 374px) {
  #shop .content {
    margin-top: -20px;
  }
}
@media only screen and (min-width: 375px) {
  #shop .content {
    margin-top: -44px;
  }
}
@media only screen and (min-width: 570px) {
  #shop .content {
    margin-top: -49px;
  }
}
@media only screen and (min-width: 847px) {
  #shop .content {
    margin-top: -89px;
  }
}
#shop .decoration-header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 25%;
  height: auto;
  z-index: 3;
}
#shop .decoration-header svg {
  transform: translateY(-77%);
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 747px) {
  #shop .decoration-header svg {
    transform: translateY(10%);
  }
}
#shop .decoration-footer {
  position: absolute;
  bottom: -70px;
  left: 0;
  width: 100%;
}
#shop .decoration-footer svg {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
}

.shipping {
  font-size: 18px;
  letter-spacing: 0.06px;
  text-align: center;
  font-weight: 500;
  max-width: 100%;
  line-height: 1.4;
  margin: 20px auto;
}

.blue-button {
  appearance: none;
  font-size: 1em;
  font-family: inherit;
  color: #fff;
  border: none;
  display: block;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  background: #007AFF;
  border: 4px solid #18002D;
  box-shadow: 0 0 0 5px #FFFFFF, inset 0 -4px 0 0 #363AFF;
  border-radius: 16px;
  font-size: 20px;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: -0.35px;
  padding-bottom: 4px;
  transition: all 0.25s ease;
}
@media only screen and (min-width: 747px) {
  .blue-button {
    font-size: 27px;
  }
  .blue-button:hover {
    transform: scale(1.1);
  }
}

.wave-title {
  width: 50%;
  float: left;
  text-align: center;
  letter-spacing: 0.68px;
  /* text-transform: uppercase; */
  text-shadow: 3px 3px 0 #000;
  font-size: 25px;
  font-weight: 500;
}

.product {
  float: left;
  position: absolute;
  left: 4%;
  top: 36%;
  transform: scale(0.8);
  width: 47%;
  z-index: 10;
  margin-top: 3px;
  text-align: right;
}
.product:last-child {
  left: auto;
  right: 6%;
  text-align: left;
}
@media only screen and (max-width: 570px) {
  .product {
    top: auto;
    bottom: 20%;
    width: 55%;
    left: 0;
  }
  .product:last-child {
    left: auto;
    right: 0;
  }
}
@media only screen and (max-width: 380px) {
  .product {
    transform: scale(0.7);
  }
}
@media only screen and (min-width: 747px) {
  .product {
    transform: scale(1);
    top: 38%;
    left: 2%;
    width: 44%;
  }
  .product:last-child {
    left: auto;
    right: 2%;
    text-align: left;
  }
}
.product .price {
  position: absolute;
  right: 50px;
  bottom: -70px;
  font-weight: 600;
  font-size: 38px;
  color: #3F223B;
  padding: 20px 0 30px 0;
  width: 107px;
  text-align: center;
  display: inline-block;
  letter-spacing: -0.48px;
  background: url(../images/price-block.svg) center center no-repeat;
}
.product:last-child .price {
  left: 50px;
  bottom: -70px;
}

.text-box-style-3 {
  background: #001573;
  box-shadow: 0 0 0 2px #a5a5a5, 0 0 0 5px #ddd, 0 0 0 8px #000, 0 2px 0 8px #000, inset 0 0 0 2px #000, inset 0 2px 0 3px #000;
  border-radius: 12px;
  color: #fff;
}
@media only screen and (min-width: 747px) {
  .text-box-style-3 {
    box-shadow: 0 0 0 5px #A5A5A5, 0 0 0 10px #DDDDDD, 0 0 0 14px #000000, 0 4px 0 14px #000000, inset 0 0 0 4px #000000, inset 0 4px 0 4px #000000;
  }
}
.text-box-style-3 .content {
  padding: 26px;
}
@media only screen and (min-width: 747px) {
  .text-box-style-3 .content {
    padding: 40px;
  }
}
.text-box-style-3 h2 {
  margin-bottom: 10px;
  color: #fff;
}
.text-box-style-3 p {
  font-weight: 500;
}

p svg {
  vertical-align: middle;
}

.inline-button {
  appearance: none;
  font-size: 1em;
  font-family: inherit;
  color: #fff;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  background: #0021B3;
  border-radius: 10.8px;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.32px;
  text-shadow: 0 3px 0 #000000;
  transition: all 0.25s ease;
  padding: 20px 10px;
  margin-top: 20px;
  display: block;
  width: 100%;
}
.inline-button svg {
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (min-width: 747px) {
  .inline-button {
    width: auto;
    display: inline-block;
    padding: 15px 20px 10px 20px;
    font-size: 25px;
  }
  .inline-button:hover {
    transform: scale(1.1);
  }
}

.heart {
  animation: heart 1s steps(2, end) infinite;
  margin-right: 4px;
}

@keyframes heart {
  to {
    transform: scale(0.7);
  }
}
.blue-button iframe {
  margin-top: -20px;
  max-width: 100%;
}

.blue-button span, .blue-button a {
  display: block;
  color: #fff;
  text-decoration: none;
  background-color: #007aff;
  font-size: 18px;
  padding: 0px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 16px;
  font-weight: bold;
}

.presentation-characters {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: -5%;
  top: 0;
  width: 110%;
  background: red;
  background: url(../images/char-left.png) center left no-repeat;
  background-size: 20% auto;
}
@media only screen and (min-width: 747px) {
  .presentation-characters {
    left: 0;
    top: 15%;
    width: 100%;
  }
}
.presentation-characters:after {
  display: block;
  content: " ";
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  bottom: 0;
  background: red;
  background: url(../images/char-right-2.png) center right no-repeat;
  background-size: 22% auto;
}

#explainer {
  position: relative;
}

.stage-content {
  position: relative;
  max-width: 400px;
  margin: 0 auto;
  z-index: 10;
  padding: 34px 0 110px 0;
}
@media only screen and (min-width: 747px) {
  .stage-content {
    padding: 22px 0 90px 0;
    max-width: 100%;
  }
}

#background-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.container img {
  max-width: 100%;
  height: auto;
}

#site-stage svg {
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 800px) {
  #site-stage svg {
    bottom: -7vw;
  }
}
@media only screen and (min-width: 1200px) {
  #site-stage svg {
    bottom: -19vw;
  }
}

.intro-image {
  width: 100%;
}
@media only screen and (min-width: 747px) {
  .intro-image {
    width: auto;
    max-width: 936px;
  }
}

@media only screen and (min-width: 747px) {
  .stage-content {
    padding: 33px 0 90px 0;
  }

  #site-stage {
    height: 712px;
  }
}
.top-leaves {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.top-leaves svg {
  width: 100%;
  height: auto;
}

#site-header {
  overflow: hidden;
}

.container-container {
  max-width: 96%;
  margin: 0 auto;
}

#product-component-1581002821092 {
  max-width: 100% !important;
}

/*# sourceMappingURL=style.min.css.map */
