@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?76i52n");
  src: url("../fonts/icomoon.eot?76i52n#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?76i52n") format("truetype"), url("../fonts/icomoon.woff?76i52n") format("woff"), url("../fonts/icomoon.svg?76i52n#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-facebook:before {
  content: "\e904"; }

.icon-twitter:before {
  content: "\e90c"; }

.icon-vimeo:before {
  content: "\e90d"; }

.icon-play:before {
  content: "\ea1c"; }

.icon-instagram:before {
  content: "\e931"; }

html,
body {
  height: 100%;
  scroll-behavior: smooth; }

body {
  font-family: "Montserrat", sans-serif;
  color: #3c3c3c;
  font-size: 16px;
  background-color: #fff;
  margin: 0;
  min-width: 300px; }

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

footer {
  grid-column: 1/-1; }
  footer.footer {
    padding: 56px 0 5px;
    background: #3f4f4f;
    color: #f0f0f0; }
    @media (max-width: 768px) {
      footer.footer {
        padding: 0 0 10px; } }
    @media (max-width: 1280px) {
      footer.footer {
        font-size: 14px; } }
    footer.footer p {
      line-height: 25px;
      margin: 10px 0 30px; }
    footer.footer p a {
      border-bottom: 1px solid rgba(60, 60, 60, 0.5); }
    footer.footer p a:visited {
      opacity: 0.3;
      border-bottom: 1px solid rgba(60, 60, 60, 0.3); }
    footer.footer .small {
      font-size: 14px; }
    footer.footer .extra-small {
      font-size: 12px; }
    footer.footer button {
      cursor: pointer; }
    footer.footer input,
    footer.footer button {
      font-family: inherit; }
    footer.footer .btn {
      font-family: "Montserrat", sans-serif;
      cursor: pointer;
      border: 0;
      padding: 14px 40px 14px;
      background: #89c53c;
      color: #fff;
      text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
      font-size: 20px;
      -webkit-transition: background 0.2s linear, color 0.2s linear;
      transition: background 0.2s linear, color 0.2s linear;
      display: inline-block;
      vertical-align: middle;
      border-bottom: 0 !important;
      text-align: center; }
      footer.footer .btn:hover {
        background: #96e038; }
    footer.footer input .input {
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 10px 0 20px;
      background: #fafafa;
      -webkit-box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.2);
      border: 0;
      font-size: 18px;
      font-weight: normal;
      height: 50px;
      width: 100%;
      background: #eee;
      -webkit-box-shadow: none;
      box-shadow: none;
      border: 1px solid;
      padding: 0 20px;
      height: 40px; }
    footer.footer input:hover,
    footer.footer input:active,
    footer.footer input:focus,
    footer.footer button:hover,
    footer.footer button:active,
    footer.footer button:focus {
      outline: none; }
    footer.footer input::-moz-placeholder,
    footer.footer button::-moz-placeholder {
      color: #d8d8d8; }
    footer.footer input::-webkit-input-placeholder,
    footer.footer button::-webkit-input-placeholder {
      color: #d8d8d8; }
    footer.footer input:-ms-input-placeholder,
    footer.footer button:-ms-input-placeholder {
      color: #d8d8d8; }
    footer.footer .wrap {
      overflow: hidden; }
    footer.footer a {
      color: inherit;
      text-decoration: none;
      -webkit-transition: color 0.2s linear, border 0.2s linear, background 0.2s linear;
      transition: color 0.2s linear, border 0.2s linear, background 0.2s linear;
      border-bottom: 1px solid transparent; }
      footer.footer a:hover {
        border-bottom: 1px solid;
        color: #f0f0f0 !important; }
    footer.footer .global-wrap {
      height: 100%;
      min-height: 100vh;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr [12];
      grid-template-columns: repeat(12, 1fr);
      -ms-grid-rows: auto auto auto;
      grid-template-rows: auto auto auto;
      -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
      align-content: space-between; }
    footer.footer div.grid-width {
      max-width: 1680px;
      margin: 0 auto;
      padding-left: 40px;
      padding-right: 40px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    footer.footer .toggle-trigger {
      cursor: pointer; }
    footer.footer .toggle-content {
      max-height: 0;
      overflow: hidden;
      -webkit-transition: max-height 0.2s linear;
      transition: max-height 0.2s linear; }
    footer.footer .toggle.active .toggle-content {
      max-height: 1000px; }
    footer.footer .selector {
      position: relative;
      text-align: center; }
    footer.footer .selector .icon {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      font-size: 50%;
      margin: -2px 0 0 10px; }
    footer.footer .selector-selected {
      padding: 10px; }
    footer.footer .selector-selected span {
      display: inline-block;
      vertical-align: middle; }
    footer.footer .selector .selector-list {
      position: absolute;
      top: 100%;
      min-width: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      z-index: 20; }
    footer.footer .selector .selector-list__item {
      width: 100%;
      padding: 10px 25px 10px 10px;
      line-height: 20px;
      cursor: pointer;
      border-bottom: 1px solid transparent;
      background: #3c3c3c;
      display: block; }
    footer.footer .selector .selector-list__item:hover {
      background: #6d8989; }
    footer.footer .selector .selector-list__item span,
    footer.footer .selector .selector-list__item img {
      display: inline-block;
      vertical-align: middle; }
    footer.footer .selector.language-selector img {
      width: 22px;
      margin-right: 10px; }
    footer.footer .selector.language-selector .selector-list {
      min-width: 150px;
      text-align: left; }
    footer.footer .social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 24px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    footer.footer .social .icon {
      border-bottom: 0; }
    footer.footer .social .icon:hover {
      color: #96e038; }
    footer.footer .subscription__form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      font-size: 16px;
      margin-bottom: 10px;
      flex-direction: column; }
      footer.footer .subscription__form .klaviyo_form_actions {
        display: flex; }
      footer.footer .subscription__form .success_message {
        display: none;
        margin: 10px 0; }
      footer.footer .subscription__form .error_message {
        display: none;
        margin: 10px 0;
        color: red; }
      footer.footer .subscription__form.success .input, footer.footer .subscription__form.success .btn {
        display: none; }
      footer.footer .subscription__form.success .success_message {
        display: block; }
      footer.footer .subscription__form.error .error_message {
        display: block; }
    footer.footer .subscription__form .input {
      height: auto;
      padding: 0 20px;
      -webkit-border-radius: 0;
      border-radius: 0;
      border: 0; }
    footer.footer .subscription__form .btn {
      font-size: inherit;
      font-weight: 500;
      padding: 16px 35px; }
    footer.footer .subscription .small {
      text-align: right;
      font-weight: 300;
      margin: 0;
      line-height: normal; }
    footer.footer .subscription .small a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    footer.footer .subscription .small a:hover {
      border-bottom: 1px solid; }
    footer.footer .footer__wrap {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 1fr [12];
      grid-template-columns: repeat(12, 1fr);
      -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      grid-column-gap: 80px; }
    footer.footer .footer__column {
      -ms-grid-column: span 4;
      grid-column: span 4;
      border-left: 1px solid #969696;
      padding-left: 15%; }
    footer.footer .footer__copy {
      grid-column: 1 / -1;
      text-align: center;
      margin-top: 20px;
      padding-bottom: 15px; }
    footer.footer .footer__copy .extra-small {
      display: inline; }
    footer.footer .footer__row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    footer.footer .footer__row .social {
      max-width: 140px;
      min-width: 90px;
      width: 30%; }
    footer.footer .footer__selectors {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      white-space: nowrap;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    footer.footer .footer__selectors .icon {
      font-size: 50%; }
    footer.footer .footer__selectors .selector-list {
      top: auto;
      bottom: 100%; }
    footer.footer .footer .subscription {
      margin: 23px 0 33px; }
    footer.footer .footer-nav {
      -ms-grid-column: span 2;
      grid-column: span 2; }
    footer.footer .footer-nav .toggle-content {
      max-height: none; }
    footer.footer .footer-nav ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    footer.footer .footer-nav ul li {
      margin-bottom: 6px; }
    footer.footer .footer-nav__title {
      margin-bottom: 20px;
      font-weight: 600; }
    footer.footer .trusted-site {
      margin-top: 20px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      footer.footer {
        /* Put your IE-only styles here. Works for IS 10 & IE 11*/ }
        footer.footer .footer__wrap {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          justify-content: space-between;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between; }
          footer.footer .footer__wrap .footer__copy {
            width: 100%; } }
    footer.footer .footer__wrap {
      grid-column-gap: 20px; }
    @media (max-width: 1600px) {
      footer.footer .footer__column {
        padding-left: 20px; } }
    @media (max-width: 1280px) {
      footer.footer div.grid-width {
        padding-left: 20px;
        padding-right: 20px; }
      footer.footer .footer__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      footer.footer .footer__row .social {
        min-width: 100%;
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        margin-bottom: 10px; }
      footer.footer .footer__selectors {
        min-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media (max-width: 991.98px) {
      footer.footer .footer__wrap {
        -ms-grid-columns: 3fr [4];
        grid-template-columns: repeat(4, 3fr);
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-column-gap: 20px; }
      footer.footer .footer-nav {
        width: auto;
        -ms-grid-column: span 1;
        grid-column: span 1; }
      footer.footer .footer__column {
        padding: 40px 0 0;
        border: 0;
        grid-column: 1 / -1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start; }
      footer.footer .footer__column .footer-nav__title {
        width: 100%;
        text-align: right; }
      footer.footer .footer__column .subscription {
        width: 60%;
        margin: 0;
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3; }
      footer.footer .footer__row {
        width: 30%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      footer.footer .footer__row .social {
        width: 100%;
        margin-bottom: 10px; }
      footer.footer .footer .language-selector,
      footer.footer .footer .social {
        -ms-grid-column: span 1;
        grid-column: span 1; }
      footer.footer .footer__copy {
        margin-top: 40px; }
      footer.footer .trusted-site {
        display: flex;
        justify-content: center; } }
    @media (max-width: 768px) {
      footer.footer div.grid-width {
        padding-left: 15px;
        padding-right: 15px; }
      footer.footer .footer__wrap {
        display: block;
        padding: 0 !important; }
      footer.footer .footer-nav {
        border-bottom: 1px solid #979797; }
      footer.footer .footer-nav .toggle-content {
        max-height: 0;
        padding: 0 20px; }
      footer.footer .footer-nav.active .toggle-content {
        max-height: 300px; }
      footer.footer .footer-nav .footer-nav__title {
        margin: 0;
        padding: 15px 40px 15px 20px;
        position: relative;
        cursor: pointer; }
      footer.footer .footer-nav .footer-nav__title:before {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        content: "\e91e";
        font-family: "icomoon" !important; }
      footer.footer .footer-nav__list li:last-child {
        padding-bottom: 20px; }
      footer.footer .footer__column {
        display: block; }
      footer.footer .footer__column .footer-nav__title {
        text-align: center; }
      footer.footer .footer__column .subscription {
        margin: 0 auto 30px;
        width: 80%; }
      footer.footer .footer__column .subscription .small {
        text-align: center; }
      footer.footer .footer__row {
        width: 80%;
        margin: 0 auto;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; }
      footer.footer .footer__selectors {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 10px; } }
    @media (max-width: 640px) {
      footer.footer .footer__column .subscription {
        width: auto;
        margin: 0 10px 30px; }
      footer.footer .footer__column .subscription__form .input {
        font-size: 14px;
        width: 70%; }
      footer.footer .footer__column .subscription__form .btn {
        font-size: 14px;
        padding: 16px 15px;
        width: 30%; } }
