﻿/*
	Theme Name: T. Marzetti
	Theme URI: https://www.tmarzetticompany.com/
	Description: T. Marzetti WordPress Theme
	Version: 1.0
	Author: Mobilize Cloud (@mobilizecloud)
	Author URI: https://www.mobilizecloud.com
	Tags:
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
.listreset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.imgcover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hide-text {
  overflow: hidden;
  text-indent: -9999px;
}
.img-reset {
  display: block;
  width: 100%;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.justify {
  text-align: justify;
  font-size: 1px;
  line-height: 0px;
}
.justify > * {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.justify:after {
  content: '';
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
  max-width: 100%;
}
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  font-family: "Poppins", sans-serif;
}
* {
  max-height: 1000000px;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  color: #000;
  background: #fff;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font: 16px / 1.6 "Poppins", sans-serif;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  display: inline-block;
}
.gm-style img {
  max-width: none;
}
iframe {
  max-width: 100%;
}
.resize-active * {
  transition: none !important;
}
form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}
input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='url'],
textarea,
select {
  transition: border-color 0.3s ease-in-out;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  width: 100%;
  font-size: 16px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  box-sizing: border-box;
  border: 2px solid #a6cf47;
  border-width: 0 0 2px;
  border-radius: 0;
  background-color: transparent;
  padding: 6px 0;
  color: #000;
  display: block;
  margin-bottom: 20px;
  font-family: trade-gothic-next, sans-serif;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #939598;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #939598;
}
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #939598;
}
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #939598;
}
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder,
select.placeholder {
  color: #939598;
}
input[type='text']:not(textarea),
input[type='tel']:not(textarea),
input[type='email']:not(textarea),
input[type='search']:not(textarea),
input[type='password']:not(textarea),
input[type='url']:not(textarea),
textarea:not(textarea),
select:not(textarea) {
  height: 57px;
  line-height: 1.2;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
input[type='url']:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
input[type='url']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #000;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
input[type='url']::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  opacity: 1;
  color: #000;
}
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
input[type='url']:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
  color: #000;
}
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
input[type='url']:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: #000;
}
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
input[type='url'].placeholder,
textarea.placeholder,
select.placeholder {
  color: #000;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  vertical-align: top;
  overflow: auto;
  min-height: 78px;
  height: 150px;
  max-height: 160px;
  resize: none;
}
form button,
form input[type="button"],
form input[type="reset"],
form input[type="file"],
form input[type="submit"] {
  transition: 0.3s all;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  background: #32353f;
  padding: 10px 23px;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 10px;
}
form button:hover,
form input[type="button"]:hover,
form input[type="reset"]:hover,
form input[type="file"]:hover,
form input[type="submit"]:hover {
  text-decoration: none;
  background-color: #84329b;
}
form button[type="button"],
form button[type="submit"],
form button[type="reset"] {
  position: relative;
}
form button[type="button"]:after,
form button[type="submit"]:after,
form button[type="reset"]:after {
  content: '>';
  margin: 0 0 0 5px;
}
ul,
ol,
dl,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
  margin: 0 0 20px;
}
blockquote {
  border-left: 4px solid #ddd;
  padding-left: 10px;
  margin-left: 0;
}
table {
  border-collapse: collapse;
}
th,
td {
  border: 1px solid #ddd;
  padding: 3px;
  text-align: left;
  vertical-align: top;
}
th {
  text-align: center;
  vertical-align: middle;
}
ul,
ol {
  padding-left: 20px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 20px;
  margin: 0;
}
ul {
  list-style-type: disc;
}
dl:after {
  content: '';
  display: block;
  clear: both;
}
dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}
pre {
  max-width: 100%;
  overflow: auto;
}
@media screen and (min-width: 768px) {
  [id="twocolumns"] {
    display: flex;
  }
}
[id="content"] {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  [id="content"] {
    width: 70%;
  }
}
[id="content"]:only-child {
  width: 100%;
}
[id="sidebar"] {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  [id="sidebar"] {
    width: 30%;
    padding-left: 30px;
  }
}
.widget {
  margin-bottom: 20px;
}
.widget:after {
  content: '';
  display: block;
  clear: both;
}
.widget select {
  min-width: 150px;
  width: 100%;
}
.search-form,
.post-password-form {
  margin-bottom: 10px;
}
.search-form:after,
.post-password-form:after {
  content: '';
  display: block;
  clear: both;
}
.search-form label,
.post-password-form label {
  display: block;
}
.search-form p:after,
.post-password-form p:after {
  content: '';
  display: block;
  clear: both;
}
.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
  width: auto;
}
@media screen and (min-width: 768px) {
  [id="sidebar"] .search-form input,
  [id="sidebar"] .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.search-form input[type='submit'],
.post-password-form input[type='submit'] {
  margin: 0;
}
.navigation,
.navigation-single,
.navigation-comments {
  margin: 20px 0;
}
.nav-links,
.navigation,
.navigation-comments {
  position: relative;
  text-align: center;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .nav-links,
  .navigation,
  .navigation-comments {
    font-size: 15px;
  }
}
.nav-links.square,
.navigation.square,
.navigation-comments.square {
  font-size: 16px;
}
.nav-links.square .page-numbers,
.navigation.square .page-numbers,
.navigation-comments.square .page-numbers {
  transition: color background-color 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  border: 1px solid #e0e0e0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #36424e;
  margin: 0 5px 5px;
}
.nav-links.square .page-numbers:hover,
.navigation.square .page-numbers:hover,
.navigation-comments.square .page-numbers:hover {
  background-color: #e0e0e0;
  color: #36424e;
}
.nav-links.square .page-numbers.current,
.navigation.square .page-numbers.current,
.navigation-comments.square .page-numbers.current {
  background-color: #000;
  border-color: #000;
}
.nav-links.square .page-numbers:after,
.navigation.square .page-numbers:after,
.navigation-comments.square .page-numbers:after {
  display: none;
}
.nav-links.square .next:before,
.navigation.square .next:before,
.navigation-comments.square .next:before {
  content: '>';
}
.nav-links.square .prev:before,
.navigation.square .prev:before,
.navigation-comments.square .prev:before {
  content: '<';
}
.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  transition: color 0.3s ease-in-out;
  margin: 0 12px;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
.nav-links .page-numbers:hover,
.navigation .page-numbers:hover,
.navigation-comments .page-numbers:hover {
  color: #fff;
}
.nav-links .page-numbers:hover:after,
.navigation .page-numbers:hover:after,
.navigation-comments .page-numbers:hover:after {
  opacity: 0.6;
}
.nav-links .page-numbers:after,
.navigation .page-numbers:after,
.navigation-comments .page-numbers:after {
  transition: opacity 0.3s ease-in-out;
  width: 30px;
  height: 30px;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #335525;
  z-index: -1;
  opacity: 0;
}
.nav-links .page-numbers.current,
.navigation .page-numbers.current,
.navigation-comments .page-numbers.current {
  color: #fff;
}
.nav-links .page-numbers.current:after,
.navigation .page-numbers.current:after,
.navigation-comments .page-numbers.current:after {
  opacity: 1;
}
.nav-links .page-numbers.dots:hover,
.navigation .page-numbers.dots:hover,
.navigation-comments .page-numbers.dots:hover {
  color: #000;
}
.nav-links .page-numbers.dots:hover:after,
.navigation .page-numbers.dots:hover:after,
.navigation-comments .page-numbers.dots:hover:after {
  opacity: 0;
  visibility: hidden;
}
.nav-links .next,
.navigation .next,
.navigation-comments .next,
.nav-links .prev,
.navigation .prev,
.navigation-comments .prev {
  transition: background 0.3s ease-in-out;
  max-width: 49%;
  font-size: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #000;
}
.nav-links .next:after,
.navigation .next:after,
.navigation-comments .next:after,
.nav-links .prev:after,
.navigation .prev:after,
.navigation-comments .prev:after {
  width: 50px;
  height: 50px;
}
.nav-links .next:hover:after,
.navigation .next:hover:after,
.navigation-comments .next:hover:after,
.nav-links .prev:hover:after,
.navigation .prev:hover:after,
.navigation-comments .prev:hover:after {
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .nav-links .next,
  .navigation .next,
  .navigation-comments .next {
    margin-left: 50px;
  }
}
.nav-links .next:before,
.navigation .next:before,
.navigation-comments .next:before {
  content: '>';
}
@media screen and (min-width: 1025px) {
  .nav-links .prev,
  .navigation .prev,
  .navigation-comments .prev {
    margin-right: 50px;
  }
}
.nav-links .prev:before,
.navigation .prev:before,
.navigation-comments .prev:before {
  content: '<';
}
.nav-links {
  margin: 0 -12px;
}
@media screen and (min-width: 1025px) {
  .nav-links {
    margin: 0 -18px;
  }
}
.square .nav-links {
  margin: 0 -5px;
}
.navigation-single {
  width: 100%;
  justify-content: space-between;
}
.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation-single .next a,
.navigation-single .prev a {
  transition: color 0.3s ease-in-out;
  max-width: 49%;
  display: flex;
  justify-content: center;
  font-size: 0;
  padding: 0;
  border: 0;
  color: #000;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  background-color: transparent;
}
.navigation-single .next a:hover,
.navigation-single .prev a:hover {
  color: #fff;
}
.navigation-single .next a:hover:after,
.navigation-single .prev a:hover:after {
  opacity: 1;
}
.navigation-single .next a:after,
.navigation-single .prev a:after {
  transition: opacity 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  content: "";
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  z-index: -1;
  opacity: 0;
}
.navigation-single .next a:before {
  content: '>';
}
.navigation-single .prev a:before {
  content: '<';
}
.widget_calendar th,
.widget_calendar td {
  text-align: center;
}
.widget_calendar #prev {
  text-align: left;
}
.widget_calendar #next {
  text-align: right;
}
#wp-calendar {
  width: 100%;
}
.aligncenter {
  margin: 0 auto 20px;
}
img.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft {
  float: left;
  margin: 0 25px 15px 0;
}
@media screen and (min-width: 1025px) {
  .alignleft {
    margin: 0 44px 55px 0;
  }
}
.alignright {
  float: right;
  margin: 0 0 15px 25px;
}
@media screen and (min-width: 1025px) {
  .alignright {
    margin: 0 0 55px 77px;
  }
}
.mejs-container {
  margin-bottom: 20px;
}
.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.gallery .gallery-item {
  margin: 0;
  padding: 0 10px 10px;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}
.tagcloud {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.comment-list .comment-body {
  margin-bottom: 20px;
}
.comment-author img {
  margin-right: 10px;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: "Poppins", sans-serif;
  color: #32353f;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.1;
}
h1,
.h1 {
  font-size: 60px;
  line-height: 1;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 70px;
  }
}
@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 85px;
  }
}
@media (min-width: 1280px) {
  h1,
  .h1 {
    font-size: 90px;
  }
}
h2,
.h2 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 45px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  h2,
  .h2 {
    font-size: 55px;
  }
}
h3,
.h3 {
  font-size: 26px;
  font-weight: 400;
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 30px;
    margin: 0 0 26px;
  }
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 400;
  color: #a6cf47;
  margin: 0 0 3px;
}
h5,
.h5 {
  font-size: 18px;
  font-weight: 400;
  color: #a6cf47;
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 400;
  color: #a6cf47;
  margin: 0 0 5px;
}
mark {
  background-color: transparent;
}
p {
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 35px;
  }
}
address {
  font-style: normal;
  margin: 0 0 20px;
}
sub {
  vertical-align: bottom;
  font-size: 0.75em;
}
sup {
  vertical-align: top;
  font-size: 0.6em;
}
a {
  transition: all 0.3s ease-in-out;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
mark {
  background: transparent;
  color: #a6cf47;
}
strong {
  font-weight: 700;
}
@font-face {
  font-family: 'Minion Pro';
  src: url('fonts/MinionPro-Regular.woff2') format('woff2'), url('fonts/MinionPro-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?8az4t3');
  src: url('fonts/icomoon.eot?8az4t3#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?8az4t3') format('truetype'), url('fonts/icomoon.woff?8az4t3') format('woff'), url('fonts/icomoon.svg?8az4t3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*="icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-facebook-square:before {
  content: "\e901";
}
.icon-linkedin:before {
  content: "\e900";
}
.icon-instagram:before {
  content: "\e90c";
}
/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}
.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}
.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}
.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}
body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}
.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00;
}
/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}
/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}
.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.jcf-list ul li {
  overflow: hidden;
  display: block;
}
.jcf-list .jcf-overflow {
  overflow: auto;
}
.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}
.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}
.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}
/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}
.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}
.btn {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  background: #32353f;
  padding: 10px 23px;
  color: #fff;
  border-radius: 10px;
}
.btn.btn-secondary {
  background: #a6cf47;
}
.btn.btn-info {
  background: #00e2c1;
}
.btn.btn-skyblue {
  background: #00e2c1;
  color: #32353f;
}
.btn.btn-newgreen {
  background: #a6cf47;
  color: #32353f;
}
.btn:hover {
  text-decoration: none;
  background-color: #84329b;
  color: #fff;
}
.btn:after {
  content: '>';
  margin: 0 0 0 5px;
}
.form-group,
.select-group {
  position: relative;
  margin: 0 0 21px;
}
.form-group.child-input-focused label,
.select-group.child-input-focused label {
  opacity: 0;
  visibility: hidden;
}
.form-group + p,
.select-group + p {
  padding-top: 37px;
}
.form-group > *:last-child,
.select-group > *:last-child {
  margin-bottom: 0;
}
.form-group label,
.select-group label {
  position: absolute;
  left: 0;
  top: 21px;
  line-height: 1;
  z-index: 9;
}
.form-group .wpcf7-form-control-wrap,
.select-group .wpcf7-form-control-wrap {
  z-index: 10;
}
input.hasDatepicker + label {
  opacity: 0;
  transform: translateY(-150%);
}
label {
  font-size: 16px;
  color: #000;
  padding-right: 10px;
}
label sup {
  position: absolute;
  top: -4px;
  right: 0;
  color: #84329b;
  font-size: 18px;
  line-height: 1;
}
.required-label {
  font-size: 16px;
  color: #000;
  padding-right: 10px;
  position: relative;
  padding-left: 15px;
}
.required-label sup {
  position: absolute;
  top: -4px;
  left: 0;
  color: #84329b;
  font-size: 2em;
  line-height: 1;
}
.form-contact p + .form-group {
  margin-top: -10px;
}
@media (min-width: 768px) {
  .form-contact p + .form-group {
    margin-top: -20px;
  }
}
.form-contact button {
  margin-top: 25px;
}
.form-contact .form-group br {
  display: none;
}
@media (min-width: 576px) {
  .form-columns {
    display: flex;
    margin-left: -14px;
    margin-right: -14px;
  }
}
@media (min-width: 576px) {
  .form-columns .column {
    width: 50%;
    padding: 0 14px;
  }
}
@media (min-width: 576px) {
  .form-columns .column:only-child {
    width: 100%;
  }
}
.form-columns + p {
  padding-top: 37px;
}
.jcf-select {
  display: flex;
  align-items: center;
  width: 100%;
  height: 57px;
  padding: 6px 0;
  line-height: 1.2;
  border: 2px solid #a6cf47;
  border-width: 0 0 2px;
}
.jcf-select .jcf-select-text {
  font-size: 16px;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  margin: 0;
}
.jcf-select .jcf-select-opener {
  position: relative;
  width: 9px;
  height: 6px;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0 0 0 5px;
  background: transparent;
}
.jcf-select .jcf-select-opener:after {
  position: absolute;
  content: '>';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  font-weight: 800;
  color: #84329b;
  font-size: 14px;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #00e2c1;
  color: #fff;
}
.jcf-focus,
.jcf-focus * {
  border-color: #00e2c1 !important;
}
.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #00e2c1;
}
.card {
  font-size: 14px;
  text-align: center;
}
.card-body {
  display: block;
  text-decoration: none;
}
.card-body:hover {
  text-decoration: none;
  text-shadow: 0 -0.2px 0 #000, 0 0.2px 0 #000, -0.2px 0 #000, 0.2px 0 #000;
}
.card-body:hover .card-image:after {
  opacity: 1;
}
.card-body > *:last-child {
  margin-bottom: 0;
}
.card-image {
  position: relative;
  margin: 0 0 10px;
}
.card-image:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: opacity 0.3s ease-in-out;
  content: '';
  background-color: rgba(161, 205, 58, 0.8);
  background-image: url(images/img-decor02.png);
  background-size: 31px auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
}
.card-image img {
  width: 100%;
}
@media (min-width: 576px) {
  .cards-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -17px;
  }
}
.cards-holder:last-child {
  margin-bottom: -40px;
}
.cards-holder .card {
  padding: 0 0 40px;
}
@media (min-width: 576px) {
  .cards-holder .card {
    width: 50%;
    padding: 0 17px 40px;
  }
}
@media (min-width: 1024px) {
  .cards-holder .card {
    width: 33.3%;
    padding: 0 17px 40px;
  }
}
.fadeIn,
.fadeInUp,
.fadeInDown,
.fadeFromLeft,
.fadeInLeft,
.fadeFromRight,
.fadeInRight {
  visibility: hidden;
}
.fadeIn.time01,
.fadeInUp.time01,
.fadeInDown.time01,
.fadeFromLeft.time01,
.fadeInLeft.time01,
.fadeFromRight.time01,
.fadeInRight.time01 {
  animation-delay: 0.5s;
}
.fadeIn.time02,
.fadeInUp.time02,
.fadeInDown.time02,
.fadeFromLeft.time02,
.fadeInLeft.time02,
.fadeFromRight.time02,
.fadeInRight.time02 {
  animation-delay: 0.75s;
}
.fadeIn.time03,
.fadeInUp.time03,
.fadeInDown.time03,
.fadeFromLeft.time03,
.fadeInLeft.time03,
.fadeFromRight.time03,
.fadeInRight.time03 {
  animation-delay: 1s;
}
.fadeIn.time04,
.fadeInUp.time04,
.fadeInDown.time04,
.fadeFromLeft.time04,
.fadeInLeft.time04,
.fadeFromRight.time04,
.fadeInRight.time04 {
  animation-delay: 1.25s;
}
.fadeIn.time05,
.fadeInUp.time05,
.fadeInDown.time05,
.fadeFromLeft.time05,
.fadeInLeft.time05,
.fadeFromRight.time05,
.fadeInRight.time05 {
  animation-delay: 1.5s;
}
.fadeIn.in-viewport,
.in-viewport .fadeIn {
  animation-name: fadeIn;
  visibility: visible;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeInUp.in-viewport,
.in-viewport .fadeInUp {
  animation-name: fadeInUp;
  visibility: visible;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fadeInUp.in-viewport.time02,
.in-viewport .fadeInUp.time02 {
  animation-delay: 0.75s;
}
.fadeInUp.in-viewport.time03,
.in-viewport .fadeInUp.time03 {
  animation-delay: 1s;
}
.fadeInUp.in-viewport.time04,
.in-viewport .fadeInUp.time04 {
  animation-delay: 1.25s;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown.in-viewport,
.in-viewport .fadeInDown {
  animation-name: fadeInDown;
  visibility: visible;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fadeInDown.in-viewport.time02,
.in-viewport .fadeInDown.time02 {
  animation-delay: 0.75s;
}
.fadeInDown.in-viewport.time03,
.in-viewport .fadeInDown.time03 {
  animation-delay: 1s;
}
.fadeInDown.in-viewport.time04,
.in-viewport .fadeInDown.time04 {
  animation-delay: 1.25s;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeFromLeft.in-viewport,
.in-viewport .fadeFromLeft {
  animation-name: fadeFromLeft;
  visibility: visible;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fadeFromLeft.in-viewport.time02,
.in-viewport .fadeFromLeft.time02 {
  animation-delay: 0.75s;
}
.fadeFromLeft.in-viewport.time03,
.in-viewport .fadeFromLeft.time03 {
  animation-delay: 1s;
}
.fadeFromLeft.in-viewport.time04,
.in-viewport .fadeFromLeft.time04 {
  animation-delay: 1.25s;
}
@keyframes fadeFromLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft.in-viewport,
.in-viewport .fadeInLeft {
  animation-name: fadeInLeft;
  visibility: visible;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fadeInLeft.in-viewport.time02,
.in-viewport .fadeInLeft.time02 {
  animation-delay: 0.75s;
}
.fadeInLeft.in-viewport.time03,
.in-viewport .fadeInLeft.time03 {
  animation-delay: 1s;
}
.fadeInLeft.in-viewport.time04,
.in-viewport .fadeInLeft.time04 {
  animation-delay: 1.25s;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeFromRight.in-viewport,
.in-viewport .fadeFromRight {
  animation-name: fadeFromRight;
  visibility: visible;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fadeFromRight.in-viewport.time02,
.in-viewport .fadeFromRight.time02 {
  animation-delay: 0.75s;
}
.fadeFromRight.in-viewport.time03,
.in-viewport .fadeFromRight.time03 {
  animation-delay: 1s;
}
.fadeFromRight.in-viewport.time04,
.in-viewport .fadeFromRight.time04 {
  animation-delay: 1.25s;
}
@keyframes fadeFromRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight.in-viewport,
.in-viewport .fadeInRight {
  animation-name: fadeInRight;
  visibility: visible;
  animation-duration: 0.75s;
  animation-fill-mode: both;
}
.fadeInRight.in-viewport.time01,
.in-viewport .fadeInRight.time01 {
  animation-delay: 0.5s;
}
.fadeInRight.in-viewport.time02,
.in-viewport .fadeInRight.time02 {
  animation-delay: 0.75s;
}
.fadeInRight.in-viewport.time03,
.in-viewport .fadeInRight.time03 {
  animation-delay: 1s;
}
.fadeInRight.in-viewport.time04,
.in-viewport .fadeInRight.time04 {
  animation-delay: 1.25s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(30px, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.logos-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px) {
  .logos-list {
    margin: 0 -10px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .logos-list {
    margin: 0 -15px;
  }
}
.logos-list:last-child {
  margin-bottom: -50px;
}
@media (min-width: 1024px) {
  .logos-list:last-child {
    margin-bottom: -85px;
  }
}
.logos-list li {
  text-align: center;
  padding: 0 10px 50px;
}
@media (min-width: 1024px) {
  .logos-list li {
    width: 16.66%;
    padding: 0 15px 85px;
  }
}
.logos-list a {
  text-decoration: none;
}
.logos-list a:hover {
  opacity: 0.6;
}
.leadership-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  justify-content: center;
}
@media (min-width: 576px) {
  .leadership-list {
    justify-content: left;
  }
}
@media (min-width: 1024px) {
  .leadership-list {
    margin: 30px -15px 0;
  }
}
.leadership-list:last-child {
  margin-bottom: -50px;
}
.leadership-list li {
  text-align: center;
  padding: 0 10px 50px;
  align-self: start;
}
@media (min-width: 576px) {
  .leadership-list li {
    width: 50%;
    padding: 0 15px 50px;
  }
}
@media (min-width: 768px) {
  .leadership-list li {
    width: 33%;
    padding: 0 15px 50px;
  }
}
@media (min-width: 1024px) {
  .leadership-list li {
    width: 33%;
    padding: 0 25px 50px;
  }
}
.leadership-list li .leader-info {
  background-color: #32353f;
  padding: 12px;
  position: relative;
  text-align: left;
}
.leadership-list li .leader-info h2,
.leadership-list li .leader-info h3 {
  padding: 0;
  margin: 0;
}
.leadership-list li .leader-info h2 {
  color: white;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
}
.leadership-list li .leader-info h3 {
  color: #a6cf47;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.leadership-list li .leader-info span {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #a6cf47;
  color: white;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}
.leadership-list li .leader-info span:after {
  content: '>';
  margin: 0;
}
.leadership-list a {
  text-decoration: none;
}
.leadership-list a:hover img {
  opacity: 0.75;
}
.leadership-list a:hover .leader-info {
  background-color: #a6cf47;
}
.leadership-list a:hover .leader-info h2 {
  color: #32353f;
}
.leadership-list a:hover .leader-info h3 {
  color: #fff;
}
.leadership-list a:hover .leader-info span {
  background-color: #84329b;
}
.leadership-details {
  display: none;
  flex-direction: column;
  padding: 0;
  max-width: 1120px;
  background-color: #f2f8e7;
}
@media (min-width: 576px) {
  .leadership-details {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .leadership-details {
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .leadership-details {
    flex-direction: row;
  }
}
.leadership-details .leader-image {
  flex: 1;
  max-width: 352px;
  margin: 0 auto;
}
.leadership-details .leader-info {
  flex: 1;
  background-color: #f2f8e7;
  padding: 25px 15px 0;
}
@media (min-width: 576px) {
  .leadership-details .leader-info {
    padding: 50px 40px 0;
  }
}
.leadership-details .leader-info h2,
.leadership-details .leader-info h3 {
  padding: 0;
  margin: 0;
}
.leadership-details .leader-info h2 {
  color: #32353f;
  font-size: 24px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.leadership-details .leader-info h3 {
  color: #a6cf47;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}
.leadership-details .leader-info p {
  color: black;
  font-size: 16px;
  line-height: 26px;
  font-weight: normal;
}
.page-template-template-our-company-leadership .fancybox__backdrop {
  background: var(--fancybox-bg, rgba(50, 53, 63, 0.9));
}
.bullet-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 35px;
}
@media (min-width: 768px) {
  .bullet-list {
    margin: 0 0 45px;
  }
}
.bullet-list li {
  position: relative;
}
.bullet-list li:before {
  content: '•';
  margin: 0 5px 0 0;
}
.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  font-size: 50px;
  margin: 0 -13px;
}
.social-list:last-child {
  margin-bottom: -10px;
}
.social-list li {
  margin: 0 13px 10px;
}
.social-list a {
  text-decoration: none;
  color: #32353f;
}
.social-list a:hover {
  color: #84329b;
}
.intro-section {
  color: #32353f;
  padding-top: 0 !important;
}
@media (min-width: 768px) {
  .intro-section {
    margin-bottom: 30px;
  }
}
@media (min-width: 1024px) {
  .intro-section {
    margin-bottom: 36px;
  }
}
@media (min-width: 768px) {
  .intro-section p {
    margin: 0 0 30px;
  }
}
.intro-section h1 {
  color: inherit;
  position: relative;
  padding: 0 0 0 0.3em;
  margin-left: -0.3em;
  text-shadow: 1px 1px 2px #32353f;
  /*&:before {
			position: absolute;
			content:'“';
			top: 0;
			left: 0;
		}

		&:after {
			content:'”';
			bottom: 0;
			right: 0;
		}*/
}
.intro-inner {
  min-height: 350px;
  padding-top: 125px;
}
@media (min-width: 768px) {
  .intro-inner {
    min-height: 500px;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .intro-inner {
    min-height: 650px;
    padding-top: 175px;
  }
}
@media (min-width: 1280px) {
  .intro-inner {
    min-height: 700px;
  }
}
.intro-title {
  position: relative;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
@media (min-width: 768px) {
  .intro-title {
    flex: 1 0;
    padding-right: 30px;
    padding-bottom: 35px;
  }
}
.intro-title:after {
  position: absolute;
  content: '';
  background: linear-gradient(to right, rgba(97, 58, 31, 0.22) 99%, rgba(97, 58, 31, 0.15), rgba(98, 60, 32, 0));
  top: -999px;
  bottom: 0;
  left: -20px;
  right: -20px;
  z-index: -1;
}
@media (min-width: 768px) {
  .intro-title:after {
    left: -30px;
    right: -30px;
    background: linear-gradient(to right, rgba(98, 60, 32, 0.52) 90%, rgba(97, 58, 31, 0.15), rgba(98, 60, 32, 0));
  }
}
@media (min-width: 768px) {
  .intro-title:after {
    left: -9999px;
    right: 0;
  }
}
.intro-title > *:last-child {
  margin-bottom: 0;
}
.intro-content {
  background: rgba(166, 207, 71, 0.9);
  font-weight: 400;
  margin: 0 -20px;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .intro-content {
    width: 50%;
    align-self: flex-end;
    padding: 35px 25px;
    margin: 0 -30px -30px 0;
  }
}
@media (min-width: 1024px) {
  .intro-content {
    margin: 0 -50px -35px 0;
    padding: 40px 35px;
  }
}
@media (min-width: 1280px) {
  .intro-content {
    padding: 50px 70px 35px 35px;
  }
}
@media (min-width: 1280px) {
  .intro-content {
    margin-right: -80px;
    width: 58%;
  }
}
.hero-section {
  min-height: 300px;
}
@media (min-width: 768px) {
  .hero-section {
    min-height: 400px;
    display: flex;
  }
}
@media (min-width: 1024px) {
  .hero-section {
    min-height: 550px;
  }
}
.hero-section:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 70%;
  background: linear-gradient(to top, rgba(97, 58, 31, 0.52), rgba(97, 58, 31, 0.15), rgba(98, 60, 32, 0));
}
.info-section {
  padding: 22px 0 0;
}
@media (min-width: 768px) {
  .info-section .container {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .info-section h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .info-section p {
    margin: 0 0 35px;
  }
}
.info-section .info-inner {
  overflow: hidden;
}
.info-section .info-text {
  padding: 0 0 50px;
}
@media (min-width: 768px) {
  .info-section .info-text {
    flex: 1 0;
    padding: 30px 50px 30px 0;
  }
}
@media (min-width: 1280px) {
  .info-section .info-text {
    padding-right: 100px;
    padding-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .info-section .info-image {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .info-section .info-image {
    align-self: flex-end;
    width: 40%;
    margin: 0 35px 0 0;
  }
}
@media (min-width: 1024px) {
  .info-section .info-image {
    margin: 0 55px 0 17px;
  }
}
@media (min-width: 1280px) {
  .info-section .info-image {
    width: 46%;
  }
}
@media (min-width: 768px) {
  .info-section .info-image:only-child {
    margin: 0 auto;
  }
}
.info-section .info-image img {
  width: 100%;
}
.info-section .info-decor {
  position: absolute;
  right: 0;
  top: 47%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .info-section .info-decor {
    display: none;
  }
}
.info-section .info-decor img {
  width: 80px;
}
@media (min-width: 1024px) {
  .info-section .info-decor img {
    width: 100px;
  }
}
@media (min-width: 1280px) {
  .info-section .info-decor img {
    width: 133px;
  }
}
.feature-section {
  padding: 120px 0 0;
  z-index: 2 !important;
}
@media (min-width: 768px) {
  .feature-section {
    padding: 135px 0 35px;
  }
}
@media (min-width: 1024px) {
  .feature-section {
    padding: 177px 0 40px 0;
  }
}
@media (min-width: 768px) {
  .feature-section.feature-top {
    padding: 35px 0 135px;
  }
}
@media (min-width: 1024px) {
  .feature-section.feature-top {
    padding: 40px 0 160px;
  }
}
@media (min-width: 768px) {
  .feature-section.feature-top + .desc-section.bg-light {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .feature-section.feature-top .bg-stretch {
    top: 35px;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .feature-section.feature-top .bg-stretch {
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .feature-section.feature-top h2 {
    font-size: 50px;
    margin: 0 0 24px;
  }
}
@media (min-width: 768px) {
  .feature-section.feature-lg {
    padding-top: 160px;
  }
}
@media (min-width: 1024px) {
  .feature-section.feature-lg {
    padding-top: 264px;
    padding-bottom: 60px;
  }
}
.feature-section.feature-lg + .desc-section.bg-light {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .feature-section.feature-lg + .desc-section.bg-light {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .feature-section.feature-lg + .desc-section.bg-light {
    margin-top: -60px;
    padding-top: 133px;
  }
}
.feature-section.feature-lg + .desc-section.bg-light p {
  margin: 0 0 27px;
}
@media (min-width: 1024px) {
  .feature-section.feature-lg + .desc-section.bg-light .btn {
    margin-top: 6px;
  }
}
@media (min-width: 1024px) {
  .feature-section.feature-lg .bg-stretch {
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  .feature-section + .desc-section.bg-light {
    margin-top: -35px;
  }
}
@media (min-width: 1024px) {
  .feature-section + .desc-section.bg-light {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .feature-section .bg-stretch {
    bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .feature-section .bg-stretch {
    bottom: 40px;
  }
}
.feature-box {
  color: #fff;
  background: rgba(0, 226, 193, 0.9);
  padding: 25px 20px;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .feature-box {
    max-width: 400px;
    margin: 0 0 -35px -30px;
    padding: 35px 25px;
  }
}
@media (min-width: 1024px) {
  .feature-box {
    max-width: 450px;
    margin: 0 0 -40px -50px;
    padding: 40px 35px;
  }
}
@media (min-width: 1280px) {
  .feature-box {
    max-width: 528px;
    margin-left: -80px;
    padding: 50px 78px 40px;
  }
}
@media (min-width: 768px) {
  .feature-lg .feature-box {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .feature-lg .feature-box {
    max-width: 750px;
  }
}
@media (min-width: 1280px) {
  .feature-lg .feature-box {
    max-width: 835px;
    padding-right: 60px;
    margin-bottom: -60px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .feature-lg .feature-box h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .feature-top .feature-box {
    max-width: 450px;
    margin: -35px 0 0 -30px;
  }
}
@media (min-width: 1024px) {
  .feature-top .feature-box {
    max-width: 500px;
    margin: -40px 0 0 -50px;
  }
}
@media (min-width: 1280px) {
  .feature-top .feature-box {
    max-width: 586px;
    margin-left: -80px;
    padding-right: 40px;
    padding-top: 90px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .feature-top .feature-box h2 {
    font-size: 50px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .feature-top .feature-box p {
    margin: 0 0 34px;
  }
}
.feature-box mark {
  color: #fff;
}
@media (min-width: 1024px) {
  .feature-box p {
    margin: 0 0 50px;
  }
}
.feature-box {
  color: #fff;
  background: rgba(50, 53, 63, 0.9);
  padding: 25px 20px;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  .feature-box {
    max-width: 400px;
    margin: 0 0 -35px -30px;
    padding: 35px 25px;
  }
}
@media (min-width: 1024px) {
  .feature-box {
    max-width: 450px;
    margin: 0 0 -40px -50px;
    padding: 40px 35px;
  }
}
@media (min-width: 1280px) {
  .feature-box {
    max-width: 528px;
    margin-left: -80px;
    padding: 50px 78px 40px;
  }
}
@media (min-width: 768px) {
  .feature-lg .feature-box {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .feature-lg .feature-box {
    max-width: 750px;
    margin-bottom: -60px;
    padding-top: 63px;
  }
}
@media (min-width: 1280px) {
  .feature-lg .feature-box {
    max-width: 835px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) {
  .feature-lg .feature-box h2 {
    font-size: 50px;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  .feature-top .feature-box {
    max-width: 450px;
    margin: -35px 0 0 -30px;
  }
}
@media (min-width: 1024px) {
  .feature-top .feature-box {
    max-width: 500px;
    margin: -40px 0 0 -50px;
  }
}
@media (min-width: 1280px) {
  .feature-top .feature-box {
    max-width: 586px;
    margin-left: -80px;
    padding-right: 40px;
    padding-top: 90px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .feature-top .feature-box h2 {
    font-size: 50px;
    margin: 0 0 24px;
  }
}
@media (min-width: 1024px) {
  .feature-top .feature-box p {
    margin: 0 0 34px;
  }
}
.feature-box > *:last-child {
  margin-bottom: 0;
}
.feature-box h2 {
  color: #a6cf47;
}
.feature-box mark {
  color: #fff;
}
@media (min-width: 1024px) {
  .feature-box p {
    margin: 0 0 50px;
  }
}
.feature-recipe-section {
  padding: 250px 0 0;
  z-index: 2 !important;
  margin-top: -40px;
}
@media (min-width: 768px) {
  .feature-recipe-section {
    padding: 135px 0 35px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section {
    padding: 177px 0 40px 0;
  }
}
@media (min-width: 768px) {
  .feature-recipe-section.feature-recipe-top {
    padding: 35px 0 135px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-top {
    padding: 40px 0 160px;
  }
}
@media (min-width: 768px) {
  .feature-recipe-section.feature-recipe-top + .desc-section.bg-light {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .feature-recipe-section.feature-recipe-top .bg-stretch {
    top: 35px;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-top .bg-stretch {
    top: 40px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-top h2 {
    font-size: 50px;
    margin: 0 0 24px;
  }
}
.feature-recipe-section.feature-recipe-top h3 {
  color: white;
}
@media (min-width: 768px) {
  .feature-recipe-section.feature-recipe-bottom {
    padding: 135px 0 35px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-bottom {
    padding: 160px 0 40px;
  }
}
@media (min-width: 768px) {
  .feature-recipe-section.feature-recipe-bottom + .desc-section.bg-light {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .feature-recipe-section.feature-recipe-bottom .bg-stretch {
    top: 0;
    bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-bottom .bg-stretch {
    bottom: 40px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-bottom h2 {
    font-size: 50px;
    margin: 0 0 24px;
  }
}
@media (min-width: 768px) {
  .feature-recipe-section.feature-recipe-lg {
    padding-top: 160px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-lg {
    padding-top: 264px;
    padding-bottom: 60px;
  }
}
.feature-recipe-section.feature-recipe-lg + .desc-section.bg-light {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .feature-recipe-section.feature-recipe-lg + .desc-section.bg-light {
    padding-top: 100px;
    padding-bottom: 75px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-lg + .desc-section.bg-light {
    margin-top: -60px;
    padding-top: 133px;
  }
}
.feature-recipe-section.feature-recipe-lg + .desc-section.bg-light p {
  margin: 0 0 27px;
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-lg + .desc-section.bg-light .btn {
    margin-top: 6px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section.feature-recipe-lg .bg-stretch {
    bottom: 60px;
  }
}
@media (min-width: 768px) {
  .feature-recipe-section + .desc-section.bg-light {
    margin-top: -35px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section + .desc-section.bg-light {
    margin-top: -40px;
  }
}
@media (min-width: 768px) {
  .feature-recipe-section .bg-stretch {
    bottom: 35px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-section .bg-stretch {
    bottom: 40px;
  }
}
.feature-recipe-box {
  color: #fff;
  background: rgba(8, 84, 24, 0.9);
  padding: 25px 15px;
  margin: 0 -20px;
  display: flex;
}
@media (min-width: 768px) {
  .feature-recipe-box {
    max-width: 400px;
    margin: 0 0 -35px -30px;
    padding: 35px 25px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-box {
    max-width: 450px;
    margin: 0 0 -40px -50px;
    padding: 40px 35px;
  }
}
@media (min-width: 1280px) {
  .feature-recipe-box {
    max-width: 528px;
    margin-left: -80px;
    padding: 50px 78px 40px;
  }
}
@media (min-width: 768px) {
  .feature-recipe-lg .feature-recipe-box {
    max-width: 700px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-lg .feature-recipe-box {
    max-width: 750px;
  }
}
@media (min-width: 1280px) {
  .feature-recipe-lg .feature-recipe-box {
    max-width: 835px;
    padding-right: 60px;
    margin-bottom: -60px;
    padding-bottom: 55px;
  }
}
.feature-recipe-lg .feature-recipe-box h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .feature-recipe-lg .feature-recipe-box h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-lg .feature-recipe-box h2 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .feature-recipe-top .feature-recipe-box {
    max-width: 450px;
    margin: -35px 0 0 -30px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-top .feature-recipe-box {
    max-width: 500px;
    margin: -40px 0 0 -50px;
  }
}
@media (min-width: 1280px) {
  .feature-recipe-top .feature-recipe-box {
    max-width: 586px;
    margin-left: -80px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 90px;
    padding-bottom: 55px;
  }
}
.feature-recipe-top .feature-recipe-box h2 {
  font-size: 24px;
  margin: 0 0 5px;
}
@media (min-width: 768px) {
  .feature-recipe-top .feature-recipe-box h2 {
    font-size: 35px;
    margin: 0 0 5px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-top .feature-recipe-box h2 {
    font-size: 40px;
    margin: 0 0 10px;
  }
}
.feature-recipe-top .feature-recipe-box h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .feature-recipe-top .feature-recipe-box h3 {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-top .feature-recipe-box h3 {
    font-size: 30px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-top .feature-recipe-box p {
    margin: 0 0 34px;
  }
}
.feature-recipe-box .bottle-image {
  max-width: 125px;
  padding-right: 0px;
}
@media (min-width: 768px) {
  .feature-recipe-box .bottle-image {
    max-width: 175px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-box .bottle-image {
    max-width: 200px;
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  .feature-recipe-bottom .feature-recipe-box {
    max-width: 450px;
    margin: -35px 0 0 -30px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-bottom .feature-recipe-box {
    max-width: 500px;
    margin: -40px 0 0 -50px;
  }
}
@media (min-width: 1280px) {
  .feature-recipe-bottom .feature-recipe-box {
    max-width: 586px;
    margin-left: -80px;
    padding-right: 40px;
    padding-left: 40px;
    padding-top: 90px;
    padding-bottom: 55px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-bottom .feature-recipe-box h2 {
    font-size: 40px;
    margin: 0 0 10px;
  }
}
@media (min-width: 1024px) {
  .feature-recipe-bottom .feature-recipe-box p {
    margin: 0 0 34px;
  }
}
.feature-recipe-box mark {
  color: #fff;
}
@media (min-width: 1024px) {
  .feature-recipe-box p {
    margin: 0 0 50px;
  }
}
.columns-section {
  overflow: hidden;
}
@media (min-width: 768px) {
  .columns-section .container {
    display: flex;
  }
}
.columns-section .col-twxt {
  padding: 45px 0;
}
@media (min-width: 768px) {
  .columns-section .col-twxt {
    align-self: center;
    width: 55%;
    padding: 65px 35px 50px 0;
  }
}
@media (min-width: 1024px) {
  .columns-section .col-twxt {
    padding: 125px 75px 50px 0;
    width: 45%;
  }
}
@media (min-width: 768px) {
  .columns-section .col-image {
    flex: 1 0;
  }
}
.columns-section .col-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.desc-section {
  padding: 55px 0 70px;
  line-height: 1.75;
  z-index: 3 !important;
}
@media (min-width: 768px) {
  .desc-section {
    padding: 75px 0 100px;
  }
}
.desc-section.desc-secondary {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .desc-section.desc-secondary {
    padding-top: 92px;
  }
}
.desc-section.desc-secondary h2 {
  margin: 0 0 21px;
}
@media (min-width: 1280px) {
  .desc-section.desc-secondary .text-holder {
    max-width: 920px;
  }
}
.desc-section.bg-light {
  z-index: 1 !important;
}
@media (min-width: 768px) {
  .desc-section.bg-light {
    padding-bottom: 75px;
  }
}
@media (min-width: 768px) {
  .desc-section.bg-light .logos-list {
    margin-top: 55px;
    margin-bottom: -40px;
  }
}
@media (min-width: 1024px) {
  .desc-section .block-holder {
    margin-bottom: -35px;
  }
}
@media (min-width: 1280px) {
  .desc-section .info-block {
    margin-top: -30px;
  }
}
@media (min-width: 1280px) {
  .desc-section .info-block:first-child {
    margin-top: 0;
  }
}
@media (min-width: 576px) {
  .desc-section .info-block:last-child {
    margin-bottom: -120px;
  }
}
@media (min-width: 768px) {
  .desc-section .info-block:last-child {
    margin-bottom: -160px;
  }
}
@media (min-width: 576px) {
  .desc-section .info-block:last-child .info-text {
    padding-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  .desc-section .info-block:last-child .info-text {
    padding-bottom: 100px;
  }
}
.desc-section .image-holder {
  margin: 0 0 16px;
}
.desc-section strong {
  font-weight: 800;
}
@media (min-width: 768px) {
  .desc-section p {
    margin: 0 0 30px;
  }
}
.desc-section h2 {
  margin: 0 0 12px;
}
@media (min-width: 1024px) {
  .desc-section h2 {
    font-size: 50px;
  }
}
.desc-section .logos-list {
  margin-top: 55px;
}
@media (min-width: 768px) {
  .desc-section .logos-list {
    margin-top: 70px;
  }
}
.desc-section .logos-list:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .desc-section .text-holder {
    max-width: 660px;
  }
}
@media (min-width: 1024px) {
  .desc-section .text-holder {
    max-width: 860px;
  }
}
@media (min-width: 1280px) {
  .desc-section .text-holder {
    max-width: 960px;
  }
}
@media (min-width: 1280px) {
  .desc-section .text-holder.text-holder-secondary {
    max-width: 860px;
  }
}
.desc-decor {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .desc-decor {
    display: none;
  }
}
.desc-decor img {
  width: 80px;
}
@media (min-width: 1024px) {
  .desc-decor img {
    width: 100px;
  }
}
@media (min-width: 1280px) {
  .desc-decor img {
    width: 133px;
  }
}
.desc-holder {
  line-height: 1.6;
}
@media (min-width: 768px) {
  .desc-holder {
    display: flex;
    margin-top: 20px;
  }
}
.desc-holder:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .desc-holder p {
    margin: 0 0 27px;
  }
}
.desc-holder .desc-content {
  padding: 0 0 35px;
}
@media (min-width: 768px) {
  .desc-holder .desc-content {
    flex: 1 0;
    padding: 0 20px 0 0;
  }
}
.desc-holder .desc-image {
  margin: 0 auto -70px;
}
@media (max-width: 767.98px) {
  .desc-holder .desc-image {
    max-width: 400px;
  }
}
@media (min-width: 768px) {
  .desc-holder .desc-image {
    width: 39%;
    align-self: flex-end;
    margin-bottom: -100px;
  }
}
@media (min-width: 1024px) {
  .desc-holder .desc-image {
    margin-right: -15px;
  }
}
.desc-holder .desc-image img {
  width: 100%;
}
@media (min-width: 768px) {
  .bg-light .desc-holder .desc-image {
    margin-bottom: -120px;
  }
}
@media (min-width: 768px) {
  .desc-holder .btn {
    margin-top: 4px;
  }
}
.desc-box {
  background: rgba(161, 205, 58, 0.85);
  padding: 25px 20px;
  margin: 0 0 35px;
  color: #fff;
}
@media (min-width: 768px) {
  .desc-box {
    margin: 0 0 55px -30px;
    padding: 35px 25px;
  }
}
@media (min-width: 1024px) {
  .desc-box {
    margin: 0 0 65px -50px;
    padding: 40px 35px;
  }
}
@media (min-width: 1280px) {
  .desc-box {
    margin-left: -80px;
    margin-bottom: 80px;
    padding: 43px 55px 50px 78px;
  }
}
.desc-box:first-child {
  margin-top: -90px;
}
@media (min-width: 768px) {
  .desc-box:first-child {
    margin-top: -170px;
  }
}
.desc-box > *:last-child {
  margin-bottom: 0;
}
.desc-box h2 {
  margin: 0 0 6px !important;
}
@media (min-width: 768px) {
  .desc-box h2 {
    font-size: 40px;
  }
}
.desc-box h1,
.desc-box .h1,
.desc-box h2,
.desc-box .h2,
.desc-box h3,
.desc-box .h3,
.desc-box h4,
.desc-box .h4,
.desc-box h5,
.desc-box .h5,
.desc-box h6,
.desc-box .h6,
.desc-box .h {
  color: inherit;
  font-weight: 400;
}
.desc-box h1 mark,
.desc-box .h1 mark,
.desc-box h2 mark,
.desc-box .h2 mark,
.desc-box h3 mark,
.desc-box .h3 mark,
.desc-box h4 mark,
.desc-box .h4 mark,
.desc-box h5 mark,
.desc-box .h5 mark,
.desc-box h6 mark,
.desc-box .h6 mark,
.desc-box .h mark {
  color: #32353f;
}
.recipe-section {
  overflow: hidden;
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .recipe-section {
    padding: 60px 0 30px;
  }
}
.recipe-section .back-button {
  margin-bottom: 10px;
  padding: 0 0 35px;
}
.recipe-section .back-button a {
  display: inline-block;
  vertical-align: top;
  font-weight: 800;
  font-family: "Raleway", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 14px;
  color: white;
  padding: 10px 23px;
}
.recipe-section .back-button a:before {
  content: '<';
  margin: 0 5px 0 0;
}
.recipe-section .back-button a:hover {
  text-decoration: none;
  opacity: 0.6;
}
@media (min-width: 768px) {
  .recipe-section .container {
    display: flex;
  }
}
.recipe-section strong {
  font-weight: 800;
}
.recipe-section h2 {
  margin: 0 0 10px;
}
.recipe-section h2 mark {
  color: #058d1b;
}
@media (min-width: 1024px) {
  .recipe-section h2 {
    font-size: 50px;
    margin: 0 0 30px;
  }
}
.recipe-section h2 + h3 {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .recipe-section h2 + h3 {
    margin-top: -26px;
  }
}
@media (min-width: 768px) {
  .recipe-section p {
    margin: 0 0 30px;
  }
}
.recipe-text {
  padding: 0 0 35px;
}
@media (min-width: 768px) {
  .recipe-text {
    width: 55%;
    padding: 0px 15px 30px 0;
  }
}
@media (min-width: 1024px) {
  .recipe-text {
    width: 62%;
  }
}
@media (max-width: 767.98px) {
  .recipe-image {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .recipe-image {
    align-self: center;
    flex: 1 0;
  }
}
@media (min-width: 768px) {
  .recipe-image:only-child {
    margin: 0 auto;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .recipe-image:only-child {
    width: 38%;
  }
}
.recipe-image img {
  width: 100%;
}
.product-section {
  overflow: hidden;
  padding: 40px 0 20px;
}
@media (min-width: 768px) {
  .product-section {
    padding: 60px 0 30px;
  }
}
@media (min-width: 768px) {
  .product-section .container {
    display: flex;
  }
}
.product-section strong {
  font-weight: 800;
}
.product-section h2 {
  margin: 0 0 20px;
}
@media (min-width: 1024px) {
  .product-section h2 {
    font-size: 50px;
    margin: 0 0 30px;
  }
}
.product-section h2 + h3 {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .product-section h2 + h3 {
    margin-top: -26px;
  }
}
@media (min-width: 768px) {
  .product-section p {
    margin: 0 0 30px;
  }
}
.product-text {
  padding: 0 0 35px;
}
@media (min-width: 768px) {
  .product-text {
    width: 55%;
    padding: 30px 15px 30px 0;
  }
}
@media (min-width: 1024px) {
  .product-text {
    width: 62%;
  }
}
@media (max-width: 767.98px) {
  .product-image {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .product-image {
    align-self: center;
    flex: 1 0;
  }
}
@media (min-width: 768px) {
  .product-image:only-child {
    margin: 0 auto;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .product-image:only-child {
    width: 38%;
  }
}
.product-image img {
  width: 100%;
}
.full-section {
  overflow: hidden;
  max-height: 450px;
}
.full-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.block-holder {
  margin-top: 25px;
  line-height: 1.6;
}
@media (min-width: 1024px) {
  .block-holder {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 45px;
  }
}
.block-holder:first-child {
  margin-top: 0;
}
.block-holder .content {
  padding: 0 0 50px;
}
@media (min-width: 1024px) {
  .block-holder .content {
    flex: 1 0;
    padding: 0 20px 0 70px;
  }
}
@media (min-width: 1024px) {
  .block-holder .content {
    padding: 0 40px 0 90px;
  }
}
@media (min-width: 1024px) {
  .block-holder .sidebar {
    width: 365px;
  }
}
.commitment-section {
  padding: 40px 0 45px;
}
@media (min-width: 768px) {
  .commitment-section {
    padding: 95px 0 100px;
  }
}
@media (min-width: 1024px) {
  .commitment-section h2 {
    margin: 0 0 35px;
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .commitment-section p {
    margin: 0 0 30px;
  }
}
.commitment-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767.98px) {
  .commitment-decor {
    display: none;
  }
}
@media (min-width: 768px) {
  .commitment-decor {
    left: 52%;
  }
}
@media (min-width: 1440px) {
  .commitment-decor {
    left: auto;
    right: 95px;
  }
}
.commitment-decor img {
  width: 370px;
}
@media (min-width: 1024px) {
  .commitment-decor img {
    width: 450px;
  }
}
@media (min-width: 1280px) {
  .commitment-decor img {
    width: 480px;
  }
}
.cards-section {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .cards-section {
    padding: 62px 0;
  }
}
.cards-section h2 {
  margin: 0 0 13px;
}
@media (min-width: 1024px) {
  .cards-section h2 {
    font-size: 50px;
  }
}
.info-block {
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .info-block {
    display: flex;
  }
}
.info-block .info-image {
  width: 226px;
  height: 311px;
  border: 5px solid #fff;
  margin: 0 auto 35px;
}
@media (min-width: 576px) {
  .info-block .info-image {
    border-width: 10px;
    margin: 0 20px 0 -10px;
  }
}
@media (min-width: 768px) {
  .info-block .info-image {
    margin: 0 20px 0 -10px;
  }
}
@media (min-width: 1024px) {
  .info-block .info-image {
    margin-right: 45px;
  }
}
.info-block .info-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 576px) {
  .info-block .info-text {
    flex: 1 0;
    padding: 20px 60px 0 0;
  }
}
@media (min-width: 1024px) {
  .info-block .info-text {
    padding: 41px 165px 0 0;
  }
}
@media (min-width: 1440px) {
  .info-block .info-text {
    padding-right: 70px;
  }
}
.info-block .info-text > *:last-child {
  margin-bottom: 0;
}
.location-section {
  padding: 45px 0;
}
@media (min-width: 768px) {
  .location-section {
    padding: 65px 0;
  }
}
.location-section h2 {
  margin: 0 0 25px;
}
@media (min-width: 1024px) {
  .location-section h2 {
    font-size: 50px;
  }
}
.location-section .text-holder {
  margin: 0 0 50px;
  max-width: 750px;
}
.location-section .text-holder:last-child {
  margin-bottom: 0;
}
.location-section .text-holder > *:last-child {
  margin-bottom: 0;
}
.location-holder {
  position: relative;
  margin: 28vw 10vw 43vw 0;
}
@media (min-width: 576px) {
  .location-holder {
    margin: 30vw 10vw 40vw 0;
  }
}
@media (min-width: 768px) {
  .location-holder {
    margin: 11vw 9.5vw 15vw 1vw;
  }
}
@media (min-width: 1280px) {
  .location-holder {
    margin: 140px 125px 189px 9px;
  }
}
.location-holder > img {
  width: 100%;
}
.locations-list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.locations-list li {
  display: flex;
  justify-content: center;
  position: absolute;
  line-height: 1.4;
  font-size: 8px;
  width: 10px;
}
@media (min-width: 576px) {
  .locations-list li {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .locations-list li {
    font-size: 1.1vw;
  }
}
@media (min-width: 1280px) {
  .locations-list li {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .locations-list li {
    width: 16px;
  }
}
@media (min-width: 1024px) {
  .locations-list li {
    width: 20px;
  }
}
.locations-list li:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #32353f;
}
@media (min-width: 576px) {
  .locations-list li:after {
    width: 8px;
    height: 8px;
  }
}
@media (min-width: 1024px) {
  .locations-list li:after {
    width: 10px;
    height: 10px;
  }
}
.locations-list li:before {
  position: absolute;
  content: '';
  width: 50%;
  height: 100%;
  border: 1px solid #32353f;
}
.locations-list li:nth-child(1) {
  top: 47.5%;
  left: 2%;
  height: 28vw;
}
@media (min-width: 576px) {
  .locations-list li:nth-child(1) {
    height: 32.5vw;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(1) {
    height: 21.3vw;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(1) {
    height: 271px;
  }
}
.locations-list li:nth-child(1):before {
  top: 2px;
  left: 50%;
  border-width: 0 0 1px 1px;
}
.locations-list li:nth-child(1) .location-title {
  bottom: 6px;
  right: -3px;
  transform: translate(100%, 100%);
}
.locations-list li:nth-child(2) {
  top: 61.5%;
  left: 8.5%;
  height: 12vw;
}
@media (min-width: 576px) {
  .locations-list li:nth-child(2) {
    height: 15vw;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(2) {
    height: 8.28vw;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(2) {
    height: 105px;
  }
}
.locations-list li:nth-child(2):before {
  top: 2px;
  left: 50%;
  border-width: 0 0 1px 1px;
}
.locations-list li:nth-child(2) .location-title {
  bottom: 6px;
  right: -3px;
  transform: translate(100%, 100%);
}
.locations-list li:nth-child(3) {
  align-items: flex-end;
  top: 38.5%;
  left: 53.5%;
  height: 21vw;
  margin: -21vw 0 0;
}
@media (min-width: 576px) {
  .locations-list li:nth-child(3) {
    height: 23vw;
    margin: -23vw 0 0;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(3) {
    height: 18.08vw;
    margin: -18.08vw 0 0;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(3) {
    height: 230px;
    margin: -230px 0 0;
  }
}
.locations-list li:nth-child(3):before {
  top: 0;
  left: 0;
  border-width: 1px 1px 0 0;
}
.locations-list li:nth-child(3) .location-title {
  top: 6px;
  left: -3px;
  transform: translate(-100%, -50%);
  text-align: right;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(3) .location-title {
    top: 11px;
  }
}
.locations-list li:nth-child(4) {
  align-items: flex-end;
  top: 37.5%;
  left: 55%;
  height: 30vw;
  margin: -30vw 0 0;
}
@media (min-width: 576px) {
  .locations-list li:nth-child(4) {
    height: 31vw;
    margin: -31vw 0 0;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(4) {
    height: 23.58vw;
    margin: -23.58vw 0 0;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(4) {
    height: 300px;
    margin: -300px 0 0;
  }
}
.locations-list li:nth-child(4):before {
  top: 0;
  left: 0;
  border-width: 1px 1px 0 0;
}
.locations-list li:nth-child(4) .location-title {
  top: 6px;
  left: -3px;
  transform: translate(-100%, -50%);
  text-align: right;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(4) .location-title {
    top: 11px;
  }
}
.locations-list li:nth-child(5) {
  align-items: flex-end;
  top: 33%;
  left: 71.5%;
  height: 37vw;
  margin: -37vw 0 0;
}
@media (min-width: 576px) {
  .locations-list li:nth-child(5) {
    height: 38vw;
    margin: -38vw 0 0;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(5) {
    height: 15.33vw;
    margin: -15.33vw 0 0;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(5) {
    height: 195px;
    margin: -195px 0 0;
  }
}
.locations-list li:nth-child(5):before {
  top: 0;
  left: 0;
  border-width: 1px 1px 0 0;
}
.locations-list li:nth-child(5) .location-title {
  top: 6px;
  left: -3px;
  transform: translate(-100%, -50%);
  text-align: right;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(5) .location-title {
    top: 11px;
  }
}
.locations-list li:nth-child(6) {
  top: 37%;
  left: 75.5%;
  align-items: flex-end;
  height: 22vw;
  margin: -22vw 0 0;
}
@media (min-width: 576px) {
  .locations-list li:nth-child(6) {
    height: 25vw;
    margin: -25vw 0 0;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(6) {
    height: 13.36vw;
    margin: -13.36vw 0 0;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(6) {
    height: 170px;
    margin: -170px 0 0;
  }
}
.locations-list li:nth-child(6):before {
  top: 0;
  left: 50%;
  border-width: 1px 0 0 1px;
}
.locations-list li:nth-child(6) .location-title {
  top: 6px;
  right: -3px;
  transform: translate(100%, -50%);
}
@media (min-width: 768px) {
  .locations-list li:nth-child(6) .location-title {
    top: 11px;
  }
}
.locations-list li:nth-child(7) {
  top: 40%;
  left: 74.5%;
  align-items: flex-end;
  height: 32vw;
  margin: -32vw 0 0;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(7) {
    height: 35vw;
    margin: -35vw 0 0;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(7) {
    height: 22.01vw;
    margin: -22.01vw 0 0;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(7) {
    height: 280px;
    margin: -280px 0 0;
  }
}
.locations-list li:nth-child(7):before {
  top: 0;
  left: 50%;
  border-width: 1px 0 0 1px;
}
.locations-list li:nth-child(7) .location-title {
  top: 6px;
  right: -3px;
  transform: translate(100%, -50%);
}
@media (min-width: 768px) {
  .locations-list li:nth-child(7) .location-title {
    top: 11px;
  }
}
.locations-list li:nth-child(8) {
  top: 41%;
  left: 74%;
  height: 30vw;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(8) {
    height: 29.87vw;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(8) {
    height: 380px;
  }
}
.locations-list li:nth-child(8):before {
  top: 2px;
  left: 50%;
  border-width: 0 0 1px 1px;
}
.locations-list li:nth-child(8) .location-title {
  bottom: 6px;
  right: -3px;
  transform: translate(100%, 100%);
}
.locations-list li:nth-child(9) {
  top: 52.5%;
  left: 68.5%;
  height: 37vw;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(9) {
    justify-content: flex-end;
    height: 42vw;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(9) {
    left: 52.5%;
    width: 13.99vw;
    height: 26.33vw;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(9) {
    width: 178px;
    height: 335px;
  }
}
.locations-list li:nth-child(9):before {
  top: 2px;
  left: 0;
  border-width: 0 1px 1px 0;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(9):before {
    width: 100%;
    top: 4px;
    left: 0;
    border-width: 1px 0 0 1px;
  }
}
.locations-list li:nth-child(9) .location-title {
  bottom: 6px;
  left: -3px;
  transform: translate(-100%, 100%);
  text-align: right;
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(9) .location-title {
    left: -16px;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(9) .location-title:after {
    position: absolute;
    content: '';
    height: 5px;
    top: 9px;
    right: -16px;
    width: 9px;
    height: 1px;
    border-top: 1px solid #32353f;
  }
}
.locations-list li:nth-child(10) {
  top: 77.5%;
  left: 66.5%;
  height: 15vw;
}
@media (min-width: 576px) {
  .locations-list li:nth-child(10) {
    height: 18vw;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(10) {
    height: 7.87vw;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(10) {
    height: 100px;
  }
}
.locations-list li:nth-child(10):before {
  top: 2px;
  left: 0;
  border-width: 0 1px 1px 0;
}
.locations-list li:nth-child(10) .location-title {
  bottom: 10px;
  left: -3px;
  transform: translate(-100%, 100%);
  text-align: right;
}
.locations-list li:nth-child(11) {
  top: 74%;
  left: 70%;
  height: 46vw;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(11) {
    height: 52vw;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(11) {
    height: 15.17vw;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(11) {
    height: 193px;
  }
}
.locations-list li:nth-child(11):before {
  top: 2px;
  left: 0;
  border-width: 0 1px 1px 0;
}
.locations-list li:nth-child(11) .location-title {
  bottom: 10px;
  left: -3px;
  transform: translate(-100%, 100%);
  text-align: right;
}
.locations-list li:nth-child(12) {
  left: 94%;
  height: 18vw;
  top: 26.5%;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(12) {
    height: 4.48vw;
  }
}
@media (min-width: 1280px) {
  .locations-list li:nth-child(12) {
    height: 57px;
  }
}
.locations-list li:nth-child(12):before {
  top: 2px;
  left: 50%;
  border-width: 0 0 0 1px;
}
@media (min-width: 768px) {
  .locations-list li:nth-child(12):before {
    border-width: 0 0 1px 1px;
  }
}
.locations-list li:nth-child(12) .location-title {
  bottom: -3px;
  right: 0;
  transform: translate(50%, 100%);
}
@media (max-width: 767.98px) {
  .locations-list li:nth-child(12) .location-title {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .locations-list li:nth-child(12) .location-title {
    right: -3px;
    bottom: 6px;
    transform: translate(100%, 100%);
  }
}
.location-title {
  position: absolute;
}
@media (max-width: 767.98px) {
  .location-title {
    width: 100vw;
    max-width: 150px;
  }
}
@media (max-width: 575.98px) {
  .location-title {
    max-width: 100px;
  }
}
@media (min-width: 768px) {
  .location-title {
    white-space: nowrap;
  }
}
.location-title span {
  display: block;
}
.location-title strong {
  color: #32353f;
}
.location-title br + span {
  margin-top: -5px;
}
#wrapper {
  transition: margin 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (max-width: 1023.98px) {
  .slideout-open #wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#main {
  flex: 1 0;
}
#main > *:first-child {
  padding-top: 130px;
}
@media (min-width: 1024px) {
  #main > *:first-child {
    padding-top: 175px;
  }
}
@media (min-width: 1280px) {
  #main > *:first-child {
    padding-top: 220px;
  }
}
.slideout-panel {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#panel {
  z-index: 10;
  background: #fff;
}
@media (min-width: 1024px) {
  #panel {
    transform: none !important;
  }
}
[class^="section"],
[class*="section"] {
  position: relative;
  z-index: 1;
}
.container,
.container-fluid {
  width: 100%;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container,
  .container-fluid {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-fluid {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .container,
  .container-fluid {
    padding: 0 80px;
  }
}
.container-fluid {
  max-width: 2560px;
}
@media (min-width: 1440px) {
  .container-fluid {
    padding: 0 100px;
  }
}
.bg-stretch {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.bg-stretch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bg-contain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -2;
}
.bg-contain img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
img,
svg {
  max-width: 100%;
  height: auto;
}
.bg-light {
  background: #f3f8e8;
}
.overflow-hidden {
  overflow: hidden;
}
.contact-holder {
  margin: 0 0 40px;
}
@media (min-width: 768px) {
  .contact-holder {
    margin: 0 0 60px;
  }
}
.contact-holder .contact-item {
  margin: 0 0 14px;
}
.contact-holder .contact-item > * {
  margin: 0;
}
.contact-holder .contact-item strong {
  font-weight: 800;
}
@media (min-width: 768px) {
  .two-columns {
    display: flex;
    margin: 0 -18px;
  }
}
@media (min-width: 1024px) {
  .two-columns {
    margin: 0 -28px;
  }
}
@media (min-width: 768px) {
  .two-columns .column {
    width: 50%;
    padding: 0 18px;
  }
}
@media (min-width: 1024px) {
  .two-columns .column {
    padding: 0 28px;
  }
}
#header {
  transition: transform 0.3s ease-in-out;
  background: #32353f;
  color: #fff;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0 !important;
  width: 100vw !important;
  Padding: 14px 0 7px;
  transform: none;
}
@media (min-width: 1024px) {
  #header {
    padding: 7px 0;
    position: fixed;
    transform: translateY(20px);
  }
}
@media (min-width: 1280px) {
  #header {
    transform: translateY(27px);
  }
}
.fixed-position #header {
  transform: translateY(0);
}
@media (min-width: 1024px) {
  #header .container-fluid {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .sticky-wrap {
    position: fixed;
    z-index: 999;
  }
}
.logo {
  position: relative;
  z-index: 1;
  width: 200px;
  padding: 5px 10px;
  /*&:after {
        transition: margin 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
        .absolute;
        content: '';
        z-index: -1;
        background: @white;
        margin-top: -30px;
        margin-bottom: -27px;
        box-shadow: 0px 0px 15px 0px rgba(98, 60, 32, .2);

        @media @xl {
            margin-top: -47px;
            margin-bottom: -34px;
        }

        .fixed-position & {
            margin-top: -7px;
            margin-bottom: -7px;
            box-shadow: none;
        }
    }*/
}
@media (min-width: 1024px) {
  .logo {
    width: 250px;
    padding: 10px;
  }
}
@media (min-width: 1280px) {
  .logo {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .main-nav {
    flex: 1 0;
    margin: 0 10px 0 20px;
  }
}
@media (min-width: 1280px) {
  .main-nav {
    margin: 0 30px;
  }
}
@media (min-width: 1440px) {
  .main-nav {
    margin: 0 0 0 30px;
  }
}
.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.005em;
}
@media (min-width: 1024px) {
  .nav-menu {
    font-size: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 -25px -5px;
  }
}
@media (min-width: 1280px) {
  .nav-menu {
    font-size: 17px;
    margin: 0 -33px -10px;
  }
}
@media (max-width: 1023.98px) {
  .nav-menu:first-child {
    margin-top: 50px;
  }
}
@media (min-width: 1280px) {
  .nav-menu > li {
    margin: 0 33px 0;
    padding-bottom: 10px;
  }
}
.nav-menu li {
  position: relative;
  margin: 0 18px 5px;
}
@media (min-width: 1024px) {
  .nav-menu li {
    margin: 0 15px 5px;
  }
}
@media (min-width: 1280px) {
  .nav-menu li {
    margin: 0 20px 0;
  }
}
.nav-menu li.active > a,
.nav-menu li.current-menu-parent > a,
.nav-menu li.current_page_item > a,
.nav-menu li.hover > a {
  color: #a6cf47;
}
.nav-menu li.hover .drop,
.nav-menu li.hover .sub-menu {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1023.98px) {
  .nav-menu li.hover .drop,
  .nav-menu li.hover .sub-menu {
    position: relative;
    top: auto;
  }
}
.nav-menu a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
}
@media (max-width: 1023.98px) {
  .nav-menu a {
    padding: 15px 0;
  }
}
.nav-menu a:hover {
  color: #a6cf47;
}
.nav-menu .drop {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1023.98px) {
  .nav-menu .drop {
    margin-top: -10px;
    top: -999px;
  }
}
@media (min-width: 1024px) {
  .nav-menu .drop {
    width: max-content;
    max-width: 250px;
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  .nav-menu .drop:after {
    position: absolute;
    content: '';
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #32353f transparent transparent transparent;
  }
}
.nav-menu .drop ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
}
@media (min-width: 1024px) {
  .nav-menu .drop ul {
    background: rgba(161, 205, 58, 0.95);
    padding: 15px 0;
    max-height: 80vh;
    overflow: auto;
  }
}
.nav-menu .drop ul li {
  margin: 0;
}
.nav-menu .drop ul li.active a,
.nav-menu .drop ul li.current-menu-parent a,
.nav-menu .drop ul li.current_page_item a {
  color: #00e2c1;
}
@media (min-width: 1024px) {
  .nav-menu .drop ul li.active a,
  .nav-menu .drop ul li.current-menu-parent a,
  .nav-menu .drop ul li.current_page_item a {
    color: #a6cf47;
  }
}
.nav-menu .drop ul a {
  padding: 10px 0;
}
@media (min-width: 1024px) {
  .nav-menu .drop ul a {
    padding: 6px 33px;
  }
}
.nav-menu .drop ul a:hover {
  color: #a6cf47;
}
.nav-menu .sub-menu {
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #fff;
  font-size: 14px;
  margin-top: 0;
}
@media (min-width: 1024px) {
  .nav-menu .sub-menu {
    background: rgba(166, 207, 71, 0.95);
    padding: 15px 0;
    max-height: 80vh;
    overflow: auto;
  }
}
@media (max-width: 1023.98px) {
  .nav-menu .sub-menu {
    margin-top: -10px;
    top: -999px;
  }
}
@media (min-width: 1024px) {
  .nav-menu .sub-menu {
    width: max-content;
    max-width: 250px;
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  .nav-menu .sub-menu:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    border-color: #32353f transparent transparent transparent;
  }
}
.nav-menu .sub-menu li {
  margin: 0;
}
.nav-menu .sub-menu li.active a,
.nav-menu .sub-menu li.current-menu-parent a,
.nav-menu .sub-menu li.current_page_item a,
.nav-menu .sub-menu li.current-menu-item a {
  color: #fff;
}
@media (min-width: 1024px) {
  .nav-menu .sub-menu li.active a,
  .nav-menu .sub-menu li.current-menu-parent a,
  .nav-menu .sub-menu li.current_page_item a,
  .nav-menu .sub-menu li.current-menu-item a {
    color: #fff;
  }
}
.nav-menu .sub-menu a {
  padding: 10px 0;
  color: #fff;
}
@media (min-width: 1024px) {
  .nav-menu .sub-menu a {
    color: #32353f;
    padding: 6px 33px;
  }
}
.nav-menu .sub-menu a:hover {
  color: #a6cf47;
}
@media (min-width: 1024px) {
  .nav-menu .sub-menu a:hover {
    color: #fff;
    padding: 6px 33px;
  }
}
.nav-opener {
  width: 35px;
  height: 26px;
  float: right;
  position: relative;
  margin: -40px 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1024px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 3px;
  transition: transform 0.2s linear;
}
.nav-opener:before,
.nav-opener:after {
  content: '';
  top: 3px;
}
.nav-opener:after {
  top: 25px;
}
.slideout-open .nav-opener:before,
.slideout-open .nav-opener:after {
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  right: 0;
}
.slideout-open .nav-opener:after {
  transform: rotate(-45deg);
}
.slideout-open .nav-opener span {
  opacity: 0;
}
.nav-drop {
  transition: transform 0.3s ease-in-out;
}
@media (max-width: 1023.98px) {
  .nav-drop {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .nav-drop {
    padding: 15px 20px 50px;
  }
}
@media (max-width: 1023.98px) {
  #mobile-nav {
    overflow: hidden;
    color: #fff;
    background-color: #32353f;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 0;
    width: 256px;
    padding: 15px 30px 50px;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #mobile-nav {
    display: none;
  }
}
.nav-drop .logo,
#mobile-nav .logo {
  margin: 0;
  padding: 11px;
  width: 169px;
  margin: 0 auto 25px;
}
@media (min-width: 1024px) {
  .nav-drop .logo,
  #mobile-nav .logo {
    display: none;
    box-shadow: 0px 0px 15px 0px rgba(98, 60, 32, 0.2);
  }
}
.nav-drop .logo:after,
#mobile-nav .logo:after {
  margin-top: 0;
  margin-bottom: 0;
  left: -999px;
  right: -999px;
}
.resize-active * {
  transition: none !important;
}
.header-skip {
  position: absolute;
  top: -100px;
  overflow: hidden;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  z-index: 15000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #bcbdbc;
  padding: 5px 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, top 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, top 0s 0.2s, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, top 0s 0.2s;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, top 0s 0.2s, -webkit-transform 0.2s ease-out;
}
.header-skip:focus {
  top: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
#footer {
  font-size: 10px;
}
@media (min-width: 576px) {
  #footer {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  #footer {
    font-size: 14px;
  }
}
#footer .social-list {
  font-size: 30px;
  margin: 0 -10px;
}
@media (max-width: 767.98px) {
  #footer .social-list {
    justify-content: center;
  }
}
#footer .social-list li {
  margin-left: 10px;
  margin-right: 10px;
}
#footer .social-list a {
  color: inherit;
}
#footer .social-list a:hover {
  color: #84329b;
}
#footer #logo-section {
  padding-top: 28px;
  padding-bottom: 10px;
}
#footer #family-brand-logo-list-header {
  max-width: 1380px;
  margin: 0 auto;
}
#footer #licensing-logo-list-header {
  max-width: 575px;
  margin: 0 auto;
}
#footer .logo-list-header {
  width: 100%;
}
#footer .logo-list-header h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #32353f;
  position: relative;
  z-index: 1;
  text-align: center;
}
#footer .logo-list-header h5:before {
  border-top: 1px solid #a6cf47;
  content: "";
  margin: 0 auto;
  /* this centers the line to the full width specified */
  position: absolute;
  /* positioning must be absolute here, and relative positioning must be applied to the parent */
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#footer .logo-list-header h5 span {
  /* to hide the lines from behind the text, you have to set the background color the same as the container */
  background: #fff;
  padding: 0 15px;
}
#footer .logos-list {
  justify-content: center;
  padding: 23px 0;
}
@media (min-width: 1024px) {
  #footer .logos-list {
    margin-left: -56px;
    margin-right: -56px;
  }
}
@media (min-width: 1440px) {
  #footer .logos-list {
    margin-left: 25px;
    margin-right: 25px;
  }
}
#footer .logos-list:last-child {
  margin-bottom: -10px;
}
@media (min-width: 768px) {
  #footer .logos-list:last-child {
    margin-bottom: -20px;
  }
}
#footer .logos-list li {
  padding-bottom: 10px;
  width: calc(100% / 5);
  max-width: 115px;
}
@media (min-width: 576px) {
  #footer .logos-list li {
    width: calc(100% / 7);
  }
}
@media (min-width: 768px) {
  #footer .logos-list li {
    width: calc(100% / 7);
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  #footer .logos-list li {
    width: calc(100% / 12);
    flex: 1 0;
  }
}
.footer-contact {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-contact {
    padding-bottom: 30px;
  }
}
.footer-contact > *:last-child {
  margin-bottom: 0;
}
.footer-contact p {
  margin: 0 0 5px;
}
.footer-logo {
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  .footer-logo {
    align-self: flex-end;
    text-align: right;
    flex: 1 0;
    margin-bottom: -3px;
  }
}
.footer-logo img {
  width: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  .footer-logo img {
    max-width: 400px;
  }
}
@media (min-width: 1024px) {
  .footer-logo img {
    max-width: 550px;
  }
}
@media (min-width: 1280px) {
  .footer-logo img {
    max-width: 671px;
  }
}
.footer-head {
  color: #32353f;
  background: #a6cf47;
  padding-top: 35px;
  overflow: hidden;
}
@media (min-width: 1024px) {
  .footer-head {
    padding-top: 48px;
  }
}
@media (max-width: 767.98px) {
  .footer-head .container-fluid {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .footer-head .container-fluid {
    display: flex;
  }
}
.footer-head .social-list {
  color: #fff;
}
.footer-bottom {
  background: #32353f;
  color: #fff;
  padding: 15px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .footer-bottom {
    padding: 24px 0;
  }
}
@media (max-width: 1023.98px) {
  .footer-bottom .container-fluid {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .footer-bottom .container-fluid {
    display: flex;
  }
}
.footer-bottom p {
  padding-bottom: 0 25px;
  margin-bottom: 0;
}
.footer-holder {
  margin: 0 0 10px;
}
@media (min-width: 1024px) {
  .footer-holder {
    width: 50%;
    margin: 0 30px 0 0;
  }
}
.footer-holder:last-child {
  margin: 0;
}
@media (min-width: 1024px) {
  .footer-holder:last-child {
    text-align: right;
  }
}
.footer-holder > *:last-child {
  margin: 0;
}