@charset "UTF-8";

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

@font-face {
  font-family: "Welcome 2019";
  src: url("/fonts/Welcome-2019.otf") format("opentype"), url("/fonts/Welcome-2019.woff2") format("woff2"), url("/fonts/Welcome-2019.woff") format("woff"), url("/fonts/Welcome-2019.tff") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

.a11y {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.c-nav-primary__list,
.c-nav-primary .sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 20px 0;
}

.t-h2,
h2 {
  font-size: 48px;
  line-height: 48px;
  font-weight: 800;
}

@media only screen and (min-width: 992px) {
  .t-h2,
  h2 {
    font-size: 120px;
    line-height: 120px;
  }
}

.t-h3,
h3 {
  font-family: "Welcome 2019";
  font-size: 34px;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .t-h3,
  h3 {
    font-size: 90px;
    line-height: 90px;
  }
}

a {
  color: #1AA9B6;
  text-decoration: underline;
  font-weight: 800;
}

p {
  color: inherit;
  font-size: 16px;
  line-height: 24px;
}

@media only screen and (min-width: 768px) {
  p {
    font-size: 22px;
  }
}

.t-header {
  font-size: 14px;
  color: white;
}

@media only screen and (min-width: 768px) {
  .t-header {
    font-size: 18px;
  }
}

.t-bold,
.c-bold h2 {
  font-weight: 600;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -3px;
}

@media only screen and (min-width: 768px) {
  .t-bold,
  .c-bold h2 {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -3px;
  }
}

@media only screen and (min-width: 992px) {
  .t-bold,
  .c-bold h2 {
    font-size: 120px;
    line-height: 130px;
    letter-spacing: -4px;
    max-width: 832px !important;
  }
}

@media only screen and (min-width: 1400px) {
  .t-bold,
  .c-bold h2 {
    font-size: 180px;
    line-height: 170px;
    letter-spacing: -4px;
    max-width: 100% !important;
  }
}

.t-bold__detail,
.c-bold p {
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .t-bold__detail,
  .c-bold p {
    font-size: 45px;
    line-height: 48px;
  }
}

@media only screen and (min-width: 992px) {
  .t-bold__detail,
  .c-bold p {
    font-size: 60px;
    line-height: 65px;
  }
}

.t-overview {
  font-size: 18px;
  color: #1AA9B6;
  font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .t-overview {
    font-size: 22px;
  }
}

.t-form__header {
  color: white;
  font-size: 18px;
  line-height: 20px;
}

@media only screen and (min-width: 768px) {
  .t-form__header {
    font-size: 20px;
    line-height: 24px;
  }
}

.t-form__input,
input[type=text],
input[type=email] {
  font-size: 14px;
  line-height: 28px;
  color: black;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .t-form__input,
  input[type=text],
  input[type=email] {
    font-size: 18px;
    line-height: 28px;
  }
}

.t-form__checkbox,
.c-checkbox {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .t-form__checkbox,
  .c-checkbox {
    font-size: 18px;
  }
}

.t-form__small,
.c-checkbox__small {
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .t-form__small,
  .c-checkbox__small {
    font-size: 15px;
  }
}

.t-detail {
  font-size: 14px;
}

.t-footer__signature,
.c-footer__signature {
  font-size: 12px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .t-footer__title,
  .c-footer h2 {
    font-size: 105px;
    line-height: 100px;
  }
}

.t-button,
.c-button,
button {
  font-size: 22px;
  line-height: 20px;
  font-weight: 800;
}

.t-menu__primary,
.c-nav-primary__title {
  font-size: 26px;
  line-height: 30px;
}

@media only screen and (min-width: 768px) {
  .t-menu__primary,
  .c-nav-primary__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.t-menu__signature,
.c-header__signature ul li {
  font-size: 12px;
  line-height: 18px;
}

.t-garden__title,
.c-garden h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 600;
  letter-spacing: -3px;
}

@media only screen and (min-width: 768px) {
  .t-garden__title,
  .c-garden h2 {
    font-size: 80px;
    line-height: 80px;
  }
}

@media only screen and (min-width: 992px) {
  .t-garden__title,
  .c-garden h2 {
    font-size: 90px;
    line-height: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .t-garden__title,
  .c-garden h2 {
    font-size: 120px;
    line-height: 120px;
    letter-spacing: -3.6px;
  }
}

@media only screen and (min-width: 992px) {
  .t-garden__share,
  .c-garden__share h3 {
    font-size: 70px;
    line-height: 76px;
  }
}

.t-card__description,
.c-card textarea,
.c-card__description,
.t-card__title,
.c-card input,
.c-card input[type=text],
.c-card__title {
  font-family: "Work Sans", "Helvetica", "Arial", sans-serif;
  color: white;
}

.t-card__title,
.c-card input,
.c-card input[type=text],
.c-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
}

.t-card__description,
.c-card textarea,
.c-card__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
}

.t-modal__title,
.c-modal__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 32px;
}

@media only screen and (min-width: 768px) {
  .t-modal__title,
  .c-modal__title {
    font-size: 32px;
    line-height: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .t-modal__title,
  .c-modal__title {
    font-size: 50px;
    line-height: 60px;
  }
}

.t-modal__description,
.c-modal__instruction p {
  font-size: 16px;
  line-height: 22px;
}

@media only screen and (min-width: 768px) {
  .t-modal__description,
  .c-modal__instruction p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only screen and (min-width: 1400px) {
  .t-modal__description,
  .c-modal__instruction p {
    font-size: 22px;
    line-height: 28px;
  }
}

.t-cookie__title,
.Cookie__title,
.c-cookie__title {
  margin-top: 0;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 28px !important;
}

.t-cookie__description,
.Cookie__description,
.c-cookie__description {
  font-weight: 400 !important;
  font-size: 18px !important;
  line-height: 26px !important;
}

.t-cookie__button,
.Cookie button,
.c-cookie button {
  font-size: 18px !important;
  line-height: 20px !important;
}

::-moz-selection {
  background-color: #1AA9B6;
  color: white;
}

::selection {
  background-color: #1AA9B6;
  color: white;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  line-height: 1.5;
  min-height: 100%;
  font-family: "Work Sans", "Helvetica", "Arial", sans-serif;
}

@media print {
  html {
    -webkit-print-color-adjust: exact;
    /*Chrome, Safari */
    color-adjust: exact;
    /*Firefox*/
  }
}

body {
  overflow-x: hidden;
  background-color: #F7F0ED;
  font-weight: 400;
}

hr {
  border: 0;
  border-top: 2px solid #D8D8D8;
  opacity: 0.1;
}

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

svg {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

img {
  border-radius: 0;
}

.fade-enter-active,
.fade-leave-active {
  transition-duration: 0.5s;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

.fade-enter,
.fade-leave-active {
  opacity: 0;
}

.modal-fade-enter,
.modal-fade-leave-active {
  opacity: 0;
}

.modal-fade-enter-active,
.modal-fade-leave-active {
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.c-button,
button {
  margin: 10px 0;
  padding: 20px;
  display: block;
  width: 100%;
  font-family: "Work Sans", "Helvetica", "Arial", sans-serif;
  background-color: #1AA9B6;
  border-radius: 30px;
  text-align: center;
  text-decoration: none;
  color: white;
  border: 0;
  cursor: pointer;
  transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-button,
  button {
    padding: 20px 30px;
    margin: 0 10px;
    width: auto;
  }
}

.c-button:hover,
.c-button:focus,
button:hover,
button:focus {
  opacity: 0.3;
}

.c-button:disabled,
.c-button button[disabled],
button:disabled,
button button[disabled] {
  opacity: 0.3;
  pointer-events: none;
}

.c-button__social,
button__social {
  display: block;
  width: 60px;
  width: 60px;
}

.c-button__social svg,
button__social svg {
  fill: #1AA9B6;
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .c-buttons {
    display: flex;
  }
}

.c-buttons .c-button:first-child {
  margin-left: 0;
}

.c-bold {
  color: white;
  margin-top: 100px;
  padding: 0 20px;
}

@media only screen and (min-width: 992px) {
  .c-bold {
    padding: 0 40px;
  }
}

.c-bold__inner {
  display: flex;
  margin: auto;
  justify-content: flex-start;
  max-width: 1400px;
}

.c-bold__container {
  width: 100%;
  color: black;
}

@media only screen and (min-width: 768px) {
  .c-bold__container {
    max-width: 932px;
  }
}

.c-bold h2 {
  color: #1AA9B6;
  margin-bottom: 25px;
}

@media only screen and (min-width: 768px) {
  .c-bold h2 {
    margin-bottom: 65px;
    max-width: 82%;
  }
}

@media only screen and (min-width: 992px) {
  .c-bold h2 {
    max-width: 100%;
  }
}

.c-bold p {
  color: #1AA9B6;
  max-width: 724px;
  margin-bottom: 30px;
}

@media only screen and (min-width: 768px) {
  .c-bold p {
    margin-bottom: 40px;
  }
}

.c-branch {
  position: relative;
}

.c-branch:after,
.c-branch:before {
  position: absolute;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  pointer-events: none;
}

.c-branch.c-form:before {
  content: "";
  background-image: url(/images/branch-mobile-2-before.png?6a830667e61f8307551a66a5a73e14e6);
  width: 164px;
  height: 184px;
  bottom: 170px;
  left: -70px;
}

@media only screen and (min-width: 768px) {
  .c-branch.c-form:before {
    background-image: url(/images/branch-desktop-2-before.png?22a7b826b474010b8a12a2d419ef8013);
    width: 35vw;
    height: 35vw;
  }
}

.c-branch.c-form:after {
  content: "";
  background-image: url(/images/branch-mobile-2-after.png?8e160ba23387883ada87aa6edfbb3c25);
  width: calc(100vw * 0.52);
  height: calc(100vw * 0.52 * 0.9);
  top: calc(100vw * -0.42);
  right: calc(100vw * -0.1);
}

@media only screen and (min-width: 768px) {
  .c-branch.c-form:after {
    background-image: url(/images/branch-desktop-2-after.png?cf7ecd067df9b1ed1f2b856f22829ed5);
    height: calc(100vw * 0.52 * 1.2);
    right: 0;
  }
}

.c-branch.c-detail#rose {
  margin-top: calc(100vw * 0.64);
}

@media only screen and (min-width: 992px) {
  .c-branch.c-detail#rose {
    margin-top: 0;
  }
}

.c-branch.c-detail#rose:before {
  content: "";
  background-image: url(/images/branch-mobile-3-before.png?52ad2c4044f98749bef22ece937cceff);
  width: 108vw;
  height: calc(100vw * 0.58);
  top: calc((100vw * -0.58) - 20px);
  left: 20px;
}

@media only screen and (min-width: 768px) {
  .c-branch.c-detail#rose:before {
    background-image: url(/images/branch-tablet-3-before.png?515277f14e12e36cfaa9db2e5f9b45bc);
    width: calc(100vw * 0.68);
    height: 108vw;
    transform: rotate(-52deg);
    left: unset;
    right: 8vw;
    top: calc(100vw * -0.74);
  }
}

@media only screen and (min-width: 992px) {
  .c-branch.c-detail#rose:before {
    background-image: url(/images/branch-desktop-3-before.png?ef095fcb7a3fd1a7339aa05b081b08ca);
    width: calc(100vw * 0.29);
    height: 53vw;
    transform: rotate(-52deg);
    left: unset;
    right: 0;
    top: calc(100vw * -0.5);
    transform: rotate(0deg);
  }
}

@media only screen and (min-width: 992px) {
  .c-branch.c-detail#rose:after {
    content: "";
    background-image: url(/images/branch-desktop-3-after.png?49d267847cf83e0c5d2c54739c91b580);
    width: 34.5vw;
    height: calc(37vw + 20px);
    left: 0;
    top: calc(100vw * 0.02);
  }
}

.c-branch.c-bold:before {
  content: "";
  background-image: url(/images/branch-mobile-4-before.png?7c57ac1e69d007863b189700633c6a50);
  width: calc(100vw * 0.38);
  height: calc(100vw * 0.5);
  bottom: 0;
  left: calc(100vw * -0.35);
}

@media only screen and (min-width: 768px) {
  .c-branch.c-bold:before {
    display: none;
  }
}

.c-branch.c-bold:after {
  content: "";
  background-image: url(/images/branch-mobile-4-after.png?73ff05f6f051eccf6ab8b6d8fdd99e63);
  width: calc(100vw * 0.35);
  height: calc(100vw * 0.35 * 2);
  top: calc(100vw * -0.1);
  right: calc(100vw * -0.08);
}

@media only screen and (min-width: 992px) {
  .c-branch.c-bold:after {
    background-image: url(/images/branch-desktop-4-after.png?b272e8db6ec82222aa92f331a1444919);
    right: 0;
    top: calc(100vw * 0.14);
  }
}

@media only screen and (min-width: 1400px) {
  .c-branch.c-bold:after {
    top: calc(100vw * 0.08);
  }
}

.c-branch.c-detail#action {
  margin-top: calc((100vw * 0.34) - 20px);
}

@media only screen and (min-width: 992px) {
  .c-branch.c-detail#action {
    margin-top: 0;
  }
}

.c-branch.c-detail#action:before {
  content: "";
  background-image: url(/images/branch-mobile-5-before.png?9429586dcaa45af2c9d228baff5ca383);
  width: 70vw;
  height: calc(100vw * 0.28);
  top: calc(100vw * -0.3);
  left: -10px;
}

@media only screen and (min-width: 768px) {
  .c-branch.c-detail#action:before {
    background-image: url(/images/branch-tablet-5-before.png?f41aee567efbc96fa70b7f520db11996);
    height: calc(100vw * 0.28);
    top: calc(100vw * -0.28);
    left: -10px;
    transform: rotate(-5deg);
  }
}

@media only screen and (min-width: 992px) {
  .c-branch.c-detail#action:before {
    background-image: url(/images/branch-desktop-5-before.png?4191a29925be10d8fce8fa52f55631e4);
    transform: rotate(0);
    right: 0;
    left: unset;
    top: -50vw;
    height: 45vw;
    width: 33vw;
  }
}

.c-branch.c-footer {
  margin-top: calc((100vw * 0.44) - 20px);
}

@media only screen and (min-width: 768px) {
  .c-branch.c-footer {
    margin-top: calc((100vw * 0.34) + 20px);
  }
}

@media only screen and (min-width: 992px) {
  .c-branch.c-footer {
    margin-top: 0;
  }
}

.c-branch.c-footer:before {
  content: "";
  background-image: url(/images/branch-mobile-footer-before.png?0c608aa909c4a5e9fc583077d4d4fe17);
  width: 100vw;
  height: calc(100vw * 0.48);
  top: calc((100vw * -0.32) - 20px);
  right: -18vw;
}

@media only screen and (min-width: 768px) {
  .c-branch.c-footer:before {
    width: 64vw;
    height: 26vw;
    top: -26vw;
    right: -14vw;
  }
}

@media only screen and (min-width: 992px) {
  .c-branch.c-footer:before {
    background-image: url(/images/branch-desktop-footer-before.png?570bfec541e1e367273f0ab15ba1fa37);
    right: unset;
    left: 0;
    width: 34vw;
    height: 63vw;
    top: -48vw;
  }
}

@media only screen and (min-width: 768px) {
  .c-branch.c-footer .c-footer__top {
    margin-top: 60px;
  }
}

@media only screen and (min-width: 768px) {
  .c-branch.c-footer .c-footer__top {
    margin-top: 100px;
  }
}

.c-branch.c-footer .c-footer__top img {
  height: calc(100vw - 40px);
  margin-top: calc(100vw * -0.2);
}

@media only screen and (min-width: 768px) {
  .c-branch.c-footer .c-footer__top img {
    height: 70vw;
    margin-top: -16vw;
    margin-left: 14vw;
  }
}

@media only screen and (min-width: 992px) {
  .c-branch.c-footer .c-footer__top img {
    width: calc(100vw - 600px);
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    right: 0;
    height: auto;
    top: 240px;
  }
}

@media only screen and (min-width: 1400px) {
  .c-branch.c-footer .c-footer__top img {
    top: 200px;
    max-width: 768px;
  }
}

.c-card {
  background-color: #077B59;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 40px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  transition: box-shadow 1s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-card {
    margin-bottom: 60px;
  }
}

.c-card:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
}

.c-card__link {
  display: block;
  text-decoration: none;
}

.c-card__media {
  position: relative;
  padding-top: 100%;
  background-position: center;
  background-size: cover;
}

.c-card__media svg {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  fill: #077B59;
  z-index: 2;
}

.c-card__loading {
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
}

.c-card__content {
  padding: 10px 15px 20px 15px;
}

.c-card__title {
  margin: 0 0 5px 0;
}

.c-card__description {
  margin: 5px 0 0 0;
}

.c-card__upload {
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: 100%;
}

.c-card__upload input[type=file] {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  min-height: 300px;
}

.c-card__upload a {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0;
  width: 100%;
  height: 300px;
  background: url("/images/card-placeholder.png") no-repeat center/cover;
  text-indent: -1000em;
  overflow: hidden;
}

.c-card input,
.c-card input[type=text],
.c-card textarea {
  width: 100%;
  padding: 6px;
  color: white;
  outline: none;
  border: 1px dashed #077B59;
  background-color: transparent;
  resize: none;
}

.c-card input:focus,
.c-card input.empty,
.c-card input[type=text]:focus,
.c-card input[type=text].empty,
.c-card textarea:focus,
.c-card textarea.empty {
  border: 1px dashed rgba(255, 255, 255, 0.4);
}

.c-card textarea {
  min-height: 80px;
}

.c-card ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.c-card :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.c-card ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.c-card ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.c-card ::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.c-cards {
  padding: 0 20px;
  background-color: #00533B;
  padding-bottom: 10px;
}

@media only screen and (min-width: 480px) {
  .c-cards {
    padding: 0 15px;
  }
}

@media only screen and (min-width: 992px) {
  .c-cards {
    padding: 0 30px;
  }
}

.c-cards__inner {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  padding-top: 20px;
}

@media only screen and (min-width: 480px) {
  .c-cards__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }

  .c-cards__inner::after {
    content: "";
    flex: auto;
  }
}

.c-cards__grass {
  margin-bottom: -2px;
}

.c-cards__grass svg {
  fill: #00533B;
}

.c-cards--4up {
  flex-wrap: wrap;
}

.c-cards--4up .c-card {
  width: 100%;
}

@media only screen and (min-width: 480px) {
  .c-cards--4up .c-card {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media only screen and (min-width: 992px) {
  .c-cards--4up .c-card {
    width: calc(25% - 20px);
  }
}

@media only screen and (min-width: 992px) {
  .c-cards--1down:after,
  .c-cards--2down:after,
  .c-cards--3down:after {
    content: "";
    height: 1px;
    background-color: transparent;
  }
}

@media only screen and (min-width: 992px) {
  .c-cards--1down:after {
    width: calc((25% * 3) - 15px);
  }
}

@media only screen and (min-width: 992px) {
  .c-cards--2down:after {
    width: calc((25% * 2) - 15px);
  }
}

@media only screen and (min-width: 992px) {
  .c-cards--3down:after {
    width: calc(25% - 15px);
  }
}

.c-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 26px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  min-height: 16px;
}

@media only screen and (min-width: 768px) {
  .c-checkbox {
    padding-left: 26px;
  }
}

.c-checkbox:last-child {
  margin-bottom: 0;
}

.c-checkbox:hover input ~ .checkmark {
  background-color: white;
}

.c-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.c-checkbox input:checked ~ .checkmark {
  background-color: white;
}

.c-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.c-checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  top: 6px;
  height: 16px;
  width: 16px;
  border-radius: 10px;
  border: 1px solid #1AA9B6;
}

@media only screen and (min-width: 768px) {
  .c-checkbox .checkmark {
    width: 16px;
  }
}

.c-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.c-checkbox .checkmark:after {
  left: calc(50%);
  top: 50%;
  width: 10px;
  height: 10px;
  background: #1AA9B6;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}

.Cookie,
.c-cookie {
  background-color: white !important;
}

@media only screen and (min-width: 768px) {
  .Cookie,
  .c-cookie {
    left: unset !important;
    right: 20px !important;
    bottom: 20px !important;
    max-width: 350px !important;
    padding: 30px !important;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1) !important;
  }
}

.Cookie__title,
.c-cookie__title {
  margin-bottom: 12px;
}

.Cookie__description,
.c-cookie__description {
  margin-top: 12px !important;
}

.Cookie button,
.c-cookie button {
  margin-left: 0;
  padding: 15px 20px;
}

.c-detail {
  color: white;
  margin-top: 100px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .c-detail {
    padding: 0 40px;
  }
}

.c-detail__inner {
  display: flex;
  margin: auto;
  justify-content: flex-end;
  max-width: 1400px;
}

.c-detail__container {
  width: 100%;
  color: black;
}

@media only screen and (min-width: 992px) {
  .c-detail__container {
    max-width: 58%;
  }
}

.c-detail h3 {
  color: #1AA9B6;
}

.c-detail p {
  line-height: 30px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-detail p {
    margin-bottom: 40px;
  }
}

.c-garden {
  color: white;
  margin-top: 100px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .c-garden {
    padding: 0 40px;
  }
}

.c-garden__inner {
  margin: auto;
  max-width: 1400px;
}

@media only screen and (min-width: 992px) {
  .c-garden__inner {
    display: flex;
    justify-content: flex-end;
  }
}

.c-garden h2,
.c-garden__share h3 {
  color: #1AA9B6;
}

.c-garden h2 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1400px) {
  .c-garden h2 {
    width: 671px;
    max-width: 671px;
    min-width: 655px;
  }
}

.c-garden h3:first-child {
  margin: 0 0 10px 0;
}

.c-garden__share {
  width: 100%;
  background-color: white;
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .c-garden__share {
    min-width: 570px;
    padding: 40px;
    align-self: flex-start;
  }
}

@media only screen and (min-width: 992px) {
  .c-garden__share {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1400px) {
  .c-garden__share {
    margin-left: 90px;
  }
}

.c-garden__share p {
  color: black;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .c-garden__share p {
    margin-bottom: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-garden__share p {
    line-height: 30px;
  }
}

.c-garden__share p:first-child {
  margin-top: 10px;
}

.c-garden__card {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 0 40px 0;
  min-width: 50%;
}

@media only screen and (min-width: 1400px) {
  .c-garden__card {
    min-width: 56%;
    padding: 50px 70px;
  }
}

.c-garden__card .c-card {
  width: 100%;
  max-width: 320px;
  margin-bottom: 0;
}

@media only screen and (min-width: 992px) {
  .c-garden__card .c-card {
    max-width: 390px;
  }
}

.c-garden .c-buttons {
  margin-top: 30px;
}

.c-garden .c-button {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .c-garden .c-button {
    width: calc(50% - 10px);
  }
}

@media only screen and (min-width: 992px) {
  .c-garden .c-button {
    width: auto;
  }
}

.c-hamburger {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background-color: #1AA9B6;
  cursor: pointer;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-hamburger {
    width: 60px;
    height: 60px;
  }
}

.has-navigation .c-hamburger {
  background-color: white;
}

.c-hamburger:hover .c-hamburger__patty {
  opacity: 0.3;
}

.c-hamburger__patty {
  position: absolute;
  top: calc(50% - 17px);
  left: calc(50% - 8px);
  transform: translate(50%, calc(16px));
  background-color: white;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  transition: opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-hamburger__patty {
    width: 15px;
    height: 3px;
    border-radius: 1.5px;
    left: calc(50% - 13px);
  }
}

.has-navigation .c-hamburger__patty {
  background-color: transparent;
}

.c-hamburger__patty::after,
.c-hamburger__patty::before {
  background-color: white;
  height: 2px;
  content: "";
  position: absolute;
  border-radius: 2px;
  transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.25s, bottom 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.25s, transform 0.25s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-hamburger__patty::after,
  .c-hamburger__patty::before {
    height: 3px;
  }
}

.has-navigation .c-hamburger__patty::after,
.has-navigation .c-hamburger__patty::before {
  background-color: #1AA9B6;
  transition: background-color 0.25s cubic-bezier(0.23, 1, 0.32, 1), top 0.25s cubic-bezier(0.23, 1, 0.32, 1), bottom 0.25s cubic-bezier(0.23, 1, 0.32, 1), transform 0.25s cubic-bezier(0.23, 1, 0.32, 1) 0.25s;
}

.c-hamburger__patty:before {
  right: 0;
  width: 14px;
  bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .c-hamburger__patty:before {
    width: 20px;
    height: 3px;
    bottom: 7px;
    border-radius: 1.5px;
  }
}

.has-navigation .c-hamburger__patty:before {
  bottom: 0;
  transform: rotate(45deg);
}

.c-hamburger__patty:after {
  right: 0;
  width: 14px;
  top: 5px;
}

@media only screen and (min-width: 768px) {
  .c-hamburger__patty:after {
    width: 20px;
    height: 3px;
    top: 7px;
    border-radius: 1.5px;
  }
}

.has-navigation .c-hamburger__patty:after {
  top: 0;
  transform: rotate(-45deg);
}

.c-header {
  width: 100%;
  top: 0;
  background-color: transparent;
  position: absolute;
  height: 70px;
  transition: position 0.5s cubic-bezier(0.23, 1, 0.32, 1) cubic-bezier(0.23, 1, 0.32, 1), background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-header {
    padding: 0 20px;
    height: 140px;
  }
}

@media only screen and (min-width: 992px) {
  .c-header {
    padding: 0 40px;
  }
}

.c-header__inner {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (min-width: 1400px) {
  .c-header__inner {
    max-width: 100%;
    padding: 0 105px;
  }
}

.c-header__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 100;
  pointer-events: none !important;
  transition: background-color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-header__controls {
    padding: 0 40px;
  }
}

.c-header__hamburger {
  position: fixed;
  right: 20px;
  top: 16px;
  transform: translate3d(0px, 0px, 100px);
  z-index: 100;
  transform: scale(1.25);
}

@media only screen and (min-width: 768px) {
  .c-header__hamburger {
    right: 40px;
    top: 40px;
  }
}

@media only screen and (min-width: 992px) {
  .c-header__hamburger {
    transform: scale(1);
  }
}

.c-header__logo {
  width: 199px;
  height: 38px;
  pointer-events: auto;
  transform: translate3d(0, 0, 0);
  transition: width 0.5s cubic-bezier(0.23, 1, 0.32, 1), height 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-header__logo {
    width: 454px;
    height: 88px;
  }
}

.is-scrolling-down .c-header__logo,
.has-scrolled-down .c-header__logo,
.is-scrolling-up.has-scrolled-down .c-header__logo {
  width: 199px;
  height: 38px;
}

@media only screen and (min-width: 768px) {
  .is-scrolling-down .c-header__logo,
  .has-scrolled-down .c-header__logo,
  .is-scrolling-up.has-scrolled-down .c-header__logo {
    width: 454px;
    height: 88px;
  }
}

.c-header__logo svg {
  fill: #1AA9B6;
  opacity: 1;
  transition: fill 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.has-navigation .c-header__logo svg {
  fill: white;
  opacity: 0;
}

.c-header__panel {
  position: fixed;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: flex-end;
  opacity: 0;
  display: flex;
  z-index: 50;
  transform: translate3d(100%, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.has-navigation .c-header__panel {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

@media only screen and (min-width: 768px) {
  .c-header__list {
    display: flex;
    justify-content: center;
  }
}

.c-header__menu {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #1AA9B6;
  margin: 0;
}

.has-navigation .c-header__menu {
  pointer-events: auto;
}

.c-header__menu .c-header__controls {
  position: relative;
  height: 70px;
  min-height: 70px;
}

@media only screen and (min-width: 768px) {
  .c-header__menu .c-header__controls {
    height: 150px;
    min-height: 150px;
  }
}

.c-header__menu .c-header__controls svg {
  opacity: 1;
}

.c-header__footer {
  width: 100%;
  color: white;
  height: auto;
  padding: 0 20px;
  margin: 10px 0px 20px 0px;
}

@media only screen and (min-width: 768px) {
  .c-header__footer {
    height: auto;
    margin: 25px 0px 30px 0px;
  }
}

.c-header__footer hr {
  margin: 0;
}

.c-header__button {
  display: block;
  margin-right: 50px;
  background-color: #EF476F;
}

@media only screen and (min-width: 768px) {
  .c-header__button {
    margin-right: 70px;
  }
}

.c-header__menu_logo {
  fill: white;
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 768px) {
  .c-header__menu_logo {
    width: 80px;
    height: 80px;
  }
}

.c-header__signature ul {
  margin: 15px 0 0 0;
  padding: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .c-header__signature ul {
    margin: 25px 0 0 0;
  }
}

.c-header__signature ul li {
  display: flex;
  justify-content: center;
}

.c-hero__inner {
  width: 100%;
  position: relative;
}

.c-hero__background {
  position: relative !important;
}

.c-hero img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}

.ios .c-hero img {
  mix-blend-mode: darken;
}

.c-hero svg {
  width: 100%;
  height: auto;
}

.loading-indicator span {
  height: 13px;
  width: 13px;
  border-radius: 13px;
  background: rgba(26, 169, 182, 0.7);
  margin: 0 7px;
}

@-webkit-keyframes opacityCycle {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

@keyframes opacityCycle {
  from {
    opacity: 0.3;
  }

  to {
    opacity: 1;
  }
}

.loading-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.loading-indicator span {
  -webkit-animation: opacityCycle 0.7s ease-in-out 0s infinite alternate;
          animation: opacityCycle 0.7s ease-in-out 0s infinite alternate;
}

.loading-indicator span:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.loading-indicator span:nth-child(3) {
  animation-direction: alternate-reverse;
}

.c-modal {
  display: flex;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width: 768px) {
  .c-modal {
    padding: 40px;
  }
}

.c-modal__inner {
  width: 100%;
  max-height: 100%;
  border-radius: 5px;
  margin: auto;
  background-color: #F7F0ED;
  padding: 10px 20px 40px 20px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  overflow-y: scroll;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-modal__inner {
    padding: 30px;
  }
}

@media only screen and (min-width: 992px) {
  .c-modal__inner {
    max-width: 1330px;
  }
}

@media only screen and (min-width: 1400px) {
  .c-modal__inner {
    padding-left: 20%;
  }
}

@media only screen and (min-width: 1600px) {
  .c-modal__inner {
    padding-left: 300px;
  }
}

@media only screen and (min-width: 1400px) {
  .c-modal__inner:before {
    content: "";
    position: absolute;
    pointer-events: none;
    width: calc(25% - 100px);
    height: 100%;
    background-size: cover;
    background-image: url(/images/modal-desktop.png?0530c90…);
    left: 0;
    top: 0;
    background-position: right;
    background-repeat: no-repeat;
  }
}

.c-modal__actions {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 992px) {
  .c-modal__actions {
    margin-bottom: 10px;
  }
}

.c-modal__social a {
  width: 60px;
  height: 60px;
}

.c-modal__social a:first-child {
  margin-left: 0;
}

.c-modal__social a svg {
  width: 100%;
  height: 100%;
  fill: #1AA9B6;
}

@media only screen and (min-width: 768px) {
  .c-modal__information {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

@media only screen and (min-width: 992px) {
  .c-modal__information {
    max-width: 960px;
    margin: auto;
  }
}

@media only screen and (min-width: 1400px) {
  .c-modal__information {
    max-width: 100%;
    padding-right: 12%;
  }
}

.c-modal__information a {
  color: black;
}

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

@media only screen and (min-width: 768px) {
  .c-modal__instruction {
    margin: auto 60px auto 0px;
  }
}

@media only screen and (min-width: 768px) {
  .c-modal__instruction button {
    margin-left: 0;
  }
}

.c-modal__instruction hr {
  margin: 15px 0;
  opacity: 1;
  border-top: 2px solid rgba(236, 182, 166, 0.3);
}

@media only screen and (min-width: 992px) {
  .c-modal__instruction hr {
    display: none;
  }
}

.c-modal__instruction .c-form__error {
  margin: 20px 0 0 0;
}

.c-modal__instruction .c-form__error + .c-form__error {
  margin-top: 5px;
}

.c-modal__form button {
  display: block;
  max-width: 300px;
  margin: auto;
}

.c-modal__close {
  margin: 0;
  width: 40px;
  height: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .c-modal__close {
    width: 60px;
    height: 60px;
    padding: 20px;
  }
}

.c-modal__close:before,
.c-modal__close:after {
  content: "";
  position: absolute;
  background-color: white;
  border-radius: 1px;
  height: 2px;
  width: 16px;
  top: 50%;
  left: calc(50% - 8px);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 768px) {
  .c-modal__close:before,
  .c-modal__close:after {
    border-radius: 1.5px;
    height: 3px;
    width: 23px;
    left: calc(50% - 11.5px);
  }
}

.c-modal__close:before {
  transform: rotate(-45deg);
}

.c-modal__close:after {
  transform: rotate(45deg);
}

.c-modal__title {
  margin: 10px 0 15px 0;
}

.c-modal .c-card {
  margin: 20px auto 30px auto;
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .c-modal .c-card {
    min-width: 280px;
  }
}

@media only screen and (min-width: 992px) {
  .c-modal .c-card {
    min-width: 350px;
    max-width: 350px;
  }
}

.c-modal .c-buttons__social {
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .c-modal .c-buttons__social {
    justify-content: center;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .c-modal .c-buttons__social {
    justify-content: center;
    width: auto;
    padding-right: 25px;
    border-right: 3px solid rgba(236, 182, 166, 0.3);
    margin-right: 25px;
  }
}

.c-modal .c-buttons__social a {
  margin: 0 10px;
}

@media only screen and (min-width: 768px) {
  .c-modal .c-buttons {
    display: flex;
  }
}

.c-modal .c-button {
  margin-bottom: 0;
  color: white !important;
}

.c-modal h2,
.c-modal p {
  max-width: 470px;
}

.c-nav-primary {
  width: 100%;
  height: calc(100% - 70px - 71px);
  flex-direction: column;
  display: flex;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .c-nav-primary {
    min-height: auto;
    height: auto;
  }
}

.c-nav-primary__list,
.c-nav-primary .sub-menu {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  .c-nav-primary__list li:first-child,
  .c-nav-primary .sub-menu li:first-child {
    margin-top: 40px;
  }
}

.c-nav-primary li {
  white-space: nowrap;
  width: 100%;
  text-align: center;
  margin: 0 0 24px 0;
}

.c-nav-primary li:last-child {
  margin-bottom: 0;
}

.c-nav-primary li.current-menu-item a {
  font-weight: 800;
}

.c-nav-primary a {
  color: white;
  font-weight: 500;
  padding: 0 0 3px 0;
  text-decoration: none;
  display: inline-flex;
  align-items: baseline;
  cursor: pointer;
}

.c-nav-primary a.current-page-item {
  border-bottom: 2px solid white;
}

.c-nav-primary svg {
  width: 18px;
  height: 18px;
  fill: white;
  margin-left: 10px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .c-nav-primary svg {
    width: 30px;
    height: 30px;
  }
}

.c-nav-social {
  width: 100%;
  display: none;
  max-width: 734px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .c-nav-social {
    display: block;
  }
}

.c-nav-social__list {
  display: flex;
  justify-content: center;
  padding: 0;
}

.c-nav-social li {
  list-style: none;
  overflow-y: auto;
  display: block;
  width: 60px;
  margin: 0 10px;
}

.c-nav-social svg {
  margin: 0;
  width: 60px;
  height: 60px;
  fill: white;
}

.c-nav-social hr {
  margin: 50px 0;
}

.c-footer {
  color: white;
  padding: 0 20px;
  background-color: #00533B;
}

@media only screen and (min-width: 768px) {
  .c-footer {
    padding: 0 40px;
  }
}

.c-footer__inner {
  margin: auto;
  max-width: 1400px;
}

.c-footer__top {
  margin: 50px 0 50px 0;
}

@media only screen and (min-width: 992px) {
  .c-footer__top {
    margin: 100px 0 100px 0;
  }
}

.c-footer__bottom {
  margin: 0 0 40px 0;
}

@media only screen and (min-width: 992px) {
  .c-footer__bottom {
    display: flex;
    justify-content: space-between;
    margin: 0 0 100px 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-footer__bottom {
    padding-right: 120px;
  }
}

.c-footer__left,
.c-footer__right {
  width: 100%;
  margin: 50px 0 0 0;
}

@media only screen and (min-width: 992px) {
  .c-footer__left,
  .c-footer__right {
    width: calc(50% - 20px);
  }
}

.c-footer__left {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .c-footer__left {
    margin: 0 10px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  .c-footer__left {
    max-width: 505px;
  }
}

.c-footer__right {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .c-footer__right {
    margin: 0 0 0 10px;
  }
}

@media only screen and (min-width: 992px) {
  .c-footer__right {
    max-width: 572px;
  }
}

.c-footer__signature {
  text-align: center;
  color: white;
  margin: 0;
  padding: 15px 0 20px;
}

@media only screen and (min-width: 768px) {
  .c-footer__signature {
    text-align: left;
    padding: 25px 0 30px;
  }
}

.c-footer__signature a {
  color: white;
}

.c-footer h2 {
  max-width: 710px;
}

.c-footer h3 {
  color: white;
}

.c-footer hr {
  margin-top: 0;
}

.c-footer .c-buttons {
  margin: 30px 0 0 0;
}

.c-form {
  color: white;
  margin-top: 100px;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .c-form {
    padding: 0 40px;
  }
}

.c-form__inner {
  display: flex;
  margin: auto;
  justify-content: flex-start;
  max-width: 1400px;
}

.c-form__container {
  width: 100%;
  color: black;
  background-color: white;
  padding: 20px 20px 40px 20px;
}

@media only screen and (min-width: 768px) {
  .c-form__container {
    padding: 45px 55px 60px 55px;
  }
}

@media only screen and (min-width: 992px) {
  .c-form__container {
    padding: 45px 70px 60px 70px;
    width: 100%;
    max-width: 825px;
  }
}

.c-form__bold {
  font-weight: 800;
}

.c-form__error {
  color: #DD4444;
  margin-bottom: 15px;
}

input + .c-form__error {
  margin-top: -5px;
}

@media only screen and (min-width: 768px) {
  input + .c-form__error {
    margin-top: -10px;
  }
}

.c-form__notice {
  color: #1AA9B6;
  font-weight: bold;
  margin-top: 25px;
}

.c-form h3 {
  color: #1AA9B6;
}

@media only screen and (min-width: 768px) {
  .c-form p {
    line-height: 30px;
  }
}

.c-form a {
  display: contents;
  margin: 0 3px;
}

label {
  display: none;
}

input[type=text],
input[type=email] {
  width: 100%;
  margin: 0 0 10px 0;
  display: block;
  border: 2px solid rgba(236, 182, 166, 0.5);
  padding: 9px 20px;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  input[type=text],
  input[type=email] {
    padding: 14px 20px;
    margin: 0 0 16px 0;
  }
}

input[type=text]:focus,
input[type=email]:focus {
  outline: none;
  border-color: #ecb6a6;
}

input[type=text].error,
input[type=email].error {
  border-color: #DD4444;
}

.c-section {
  position: relative;
}

.c-section--2 {
  margin: 60px 0 261px 0;
}

@media only screen and (min-width: 768px) {
  .c-section--2 {
    margin: 177px 0 292px 0;
  }
}

.c-section--3 {
  margin: calc((100vw * 0.54) + 40px) 0 85px 0;
}

@media only screen and (min-width: 768px) {
  .c-section--3 {
    margin: 292px 0 150px 0;
  }
}

@media only screen and (min-width: 1400px) {
  .c-section--3 {
    margin: 292px 0 327px 0;
  }
}

.c-section--4 {
  margin: 85px 0 137px 0;
}

@media only screen and (min-width: 768px) {
  .c-section--4 {
    margin: 150px 0 85px 0;
  }
}

@media only screen and (min-width: 1400px) {
  .c-section--4 {
    margin: 327px 0 85px 0;
  }
}

.c-section--5 {
  margin: 137px 0 177px 0;
}

@media only screen and (min-width: 768px) {
  .c-section--5 {
    margin: 230px 0 190px 0;
  }
}

.c-section--garden {
  margin: 90px 0 50px 0;
}

@media only screen and (min-width: 768px) {
  .c-section--garden {
    margin: 180px 0 50px 0;
  }
}

.c-section--create {
  margin: 90px 0 0px 0;
}

@media only screen and (min-width: 768px) {
  .c-section--create {
    margin: 30px 0 0px 0;
  }
}

.c-section--modal {
  z-index: 150;
}

.TestCarousel {
  position: absolute;
  top: 0;
  left: 0;
  width: 600%;
  height: 100%;
}

.TestCarousel .row {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  height: 20%;
}

.TestCarousel .row .image {
  display: flex;
  width: 20%;
  background: #077B59;
  margin: 10px;
  transition: background 0.2s;
  color: white;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-radius: 5px;
  align-items: center;
  justify-content: center;
}

.TestCarousel .row .image.visible {
  background: #1AA9B6;
}

.TestCarousel .row:nth-child(1) .image,
.TestCarousel .row:nth-child(5) .image {
  transform: scale(0.9);
}

.TestCarousel .row:nth-child(2) .image,
.TestCarousel .row:nth-child(4) .image {
  transform: scale(0.95);
}

.c-video {
  position: relative;
}

.c-video > .c-video__height {
  padding-top: 60%;
  display: block;
}

.c-videos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px;
  background-color: #00533B;
  padding-bottom: 10px;
}

@media only screen and (min-width: 480px) {
  .c-videos {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .c-videos {
    padding: 30px;
  }
}

.c-videos__inner {
  margin: auto;
  width: 100%;
  max-width: 1400px;
  padding-top: 20px;
}

@media only screen and (min-width: 480px) {
  .c-videos__inner {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
  }

  .c-videos__inner::after {
    content: "";
    flex: auto;
  }
}

.c-videos__grass svg {
  fill: #00533B;
}

.c-videos .c-video {
  width: 100%;
  margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
  .c-videos .c-video {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}

.c-videos iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


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