/* ///////////////////////////////////////
	Auckland Glass Master CSS (SCSS)
	by Alek Lisefski
	Tilt Digital
	https://tiltdigital.co.nz/
/////////////////////////////////////// */
/* /////////////////////////////////
	Resets & Fixes
///////////////////////////////// */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

b, strong {
  font-weight: bold;
}

a:active, a:hover, a:focus {
  outline: 0;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img, a img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: none;
}

textarea {
  overflow: hidden;
}

input:focus, select:focus, textarea:focus {
  outline: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-cancel-button {
  display: none;
}

.gradient {
  -webkit-filter: none;
          filter: none;
}

input {
  outline: none;
}

/* /////////////////////////////////
	Variables
///////////////////////////////// */
.no-touch a.box:link:not(.no-hover):hover .image,
.no-touch a.box:visited:not(.no-hover):hover .image, .no-touch .box:not(.no-hover):hover .image, .no-touch .recipe a:hover:link img, .recipe .no-touch a:hover:link img,
.no-touch .recipe a:hover:visited img,
.recipe .no-touch a:hover:visited img,
.no-touch .recipe:hover:link img,
.no-touch .recipe:hover:visited img, .no-touch a.range:hover img,
.no-touch a.range:visited:hover img, .no-touch .slide a.overlay:hover,
.no-touch .slide a.overlay:visited:hover, .no-touch a:link.underline:hover,
.no-touch a:visited.underline:hover {
  opacity: 0.7;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

/* /////////////////////////////////
	Mixins
///////////////////////////////// */
/* @2x */
/* /////////////////////////////////
	Layout Helpers
///////////////////////////////// */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

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

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

.align-right {
  text-align: center;
}
@media screen and (min-width: 720px) {
  .align-right {
    text-align: right;
  }
}

.clear {
  clear: both;
  height: 0;
  line-height: 0px;
  font-size: 0px;
  text-indent: -1000em;
}

.clearFix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

.clearFix {
  zoom: 1; /* for IE */
}

/* /////////////////////////////////
	LAYOUT
///////////////////////////////// */
header,
section,
article,
footer,
.background {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 0;
  text-align: center;
  clear: none;
  overflow: hidden;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  background: #f2dabb url("../media/bg_paper-alt.jpg") left top;
}

section {
  background: #f2dabb url("../media/bg_paper-alt.jpg") left top;
  clear: both;
  z-index: 2;
}
section.overflow-visible {
  overflow: visible;
  z-index: 3;
}
section.overflow-visible .background,
section.overflow-visible .container {
  overflow: visible;
}
section.first {
  padding-top: 95px;
}
@media screen and (min-width: 720px) {
  section.first {
    padding-top: 157px;
  }
}

.background {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 0;
  text-align: center;
  clear: none;
  overflow: hidden;
  background: #fff;
  padding: 0 25px;
  z-index: 2;
}
@media screen and (min-width: 720px) {
  .background {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1100px) {
  .background {
    padding: 0 40px;
  }
}
.background.tan, .background.paper {
  background: #f2dabb url("../media/bg_paper-alt.jpg") left top;
}
.background.white {
  background: #fff;
}
.background.image {
  background-size: 0 0;
  background-position: -9999px top;
  background-color: #f3f3f3;
}
@media screen and (min-width: 720px) {
  .background.image {
    background-size: cover;
    background-position: center top;
  }
}
.background.image.contact {
  background-size: cover;
  background-position: center top;
}
.background.padding-side-reduced {
  padding: 0 25px;
}
@media screen and (min-width: 720px) {
  .background.padding-side-reduced {
    padding: 0 3.5%;
  }
}
@media screen and (min-width: 1100px) {
  .background.padding-side-reduced {
    padding: 1%;
  }
}

.container {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1300px;
  height: auto;
  z-index: 0;
  text-align: center;
  clear: none;
  overflow: hidden;
  padding: 50px 0 30px;
  z-index: 2;
  overflow: visible;
}
@media screen and (min-width: 720px) {
  .container {
    padding: 80px 0 60px;
  }
}
@media screen and (min-width: 1100px) {
  .container {
    padding: 100px 0 80px;
  }
}
.container.overlay {
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 20px 30px;
}
@media screen and (min-width: 720px) {
  .container.overlay {
    padding: 50px 40px 30px;
  }
}
.container.wide {
  max-width: 1350px;
}
.container.width-1000 {
  max-width: 1100px;
}
.container.width-800 {
  max-width: 900px;
}
.container.width-700 {
  max-width: 800px;
}
.container.width-600 {
  max-width: 700px;
}
@media screen and (min-width: 720px) {
  .container.width-600 {
    width: 90%;
  }
}
@media screen and (min-width: 1100px) {
  .container.width-600 {
    width: 70%;
  }
}
.container.padding-bottom-none {
  padding-bottom: 0;
}
.container.padding-top-none {
  padding-top: 0;
}
.container.padding-none {
  padding-top: 0;
  padding-bottom: 0;
}
.container.padding-reduced {
  padding-top: 40px;
  padding-bottom: 35px;
}
.container.padding-reduced .col.three {
  margin-bottom: 0;
}
.container.padding-bottom-reduced {
  padding-bottom: 10px;
}
@media screen and (min-width: 720px) {
  .container.padding-bottom-reduced {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .container.padding-bottom-reduced {
    padding-bottom: 60px;
  }
}
.container.padding-top-reduced {
  padding-top: 40px;
}
@media screen and (min-width: 720px) {
  .container.padding-top-reduced {
    padding-top: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .container.padding-top-reduced {
    padding-top: 60px;
  }
}
.overflow-visible .container, .container.overflow-visible {
  overflow: visible;
}
.container.align-left {
  text-align: left;
}
.container.align-left .container {
  float: left;
}
.container.z-top {
  z-index: 1000;
}

/* /////////////////////////////////
	COLUMNS
///////////////////////////////// */
.col {
  position: relative;
  display: block;
  text-align: left;
  vertical-align: top;
  overflow: hidden;
}
.col h3,
.col h5,
.col p {
  text-align: left;
}
@media screen and (min-width: 720px) {
  .col {
    float: left;
    clear: none;
  }
}
.col.align-center, .align-center .col {
  text-align: center;
}
.col img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (min-width: 720px) {
  .col img.width-80 {
    width: 80%;
    margin: 0 10%;
    max-width: 600px;
  }
}
@media screen and (min-width: 720px) {
  .col img.width-90 {
    width: 90%;
    margin: 0 5%;
    max-width: 600px;
  }
}
.col.two {
  width: 100%;
  overflow: visible;
}
@media screen and (min-width: 720px) {
  .col.two {
    width: 48%;
    margin-right: 4%;
  }
  .col.two:nth-of-type(odd) {
    clear: left;
  }
  .col.two:nth-of-type(even), .col.two.last {
    margin: 0;
    clear: none;
  }
}
@media screen and (min-width: 720px) {
  .col.two.white-bg {
    background-color: #fff;
    padding: 40px 40px 30px 40px;
    border-radius: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .col.two.white-bg {
    padding: 50px 50px 30px 50px;
  }
}
.col.two.white-bg h2 {
  margin-bottom: 30px !important;
}
@media screen and (max-width: 720px) {
  .col.two.mobile-margin-bottom {
    margin-bottom: 30px;
  }
}
.col.three {
  width: 100%;
  overflow: visible;
  margin-bottom: 20px;
}
@media screen and (min-width: 720px) {
  .col.three:not(.recipe) {
    width: 31.33%;
    margin-right: 3%;
  }
  .col.three:not(.recipe):nth-of-type(3n+1) {
    clear: left;
  }
  .col.three:not(.recipe):nth-of-type(3n+0), .col.three:not(.recipe).last {
    margin-right: 0;
    clear: none;
  }
  .col.three:not(.recipe).span-2 {
    width: 65.66%;
  }
}
@media screen and (min-width: 720px) {
  .col.three.recipe {
    width: 32.33%;
    margin-right: 0.5%;
    margin-left: 0.5%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .col.three.recipe {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 720px) and (max-width: 1100px) {
  .col.three.tablet-full {
    width: 100%;
    margin-right: 0;
  }
  .col.three.tablet-full.limit-width {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }
}
@media screen and (max-width: 720px) {
  .col.three.mobile-half {
    clear: none;
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 1100px) {
  .col.three.pull-up {
    margin-top: -30px;
  }
}
.col.four {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.col.four:nth-of-type(odd) {
  clear: left;
}
.col.four:nth-of-type(even) {
  margin-right: 0;
  clear: none;
}
@media screen and (min-width: 1100px) {
  .col.four {
    width: 24.25%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .col.four:nth-of-type(odd), .col.four:nth-of-type(even) {
    margin-right: 1%;
    clear: none;
  }
  .col.four:nth-of-type(4n+0) {
    margin-right: 0;
    clear: none;
  }
  .col.four:nth-of-type(4n+1) {
    clear: left;
  }
}
.overflow-visible .col, .col.overflow-visible {
  overflow: visible;
}
.col.empty {
  display: block;
  height: 20px !important;
  text-indent: -9999px;
  overflow: hidden;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 720px) {
  .col.empty {
    height: 1px !important;
  }
}
@media screen and (min-width: 720px) {
  .col.float-right {
    float: right;
  }
}

article,
aside {
  display: block;
  float: left;
  width: 100%;
  overflow: visible;
}

@media screen and (min-width: 1100px) {
  article {
    width: 70%;
    padding-right: 5%;
  }
}

aside {
  text-align: center;
}
@media screen and (min-width: 720px) and (max-width: 1100px) {
  aside {
    width: 80%;
    margin: 0 10%;
  }
}
@media screen and (min-width: 1100px) {
  aside {
    width: 25%;
  }
}

/* /////////////////////////////////
	Type
///////////////////////////////// */
@font-face {
  font-family: "Supernett";
  src: url("../font/supernett-cn_bold-webfont.woff2") format("woff2"), url("../font/supernett-cn_bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Supernett";
  src: url("../font/supernett-cn_bolditalic-webfont.woff2") format("woff2"), url("../font/supernett-cn_bolditalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Supernett";
  src: url("../font/supernett-cn_italic-webfont.woff2") format("woff2"), url("../font/supernett-cn_italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Supernett";
  src: url("../font/supernett-cn_regular-webfont.woff2") format("woff2"), url("../font/supernett-cn_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ChildsPlay";
  src: url("../font/ChildsPlayAgeNine.woff2") format("woff2"), url("../font/ChildsPlayAgeNine.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cocon";
  src: url("../font/CoconBoldCond.woff2") format("woff2"), url("../font/CoconBoldCond.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fonts.com
*/
body {
  font: 400 22px/28px Supernett, sans-serif;
  color: #000;
}

h1,
h2,
h3,
h4 {
  color: #e2231a;
}

.inverted h1,
.inverted h2,
.inverted h3,
.inverted h4,
.inverted p,
.inverted li,
.inverted label {
  color: #fff;
}
.inverted a:link,
.inverted a:visited {
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}
.no-touch .inverted a:link:hover,
.no-touch .inverted a:visited:hover {
  color: #e2231a;
  text-decoration: underline;
}

h1,
h2.large {
  font: 700 40px/44px Supernett, sans-serif;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 720px) {
  h1,
  h2.large {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 1100px) {
  h1,
  h2.large {
    font-size: 50px;
    line-height: 54px;
    margin-bottom: 60px;
  }
}
h1.align-left,
h2.large.align-left {
  text-align: left;
}
h1 span,
h2.large span {
  position: relative;
  display: inline-block;
}
h1 span::before,
h2.large span::before {
  z-index: 0;
  position: absolute;
  display: block;
  left: -30px;
  top: -18px;
  width: 86px;
  height: 86px;
  content: url(../media/star1.svg);
  background-size: 86px 86px;
  border-bottom: 1ps solid #e2231a;
  opacity: 0.18;
}
.inverted h1 span::before,
.inverted h2.large span::before {
  opacity: 1;
}
#kids h1 span::before,
#kids h2.large span::before {
  left: 50%;
  margin-left: -43px;
}
#kids h1,
#kids h2.large {
  font-family: ChildsPlay, sans-serif;
}
#kids .box .text h1,
#kids .box .text h2.large {
  margin-bottom: 40px;
}
#kids .box .padding h1,
#kids .box .padding h2.large {
  margin-bottom: 0;
}

h2,
h1.small {
  font: 700 32px/36px Cocon, sans-serif;
  margin-bottom: 40px;
}
@media screen and (min-width: 720px) {
  h2,
  h1.small {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1100px) {
  h2,
  h1.small {
    font-size: 38px;
    line-height: 40px;
    margin-bottom: 30px;
  }
}
h2.star,
h1.small.star {
  position: relative;
  text-align: left;
  border-bottom: 2px solid #e2231a;
  padding: 0 0 6px 42px;
  margin-bottom: 40px;
}
@media screen and (min-width: 1100px) {
  h2.star,
  h1.small.star {
    padding-left: 48px;
  }
}
h2.star::before,
h1.small.star::before {
  position: absolute;
  display: block;
  left: 0;
  top: 2px;
  width: 32px;
  height: 32px;
  content: url(../media/star1.svg);
}
@media screen and (min-width: 1100px) {
  h2.star::before,
  h1.small.star::before {
    top: -2px;
    width: 40px;
    height: 40px;
  }
}

h3 {
  font: 700 24px/28px Cocon, sans-serif;
  margin-bottom: 15px;
}
@media screen and (min-width: 720px) {
  h3 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media screen and (min-width: 1100px) {
  h3 {
    font-size: 28px;
    line-height: 32px;
  }
}

h4 {
  font: 700 20px/28px Cocon, sans-serif;
  color: #e2231a;
}
@media screen and (min-width: 720px) {
  h4 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (min-width: 1100px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}

section:not(.has-filters) ul:not(.jump-links):not(.related-products):not(.standard-list).bold li {
  font-weight: 700;
  color: #000;
}

p {
  margin: 0 0 20px 0;
}
p.red {
  color: #e2231a;
}
p.bold {
  font-weight: bold;
}
p.large, .large p {
  font-size: 26px;
  line-height: 34px;
  margin-bottom: 30px;
}
p.small {
  font-size: 18px;
  line-height: 24px;
}
p.left {
  text-align: left;
}
p.center {
  text-align: center;
}
p.margin-none {
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  p.center-mobile {
    text-align: center;
  }
}
p.underline {
  padding-top: 8px;
  padding-bottom: 4px;
  border-bottom: 2px solid #e2231a;
  margin-bottom: 40px;
}
p.width-800 {
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

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

sup {
  top: -0.5em;
}

sub {
  font-size: 66%;
  bottom: -0.25em;
}

/* /////////////////////////////////
	HEADER
///////////////////////////////// */
header {
  overflow: visible;
  position: fixed;
  top: 0;
  z-index: 1000;
}
header.fixed {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}
header.released {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.33s ease;
  transition: -webkit-transform 0.33s ease;
  transition: transform 0.33s ease;
  transition: transform 0.33s ease, -webkit-transform 0.33s ease;
}
header.headroom--not-top .container {
  padding-top: 20px;
  padding-bottom: 15px;
}
@media screen and (min-width: 720px) {
  header.headroom--not-top .container {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}
header.headroom--not-top .logo {
  max-width: 160px;
  height: auto;
}
@media screen and (min-width: 720px) {
  header.headroom--not-top .logo {
    max-width: 200px;
  }
}
header.headroom--not-top .social {
  top: 35px;
  right: 0;
  -webkit-transition: all ease 0.33s;
  transition: all ease 0.33s;
}
header.headroom--not-top #leaves {
  top: -170px;
  -webkit-transition: top ease 0.33s;
  transition: top ease 0.33s;
}
header.headroom--not-top #nav-close,
header.headroom--not-top #nav-open {
  top: 34px;
}
@media screen and (min-width: 720px) {
  header.headroom--not-top #nav-close,
  header.headroom--not-top #nav-open {
    top: 28px;
  }
}
header.headroom--not-top nav {
  padding-top: 85px;
  -webkit-transition: padding ease 0.33s;
  transition: padding ease 0.33s;
}
header .background {
  background: transparent;
  overflow: visible;
}
header .container {
  z-index: 1000;
  overflow: visible;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
  will-change: padding;
  -webkit-transition: padding 0.33s ease;
  transition: padding 0.33s ease;
}
@media screen and (min-width: 720px) {
  header .container {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.logo {
  position: relative;
  z-index: 2;
  display: inline-block;
  float: none;
  height: auto;
  text-decoration: none;
  padding: 0;
  text-size: 0;
  opacity: 1;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.logo svg {
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.33s;
  transition: all ease 0.33s;
}
.logo svg .text {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  fill: #fff;
}
.inverted .logo svg .text {
  fill: #000;
}
.logo svg .fill {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  fill: #e2231a;
}
.no-touch .logo:hover svg .fill {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  fill: #000;
}

header .logo {
  float: none;
  width: 50%;
  max-width: 160px;
}
@media screen and (min-width: 720px) {
  header .logo {
    width: 50%;
    max-width: 300px;
    height: 100px;
  }
}
@media screen and (min-width: 1100px) {
  header .logo {
    width: 40%;
    max-width: 300px;
    height: 100px;
  }
}

/* /////////////////////////////////
	LEAVES / SOCIAL
///////////////////////////////// */
header #leaves {
  position: relative;
  display: none;
}
@media screen and (min-width: 1100px) {
  header #leaves {
    display: block;
    width: 320px;
    height: 120px;
    position: absolute;
    top: -55px;
    right: 0;
    -webkit-transition: top ease 0.33s;
    transition: top ease 0.33s;
  }
}
header #leaves img {
  position: absolute;
  top: 0;
  left: 0;
}

.social {
  display: block;
  width: 129px;
  -webkit-transition: all ease 0.33s;
  transition: all ease 0.33s;
}
.social li {
  display: block;
  float: left;
  width: 38px;
  height: 38px;
  margin-right: 6px;
}
.social li:last-of-type {
  margin-right: 0;
}
.social li a:link,
.social li a:visited {
  display: block;
}
.social li a:link svg,
.social li a:visited svg {
  width: 38px;
  height: 38px;
}
.social li a:link svg .fill,
.social li a:visited svg .fill {
  fill: #e2231a;
  -webkit-transition: fill ease 0.33s;
  transition: fill ease 0.33s;
}
.no-touch .social li a:link:hover svg .fill,
.no-touch .social li a:visited:hover svg .fill {
  fill: #000;
  -webkit-transition: fill ease 0.33s;
  transition: fill ease 0.33s;
}

header .social {
  position: absolute;
  top: 35px;
  right: 0;
  width: 66px;
  margin-right: -10px;
}
@media screen and (min-width: 720px) {
  header .social {
    margin: 0;
    top: 60px;
    width: 129px;
  }
}
@media screen and (min-width: 1100px) {
  header .social {
    top: 70px;
    right: 170px;
  }
}
header .social li {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 720px) {
  header .social li {
    width: 38px;
    height: 38px;
  }
}
header .social li a:link svg,
header .social li a:visited svg {
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 720px) {
  header .social li a:link svg,
  header .social li a:visited svg {
    width: 38px;
    height: 38px;
  }
}

/* /////////////////////////////////
	NAVIGATION
///////////////////////////////// */
#nav-close,
#nav-open {
  position: absolute;
  left: 0;
  top: 34px;
  text-decoration: none;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media screen and (min-width: 720px) {
  #nav-close,
  #nav-open {
    top: 55px;
  }
}
#nav-close svg,
#nav-open svg {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 720px) {
  #nav-close svg,
  #nav-open svg {
    width: 40px;
    height: 40px;
  }
}
#nav-close svg .fill,
#nav-open svg .fill {
  fill: #e2231a;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
@media screen and (min-width: 720px) {
  #nav-close svg,
  #nav-open svg {
    width: 50px;
    height: 50px;
  }
}
.no-touch #nav-close:hover svg .fill,
.no-touch #nav-open:hover svg .fill {
  fill: #000;
  -webkit-transition: fill ease 0.33s;
  transition: fill ease 0.33s;
}

#nav-close {
  display: none;
}

.current_page_item a:link,
.current_page_item a:visited {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

nav {
  display: none;
  width: 240px;
  position: absolute;
  top: 0;
  left: -30px;
  background: #f3d4d3;
  padding: 85px 30px 10px 30px;
  -webkit-transition: padding ease 0.33s;
  transition: padding ease 0.33s;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.33);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.33);
}
@media screen and (min-width: 720px) {
  nav {
    padding-top: 110px;
  }
}
nav ul {
  display: block;
  list-style-type: none;
}
nav ul li::before {
  display: none;
}
nav ul li {
  margin: 20px 0;
}
nav ul li a:link,
nav ul li a:visited {
  display: block;
  text-decoration: none;
  font: 700 26px/34px Cocon, sans-serif;
  text-align: left;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.no-touch nav ul li a:link:hover,
.no-touch nav ul li a:visited:hover {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  text-decoration: none;
  color: #000;
}

/* /////////////////////////////////
	FOOTER
///////////////////////////////// */
footer {
  z-index: 500;
}
footer .container {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}
footer .logo {
  display: inline-block;
  width: 50%;
  height: 55px;
  max-width: 180px;
  margin-bottom: 20px;
}
@media screen and (min-width: 720px) {
  footer .logo {
    display: inline-block;
    margin-bottom: 0;
  }
}
footer .social {
  display: inline-block;
}
footer p.connect {
  display: block;
  position: relative;
  margin: 10px 0;
}
@media screen and (min-width: 720px) {
  footer p.connect {
    top: -14px;
    display: inline-block;
    margin: 0 15px 0 30px;
    line-height: 40px;
  }
}
footer p.links,
footer p.copyright {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 720px) {
  footer p.links {
    width: 50%;
    float: left;
    text-align: left;
  }
}
@media screen and (min-width: 720px) {
  footer p.copyright {
    width: 50%;
    float: right;
    text-align: right;
  }
}
footer a:link,
footer a:visited {
  color: #000;
}
.no-touch footer a:link:hover,
.no-touch footer a:visited:hover {
  color: #000;
  text-decoration: underline;
}

/* /////////////////////////////////
	LINKS
///////////////////////////////// */
a:link,
a:visited {
  color: #e2231a;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box a:link,
.box a:visited {
  text-decoration: underline;
}
.no-touch a:link:hover,
.no-touch a:visited:hover {
  text-decoration: none;
  cursor: pointer;
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch a:link.underline:hover,
.no-touch a:visited.underline:hover {
  text-decoration: none;
  cursor: pointer;
  color: rgb(238.9047619048, 120.6666666667, 115.0952380952);
}
.no-touch a:link.underline:hover::before,
.no-touch a:visited.underline:hover::before {
  bottom: -1px;
}

/* /////////////////////////////////
	BUTTONS
///////////////////////////////// */
.no-touch a.button:link:hover,
.no-touch a.button:visited:hover,
.no-touch form input[type=submit]:hover,
form .no-touch input[type=submit]:hover {
  cursor: pointer;
  background: #f3d4d3;
  color: #e2231a;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
}
.no-touch a.button:link:hover::after,
.no-touch a.button:visited:hover::after,
.no-touch form input[type=submit]:hover::after,
form .no-touch input[type=submit]:hover::after {
  content: url(../media/star3.svg);
}

a.button:link.black,
a.button:visited.black,
form input.black[type=submit] {
  background: rgba(0, 0, 0, 0.25);
}

.no-touch a.button:link.black:hover,
.no-touch a.button:visited.black:hover,
.no-touch form input.black[type=submit]:hover,
form .no-touch input.black[type=submit]:hover {
  background: #f3d4d3;
  color: #e2231a;
}

a.button:link,
a.button:visited,
form input[type=submit] {
  position: relative;
  display: inline-block;
  text-align: center;
  font: 700 26px/34px Supernett, sans-serif;
  color: #fff;
  text-decoration: none !important;
  padding: 11px 40px 10px 60px;
  background: #e2231a;
  outline: none;
  border: 0;
  border-radius: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-appearance: none;
}
a.button:link.right,
a.button:visited.right,
form input.right[type=submit] {
  float: right;
}
a.button:link::after,
a.button:visited::after,
form input[type=submit]::after {
  position: absolute;
  display: block;
  left: 30px;
  top: 14px;
  width: 22px;
  height: 22px;
  content: url(../media/star-white.svg);
}
a.button:link.round,
a.button:visited.round,
form input.round[type=submit] {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  width: 140px;
  height: 140px;
  padding: 20px 16px;
  border-radius: 99px;
  -webkit-transform: rotate(15deg);
      -ms-transform: rotate(15deg);
          transform: rotate(15deg);
}
a.button:link.round::after,
a.button:visited.round::after,
form input.round[type=submit]::after {
  display: none;
}
.no-touch a.button:link.round:hover,
.no-touch a.button:visited.round:hover,
.no-touch form input.round[type=submit]:hover,
form .no-touch input.round[type=submit]:hover {
  background: #000;
  color: #fff;
  width: 150px;
  height: 150px;
  padding: 25px 21px;
  margin: -5px;
}

/* /////////////////////////////////
	TABLES (nutritional info)
///////////////////////////////// */
table {
  width: 100%;
  border-bottom: 1px solid #000;
  margin-bottom: 40px;
  margin-top: 5px;
}
table td {
  min-width: 80px;
  font-size: 16px;
  line-height: 18px;
  padding: 2px 0 0 5px;
  text-align: right;
}
table td.padding {
  padding: 10px 0;
}
table td.left {
  text-align: left;
  padding-left: 0;
}
table tr.border-top td {
  border-top: 1px solid #000;
}

/* /////////////////////////////////
	HORIZONTAL RULE
///////////////////////////////// */
hr {
  clear: both;
  display: inline-block;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  border-top: 2px solid #e2231a;
  width: 80px;
  margin: 20px 0 30px 0;
}
@media screen and (min-width: 720px) {
  hr {
    margin: 20px 0 40px 0;
  }
}

/* /////////////////////////////////
	LISTS
///////////////////////////////// */
section:not(.has-filters) ul:not(.jump-links):not(.related-products):not(.standard-list) {
  list-style-type: none;
  margin: 0 0 30px 0;
}
section:not(.has-filters) ul:not(.jump-links):not(.related-products):not(.standard-list) li {
  position: relative;
  display: block;
  text-align: left;
  padding: 0 0 8px 26px;
  font-weight: bold;
  color: #e2231a;
}
section:not(.has-filters) ul:not(.jump-links):not(.related-products):not(.standard-list) li::before {
  position: absolute;
  display: block;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  content: url(../media/star2.svg);
}
section ul.standard-list {
  margin: 0 0 30px 0;
}
section ul.standard-list li {
  position: relative;
  display: block;
  padding: 0 0 10px 18px;
  font-size: 18px;
  line-height: 24px;
}
section ul.standard-list li::before {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 18px;
  height: 24px;
  font-size: 26px;
  line-height: 24px;
  content: "-";
}

section ul.jump-links {
  list-style-type: none;
  margin: 0;
}
section ul.jump-links li {
  position: relative;
  display: inline-block;
  padding: 0 6px 0 0;
  font-size: 22px;
  line-height: 28px;
  color: #9d9d9c;
}
section ul.jump-links li a:link,
section ul.jump-links li a:visited {
  padding: 0 10px 0 0;
  color: #9d9d9c;
  font-weight: bold;
}
.no-touch section ul.jump-links li a:link:hover,
.no-touch section ul.jump-links li a:visited:hover {
  text-decoration: none;
  opacity: 1;
  color: #e2231a;
}

section ul.related-products {
  list-style-type: none;
  margin: 0;
}
section ul.related-products li {
  position: relative;
  display: block;
  padding: 0 0 20px 0;
  font-size: 26px;
  line-height: 34px;
  color: #9d9d9c;
}
section ul.related-products li span {
  position: relative;
  display: inline-block;
}
section ul.related-products li a:link,
section ul.related-products li a:visited {
  padding: 0 10px 0 0;
  color: #9d9d9c;
}
.no-touch section ul.related-products li a:link:hover,
.no-touch section ul.related-products li a:visited:hover {
  text-decoration: none;
  opacity: 1;
  color: #e2231a;
}
section ul.related-products li.current_page_item a:link, section ul.related-products li.current_page_item a:visited {
  font-weight: bold;
  color: #e2231a;
}
section ul.related-products li.current_page_item a:link::before, section ul.related-products li.current_page_item a:visited::before {
  position: absolute;
  display: block;
  left: -36px;
  top: 2px;
  width: 28px;
  height: 28px;
  content: url(../media/star1.svg);
}

section ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin: 0 0 20px 20px;
}
section ol li {
  text-align: left;
  line-height: 28px;
  padding: 0 0 15px 0;
}

section li ul,
section li ol {
  margin-top: 18px;
  margin-bottom: 0;
}

/* /////////////////////////////////
	BLOCKQUOTE / CALL-OUT
///////////////////////////////// */
blockquote,
.call-out {
  padding: 20px;
  margin-bottom: 30px;
  background: #f3d4d3;
  color: #e2231a !important;
}
blockquote h3,
blockquote h4,
.call-out h3,
.call-out h4 {
  color: #e2231a !important;
}
blockquote p,
.call-out p {
  color: #000 !important;
  margin-bottom: 0;
}

/* /////////////////////////////////
	CLASSES
///////////////////////////////// */
.alignleft,
.alignright {
  max-width: 50%;
  height: auto;
}
@media screen and (min-width: 1100px) {
  .alignleft,
  .alignright {
    max-width: 250px;
  }
}

.alignleft {
  float: left;
  margin: 0 30px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 30px;
}

.alignnone {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .alignnone {
    margin-bottom: 40px;
  }
}

.margin-bottom-none {
  margin-bottom: 0;
}

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

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

.margin-bottom-30 {
  margin-bottom: 30px;
}

.margin-bottom-40,
p.margin-bottom-40 {
  margin-bottom: 30px;
}
@media screen and (min-width: 720px) {
  .margin-bottom-40,
  p.margin-bottom-40 {
    margin-bottom: 40px;
  }
}

.margin-bottom-60 {
  margin-bottom: 40px;
}
@media screen and (min-width: 720px) {
  .margin-bottom-60 {
    margin-bottom: 60px;
  }
}

.margin-bottom-80 {
  margin-bottom: 40px;
}
@media screen and (min-width: 720px) {
  .margin-bottom-80 {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .margin-bottom-80 {
    margin-bottom: 80px;
  }
}

.margin-top-40 {
  margin-top: 40px;
}

/* /////////////////////////////////
	FORMS
///////////////////////////////// */
form textarea, form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  padding: 9px 15px 8px 15px;
  margin: 0 0 5px 0;
  font: 400 22px/28px Supernett, sans-serif;
  color: #9d9d9c;
  background: #fff;
  border: 0;
  outline: none;
  border-radius: 0;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
  -webkit-appearance: none;
  -moz-box-shadow: none;
}
form textarea::-webkit-input-placeholder, form input[type=text]::-webkit-input-placeholder, form input[type=email]::-webkit-input-placeholder, form input[type=password]::-webkit-input-placeholder, form input[type=tel]::-webkit-input-placeholder, form input[type=number]::-webkit-input-placeholder, form input[type=file]::-webkit-input-placeholder, form select::-webkit-input-placeholder {
  color: #9d9d9c;
}
form textarea::-moz-placeholder, form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form input[type=password]::-moz-placeholder, form input[type=tel]::-moz-placeholder, form input[type=number]::-moz-placeholder, form input[type=file]::-moz-placeholder, form select::-moz-placeholder {
  color: #9d9d9c;
}
form textarea:-ms-input-placeholder, form input[type=text]:-ms-input-placeholder, form input[type=email]:-ms-input-placeholder, form input[type=password]:-ms-input-placeholder, form input[type=tel]:-ms-input-placeholder, form input[type=number]:-ms-input-placeholder, form input[type=file]:-ms-input-placeholder, form select:-ms-input-placeholder {
  color: #9d9d9c;
}
form textarea::-ms-input-placeholder, form input[type=text]::-ms-input-placeholder, form input[type=email]::-ms-input-placeholder, form input[type=password]::-ms-input-placeholder, form input[type=tel]::-ms-input-placeholder, form input[type=number]::-ms-input-placeholder, form input[type=file]::-ms-input-placeholder, form select::-ms-input-placeholder {
  color: #9d9d9c;
}
form textarea::placeholder, form input[type=text]::placeholder,
form input[type=email]::placeholder,
form input[type=password]::placeholder,
form input[type=tel]::placeholder,
form input[type=number]::placeholder,
form input[type=file]::placeholder,
form select::placeholder {
  color: #9d9d9c;
}
form textarea:focus, form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus {
  color: #000;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
form textarea:-webkit-autofill, form input[type=text]:-webkit-autofill,
form input[type=email]:-webkit-autofill,
form input[type=password]:-webkit-autofill,
form input[type=tel]:-webkit-autofill,
form input[type=number]:-webkit-autofill,
form input[type=file]:-webkit-autofill,
form select:-webkit-autofill {
  -webkit-transition-delay: 9999s;
  -webkit-transition: color 9999s ease-out, background-color 9999s ease-out;
}

form {
  border: none;
  margin-bottom: 30px;
  overflow: visible;
  text-align: left;
}
form textarea {
  height: auto;
  max-height: 200px;
}
form input[type=submit] {
  margin-top: 25px;
  float: right;
  background-image: url("../media/star-white.svg");
  background-repeat: no-repeat;
  background-position: 35px 15px;
  background-size: 24px 24px;
  padding-left: 70px;
  padding-right: 60px;
}
.no-touch form input[type=submit]:hover {
  background-image: url("../media/star3.svg");
  background-repeat: no-repeat;
  background-position: 35px 15px;
  background-size: 24px 24px;
}

/* /////////////////////////////////
	CF7
///////////////////////////////// */
.wpcf7 br {
  display: none;
}
.wpcf7 span.wpcf7-list-item {
  margin: 0;
}
.wpcf7 {
  /* Validation */
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  width: 100%;
  z-index: 100;
  border: none;
  background: transparent;
  margin: -2px 0 10px 0;
  font: 700 16px/18px Supernett, sans-serif;
  font-style: italic;
  color: #f3d4d3;
}
.wpcf7 div.wpcf7-response-output {
  display: block;
  clear: left;
  margin: 0;
  border: 0;
  outline: none;
  background: #e2231a;
  padding: 0;
  color: #fff;
  font: 700 22px/28px Supernett, sans-serif;
  padding: 14px 20px;
  margin: 30px 0 30px 0;
}
.wpcf7 input.wpcf7-not-valid::-webkit-input-placeholder, .wpcf7 textarea.wpcf7-not-valid::-webkit-input-placeholder, .wpcf7 select.wpcf7-not-valid::-webkit-input-placeholder {
  color: #e2231a;
}
.wpcf7 input.wpcf7-not-valid::-moz-placeholder, .wpcf7 textarea.wpcf7-not-valid::-moz-placeholder, .wpcf7 select.wpcf7-not-valid::-moz-placeholder {
  color: #e2231a;
}
.wpcf7 input.wpcf7-not-valid:-ms-input-placeholder, .wpcf7 textarea.wpcf7-not-valid:-ms-input-placeholder, .wpcf7 select.wpcf7-not-valid:-ms-input-placeholder {
  color: #e2231a;
}
.wpcf7 input.wpcf7-not-valid::-ms-input-placeholder, .wpcf7 textarea.wpcf7-not-valid::-ms-input-placeholder, .wpcf7 select.wpcf7-not-valid::-ms-input-placeholder {
  color: #e2231a;
}
.wpcf7 input.wpcf7-not-valid::placeholder,
.wpcf7 textarea.wpcf7-not-valid::placeholder,
.wpcf7 select.wpcf7-not-valid::placeholder {
  color: #e2231a;
}
.wpcf7 .wpcf7-recaptcha {
  display: block;
  margin: 10px 0 40px;
}

.selectric-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 350px;
  cursor: pointer;
  margin: 10px 0 0 0;
}

.option-combo {
  margin: 0 0 30px 0;
}
@media screen and (min-width: 720px) {
  .option-combo {
    margin: 0 0 40px 0;
  }
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: 0 solid #000;
  background: #f2dabb url("../media/bg_paper-alt.jpg") left top;
  position: relative;
}
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 40px 0 15px;
  font: 700 22px/40px Supernett, sans-serif;
  text-align: left;
  color: #e2231a;
  height: 40px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  color: #e2231a;
  text-align: center;
  font: 0/0 a;
  *font: 400 22px/40px Supernett, sans-serif;
}
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #e2231a;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: black;
}

.selectric-hover .selectric {
  border-color: black;
}
.selectric-hover .selectric .button {
  color: rgb(180.2619047619, 27.9166666667, 20.7380952381);
}
.selectric-hover .selectric .button:after {
  border-top-color: #000;
}

.selectric-open {
  z-index: 9999;
}
.selectric-open .selectric {
  border-color: black;
}
.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
  display: none;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}
.selectric-input::before {
  display: none;
  content: "";
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #f2dabb url("../media/bg_paper-alt.jpg") left top;
  border: 0;
  z-index: -1;
  -webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.33);
          box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.33);
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 22px;
  line-height: 28px;
  background: none;
}
.selectric-items li {
  display: block;
  padding: 5px 15px;
  color: #000;
  text-align: left;
  cursor: pointer;
}
.selectric-items li.selected {
  font-weight: 700;
}
.selectric-items li:hover {
  color: #e2231a;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #222;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}

/* /////////////////////////////////
	NOTICES
///////////////////////////////// */
.notice {
  position: relative;
  padding: 40px;
  background-color: #e2231a;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .notice {
    padding: 30px;
  }
}
.notice h3,
.notice h4 {
  color: #fff;
}
.notice a:link,
.notice a:visited {
  color: #fff;
  text-decoration: underline;
}
.no-touch .notice a:link:hover,
.no-touch .notice a:visited:hover {
  color: #fff;
  text-decoration: underline;
}

/* /////////////////////////////////
	HOME SLIDER
///////////////////////////////// */
#slider,
.slider {
  position: relative;
}
#slider .slide-pager,
.slider .slide-pager {
  display: block;
  width: 100%;
  height: 18px;
  position: absolute;
  z-index: 500;
  bottom: 20px;
  left: 0;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 720px) {
  #slider .slide-pager,
  .slider .slide-pager {
    bottom: 40px;
  }
}
#slider .slide-pager span,
.slider .slide-pager span {
  display: inline-block;
  border: 1px solid #fff;
  width: 16px;
  height: 16px;
  margin: 0 5px 0 5px;
  text-indent: -9999px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 99px;
}
#slider .slide-pager span.cycle-pager-active,
.slider .slide-pager span.cycle-pager-active {
  background: #fff;
}
.no-touch #slider .slide-pager span:hover,
.no-touch .slider .slide-pager span:hover {
  cursor: pointer;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.slide {
  display: block;
  position: relative;
  height: 320px;
  width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  -webkit-transition: none;
  transition: none;
  overflow: hidden;
}
.no-touch .slide:hover {
  -webkit-transition: none;
  transition: none;
}
@media screen and (min-width: 720px) {
  .slide {
    height: auto;
    padding-top: 36%;
    padding-bottom: 5%;
  }
}
.slide .background {
  background: none;
  height: 300px;
}
@media screen and (min-width: 720px) {
  .slide .background {
    height: 0;
    overflow: visible;
  }
}
.slide .container {
  background: none;
  height: 300px;
  padding: 0;
}
@media screen and (min-width: 720px) {
  .slide .container {
    height: 0;
    overflow: visible;
  }
}
.slide a.overlay,
.slide a.overlay:visited {
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 125px;
  height: 95px;
}
@media screen and (min-width: 720px) {
  .slide a.overlay,
  .slide a.overlay:visited {
    bottom: 0px;
    right: 20px;
    width: 187px;
    height: 142px;
  }
}
@media screen and (min-width: 1100px) {
  .slide a.overlay,
  .slide a.overlay:visited {
    right: 0;
    width: 250px;
    height: 190px;
  }
}
.slide a.slide-link,
.slide a.slide-link:visited {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1000px;
}

/* /////////////////////////////////
	HOME MAGIC
///////////////////////////////// */
img.magic {
  display: inline-block;
  width: 80%;
  max-width: 215px;
  margin-bottom: 20px;
}
@media screen and (min-width: 720px) and (max-width: 1100px) {
  img.magic {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  img.magic {
    margin: -15px auto;
  }
}

/* /////////////////////////////////
	HOW GOOD
///////////////////////////////// */
@media screen and (min-width: 720px) and (max-width: 1100px) {
  #how-good .background {
    background-position: 55% top;
  }
}

/* /////////////////////////////////
	RANGE
///////////////////////////////// */
.grid {
  padding-top: 40px;
}
@media screen and (min-width: 720px) {
  .grid {
    padding-top: 60px;
  }
}

a.range .image,
a.range:visited .image {
  position: relative;
  display: block;
  overflow: hidden;
}
a.range .image img,
a.range:visited .image img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a.range h2,
a.range:visited h2 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0;
}
a.range p,
a.range:visited p {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-align: center;
  color: #000;
}
@media screen and (max-width: 720px) {
  a.range p,
  a.range:visited p {
    font-size: 18px;
    line-height: 24px;
  }
}
.no-touch a.range:hover,
.no-touch a.range:visited:hover {
  text-decoration: none;
}
.no-touch a.range:hover img,
.no-touch a.range:visited:hover img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 104%;
  max-width: 104%;
  margin: -2%;
}
.no-touch a.range:hover h2,
.no-touch a.range:visited:hover h2 {
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none;
}
.no-touch a.range:hover p,
.no-touch a.range:visited:hover p {
  color: #e2231a;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/* /////////////////////////////////
	ABOUT SUBFOOTER
///////////////////////////////// */
#subfooter img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 720px) {
  #subfooter img {
    width: 200%;
    max-width: 200%;
    margin: 0 -50%;
  }
}

/* /////////////////////////////////
	RECIPES
///////////////////////////////// */
.recipe a:link,
.recipe a:visited,
.recipe:link,
.recipe:visited {
  display: block;
  margin-top: 15px;
  margin-bottom: 30px;
}
#recipes .recipe a:link, .recipe #recipes a:link,
#recipes .recipe a:visited,
.recipe #recipes a:visited,
#recipes .recipe:link,
#recipes .recipe:visited {
  margin: 0;
}
.recipe a:link .image,
.recipe a:visited .image,
.recipe:link .image,
.recipe:visited .image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.recipe a:link .image img,
.recipe a:visited .image img,
.recipe:link .image img,
.recipe:visited .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.recipe a:link h4,
.recipe a:visited h4,
.recipe:link h4,
.recipe:visited h4 {
  padding: 10px 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: none !important;
}
.recipe a:link p,
.recipe a:visited p,
.recipe:link p,
.recipe:visited p {
  padding: 10px 15px 0;
  margin: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  font-weight: 700;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 720px) and (max-width: 1100px) {
  .recipe a:link p,
  .recipe a:visited p,
  .recipe:link p,
  .recipe:visited p {
    font-size: 18px;
    line-height: 24px;
  }
}
.no-touch .recipe a:hover:link h4, .recipe .no-touch a:hover:link h4,
.no-touch .recipe a:hover:visited h4,
.recipe .no-touch a:hover:visited h4,
.no-touch .recipe:hover:link h4,
.no-touch .recipe:hover:visited h4 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #000;
  text-decoration: none !important;
  opacity: 1;
}
.no-touch .recipe a:hover:link p, .recipe .no-touch a:hover:link p,
.no-touch .recipe a:hover:visited p,
.recipe .no-touch a:hover:visited p,
.no-touch .recipe:hover:link p,
.no-touch .recipe:hover:visited p {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #e2231a;
  text-decoration: none !important;
}
.no-touch .recipe a:hover:link img, .recipe .no-touch a:hover:link img,
.no-touch .recipe a:hover:visited img,
.recipe .no-touch a:hover:visited img,
.no-touch .recipe:hover:link img,
.no-touch .recipe:hover:visited img {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 104%;
  max-width: 104%;
  margin: -1.15% -2%;
}

.recipe {
  display: block;
  float: none;
}

.recipe:link,
.recipe:visited {
  background: #f2dabb url("../media/bg_paper-alt.jpg") left top;
}

/* /////////////////////////////////
	PRINT SIZED IMAGES
///////////////////////////////// */
.print-button {
  margin-top: 30px;
}

@media print {
  .no-print,
  #nav-close,
  #nav-open,
  footer {
    display: none;
  }
  .print-sized {
    width: 400px;
    max-width: 400px;
    float: right;
    margin: 0 0 0 30px;
  }
  .mobile-margin-bottom {
    margin-bottom: 40px;
  }
  header {
    -webkit-transform: translateY(0%) !important;
        -ms-transform: translateY(0%) !important;
            transform: translateY(0%) !important;
    position: relative !important;
  }
  header .container {
    text-align: left;
  }
  section.first {
    padding-top: 0;
  }
  h2.star {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 30px;
  }
  h2.star::before {
    display: none;
  }
  .col.two .col.three {
    margin: -10px 0 20px 0;
    padding: 0;
  }
}
/* /////////////////////////////////
	KIDS
///////////////////////////////// */
.box {
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  color: #e2231a;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch .box:not(.no-hover):hover {
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch .box:not(.no-hover):hover h2,
.no-touch .box:not(.no-hover):hover p.click {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch .box:not(.no-hover):hover .image {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box.pink {
  background: #f3d4d3;
}
.box.green {
  background: #cddfcd;
}
.box.paper {
  background: #f2dabb url("../media/bg_paper-alt.jpg") left top;
}
.box .col.two {
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .box .col.two {
    float: left;
    width: 50%;
    height: 100%;
  }
  .box .col.two.right {
    float: right;
  }
}
.box .col.two.padding {
  padding: 40px 30px;
}
@media screen and (max-width: 720px) {
  .box .col.two.padding:first-of-type {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1100px) {
  .box .col.two.padding {
    padding: 40px 60px;
  }
}
.box .col.two.padding p {
  margin-bottom: 0;
}
.box .col.two.image, .box .col.two.text {
  min-height: 250px;
}
@media screen and (min-width: 720px) {
  .box .col.two.image, .box .col.two.text {
    min-height: 400px;
  }
}
.box .col.two.image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  height: 100%;
}
.box .col.two.text {
  padding: 40px 30px;
}
@media screen and (min-width: 720px) {
  .box .col.two.text {
    padding: 50px 40px;
  }
}
@media screen and (min-width: 1100px) {
  .box .col.two.text {
    padding: 60px 60px;
  }
}
@media screen and (max-width: 720px) {
  .box .col.two.text .button.round {
    clear: left;
    display: inline-block;
    float: none;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .box .col.two.text .button.round {
    margin-right: -15px;
  }
  .no-touch .box .col.two.text .button.round:hover {
    margin-right: -20px;
  }
}
.box h2 {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box p {
  color: #e2231a;
}
.box p:not(.large) {
  margin-bottom: 0;
}
.box p.click {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.box ol {
  margin-top: 20px;
  margin-bottom: 0;
}

.no-touch a.box:link:not(.no-hover):hover,
.no-touch a.box:visited:not(.no-hover):hover {
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch a.box:link:not(.no-hover):hover h2,
.no-touch a.box:link:not(.no-hover):hover p.click,
.no-touch a.box:visited:not(.no-hover):hover h2,
.no-touch a.box:visited:not(.no-hover):hover p.click {
  -webkit-transform: rotate(-2deg);
      -ms-transform: rotate(-2deg);
          transform: rotate(-2deg);
  color: #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.no-touch a.box:link:not(.no-hover):hover .image,
.no-touch a.box:visited:not(.no-hover):hover .image {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#popup_message img {
  width: 100%;
  max-width: 1000px;
  height: auto;
}

/* /////////////////////////////////
	REVIEWS
///////////////////////////////// */
.reviews .review {
  margin-bottom: 40px;
}
.reviews .review .quote {
  margin-bottom: 15px;
}

/* /////////////////////////////////
	BLOG
///////////////////////////////// */
/* /////////////////////////////////
	SINGLE POST
///////////////////////////////// */
/* /////////////////////////////////
	AJAX LOAD MORE
///////////////////////////////// */
#ajax-load-more,
.alm-reveal,
.alm-btn-wrap {
  position: relative;
  display: block;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: auto;
  z-index: 0;
  text-align: center;
  clear: both;
  overflow: hidden;
  clear: both;
  overflow: visible;
}

.alm-btn-wrap {
  margin: 20px 0 20px 0;
}
@media screen and (min-width: 720px) {
  .alm-btn-wrap {
    margin: 40px 0 10px 0;
  }
}

.button.alm-load-more-btn.loading,
.button.alm-load-more-btn.loading:hover {
  background: rgb(238.9047619048, 120.6666666667, 115.0952380952);
  cursor: default;
}

.button.alm-load-more-btn.done {
  display: none;
}

#custom-alm-loader {
  opacity: 0;
  width: 100%;
  height: 0;
  padding: 0 40px;
  margin: 0 0 20px;
  background: transparent url("../media/loader/spinner-skype.gif") no-repeat center center;
  background-size: 24px 24px;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}
.alm-loading #custom-alm-loader {
  padding: 40px;
  opacity: 1;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
}

/* /////////////////////////////////
	VISIBILITY
///////////////////////////////// */
.hidden {
  display: none;
  visibility: hidden;
}

@media screen and (max-width: 720px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (min-width: 720px) and (max-width: 1100px) {
  .hide-tablet {
    display: none;
  }
}

@media screen and (min-width: 1100px) {
  .hide-desktop {
    display: none;
  }
}

.mobile-only {
  display: none;
}
@media screen and (max-width: 720px) {
  .mobile-only {
    display: block;
  }
}

.tablet-only {
  display: none;
}
@media screen and (min-width: 720px) and (max-width: 1100px) {
  .tablet-only {
    display: block;
  }
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 1100px) {
  .desktop-only {
    display: block;
  }
}

/* /////////////////////////////////
	STARS
///////////////////////////////// */
@media screen and (max-width: 720px) {
  #stars,
  .stars {
    display: none;
  }
}
#stars,
.stars {
  position: absolute;
  bottom: 100px;
  left: -200px;
  width: 200px;
  height: 200px;
}
#kids #stars,
#kids .stars {
  bottom: 0;
}
#stars.bottom,
.stars.bottom {
  bottom: 40px;
}
#stars.right,
.stars.right {
  left: auto;
  right: 0;
}
@media screen and (min-width: 1100px) {
  #stars.right,
  .stars.right {
    right: 100px;
  }
}
#stars div,
.stars div {
  position: absolute;
  left: 0;
  bottom: 0;
}
#stars div#star-1,
.stars div#star-1 {
  width: 50px;
  height: 50px;
  left: 120px;
  bottom: 0;
}
#stars div#star-1 svg,
.stars div#star-1 svg {
  -webkit-animation: twinkle 1.25s infinite normal ease 0s;
          animation: twinkle 1.25s infinite normal ease 0s;
}
#stars div#star-2,
.stars div#star-2 {
  width: 25px;
  height: 25px;
  left: 50px;
  bottom: 70px;
}
#stars div#star-2 svg,
.stars div#star-2 svg {
  -webkit-animation: twinkle 1s infinite normal ease 0.5s;
          animation: twinkle 1s infinite normal ease 0.5s;
}
#stars div svg,
.stars div svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes twinkle {
  0% {
    opacity: 0.2;
    width: 90%;
    height: 90%;
    margin: 5%;
  }
  55% {
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  100% {
    opacity: 0.2;
    width: 90%;
    height: 90%;
    margin: 5%;
  }
}

@keyframes twinkle {
  0% {
    opacity: 0.2;
    width: 90%;
    height: 90%;
    margin: 5%;
  }
  55% {
    opacity: 1;
    width: 100%;
    height: 100%;
    margin: 0;
  }
  100% {
    opacity: 0.2;
    width: 90%;
    height: 90%;
    margin: 5%;
  }
}
/* /////////////////////////////////
	CURSOR
///////////////////////////////// */
.trail {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 18px;
  padding: 0;
  z-index: 49;
  content: url(../media/star3.svg);
}
.trail.trail:nth-of-type(odd) {
  content: url(../media/star-white.svg);
  z-index: 50;
}
.trail.trail:nth-child(6n+0), .trail.trail:nth-child(6n+1) {
  padding: 0;
}
.trail.trail:nth-child(6n+2), .trail.trail:nth-child(6n+3) {
  padding: 2px;
}
.trail.trail:nth-child(6n+4), .trail.trail:nth-child(6n+5) {
  padding: 4px;
}

/* /////////////////////////////////
	LEAVES
///////////////////////////////// */
#leaves {
  -webkit-animation: leaves 4s infinite normal ease-out 0s;
          animation: leaves 4s infinite normal ease-out 0s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#leaves .light-1,
#leaves .light-2,
#leaves .light-3 {
  left: -3%;
  will-change: left, transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
}
#leaves .light-1 {
  -webkit-animation: leaves-light-alt 4s infinite normal ease-out 0s;
          animation: leaves-light-alt 4s infinite normal ease-out 0s;
}
#leaves .light-2 {
  -webkit-animation: leaves-light-alt 4s infinite normal ease-out 0.2s;
          animation: leaves-light-alt 4s infinite normal ease-out 0.2s;
}
#leaves .light-3 {
  -webkit-animation: leaves-light-alt 4s infinite normal ease-out 0.4s;
          animation: leaves-light-alt 4s infinite normal ease-out 0.4s;
}
#leaves .dark-1,
#leaves .dark-2,
#leaves .dark-3 {
  left: -2.5%;
  will-change: left, transform;
}
#leaves .dark-1 {
  -webkit-animation: leaves-dark-alt 4s infinite normal ease-out 0.4s;
          animation: leaves-dark-alt 4s infinite normal ease-out 0.4s;
}
#leaves .dark-2 {
  -webkit-animation: leaves-dark-alt 4s infinite normal ease-out 0.6s;
          animation: leaves-dark-alt 4s infinite normal ease-out 0.6s;
}
#leaves .dark-3 {
  -webkit-animation: leaves-dark-alt 4s infinite normal ease-out 0.8s;
          animation: leaves-dark-alt 4s infinite normal ease-out 0.8s;
}

@-webkit-keyframes leaves-light {
  0% {
    left: -3%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  55% {
    left: 2.5%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    left: -3%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}

@keyframes leaves-light {
  0% {
    left: -3%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  55% {
    left: 2.5%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    left: -3%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes leaves-dark {
  0% {
    left: -2.5%;
    top: -2%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  45% {
    left: 1%;
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    left: -2.5%;
    top: -2%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@keyframes leaves-dark {
  0% {
    left: -2.5%;
    top: -2%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  45% {
    left: 1%;
    top: 0;
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    left: -2.5%;
    top: -2%;
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
}
@-webkit-keyframes leaves {
  0% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}
@keyframes leaves {
  0% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
  55% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg);
  }
}
@-webkit-keyframes leaves-light-alt {
  0% {
    -webkit-transform: translateX(-3.5%);
            transform: translateX(-3.5%);
  }
  55% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(-3.5%);
            transform: translateX(-3.5%);
  }
}
@keyframes leaves-light-alt {
  0% {
    -webkit-transform: translateX(-3.5%);
            transform: translateX(-3.5%);
  }
  55% {
    -webkit-transform: translateX(3%);
            transform: translateX(3%);
  }
  100% {
    -webkit-transform: translateX(-3.5%);
            transform: translateX(-3.5%);
  }
}
@-webkit-keyframes leaves-dark-alt {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  45% {
    -webkit-transform: translateX(1.5%);
            transform: translateX(1.5%);
  }
  100% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
@keyframes leaves-dark-alt {
  0% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
  45% {
    -webkit-transform: translateX(1.5%);
            transform: translateX(1.5%);
  }
  100% {
    -webkit-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
/* /////////////////////////////////
	MONSTERS
///////////////////////////////// */
.monster-container .container {
  display: none;
}
@media screen and (min-width: 720px) {
  .monster-container .container {
    display: block;
    min-height: 180px;
    overflow: visible;
  }
}

.monster {
  position: absolute;
  z-index: 500;
}
.monster img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.monster.purple {
  display: none;
}
@media screen and (min-width: 1100px) {
  .monster.purple {
    display: block;
    right: -250px;
    top: -200px;
    width: 400px;
    -webkit-animation: wiggle 4s infinite normal ease-out 3s;
            animation: wiggle 4s infinite normal ease-out 3s;
  }
}
.monster.red {
  display: none;
}
@media screen and (min-width: 720px) {
  .monster.red {
    display: block;
    left: 0;
    bottom: -150px;
    width: 450px;
    -webkit-animation: wiggle 4s infinite normal ease-out 3s;
            animation: wiggle 4s infinite normal ease-out 3s;
  }
}
@media screen and (min-width: 1100px) {
  .monster.red {
    bottom: -140px;
  }
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  2.5% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  5% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  7.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}

@keyframes wiggle {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  2.5% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  5% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  7.5% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
[aos][aos][aos-easing=linear], body[aos-easing=linear] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[aos][aos][aos-easing=ease], body[aos-easing=ease] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

[aos][aos][aos-easing=ease-in], body[aos-easing=ease-in] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

[aos][aos][aos-easing=ease-out], body[aos-easing=ease-out] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

[aos][aos][aos-easing=ease-in-out], body[aos-easing=ease-in-out] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

[aos][aos][aos-easing=ease-in-back], body[aos-easing=ease-in-back] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[aos][aos][aos-easing=ease-out-back], body[aos-easing=ease-out-back] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[aos][aos][aos-easing=ease-in-out-back], body[aos-easing=ease-in-out-back] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[aos][aos][aos-easing=ease-in-sine], body[aos-easing=ease-in-sine] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[aos][aos][aos-easing=ease-out-sine], body[aos-easing=ease-out-sine] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[aos][aos][aos-easing=ease-in-out-sine], body[aos-easing=ease-in-out-sine] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[aos][aos][aos-easing=ease-in-quad], [aos][aos][aos-easing=ease-in-cubic], [aos][aos][aos-easing=ease-in-quart], body[aos-easing=ease-in-quad] [aos], body[aos-easing=ease-in-cubic] [aos], body[aos-easing=ease-in-quart] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[aos][aos][aos-easing=ease-out-quad], [aos][aos][aos-easing=ease-out-cubic], [aos][aos][aos-easing=ease-out-quart], body[aos-easing=ease-out-quad] [aos], body[aos-easing=ease-out-cubic] [aos], body[aos-easing=ease-out-quart] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[aos][aos][aos-easing=ease-in-out-quad], [aos][aos][aos-easing=ease-in-out-cubic], [aos][aos][aos-easing=ease-in-out-quart], body[aos-easing=ease-in-out-quad] [aos], body[aos-easing=ease-in-out-cubic] [aos], body[aos-easing=ease-in-out-quart] [aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[aos][aos][aos-duration="50"], body[aos-duration="50"] [aos] {
  -webkit-transition-duration: 50ms;
  transition-duration: 50ms;
}

[aos][aos][aos-duration="100"], body[aos-duration="100"] [aos] {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}

[aos][aos][aos-duration="150"], body[aos-duration="150"] [aos] {
  -webkit-transition-duration: 150ms;
  transition-duration: 150ms;
}

[aos][aos][aos-duration="200"], body[aos-duration="200"] [aos] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

[aos][aos][aos-duration="250"], body[aos-duration="250"] [aos] {
  -webkit-transition-duration: 250ms;
  transition-duration: 250ms;
}

[aos][aos][aos-duration="300"], body[aos-duration="300"] [aos] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[aos][aos][aos-duration="350"], body[aos-duration="350"] [aos] {
  -webkit-transition-duration: 350ms;
  transition-duration: 350ms;
}

[aos][aos][aos-duration="400"], body[aos-duration="400"] [aos] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

[aos][aos][aos-duration="450"], body[aos-duration="450"] [aos] {
  -webkit-transition-duration: 450ms;
  transition-duration: 450ms;
}

[aos][aos][aos-duration="500"], body[aos-duration="500"] [aos] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

[aos][aos][aos-duration="550"], body[aos-duration="550"] [aos] {
  -webkit-transition-duration: 550ms;
  transition-duration: 550ms;
}

[aos][aos][aos-duration="600"], body[aos-duration="600"] [aos] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

[aos][aos][aos-duration="650"], body[aos-duration="650"] [aos] {
  -webkit-transition-duration: 650ms;
  transition-duration: 650ms;
}

[aos][aos][aos-duration="700"], body[aos-duration="700"] [aos] {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

[aos][aos][aos-duration="750"], body[aos-duration="750"] [aos] {
  -webkit-transition-duration: 750ms;
  transition-duration: 750ms;
}

[aos][aos][aos-duration="800"], body[aos-duration="800"] [aos] {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

[aos][aos][aos-duration="850"], body[aos-duration="850"] [aos] {
  -webkit-transition-duration: 850ms;
  transition-duration: 850ms;
}

[aos][aos][aos-duration="900"], body[aos-duration="900"] [aos] {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

[aos][aos][aos-duration="950"], body[aos-duration="950"] [aos] {
  -webkit-transition-duration: 950ms;
  transition-duration: 950ms;
}

[aos][aos][aos-duration="1000"], body[aos-duration="1000"] [aos] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

[aos][aos][aos-duration="1050"], body[aos-duration="1050"] [aos] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[aos][aos][aos-duration="1100"], body[aos-duration="1100"] [aos] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[aos][aos][aos-duration="1150"], body[aos-duration="1150"] [aos] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[aos][aos][aos-duration="1200"], body[aos-duration="1200"] [aos] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[aos][aos][aos-duration="1250"], body[aos-duration="1250"] [aos] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[aos][aos][aos-duration="1300"], body[aos-duration="1300"] [aos] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[aos][aos][aos-duration="1350"], body[aos-duration="1350"] [aos] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[aos][aos][aos-duration="1400"], body[aos-duration="1400"] [aos] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[aos][aos][aos-duration="1450"], body[aos-duration="1450"] [aos] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[aos][aos][aos-duration="1500"], body[aos-duration="1500"] [aos] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[aos][aos][aos-duration="1550"], body[aos-duration="1550"] [aos] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[aos][aos][aos-duration="1600"], body[aos-duration="1600"] [aos] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[aos][aos][aos-duration="1650"], body[aos-duration="1650"] [aos] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[aos][aos][aos-duration="1700"], body[aos-duration="1700"] [aos] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[aos][aos][aos-duration="1750"], body[aos-duration="1750"] [aos] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[aos][aos][aos-duration="1800"], body[aos-duration="1800"] [aos] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[aos][aos][aos-duration="1850"], body[aos-duration="1850"] [aos] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[aos][aos][aos-duration="1900"], body[aos-duration="1900"] [aos] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[aos][aos][aos-duration="1950"], body[aos-duration="1950"] [aos] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[aos][aos][aos-duration="2000"], body[aos-duration="2000"] [aos] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

[aos][aos][aos-duration="2050"], body[aos-duration="2050"] [aos] {
  -webkit-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[aos][aos][aos-duration="2100"], body[aos-duration="2100"] [aos] {
  -webkit-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[aos][aos][aos-duration="2150"], body[aos-duration="2150"] [aos] {
  -webkit-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[aos][aos][aos-duration="2200"], body[aos-duration="2200"] [aos] {
  -webkit-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[aos][aos][aos-duration="2250"], body[aos-duration="2250"] [aos] {
  -webkit-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[aos][aos][aos-duration="2300"], body[aos-duration="2300"] [aos] {
  -webkit-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[aos][aos][aos-duration="2350"], body[aos-duration="2350"] [aos] {
  -webkit-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[aos][aos][aos-duration="2400"], body[aos-duration="2400"] [aos] {
  -webkit-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[aos][aos][aos-duration="2450"], body[aos-duration="2450"] [aos] {
  -webkit-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[aos][aos][aos-duration="2500"], body[aos-duration="2500"] [aos] {
  -webkit-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[aos][aos][aos-duration="2550"], body[aos-duration="2550"] [aos] {
  -webkit-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[aos][aos][aos-duration="2600"], body[aos-duration="2600"] [aos] {
  -webkit-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[aos][aos][aos-duration="2650"], body[aos-duration="2650"] [aos] {
  -webkit-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[aos][aos][aos-duration="2700"], body[aos-duration="2700"] [aos] {
  -webkit-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[aos][aos][aos-duration="2750"], body[aos-duration="2750"] [aos] {
  -webkit-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[aos][aos][aos-duration="2800"], body[aos-duration="2800"] [aos] {
  -webkit-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[aos][aos][aos-duration="2850"], body[aos-duration="2850"] [aos] {
  -webkit-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[aos][aos][aos-duration="2900"], body[aos-duration="2900"] [aos] {
  -webkit-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[aos][aos][aos-duration="2950"], body[aos-duration="2950"] [aos] {
  -webkit-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[aos][aos][aos-duration="3000"], body[aos-duration="3000"] [aos] {
  -webkit-transition-duration: 3s;
  transition-duration: 3s;
}

[aos][aos][aos-delay="50"], body[aos-delay="50"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="50"].aos-animate, body[aos-delay="50"] [aos].aos-animate {
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}

[aos][aos][aos-delay="100"], body[aos-delay="100"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="100"].aos-animate, body[aos-delay="100"] [aos].aos-animate {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[aos][aos][aos-delay="150"], body[aos-delay="150"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="150"].aos-animate, body[aos-delay="150"] [aos].aos-animate {
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}

[aos][aos][aos-delay="200"], body[aos-delay="200"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="200"].aos-animate, body[aos-delay="200"] [aos].aos-animate {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[aos][aos][aos-delay="250"], body[aos-delay="250"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="250"].aos-animate, body[aos-delay="250"] [aos].aos-animate {
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}

[aos][aos][aos-delay="300"], body[aos-delay="300"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="300"].aos-animate, body[aos-delay="300"] [aos].aos-animate {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[aos][aos][aos-delay="350"], body[aos-delay="350"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="350"].aos-animate, body[aos-delay="350"] [aos].aos-animate {
  -webkit-transition-delay: 350ms;
  transition-delay: 350ms;
}

[aos][aos][aos-delay="400"], body[aos-delay="400"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="400"].aos-animate, body[aos-delay="400"] [aos].aos-animate {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[aos][aos][aos-delay="450"], body[aos-delay="450"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="450"].aos-animate, body[aos-delay="450"] [aos].aos-animate {
  -webkit-transition-delay: 450ms;
  transition-delay: 450ms;
}

[aos][aos][aos-delay="500"], body[aos-delay="500"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="500"].aos-animate, body[aos-delay="500"] [aos].aos-animate {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[aos][aos][aos-delay="550"], body[aos-delay="550"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="550"].aos-animate, body[aos-delay="550"] [aos].aos-animate {
  -webkit-transition-delay: 550ms;
  transition-delay: 550ms;
}

[aos][aos][aos-delay="600"], body[aos-delay="600"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="600"].aos-animate, body[aos-delay="600"] [aos].aos-animate {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[aos][aos][aos-delay="650"], body[aos-delay="650"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="650"].aos-animate, body[aos-delay="650"] [aos].aos-animate {
  -webkit-transition-delay: 650ms;
  transition-delay: 650ms;
}

[aos][aos][aos-delay="700"], body[aos-delay="700"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="700"].aos-animate, body[aos-delay="700"] [aos].aos-animate {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[aos][aos][aos-delay="750"], body[aos-delay="750"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="750"].aos-animate, body[aos-delay="750"] [aos].aos-animate {
  -webkit-transition-delay: 750ms;
  transition-delay: 750ms;
}

[aos][aos][aos-delay="800"], body[aos-delay="800"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="800"].aos-animate, body[aos-delay="800"] [aos].aos-animate {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

[aos][aos][aos-delay="850"], body[aos-delay="850"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="850"].aos-animate, body[aos-delay="850"] [aos].aos-animate {
  -webkit-transition-delay: 850ms;
  transition-delay: 850ms;
}

[aos][aos][aos-delay="900"], body[aos-delay="900"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="900"].aos-animate, body[aos-delay="900"] [aos].aos-animate {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

[aos][aos][aos-delay="950"], body[aos-delay="950"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="950"].aos-animate, body[aos-delay="950"] [aos].aos-animate {
  -webkit-transition-delay: 950ms;
  transition-delay: 950ms;
}

[aos][aos][aos-delay="1000"], body[aos-delay="1000"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1000"].aos-animate, body[aos-delay="1000"] [aos].aos-animate {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[aos][aos][aos-delay="1050"], body[aos-delay="1050"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1050"].aos-animate, body[aos-delay="1050"] [aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[aos][aos][aos-delay="1100"], body[aos-delay="1100"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1100"].aos-animate, body[aos-delay="1100"] [aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[aos][aos][aos-delay="1150"], body[aos-delay="1150"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1150"].aos-animate, body[aos-delay="1150"] [aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[aos][aos][aos-delay="1200"], body[aos-delay="1200"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1200"].aos-animate, body[aos-delay="1200"] [aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[aos][aos][aos-delay="1250"], body[aos-delay="1250"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1250"].aos-animate, body[aos-delay="1250"] [aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[aos][aos][aos-delay="1300"], body[aos-delay="1300"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1300"].aos-animate, body[aos-delay="1300"] [aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[aos][aos][aos-delay="1350"], body[aos-delay="1350"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1350"].aos-animate, body[aos-delay="1350"] [aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[aos][aos][aos-delay="1400"], body[aos-delay="1400"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1400"].aos-animate, body[aos-delay="1400"] [aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[aos][aos][aos-delay="1450"], body[aos-delay="1450"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1450"].aos-animate, body[aos-delay="1450"] [aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[aos][aos][aos-delay="1500"], body[aos-delay="1500"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1500"].aos-animate, body[aos-delay="1500"] [aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[aos][aos][aos-delay="1550"], body[aos-delay="1550"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1550"].aos-animate, body[aos-delay="1550"] [aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[aos][aos][aos-delay="1600"], body[aos-delay="1600"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1600"].aos-animate, body[aos-delay="1600"] [aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[aos][aos][aos-delay="1650"], body[aos-delay="1650"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1650"].aos-animate, body[aos-delay="1650"] [aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[aos][aos][aos-delay="1700"], body[aos-delay="1700"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1700"].aos-animate, body[aos-delay="1700"] [aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[aos][aos][aos-delay="1750"], body[aos-delay="1750"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1750"].aos-animate, body[aos-delay="1750"] [aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[aos][aos][aos-delay="1800"], body[aos-delay="1800"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1800"].aos-animate, body[aos-delay="1800"] [aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[aos][aos][aos-delay="1850"], body[aos-delay="1850"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1850"].aos-animate, body[aos-delay="1850"] [aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[aos][aos][aos-delay="1900"], body[aos-delay="1900"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1900"].aos-animate, body[aos-delay="1900"] [aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[aos][aos][aos-delay="1950"], body[aos-delay="1950"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="1950"].aos-animate, body[aos-delay="1950"] [aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[aos][aos][aos-delay="2000"], body[aos-delay="2000"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2000"].aos-animate, body[aos-delay="2000"] [aos].aos-animate {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

[aos][aos][aos-delay="2050"], body[aos-delay="2050"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2050"].aos-animate, body[aos-delay="2050"] [aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[aos][aos][aos-delay="2100"], body[aos-delay="2100"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2100"].aos-animate, body[aos-delay="2100"] [aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[aos][aos][aos-delay="2150"], body[aos-delay="2150"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2150"].aos-animate, body[aos-delay="2150"] [aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[aos][aos][aos-delay="2200"], body[aos-delay="2200"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2200"].aos-animate, body[aos-delay="2200"] [aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[aos][aos][aos-delay="2250"], body[aos-delay="2250"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2250"].aos-animate, body[aos-delay="2250"] [aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[aos][aos][aos-delay="2300"], body[aos-delay="2300"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2300"].aos-animate, body[aos-delay="2300"] [aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[aos][aos][aos-delay="2350"], body[aos-delay="2350"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2350"].aos-animate, body[aos-delay="2350"] [aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[aos][aos][aos-delay="2400"], body[aos-delay="2400"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2400"].aos-animate, body[aos-delay="2400"] [aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[aos][aos][aos-delay="2450"], body[aos-delay="2450"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2450"].aos-animate, body[aos-delay="2450"] [aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[aos][aos][aos-delay="2500"], body[aos-delay="2500"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2500"].aos-animate, body[aos-delay="2500"] [aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[aos][aos][aos-delay="2550"], body[aos-delay="2550"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2550"].aos-animate, body[aos-delay="2550"] [aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[aos][aos][aos-delay="2600"], body[aos-delay="2600"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2600"].aos-animate, body[aos-delay="2600"] [aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[aos][aos][aos-delay="2650"], body[aos-delay="2650"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2650"].aos-animate, body[aos-delay="2650"] [aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[aos][aos][aos-delay="2700"], body[aos-delay="2700"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2700"].aos-animate, body[aos-delay="2700"] [aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[aos][aos][aos-delay="2750"], body[aos-delay="2750"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2750"].aos-animate, body[aos-delay="2750"] [aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[aos][aos][aos-delay="2800"], body[aos-delay="2800"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2800"].aos-animate, body[aos-delay="2800"] [aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[aos][aos][aos-delay="2850"], body[aos-delay="2850"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2850"].aos-animate, body[aos-delay="2850"] [aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[aos][aos][aos-delay="2900"], body[aos-delay="2900"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2900"].aos-animate, body[aos-delay="2900"] [aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[aos][aos][aos-delay="2950"], body[aos-delay="2950"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="2950"].aos-animate, body[aos-delay="2950"] [aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[aos][aos][aos-delay="3000"], body[aos-delay="3000"] [aos] {
  -webkit-transition-delay: 0;
  transition-delay: 0;
}

[aos][aos][aos-delay="3000"].aos-animate, body[aos-delay="3000"] [aos].aos-animate {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

[aos^=fade][aos^=fade] {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}

[aos^=fade][aos^=fade].aos-animate {
  opacity: 1;
}

[aos=fade-up] {
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  transform: translate(0, 100px);
}

[aos=fade-up].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=fade-down] {
  -webkit-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
}

[aos=fade-down].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=fade-right] {
  -webkit-transform: translate(-100px, 0);
  -ms-transform: translate(-100px, 0);
  transform: translate(-100px, 0);
}

[aos=fade-right].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=fade-left] {
  -webkit-transform: translate(100px, 0);
  -ms-transform: translate(100px, 0);
  transform: translate(100px, 0);
}

[aos=fade-left].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=fade-up-right] {
  -webkit-transform: translate(-100px, 100px);
  -ms-transform: translate(-100px, 100px);
  transform: translate(-100px, 100px);
}

[aos=fade-up-right].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=fade-up-left] {
  -webkit-transform: translate(100px, 100px);
  -ms-transform: translate(100px, 100px);
  transform: translate(100px, 100px);
}

[aos=fade-up-left].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=fade-down-right] {
  -webkit-transform: translate(-100px, -100px);
  -ms-transform: translate(-100px, -100px);
  transform: translate(-100px, -100px);
}

[aos=fade-down-right].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=fade-down-left] {
  -webkit-transform: translate(100px, -100px);
  -ms-transform: translate(100px, -100px);
  transform: translate(100px, -100px);
}

[aos=fade-down-left].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos^=zoom][aos^=zoom] {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
}

[aos^=zoom][aos^=zoom].aos-animate {
  opacity: 1;
}

[aos=zoom-in] {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

[aos=zoom-in].aos-animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[aos=zoom-in-up] {
  -webkit-transform: translate(0, 100px) scale(0.6);
  -ms-transform: translate(0, 100px) scale(0.6);
  transform: translate(0, 100px) scale(0.6);
}

[aos=zoom-in-up].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[aos=zoom-in-down] {
  -webkit-transform: translate(0, -100px) scale(0.6);
  -ms-transform: translate(0, -100px) scale(0.6);
  transform: translate(0, -100px) scale(0.6);
}

[aos=zoom-in-down].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[aos=zoom-in-right] {
  -webkit-transform: translate(-100px, 0) scale(0.6);
  -ms-transform: translate(-100px, 0) scale(0.6);
  transform: translate(-100px, 0) scale(0.6);
}

[aos=zoom-in-right].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[aos=zoom-in-left] {
  -webkit-transform: translate(100px, 0) scale(0.6);
  -ms-transform: translate(100px, 0) scale(0.6);
  transform: translate(100px, 0) scale(0.6);
}

[aos=zoom-in-left].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[aos=zoom-out] {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

[aos=zoom-out].aos-animate {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

[aos=zoom-out-up] {
  -webkit-transform: translate(0, 100px) scale(1.2);
  -ms-transform: translate(0, 100px) scale(1.2);
  transform: translate(0, 100px) scale(1.2);
}

[aos=zoom-out-up].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[aos=zoom-out-down] {
  -webkit-transform: translate(0, -100px) scale(1.2);
  -ms-transform: translate(0, -100px) scale(1.2);
  transform: translate(0, -100px) scale(1.2);
}

[aos=zoom-out-down].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[aos=zoom-out-right] {
  -webkit-transform: translate(-100px, 0) scale(1.2);
  -ms-transform: translate(-100px, 0) scale(1.2);
  transform: translate(-100px, 0) scale(1.2);
}

[aos=zoom-out-right].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[aos=zoom-out-left] {
  -webkit-transform: translate(100px, 0) scale(1.2);
  -ms-transform: translate(100px, 0) scale(1.2);
  transform: translate(100px, 0) scale(1.2);
}

[aos=zoom-out-left].aos-animate {
  -webkit-transform: translate(0, 0) scale(1);
  -ms-transform: translate(0, 0) scale(1);
  transform: translate(0, 0) scale(1);
}

[aos=slide-up] {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

[aos=slide-up].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=slide-down] {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

[aos=slide-down].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=slide-right] {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

[aos=slide-right].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos=slide-left] {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

[aos=slide-left].aos-animate {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

[aos^=flip] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

[aos=flip-left] {
  -webkit-transform: perspective(2500px) rotateY(-100deg);
  transform: perspective(2500px) rotateY(-100deg);
}

[aos=flip-left].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[aos=flip-right] {
  -webkit-transform: perspective(2500px) rotateY(100deg);
  transform: perspective(2500px) rotateY(100deg);
}

[aos=flip-right].aos-animate {
  -webkit-transform: perspective(2500px) rotateY(0);
  transform: perspective(2500px) rotateY(0);
}

[aos=flip-up] {
  -webkit-transform: perspective(2500px) rotateX(-100deg);
  transform: perspective(2500px) rotateX(-100deg);
}

[aos=flip-up].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}

[aos=flip-down] {
  -webkit-transform: perspective(2500px) rotateX(100deg);
  transform: perspective(2500px) rotateX(100deg);
}

[aos=flip-down].aos-animate {
  -webkit-transform: perspective(2500px) rotateX(0);
  transform: perspective(2500px) rotateX(0);
}