/* ==========================================================================
   Import partials
   ========================================================================== */
/* ==========================================================================
   CSS Reset
   ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/* ==========================================================================
   Breakpoints
   ========================================================================== */
.opacity--05 {
  opacity: 0.5; }

.overflow--hidden {
  overflow: hidden; }

.display--none {
  display: none; }

/* ==========================================================================
   Scss Colours
   ========================================================================== */
/* ==========================================================================
   Specific Color Classes
   ========================================================================== */
.text--white {
  color: #fff; }

.text--black {
  color: #000; }

.black {
  background-color: #302e33; }

.text--white {
  color: #fff; }

/* ==========================================================================
    Typography
   ========================================================================== */

@font-face {
  font-family: "Ginger Bold";
  src: url("../fonts/ginger-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

html,
body {
  font: 1em/1.5 "freight-text-pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  color: #0a223a; }
  @media (max-width: 690px) {
    html,
    body {
      font-size: 11px; } }

h1 {
  font-family: "Ginger Bold", sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased; }

h2 {
  font-family: "Ginger Bold", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 200;
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 1200px) and (min-height: 900px) {
    h2 {
      font-size: 17px; } }

h3 {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 200;
  -webkit-font-smoothing: antialiased; }

h4 {
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 200;
  -webkit-font-smoothing: antialiased; }

p,
strong {
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 1200px) and (min-height: 900px) {
    p,
    strong {
      font-size: 17px; } }

b {
  font-family: freight-text-pro, serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased; }
  @media only screen and (min-width: 1200px) and (min-height: 900px) {
    b {
      font-size: 17px; } }

.text--white {
  color: white; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

strong {
  font-weight: bold; }

/* ==========================================================================
   Base Styles
   ========================================================================== */
html,
body {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  background-color: #fff;
  min-width: 320px;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

body * {
  box-sizing: border-box; }

body {
  overflow: hidden; }
  @media (max-width: 900px) {
    body {
      overflow: hidden;
      position: fixed; } }

img {
  width: 100%; }

/* ==========================================================================
   Wrapper
   ========================================================================== */
.central {
  text-align: center; }

.left {
  text-align: left; }

/* ==========================================================================
   Structure
   ========================================================================== */
* {
  box-sizing: border-box; }

.container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 30px; }

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: white;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  /* vertically center */
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.flickity-prev-next-button:hover {
  background: white; }

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09f; }

.flickity-prev-next-button:active {
  opacity: 0.6; }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto; }

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

.flickity-prev-next-button .arrow {
  fill: #333; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  /* width: 80%; */
  bottom: 1rem;
  padding: 0;
  right: 1rem;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: red;
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  position: relative; }
  .flickity-page-dots .dot:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: solid 1px red;
    opacity: 0;
    transition: opacity 0.6s ease; }

.flickity-page-dots .dot.is-selected {
  opacity: 1;
  background: #fff; }
  .flickity-page-dots .dot.is-selected:after {
    opacity: 1; }

.carousel-container {
  margin-bottom: 100px;
  position: relative; }

.main-carousel {
  height: 600px;
  width: 100%;
  background-color: lightgreen;
  background-image: url("../img/photos/image1.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (max-width: 690px) {
    .main-carousel {
      height: 250px; } }

.carousel-cell {
  width: 100%;
  height: 100%;
  background-color: red;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }

.flickity-nav {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: transform 0.6s ease; }
  @media (max-width: 900px) {
    .flickity-nav {
      width: 30px;
      height: 30px; } }

.flickity-previous {
  left: 30px;
  background-image: url("../img/icons/arrow--left.svg"); }
  .flickity-previous:hover {
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%); }

.flickity-next {
  right: 30px;
  background-image: url("../img/icons/arrow--right.svg"); }
  .flickity-next:hover {
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%); }

.gallery-grid {
  width: 100%;
  padding-bottom: 150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .gallery-grid .thumbnail {
    -ms-flex-preferred-size: calc(100% / 3);
    flex-basis: calc(100% / 3);
    font-size: initial;
    width: 33.33333%;
    display: inline-block;
    padding-bottom: 25%;
    background-color: pink;
    background-image: url("../img/photos/image1.png");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 900px) {
      .gallery-grid .thumbnail {
        width: 50%;
        -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2); } }
    @media (max-width: 690px) {
      .gallery-grid .thumbnail {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-bottom: 50%;
        margin-bottom: 1rem; } }
    .gallery-grid .thumbnail .inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center; }
    .gallery-grid .thumbnail .video-thumbnail {
      width: 80px;
      height: 80px;
      border-radius: 100%;
      border: solid 2px #fff;
      background-image: url("../img/icons/icon-play.svg");
      background-size: 40%;
      background-position: 55% 50%;
      background-repeat: no-repeat; }
      @media (max-width: 1190px) {
        .gallery-grid .thumbnail .video-thumbnail {
          width: 60px;
          height: 60px; } }

#app {
  width: 100%;
  height: 100%; }

.sidepanel {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: visible;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  transition: all 0.6s ease; }
  @media only screen and (min-width: 1200px) and (min-height: 900px) {
    .sidepanel {
      background: blue;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center; } }
  .sidepanel .sidepanel__inner {
    overflow: scroll;
    touch-action: manipulation;
    -webkit-overflow-scrolling: touch;
    padding: 15px 50px;
    width: 100%; }
  .sidepanel.cream {
    background-color: #f8f6f1;
    color: #49632d;
    width: 530px;
    z-index: 12; }
    .sidepanel.cream.hide {
      -ms-transform: translateX(calc(100% - 80px));
      transform: translateX(calc(100% - 80px)); }
      .sidepanel.cream.hide:hover {
        -ms-transform: translateX(calc(100% - 140px));
        transform: translateX(calc(100% - 140px)); }
  .sidepanel.peach {
    background-color: #feead3;
    color: #49632d;
    z-index: 13;
    width: 490px; }
    .sidepanel.peach.hide {
      -ms-transform: translateX(100%) translateX(-40px);
      transform: translateX(100%) translateX(-40px); }
      .sidepanel.peach.hide:hover {
        -ms-transform: translateX(100%) translateX(-80px);
        transform: translateX(100%) translateX(-80px); }
  .sidepanel .side__text-content * + * {
    margin-top: 1.5rem; }
  .sidepanel .side__text-content a {
    font-style: italic; }

.cream .sidepanel__inner {
  padding-right: 70px; }

.peach .sidepanel__inner {
  padding: 15px 50px;
  padding-left: 60px;
  padding-bottom: 50px; }

.click-area {
  position: absolute;
  width: 100px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: pink;
  z-index: 0;
  opacity: 0; }
  @media (max-width: 900px) {
    .click-area {
      height: 100px;
      width: 100%; } }

.sidepanel__btn {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: -40px;
  cursor: pointer; }
  .sidepanel__btn .icon {
    width: 100%;
    height: 100%;
    background-image: url("../img/icons/icon--close.svg");
    background-size: 50%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: all 0.6s ease; }
    .sidepanel__btn .icon.btn--open {
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
  .cream .sidepanel__btn {
    background-color: #f8f6f1; }
  .peach .sidepanel__btn {
    background-color: #feead3; }

.sidepanel__label {
  position: absolute;
  font-family: "Ginger Bold", sans-serif;
  left: 0;
  top: 0;
  cursor: pointer;
  height: 100vh;
  width: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center; }
  .sidepanel__label label {
    display: block;
    font-size: 16px;
    height: 30px;
    width: 200px;
    white-space: nowrap;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); }

@media (max-width: 900px) {
  .sidepanel.cream {
    width: 100%;
    height: calc(100% - 120px);
    top: initial;
    bottom: 0; }
    .sidepanel.cream.hide {
      -ms-transform: translateY(calc(100% - 80px));
      transform: translateY(calc(100% - 80px)); }
      .sidepanel.cream.hide:hover {
        -ms-transform: translateY(calc(100% - 80px));
        transform: translateY(calc(100% - 80px)); }
  .sidepanel.peach {
    width: 100%;
    height: calc(100% - 160px);
    top: initial;
    bottom: 0; }
    .sidepanel.peach.hide {
      -ms-transform: translateY(calc(100% - 40px));
      transform: translateY(calc(100% - 40px)); }
      .sidepanel.peach.hide:hover {
        -ms-transform: translateY(calc(100% - 40px));
        transform: translateY(calc(100% - 40px)); }
  .sidepanel__btn {
    left: initial;
    right: 0;
    top: -40px; }
  .sidepanel__label {
    width: 100%;
    height: 40px; }
    .sidepanel__label label {
      -ms-transform: rotate(0);
      transform: rotate(0); }
  .cream .sidepanel__inner {
    padding: 55px 50px; } }

.cream .sidepanel__label {
  background-color: #f8f6f1; }

.peach .sidepanel__label {
  background-color: #feead3; }

.flickity-carousel {
  background-color: lightblue;
  height: 100%;
  width: calc(100% - 500px);
  transition: 0.6s ease; }
  .flickity-carousel.full {
    width: 100%; }

.plantroom-wrapper {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex; }

.plantroom-logo {
  width: 290px;
  height: 70px;
  margin: 2rem 0;
  background-image: url("../img/logos/plantroom-logo.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block; }
  @media only screen and (min-width: 1200px) and (min-height: 900px) {
    .plantroom-logo {
      font-size: 17px;
      width: 350px;
      height: 120px; } }
  @media (max-width: 350px) {
    .plantroom-logo {
      width: 220px; } }

.background-carousel {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-blend-mode: darken;
  transition: 3s; }

.seedpod {
  width: 100px;
  height: 100px;
  background-image: url("../img/icons/seedpod.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%; }
  .seedpod.shake {
    animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    perspective: 1000px; }

.seed-container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 50px 0;
  margin: 50px auto;
  width: 100px; }

.seed {
  position: absolute;
  width: 50px;
  height: 50px;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: left 1s ease, top 1s ease;
  opacity: 0; }
  .seed:after {
    content: "";
    position: absolute;
    left: 0;
    top: 20px;
    width: 5px;
    height: 5px;
    background-image: url("../img/icons/dot.svg");
    background-size: contain;
    background-repeat: no-repeat; }

@keyframes shake {
  10%,
  90% {
    transform: rotate(-10deg); }
  20%,
  80% {
    transform: rotate(10deg); }
  30%,
  50%,
  70% {
    transform: rotate(-20deg); }
  40%,
  60% {
    transform: rotate(20deg); } }

.social-links {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 70px;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .social-links .social__btn {
    height: 30px;
    width: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 0.3s ease;
    cursor: pointer; }
    .social-links .social__btn.btn--twitter {
      background-image: url("../img/icons/social-icon--twitter.svg"); }
    .social-links .social__btn.btn--instagram {
      background-image: url("../img/icons/social-icon--instagram.svg"); }
    .social-links .social__btn:hover {
      opacity: 0.7; }

#mce-EMAIL {
  background: none;
  border: none;
  padding: 1rem;
  text-align: center;
  border-bottom: solid 1px #49632d;
  width: 250px;
  font-family: freight-text-pro, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 0; }
  #mce-EMAIL:focus {
    outline: none;
    border-bottom: 2px; }

#mc-embedded-subscribe {
  border: none;
  background: none;
  width: 60px;
  margin-top: 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/icons/arrow.svg");
  background-position: 50% 50%;
  transition: all 0.3s ease;
  cursor: pointer; }
  #mc-embedded-subscribe:hover {
    -ms-transform: translateX(10px);
    transform: translateX(10px); }

.mc-field-group label {
  position: absolute;
  left: -99999px; }

.mailchimp-form {
  display: block;
  width: 250px;
  margin: 0 auto; }

.crossfade {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-attachment: initial;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  transition: all 1.5s ease 0.2s; }
  .crossfade.active {
    opacity: 1; }
  .crossfade:nth-child(1) {
    z-index: 0;
    background-color: #efefef; }
  .crossfade:nth-child(2) {
    z-index: 1; }
  .crossfade:nth-child(3) {
    z-index: 2; }
  .crossfade:nth-child(4) {
    z-index: 3; }
  .crossfade:nth-child(5) {
    z-index: 4; }

[v-cloak] {
  display: none; }
