* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a {
  outline: none;
  color: inherit;
}
a img {
  border: 0;
}
.clear {
  clear: both;
  float: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
.clearfix:after {
  content: " ";
  /* Older browser do not support empty content */
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.word-break {
  overflow: auto;
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP printers */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  -moz-binding: url(../css/xbl.xml#wordwrap);
  /* Firefox (using XBL) */
  -ms-word-break: break-all;
  /* word-break: break-all;
    Non standard for webkit */
  word-break: break-word;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'sailec';
  src: url('/css/fonts/sailec-bold-webfont.woff2') format('woff2'), url('/css/fonts/sailec-bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'sailec';
  src: url('/css/fonts/sailec-light-webfont.woff2') format('woff2'), url('/css/fonts/sailec-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'sailec';
  src: url('/css/fonts/sailec-medium-webfont.woff2') format('woff2'), url('/css/fonts/sailec-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'sailec';
  src: url('/css/fonts/sailec-regular-webfont.woff2') format('woff2'), url('/css/fonts/sailec-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'sailec';
  src: url('/css/fonts/sailec-regularitalic-webfont.woff2') format('woff2'), url('/css/fonts/sailec-regularitalic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'acherus';
  src: url('/css/fonts/acherus_grotesque_-_black-webfont.woff2') format('woff2'), url('/css/fonts/acherus_grotesque_-_black-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'acherus';
  src: url('/css/fonts/acherus_grotesque_-_bold-webfont.woff2') format('woff2'), url('/css/fonts/acherus_grotesque_-_bold-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'acherus';
  src: url('/css/fonts/acherus_grotesque_-_extrabold-webfont.woff2') format('woff2'), url('/css/fonts/acherus_grotesque_-_extrabold-webfont.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'acherus';
  src: url('/css/fonts/acherus_grotesque_-_light-webfont.woff2') format('woff2'), url('/css/fonts/acherus_grotesque_-_light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'acherus';
  src: url('/css/fonts/acherus_grotesque_-_light_italic-webfont.woff2') format('woff2'), url('/css/fonts/acherus_grotesque_-_light_italic-webfont.woff') format('woff');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'acherus';
  src: url('/css/fonts/acherus_grotesque_-_medium-webfont.woff2') format('woff2'), url('/css/fonts/acherus_grotesque_-_medium-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'acherus';
  src: url('/css/fonts/acherus_grotesque_-_regular-webfont.woff2') format('woff2'), url('/css/fonts/acherus_grotesque_-_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'acherus';
  src: url('/css/fonts/acherus_grotesque_-_thin-webfont.woff2') format('woff2'), url('/css/fonts/acherus_grotesque_-_thin-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'turfgrass';
  src: url('/css/fonts/turfgrass.eot?2h76z1');
  src: url('/css/fonts/turfgrass.eot?2h76z1#iefix') format('embedded-opentype'), url('/css/fonts/turfgrass.woff2?2h76z1') format('woff2'), url('/css/fonts/turfgrass.ttf?2h76z1') format('truetype'), url('/css/fonts/turfgrass.woff?2h76z1') format('woff'), url('/css/fonts/turfgrass.svg?2h76z1#turfgrass') 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: 'turfgrass' !important;
  speak: none;
  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-arrow-down:before {
  content: "\e900";
}
.icon-arrow-right:before {
  content: "\e901";
}
.icon-back:before {
  content: "\e902";
}
.icon-color:before {
  content: "\e903";
}
.icon-delivery:before {
  content: "\e904";
}
.icon-dropdown:before {
  content: "\e905";
}
.icon-fertilizer:before {
  content: "\e906";
}
.icon-fertilizing:before {
  content: "\e907";
}
.icon-field:before {
  content: "\e908";
}
.icon-globe:before {
  content: "\e909";
}
.icon-laying:before {
  content: "\e90a";
}
.icon-leaves:before {
  content: "\e90b";
}
.icon-length:before {
  content: "\e90c";
}
.icon-maintenance:before {
  content: "\e90d";
}
.icon-moving:before {
  content: "\e90e";
}
.icon-order:before {
  content: "\e90f";
}
.icon-plant:before {
  content: "\e910";
}
.icon-question:before {
  content: "\e911";
}
.icon-rain:before {
  content: "\e912";
}
.icon-regeneration:before {
  content: "\e913";
}
.icon-scroll-down:before {
  content: "\e914";
}
.icon-search:before {
  content: "\e915";
}
.icon-shield:before {
  content: "\e916";
}
.icon-slider-arrow:before {
  content: "\e917";
}
.icon-surface:before {
  content: "\e918";
}
.icon-thickness:before {
  content: "\e919";
}
.icon-tick:before {
  content: "\e91a";
}
.icon-turfgrass:before {
  content: "\e91b";
}
.icon-vericut:before {
  content: "\e91c";
}
.icon-water:before {
  content: "\e91d";
}
.icon-watering:before {
  content: "\e91e";
}
.icon-weed-free:before {
  content: "\e91f";
}
.icon-weight:before {
  content: "\e920";
}
.icon-width:before {
  content: "\e921";
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #12DD72;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #12DD72;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before,
.hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before,
.hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before,
.hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY
   */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before,
.hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * 3DXY Reverse
   */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before,
.hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
   * Arrow Turn
   */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
   * Arrow Turn Right
   */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
   * Boring
   */
.hamburger--boring .hamburger-inner,
.hamburger--boring .hamburger-inner::before,
.hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
   * Minus
   */
.hamburger--minus .hamburger-inner::before,
.hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before,
.hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before,
.hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before,
.hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before,
.hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before,
.hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
body {
  font-family: 'sailec';
  font-weight: 300;
  color: #141620;
}
.loader {
  position: fixed;
  z-index: 999999;
  background: #fff;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.container {
  width: 90%;
  max-width: 1290px;
  margin: auto;
}
h1,
.h1 {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 72px;
  letter-spacing: -2.77px;
  text-align: center;
  line-height: 1.222em;
  margin: 0;
}
h1 span,
.h1 span {
  color: #12DD72;
}
.h1-sub {
  text-align: center;
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 24px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 42px;
  margin: 15px auto 0;
  width: 90%;
  max-width: 1080px;
}
.h1-sub strong {
  color: #141620;
  font-weight: normal;
}
.big-icon {
  background: url(../images/big-icon.png) no-repeat scroll top center transparent;
  background-size: contain;
  position: absolute;
}
header {
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 99;
}
header .container {
  width: 90%;
  max-width: 1400px;
  margin: auto;
}
header .logo {
  float: left;
}
header .hamburger {
  float: left;
  padding: 0;
  margin: 5px 30px 5px 0;
  outline: none;
}
header .hamburger .hamburger-box {
  height: 14px;
  width: 20px;
  padding: 20px;
}
header .hamburger .hamburger-inner {
  left: 10px;
}
header .hamburger .hamburger-inner,
header .hamburger .hamburger-inner::before,
header .hamburger .hamburger-inner::after {
  width: 20px;
  height: 2px;
}
header .hamburger .hamburger-inner::before {
  top: -5px;
}
header .hamburger .hamburger-inner::after {
  bottom: -5px;
}
.content-wrapper .content-container {
  padding-top: 125px;
}
section {
  position: relative;
}
section .container {
  max-width: 1360px;
  margin: auto;
  width: 90%;
}
section .video {
  position: relative;
  padding-top: 45%;
  width: 100%;
  overflow: hidden;
}
section .video video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  z-index: -1000;
  overflow: hidden;
}
section.video-section .big-icon {
  width: 480px;
  height: 630px;
  right: 0;
  top: 0;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
section.video-section .big-icon.inView {
  opacity: 1;
}
section.video-section .big-icon .play-btn {
  width: 196px;
  height: 196px;
  background: url(../images/play-btn.png) no-repeat scroll center center transparent;
  background-size: cover;
  display: inline-block;
  top: 324px;
  right: -33px;
  position: absolute;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: transform 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
  z-index: 2;
}
section.video-section .big-icon .play-btn.inView {
  /* note that you have @trasnform here */
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
  -moz-transform: translateX(-50%) translateY(-50%) scale(1);
  -ms-transform: translateX(-50%) translateY(-50%) scale(1);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%) scale(1);
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.home-div .intro {
  padding-top: 80px;
  padding-bottom: 120px;
  max-width: 940px;
  width: calc(100% - 400px);
}
.home-div .intro h1 {
  font-weight: 300;
  letter-spacing: -2.77px;
  text-align: left;
}
.home-div .intro h1 span {
  color: #12DD72;
}
.home-div .intro .subtext {
  font-family: 'Sailec';
  font-weight: 200;
  font-size: 18px;
  color: #50515B;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.889em;
  margin-top: 10px;
}
.home-div .intro .subtext u {
  color: #141620;
  font-weight: normal;
}
.home-div .intro .submenu-selector {
  width: 100%;
  max-width: 900px;
  margin-top: 85px;
}
.home-div .intro .submenu-selector .selector {
  width: 50%;
  padding: 25px 40px 25px 20px;
  border-bottom: 2px solid #DDE4E7;
  float: left;
  text-decoration: none;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}
.home-div .intro .submenu-selector .selector .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 36px;
  letter-spacing: -1.12px;
  text-align: left;
  margin-bottom: 10px;
  line-height: 1em;
}
.home-div .intro .submenu-selector .selector .subtitle {
  font-family: 'Sailec';
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.857em;
}
.home-div .intro .submenu-selector .selector .subtitle span {
  font-weight: bold;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}
.home-div .intro .submenu-selector .selector:hover {
  border-bottom: 2px solid #12DD72;
}
.home-div .intro .submenu-selector .selector:hover .subtitle span {
  color: #12DD72;
}
.home-div .intro .submenu-selector .selector:hover i {
  color: #12DD72;
}
.home-div .intro .submenu-selector .selector i {
  float: right;
  margin-top: 5px;
  color: #DDE4E7;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  -ms-transition: 300ms all;
  -o-transition: 300ms all;
}
.text-content {
  font-size: 16px;
  color: #626262;
}
.text-content p {
  margin: 0 0 40px 0;
}
.text-content ul,
.text-content ol {
  list-style: none;
  padding-left: 10px;
}
.text-content ul li,
.text-content ol li {
  margin-bottom: 30px;
}
.text-content ul li:before,
.text-content ol li:before {
  content: '\e91a';
  font-family: 'turfgrass';
  color: #12DD72;
  font-size: 12px;
  margin-right: 15px;
  position: relative;
  display: inline-block;
}
.text-content h2 {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 28px;
  color: #141620;
  letter-spacing: -0.9px;
  line-height: 34px;
  margin-bottom: 30px;
}
.text-content h3 {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 20px;
  color: #141620;
  letter-spacing: -0.9px;
  line-height: 28px;
}
.text-content .image-container {
  max-width: 100%;
}
.text-content .image-container img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
body {
  -webkit-font-smoothing: antialiased;
}
body.menu-opened {
  height: 100vh;
  overflow: hidden;
}
header {
  height: 0px;
}
.socials {
  float: right;
  margin-top: 10px;
  position: relative;
}
.socials > a {
  text-decoration: none;
  float: left;
  margin-right: 20px;
}
.language {
  float: right;
  margin-top: 10px;
  position: relative;
}
.language .currentLanguage {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 16px;
  color: #141620;
  letter-spacing: 0;
  text-align: left;
  text-decoration: none;
  position: relative;
  z-index: 103;
}
.language .currentLanguage span {
  float: left;
}
.language .currentLanguage i {
  color: #12DD72;
}
.language .currentLanguage i.icon-globe {
  margin-right: 15px;
  float: left;
  margin-top: 2px;
}
.language .currentLanguage i.icon-dropdown {
  margin-left: 15px;
  font-size: 10px;
  float: left;
  margin-top: 6px;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.language .languages {
  background: #FFFFFF;
  box-shadow: 0 40px 100px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Acherus';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  text-align: left;
  line-height: 38px;
  padding: 50px 25px 10px 25px;
  margin-top: -15px;
  width: calc(100% + 35px);
  margin-left: -25px;
  border-radius: 8px;
  opacity: 0;
  /* note that you have @trasnform here */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  /* note that you have @trasnform here */
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  z-index: 102;
  position: absolute;
  width: 165%;
}
.language .languages ul {
  list-style: none;
  width: 100%;
}
.language .languages ul li {
  display: block;
  color: #141620;
  border-bottom: 1px solid rgba(151, 151, 151, 0.15);
}
.language .languages ul li:last-child {
  border-bottom: none;
}
.language .languages ul li a {
  text-decoration: none;
  display: block;
}
.language .languages ul li.active {
  color: #12DD72;
  font-weight: 700;
}
.language.opened .languages {
  /* note that you have @trasnform here */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  /* note that you have @trasnform here */
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.language.opened i.icon-dropdown {
  /* note that you have @trasnform here */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 7px;
}
.btn {
  background: #12DD72;
  box-shadow: 0 14px 28px 0 rgba(18, 221, 114, 0.2);
  font-family: 'Sailec';
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  border-radius: 28px;
  line-height: 56px;
  padding: 0 30px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  box-shadow: 0 16px 32px 0 rgba(18, 221, 114, 0);
}
.btn:hover {
  background: #0eae5a;
  background: #12DD72;
  box-shadow: 0 16px 32px 0 rgba(18, 221, 114, 0.2);
}
.btn-rm {
  font-family: 'Sailec';
  font-weight: bold;
  font-size: 12px;
  color: #141620;
  letter-spacing: 0;
  line-height: 1em;
  display: inline-block;
  text-decoration: none;
  padding: 10px 0;
  text-transform: uppercase;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-rm:after {
  content: "\e901";
  font-family: 'turfgrass';
  font-size: 16px;
  color: #12DD72;
  margin-left: 15px;
  float: right;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.btn-rm:hover {
  color: #12DD72;
}
.btn-rm:hover:after {
  margin-left: 20px;
}
.btn-sm {
  line-height: 40px;
  font-size: 13px;
  font-weight: 500;
}
menu {
  position: fixed;
  left: -100vw;
  top: 0px;
  width: 100%;
  bottom: 0;
  z-index: 98;
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}
menu .menu-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(18, 221, 114, 0.1);
  opacity: 0;
  -webkit-transition: opacity 800ms;
  -moz-transition: opacity 800ms;
  -ms-transition: opacity 800ms;
  -o-transition: opacity 800ms;
}
menu .menu-inner {
  display: table;
  width: 100%;
  max-width: 800px;
  padding: 100px 120px;
  background: #fff;
  position: absolute;
  height: 100%;
  left: -100vw;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
}
menu .menu-inner .menu-container {
  display: table-cell;
  vertical-align: middle;
}
menu .menu-inner .menu-container .menu-box {
  clear: both;
  display: inline-block;
  width: 100%;
}
menu .menu-inner .menu-container .menu-box .menu-title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 16px;
  color: #CBD3D7;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
  margin-top: 40px;
  text-transform: uppercase;
}
menu .menu-inner .menu-container .menu-box ul {
  list-style: none;
  width: 50%;
  float: left;
  border-right: 1px solid #ECECEC;
}
menu .menu-inner .menu-container .menu-box ul li {
  font-family: 'Acherus';
  font-weight: 300;
  font-size: 32px;
  color: #141620;
  letter-spacing: -1px;
  text-align: left;
  line-height: 1em;
  padding: 10px 0;
  position: relative;
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
}
menu .menu-inner .menu-container .menu-box ul li a {
  text-decoration: none;
  display: block;
}
menu .menu-inner .menu-container .menu-box ul li:after {
  border-right: 1px solid transparent;
  content: '';
  position: absolute;
  right: -1px;
  top: 50%;
  height: 0%;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
}
menu .menu-inner .menu-container .menu-box ul li:before {
  content: '';
  position: absolute;
  height: 1px;
  right: 0;
  top: 50%;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  width: 0px;
  background: #12DD72;
}
menu .menu-inner .menu-container .menu-box ul li:hover,
menu .menu-inner .menu-container .menu-box ul li.active {
  color: #12DD72;
}
menu .menu-inner .menu-container .menu-box ul li:hover:after,
menu .menu-inner .menu-container .menu-box ul li.active:after {
  border-right: 1px solid #12DD72;
  height: 100%;
}
menu .menu-inner .menu-container .menu-box ul li:hover:before,
menu .menu-inner .menu-container .menu-box ul li.active:before {
  width: 50px;
}
menu .menu-inner .menu-container .menu-box ul.small {
  border-right: none;
  clear: both;
}
menu .menu-inner .menu-container .menu-box ul.small li {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 16px;
  color: #141620;
  letter-spacing: -0.4px;
  text-align: left;
  line-height: 36px;
  padding: 0;
}
menu .menu-inner .menu-container .menu-box ul.small li:hover {
  color: #12DD72;
}
menu .menu-inner .menu-container .menu-box ul.small li:after {
  display: none;
}
menu .menu-inner .menu-container .menu-box ul.small li:before {
  display: none;
}
menu .menu-inner .menu-container .menu-box .submenu-container {
  float: left;
  padding-left: 90px;
  opacity: 0;
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  /* note that you have @trasnform here */
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  /* note that you have @trasnform here */
  -o-transform: translateY(100px);
  transform: translateY(100px);
}
menu .menu-inner .menu-container .menu-box .submenu-container ul {
  border: none;
}
menu .menu-inner .menu-container .menu-box .submenu-container ul li {
  font-family: 'Acherus';
  font-weight: 300;
  font-size: 22px;
  color: #141620;
  letter-spacing: -0.69px;
  text-align: left;
  line-height: 46px;
  padding: 0;
}
menu .menu-inner .menu-container .menu-box .submenu-container ul li a {
  text-decoration: none;
}
menu .menu-inner .menu-container .menu-box .submenu-container ul li:hover {
  color: #12DD72;
}
menu .menu-inner .menu-container .menu-box .submenu-container ul li:after {
  display: none;
}
menu .menu-inner .menu-container .menu-box .submenu-container ul li:before {
  display: none;
}
menu .menu-inner .menu-container .menu-box .submenu-container.show {
  opacity: 1;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  /* note that you have @trasnform here */
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
menu.opened {
  left: 0;
  opacity: 1;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
}
menu.opened .menu-overlay {
  opacity: 1;
}
menu.opened .menu-inner {
  left: 0;
}
section {
  display: flex;
}
.home-section {
  width: 100%;
}
.home-section .row {
  display: table;
  width: 100%;
}
.home-section .row .col {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.home-section .row .col:nth-child(1) {
  background-image: url(../images/home-image.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-section .row .col .text {
  width: 100%;
  padding: 120px 20%;
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 18px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 34px;
}
.home-section .row .col .text .title {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 42px;
  color: #141620;
  letter-spacing: -1.17px;
  text-align: left;
  line-height: 50px;
  margin-bottom: 25px;
}
.home-section .row .col .text .btn {
  margin-top: 40px;
  display: table;
}
.features-section {
  padding: 150px 0;
}
.features-section .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 52px;
  color: #141620;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 100px;
  line-height: 1em;
}
.features-section .title span {
  display: block;
  font-weight: 200;
}
.features-section .row {
  width: 100%;
}
.features-section .row .col {
  float: left;
  width: 33.3333%;
}
.features-section .row .col .feature {
  max-width: 300px;
  margin: auto;
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}
.features-section .row .col .feature .image-container {
  display: table;
  margin: 40px auto;
  height: 90px;
}
.features-section .row .col .feature .image-container img {
  display: table-cell;
  vertical-align: middle;
}
.features-section .row .col .feature .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 42px;
  color: #141620;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
}
.features-section .row .col .feature .btn {
  display: table;
  margin: 30px auto 0;
}
.features-section .row .col .feature span {
  display: block;
  font-weight: bold;
  color: #12DD72;
}
.image-section {
  width: 100%;
  overflow: hidden;
}
.image-section.image-section-1 {
  max-height: 800px;
  overflow: hidden;
}
.image-section .image {
  width: 100%;
  padding-top: 48%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.image-section.image-section-0 {
  display: block;
}
.image-section.image-section-0 .image {
  margin-top: -120px;
}
.image-section.image-section-0 .text {
  max-width: 860px;
  width: 90%;
  margin: auto;
  font-family: 'Sailec';
  font-size: 18px;
  color: #50515B;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  padding: 75px 0;
}
.image-section.image-section-0 .text .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 52px;
  color: #141620;
  letter-spacing: -1px;
  text-align: center;
  line-height: 60px;
  margin-bottom: 30px;
}
.benefits-section {
  padding: 150px 0;
  background: #FAFCFC;
}
.benefits-section .row {
  width: 100%;
  display: table;
}
.benefits-section .row .col {
  vertical-align: middle;
  display: table-cell;
}
.benefits-section .row .col:nth-child(1) {
  width: 50%;
}
.benefits-section .row .col:nth-child(2) {
  width: 50%;
}
.benefits-section .row .col .text {
  width: 90%;
  max-width: 500px;
  font-family: 'Sailec';
  font-size: 18px;
  color: #50515B;
  letter-spacing: 0;
  text-align: left;
  line-height: 38px;
}
.benefits-section .row .col .text .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 52px;
  color: #141620;
  letter-spacing: -1px;
  margin-bottom: 20px;
  line-height: 1.231em;
}
.benefits-section .row .col .text .title span {
  font-weight: 200;
}
.benefits-section .row .col ul {
  list-style: none;
  width: 100%;
}
.benefits-section .row .col ul li {
  float: left;
  width: 33.333%;
  padding: 10px;
}
.benefits-section .row .col ul li .benefit-box {
  background: #FFFFFF;
  box-shadow: 0 40px 100px 0 rgba(212, 225, 231, 0.39);
  padding: 30px 15px;
  border-radius: 20px;
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
  overflow: hidden;
}
.benefits-section .row .col ul li .benefit-box img {
  display: table;
  margin: auto;
  max-height: 80px;
  /* note that you have @trasnform here */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  /* note that you have @trasnform here */
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.benefits-section .row .col ul li .benefit-box .title {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 18px;
  line-height: 1em;
  color: #141620;
  letter-spacing: 0;
  text-align: center;
  margin-top: 15px;
  height: 50px;
  display: table;
  width: 100%;
}
.benefits-section .row .col ul li .benefit-box .title .inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.benefits-section .row .col ul li:nth-child(3n+2) .benefit-box {
  /* note that you have @trasnform here */
  -webkit-transform: translateY(40px);
  -moz-transform: translateY(40px);
  -ms-transform: translateY(40px);
  /* note that you have @trasnform here */
  -o-transform: translateY(40px);
  transform: translateY(40px);
}
.benefits-section .row .col ul li:nth-child(1) .benefit-box {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.benefits-section .row .col ul li:nth-child(1) .benefit-box img {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.benefits-section .row .col ul li:nth-child(2) .benefit-box {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}
.benefits-section .row .col ul li:nth-child(2) .benefit-box img {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}
.benefits-section .row .col ul li:nth-child(3) .benefit-box {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.benefits-section .row .col ul li:nth-child(3) .benefit-box img {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.benefits-section .row .col ul li:nth-child(4) .benefit-box {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
.benefits-section .row .col ul li:nth-child(4) .benefit-box img {
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
.benefits-section .row .col ul li:nth-child(5) .benefit-box {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.benefits-section .row .col ul li:nth-child(5) .benefit-box img {
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.benefits-section .row .col ul li:nth-child(6) .benefit-box {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.benefits-section .row .col ul li:nth-child(6) .benefit-box img {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.benefits-section.inView .row .col ul li .benefit-box {
  opacity: 1;
}
.benefits-section.inView .row .col ul li .benefit-box img {
  /* note that you have @trasnform here */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  /* note that you have @trasnform here */
  -o-transform: scale(1);
  transform: scale(1);
}
.map-section {
  height: 1007px;
  position: relative;
  overflow: hidden;
}
.map-section .map-text {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 36px;
  color: #141620;
  letter-spacing: -1px;
  line-height: 60px;
  position: absolute;
  top: 120px;
  left: 120px;
  width: 90%;
  max-width: 520px;
  z-index: 2;
}
.map-section .map-scrolling {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 22px;
  color: #12DD72;
  letter-spacing: -0.5px;
  text-align: center;
  line-height: 26px;
  position: absolute;
  left: 120px;
  bottom: 120px;
  z-index: 2;
  width: 190px;
}
.map-section .map-scrolling img {
  display: table;
  margin: 20px auto 0;
}
.map-section .map-del {
  height: 1007px;
  width: 1680px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/map-del.svg) no-repeat scroll center right transparent;
  background-size: contain;
  z-index: 2;
  opacity: 0.5;
}
.map-section .map {
  height: 1007px;
  width: 1680px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/map.svg) no-repeat scroll center right transparent;
  background-size: contain;
  z-index: 1;
}
.map-section .map .marker {
  width: 76px;
  height: 84px;
  background: url(../images/marker.svg) no-repeat scroll center right transparent;
  background-size: contain;
  position: absolute;
  will-change: transform;
  /* note that you have @trasnform here */
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  /* note that you have @trasnform here */
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.map-section .map .marker[data-pin="0"] {
  background: url(../images/budapest-pin.svg) no-repeat scroll center right transparent;
  background-size: contain;
  width: 220px;
  height: 100px;
  right: 304px;
  top: 52%;
  -webkit-transition-delay: 20ms;
  -moz-transition-delay: 20ms;
  -o-transition-delay: 20ms;
  -ms-transition-delay: 20ms;
  transition-delay: 20ms;
}
.map-section .map .marker[data-pin="1"] {
  right: 444px;
  top: 30%;
  -webkit-transition-delay: 100ms;
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -ms-transition-delay: 100ms;
  transition-delay: 100ms;
}
.map-section .map .marker[data-pin="2"] {
  right: 140px;
  top: 60.5%;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.map-section .map .marker[data-pin="3"] {
  right: 195px;
  top: 69%;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.map-section .map .marker[data-pin="4"] {
  right: 338px;
  top: 45%;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
.map-section .map .marker[data-pin="5"] {
  right: 330px;
  top: 73.5%;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
.map-section .map .marker[data-pin="6"] {
  right: 492px;
  top: 59%;
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}
.map-section .map .marker[data-pin="7"] {
  right: 435px;
  top: 37.5%;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}
.map-section .map .marker[data-pin="8"] {
  right: 535px;
  top: 51%;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}
.map-section .map .marker[data-pin="9"] {
  right: 305px;
  top: 64.5%;
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  transition-delay: 700ms;
}
.map-section .map .marker[data-pin="10"] {
  right: 450px;
  top: 50%;
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
.map-section .map .marker[data-pin="11"] {
  right: 600px;
  top: 55%;
  -webkit-transition-delay: 450ms;
  -moz-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  -ms-transition-delay: 450ms;
  transition-delay: 450ms;
}
.map-section .map .marker[data-pin="12"] {
  right: 570px;
  top: 33%;
  -webkit-transition-delay: 500ms;
  -moz-transition-delay: 500ms;
  -o-transition-delay: 500ms;
  -ms-transition-delay: 500ms;
  transition-delay: 500ms;
}
.map-section .map .marker[data-pin="13"] {
  right: 370px;
  top: 61.5%;
  -webkit-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -ms-transition-delay: 300ms;
  transition-delay: 300ms;
}
.map-section .map .marker[data-pin="14"] {
  right: 20px;
  top: 47.5%;
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.map-section .map.inView .marker {
  /* note that you have @trasnform here */
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  /* note that you have @trasnform here */
  -o-transform: scale(1);
  transform: scale(1);
}
.references-section .references-slider-container {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 25px;
}
.references-section .references-slider-container .slider {
  width: 1000%;
  list-style: none;
  left: -17.5%;
  position: relative;
  will-change: left;
}
.references-section .references-slider-container .slider li {
  float: left;
  width: 4.5%;
  padding: 2px;
}
.references-section .references-slider-container .slider li .image {
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.references-section .references-slider-container .slider li .image .title {
  position: absolute;
  max-width: 80%;
  bottom: 60px;
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 42px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 44px;
  left: 50%;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.references-section .references-slider-container .slider li .image .title span {
  font-weight: 300;
  font-size: 32px;
  line-height: 34px;
  display: block;
  margin-top: 10px;
}
.references-section .references-slider-container .arrows {
  position: absolute;
  left: 50%;
  bottom: 0;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.references-section .references-slider-container .arrows .arrow {
  background: #12DD72;
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 12px;
  text-align: center;
  color: rgba(0, 0, 0, 0.12);
  text-decoration: none;
  display: inline-block;
  float: left;
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.references-section .references-slider-container .arrows .arrow:hover {
  color: #fff;
}
.references-section .references-slider-container .arrows .arrow-left {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.references-section .references-slider-container .arrows .arrow-left i {
  /* note that you have @trasnform here */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.references-section .references-slider-container .arrows .arrow-right {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.blogs-container {
  margin-top: 80px;
}
.blogs-container .blog {
  width: 50%;
  float: left;
}
.blogs-container .blog:nth-child(1) {
  padding-right: 5px;
}
.blogs-container .blog:nth-child(2) {
  padding-left: 5px;
}
.blogs-container .blog .image {
  padding-top: 85%;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.blogs-container .blog .image .overlay {
  background-color: rgba(28, 45, 36, 0.2);
  -webkit-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 500ms all cubic-bezier(0.86, 0, 0.07, 1);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.blogs-container .blog .image .text {
  z-index: 2;
  position: absolute;
  bottom: 80px;
  right: 80px;
  left: 80px;
  font-family: 'Sailec';
  font-size: 22px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 38px;
}
.blogs-container .blog .image .text .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 72px;
  color: #FFFFFF;
  letter-spacing: -1.71px;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1em;
}
.blogs-container .blog .image .text .date {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
}
.blogs-container .blog .image .text .btn {
  display: table;
  margin-top: 50px;
}
.blogs-container .blog:hover .image .overlay {
  background-color: rgba(28, 45, 36, 0.4);
}
.blog-row {
  width: 100%;
  margin-top: 65px;
  margin-bottom: 50px;
}
.blog-row .blog {
  float: left;
  width: 33.3333%;
  padding: 35px;
}
.blog-row .blog .image {
  width: 100%;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.blog-row .blog .text {
  padding: 20px 30px;
  background: #FAFCFC;
  font-family: 'Sailec';
  font-size: 16px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 30px;
}
.blog-row .blog .text .date {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 14px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 2px;
}
.blog-row .blog .text .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 26px;
  color: #141620;
  letter-spacing: -0.5px;
  line-height: 42px;
}
.blog-row .blog .text .btn-rm {
  color: #12DD72;
  float: right;
  clear: both;
  margin-top: 15px;
}
.latest-blogs-section {
  padding: 180px 120px 150px;
}
.latest-blogs-section .row {
  width: 100%;
  display: table;
}
.latest-blogs-section .row .col {
  display: table-cell;
  vertical-align: middle;
}
.latest-blogs-section .row .col > .title {
  font-family: 'Acherus';
  font-weight: 200;
  font-size: 52px;
  color: #141620;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1em;
}
.latest-blogs-section .row .col > .title span {
  display: block;
  font-weight: 800;
}
.latest-blogs-section .row .col:nth-child(1) {
  width: 40%;
}
.latest-blogs-section .row .col:nth-child(2) {
  width: 60%;
}
.latest-blogs-section .row .col .latest-blogs {
  width: 100%;
}
.latest-blogs-section .row .col .latest-blogs .blog {
  width: 50%;
  padding: 10px;
  float: left;
}
.latest-blogs-section .row .col .latest-blogs .blog .inner {
  box-shadow: 0 20px 140px 0 rgba(0, 0, 0, 0.08);
}
.latest-blogs-section .row .col .latest-blogs .blog .image {
  width: 100%;
  padding-top: 70%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.latest-blogs-section .row .col .latest-blogs .blog .text {
  background: #fff;
  padding: 50px;
  font-family: 'Sailec';
  font-size: 18px;
  color: #50515B;
  letter-spacing: 0;
  text-align: left;
  line-height: 38px;
}
.latest-blogs-section .row .col .latest-blogs .blog .text .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 30px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 20px;
}
.latest-blogs-section .row .col .latest-blogs .blog .text .btn {
  float: none;
  margin-top: 20px;
  display: table;
}
.latest-blogs-section .row .col .latest-blogs .blog:nth-child(1) {
  margin-top: 30px;
}
.latest-blogs-section .row .col .latest-blogs .blog:nth-child(2) {
  margin-top: -30px;
}
.latest-blogs-section .row .col .latest-blogs .blog:nth-child(2) .inner {
  box-shadow: none;
}
.latest-blogs-section .row .col .indicators {
  display: none;
}
.latest-blogs-section .row .col .indicators ul {
  list-style: none;
}
.latest-blogs-section .row .col .indicators ul li {
  float: left;
  background: #DDE4E7;
  width: 5px;
  height: 5px;
  margin: 5px;
  border-radius: 50%;
}
.latest-blogs-section .row .col .indicators ul li.active {
  background: #12DD72;
}
.project-list-section {
  margin-bottom: 100px;
}
.project-list {
  float: left;
  width: 33.3333%;
  padding-right: 120px;
  margin-bottom: 0px;
  margin-top: 50px;
}
.project-list .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 32px;
  color: #141620;
  letter-spacing: 0;
  line-height: 38px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.project-list ul {
  list-style: none;
  width: 100%;
}
.project-list ul li {
  font-family: 'Sailec';
  font-size: 16px;
  line-height: 1em;
  padding: 6px 0;
  color: #50515B;
}
.project-list:nth-child(3n+2) {
  clear: left;
}
.project-grid {
  width: 100%;
  margin-bottom: 350px;
}
.project-grid ul {
  list-style: none;
}
.project-grid ul li {
  float: left;
  width: 50%;
  margin-top: 70px;
}
.project-grid ul li:nth-child(2n+1) {
  padding-right: 80px;
  clear: left;
}
.project-grid ul li:nth-child(2n+0) {
  padding-left: 80px;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  /* note that you have @trasnform here */
  -o-transform: translateY(150px);
  transform: translateY(150px);
}
.project-grid ul li .reference-card {
  background: #FAFCFC;
  width: 100%;
}
.project-grid ul li .reference-card .image {
  padding-top: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.project-grid ul li .reference-card .reference-card-text {
  padding: 40px 20px 40px 40px;
  display: table;
  width: 100%;
}
.project-grid ul li .reference-card .reference-card-text .left-col {
  width: calc(100% - 200px);
  display: table-cell;
  vertical-align: middle;
  border-right: 1px dashed #DDE4E7;
  padding-right: 20px;
}
.project-grid ul li .reference-card .reference-card-text .left-col .title {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 32px;
  color: #141620;
  letter-spacing: -0.76px;
  line-height: 1em;
  margin-bottom: 5px;
}
.project-grid ul li .reference-card .reference-card-text .left-col .country {
  font-family: 'Acherus';
  font-size: 16px;
  color: #626262;
  letter-spacing: 0;
  text-transform: uppercase;
}
.project-grid ul li .reference-card .reference-card-text .left-col .info-box {
  width: 100%;
  margin-top: 15px;
}
.project-grid ul li .reference-card .reference-card-text .left-col .info-box .info {
  float: left;
  padding-right: 60px;
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 18px;
  color: #141620;
  letter-spacing: -0.56px;
}
.project-grid ul li .reference-card .reference-card-text .left-col .info-box .info label {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 10px;
  letter-spacing: 0;
  display: block;
  color: #12DD72;
  text-transform: uppercase;
}
.project-grid ul li .reference-card .reference-card-text .right-col {
  display: table-cell;
  width: 200px;
  vertical-align: middle;
}
.project-grid ul li .reference-card .reference-card-text .right-col .product-image {
  width: 140px;
  margin: auto;
  display: table;
}
.project-grid ul li .reference-card .reference-card-text .right-col .product-image .icon-turfgrass {
  font-size: 20px;
  color: #12DD72;
  margin-bottom: 10px;
  display: block;
}
.project-grid ul li .reference-card .reference-card-text .right-col .product-image img {
  max-width: 100%;
}
.faq-div {
  background: #F1F8F4;
}
.faq-group-section .faq-groups,
.services-section .faq-groups,
.faq-group-section .services,
.services-section .services {
  width: 100%;
  margin: 100px 0 80px;
}
.faq-group-section .faq-groups ul,
.services-section .faq-groups ul,
.faq-group-section .services ul,
.services-section .services ul {
  list-style: none;
  width: 100%;
}
.faq-group-section .faq-groups ul li,
.services-section .faq-groups ul li,
.faq-group-section .services ul li,
.services-section .services ul li {
  float: left;
  width: 16.6666666%;
  padding: 5px;
}
.faq-group-section .faq-groups ul li a,
.services-section .faq-groups ul li a,
.faq-group-section .services ul li a,
.services-section .services ul li a {
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
.faq-group-section .faq-groups ul li .faq-group,
.services-section .faq-groups ul li .faq-group,
.faq-group-section .services ul li .faq-group,
.services-section .services ul li .faq-group,
.faq-group-section .faq-groups ul li .service,
.services-section .faq-groups ul li .service,
.faq-group-section .services ul li .service,
.services-section .services ul li .service {
  background: #FFFFFF;
  border-radius: 12px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 22px;
  color: #141620;
  letter-spacing: -0.46px;
  text-align: center;
  padding: 25px;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.faq-group-section .faq-groups ul li .faq-group .image,
.services-section .faq-groups ul li .faq-group .image,
.faq-group-section .services ul li .faq-group .image,
.services-section .services ul li .faq-group .image,
.faq-group-section .faq-groups ul li .service .image,
.services-section .faq-groups ul li .service .image,
.faq-group-section .services ul li .service .image,
.services-section .services ul li .service .image {
  display: table;
  height: 38px;
  margin: 0 auto 10px;
}
.faq-group-section .faq-groups ul li .faq-group .image .image-inner,
.services-section .faq-groups ul li .faq-group .image .image-inner,
.faq-group-section .services ul li .faq-group .image .image-inner,
.services-section .services ul li .faq-group .image .image-inner,
.faq-group-section .faq-groups ul li .service .image .image-inner,
.services-section .faq-groups ul li .service .image .image-inner,
.faq-group-section .services ul li .service .image .image-inner,
.services-section .services ul li .service .image .image-inner {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
}
.faq-group-section .faq-groups ul li .faq-group .image .image-inner img,
.services-section .faq-groups ul li .faq-group .image .image-inner img,
.faq-group-section .services ul li .faq-group .image .image-inner img,
.services-section .services ul li .faq-group .image .image-inner img,
.faq-group-section .faq-groups ul li .service .image .image-inner img,
.services-section .faq-groups ul li .service .image .image-inner img,
.faq-group-section .services ul li .service .image .image-inner img,
.services-section .services ul li .service .image .image-inner img {
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.faq-group-section .faq-groups ul li .faq-group:hover,
.services-section .faq-groups ul li .faq-group:hover,
.faq-group-section .services ul li .faq-group:hover,
.services-section .services ul li .faq-group:hover,
.faq-group-section .faq-groups ul li .service:hover,
.services-section .faq-groups ul li .service:hover,
.faq-group-section .services ul li .service:hover,
.services-section .services ul li .service:hover {
  box-shadow: 0 20px 40px 0 rgba(18, 221, 114, 0.32);
}
.faq-group-section .faq-groups ul li.active .faq-group,
.services-section .faq-groups ul li.active .faq-group,
.faq-group-section .services ul li.active .faq-group,
.services-section .services ul li.active .faq-group,
.faq-group-section .faq-groups ul li.active .service,
.services-section .faq-groups ul li.active .service,
.faq-group-section .services ul li.active .service,
.services-section .services ul li.active .service {
  background: #12DD72;
  box-shadow: 0 20px 40px 0 rgba(18, 221, 114, 0.32);
  color: #fff;
}
.faq-group-section .faq-groups ul li.active .faq-group .image .image-inner img,
.services-section .faq-groups ul li.active .faq-group .image .image-inner img,
.faq-group-section .services ul li.active .faq-group .image .image-inner img,
.services-section .services ul li.active .faq-group .image .image-inner img,
.faq-group-section .faq-groups ul li.active .service .image .image-inner img,
.services-section .faq-groups ul li.active .service .image .image-inner img,
.faq-group-section .services ul li.active .service .image .image-inner img,
.services-section .services ul li.active .service .image .image-inner img {
  filter: brightness(0) invert(1);
}
.faq-group-section .faq-groups.services ul,
.services-section .faq-groups.services ul,
.faq-group-section .services.services ul,
.services-section .services.services ul {
  display: table;
  margin: auto;
  width: auto;
}
.faq-group-section .faq-groups.services ul li,
.services-section .faq-groups.services ul li,
.faq-group-section .services.services ul li,
.services-section .services.services ul li {
  width: 200px;
}
.faq-group-section.services-section .services,
.services-section.services-section .services {
  margin-bottom: 50px;
}
.answers-section,
.services-contents-section {
  background: #fff;
  padding: 80px 0 150px;
}
.answers-section .answer-groups,
.services-contents-section .answer-groups,
.answers-section .services-contents,
.services-contents-section .services-contents {
  width: 100%;
  overflow: hidden;
}
.answers-section .answer-groups > ul,
.services-contents-section .answer-groups > ul,
.answers-section .services-contents > ul,
.services-contents-section .services-contents > ul {
  width: 1000%;
  list-style: none;
}
.answers-section .answer-groups > ul > li,
.services-contents-section .answer-groups > ul > li,
.answers-section .services-contents > ul > li,
.services-contents-section .services-contents > ul > li {
  width: 10%;
  float: left;
  display: none;
}
.answers-section .answer-groups > ul > li.active,
.services-contents-section .answer-groups > ul > li.active,
.answers-section .services-contents > ul > li.active,
.services-contents-section .services-contents > ul > li.active {
  display: block;
}
.answers-section .answer-groups > ul > li > ul,
.services-contents-section .answer-groups > ul > li > ul,
.answers-section .services-contents > ul > li > ul,
.services-contents-section .services-contents > ul > li > ul {
  list-style: none;
  width: 100%;
}
.answers-section .answer-groups > ul > li > ul > li,
.services-contents-section .answer-groups > ul > li > ul > li,
.answers-section .services-contents > ul > li > ul > li,
.services-contents-section .services-contents > ul > li > ul > li {
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  padding-top: 0;
}
.answers-section .answer-groups > ul > li > ul > li .inner,
.services-contents-section .answer-groups > ul > li > ul > li .inner,
.answers-section .services-contents > ul > li > ul > li .inner,
.services-contents-section .services-contents > ul > li > ul > li .inner {
  border-radius: 8px;
  width: 100%;
}
.answers-section .answer-groups > ul > li > ul > li .inner .row,
.services-contents-section .answer-groups > ul > li > ul > li .inner .row,
.answers-section .services-contents > ul > li > ul > li .inner .row,
.services-contents-section .services-contents > ul > li > ul > li .inner .row {
  width: 100%;
  display: table;
}
.answers-section .answer-groups > ul > li > ul > li .inner .row .col,
.services-contents-section .answer-groups > ul > li > ul > li .inner .row .col,
.answers-section .services-contents > ul > li > ul > li .inner .row .col,
.services-contents-section .services-contents > ul > li > ul > li .inner .row .col {
  display: table-cell;
  vertical-align: top;
  width: 40%;
}
.answers-section .answer-groups > ul > li > ul > li .inner .row .col.col-text,
.services-contents-section .answer-groups > ul > li > ul > li .inner .row .col.col-text,
.answers-section .services-contents > ul > li > ul > li .inner .row .col.col-text,
.services-contents-section .services-contents > ul > li > ul > li .inner .row .col.col-text {
  padding-right: 75px;
  width: 60%;
  vertical-align: middle;
}
.answers-section .answer-groups > ul > li > ul > li .inner .row .col .image,
.services-contents-section .answer-groups > ul > li > ul > li .inner .row .col .image,
.answers-section .services-contents > ul > li > ul > li .inner .row .col .image,
.services-contents-section .services-contents > ul > li > ul > li .inner .row .col .image {
  padding-top: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.answers-section .answer-groups > ul > li > ul > li .inner .row.left .col.col-text,
.services-contents-section .answer-groups > ul > li > ul > li .inner .row.left .col.col-text,
.answers-section .services-contents > ul > li > ul > li .inner .row.left .col.col-text,
.services-contents-section .services-contents > ul > li > ul > li .inner .row.left .col.col-text {
  padding-right: 0;
  padding-left: 75px;
}
.answers-section .answer-groups > ul > li > ul > li .question,
.services-contents-section .answer-groups > ul > li > ul > li .question,
.answers-section .services-contents > ul > li > ul > li .question,
.services-contents-section .services-contents > ul > li > ul > li .question {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 26px;
  color: #141620;
  letter-spacing: -0.81px;
  line-height: 1em;
  text-decoration: none;
  display: block;
  padding: 20px 50px;
}
.answers-section .answer-groups > ul > li > ul > li .question i,
.services-contents-section .answer-groups > ul > li > ul > li .question i,
.answers-section .services-contents > ul > li > ul > li .question i,
.services-contents-section .services-contents > ul > li > ul > li .question i {
  float: right;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.answers-section .answer-groups > ul > li > ul > li .answer,
.services-contents-section .answer-groups > ul > li > ul > li .answer,
.answers-section .services-contents > ul > li > ul > li .answer,
.services-contents-section .services-contents > ul > li > ul > li .answer {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  padding: 0 50px;
}
.answers-section .answer-groups > ul > li > ul > li.active,
.services-contents-section .answer-groups > ul > li > ul > li.active,
.answers-section .services-contents > ul > li > ul > li.active,
.services-contents-section .services-contents > ul > li > ul > li.active {
  background: #F9FCFA;
  padding-top: 20px;
  border-color: transparent;
}
.answers-section .answer-groups > ul > li > ul > li.active .question,
.services-contents-section .answer-groups > ul > li > ul > li.active .question,
.answers-section .services-contents > ul > li > ul > li.active .question,
.services-contents-section .services-contents > ul > li > ul > li.active .question {
  color: #12DD72;
}
.answers-section .answer-groups > ul > li > ul > li.active .question i,
.services-contents-section .answer-groups > ul > li > ul > li.active .question i,
.answers-section .services-contents > ul > li > ul > li.active .question i,
.services-contents-section .services-contents > ul > li > ul > li.active .question i {
  /* note that you have @trasnform here */
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* note that you have @trasnform here */
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.answers-section .answer-groups > ul > li > ul > li.active .answer,
.services-contents-section .answer-groups > ul > li > ul > li.active .answer,
.answers-section .services-contents > ul > li > ul > li.active .answer,
.services-contents-section .services-contents > ul > li > ul > li.active .answer {
  max-height: 5000px;
  margin-bottom: 50px;
}
.answers-section .answer-groups.services-contents > ul > li > ul > li,
.services-contents-section .answer-groups.services-contents > ul > li > ul > li,
.answers-section .services-contents.services-contents > ul > li > ul > li,
.services-contents-section .services-contents.services-contents > ul > li > ul > li {
  padding: 50px 0;
  border-bottom: none;
}
.answers-section.services-contents-section,
.services-contents-section.services-contents-section {
  padding: 30px 0 100px;
}
footer {
  width: 100%;
  background: #fff;
}
footer .help {
  width: 100%;
  background: #fff;
  padding: 0 0 60px 0;
}
footer .help .container {
  border-top: 1px solid rgba(151, 151, 151, 0.25);
  padding-top: 60px;
}
footer .help .help-col {
  float: left;
  width: 50%;
}
footer .help .help-col:nth-child(1) {
  border-right: 1px solid rgba(151, 151, 151, 0.25);
}
footer .help .help-col:nth-child(1) .title {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 42px;
  color: #141620;
  letter-spacing: -1.17px;
  margin-bottom: 20px;
}
footer .help .help-col:nth-child(1) .subtitle {
  font-family: 'Sailec';
  font-size: 18px;
  color: #50515B;
  letter-spacing: -0.56px;
  margin-bottom: 30px;
}
footer .help .help-col .col {
  float: left;
  width: 50%;
  font-family: 'Sailec';
  font-size: 16px;
  color: #626262;
  letter-spacing: -0.36px;
  line-height: 26px;
  padding: 30px 0 30px 50px;
}
footer .help .help-col .col .title {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 28px;
  color: #141620;
  letter-spacing: -0.64px;
  margin-bottom: 10px;
}
footer .help .help-col .col .btn-rm {
  margin-top: 15px;
  display: flex;
}
footer .footer-top {
  background: rgba(242, 253, 247, 0.7);
  padding: 100px 0;
}
footer .footer-top .footer-row {
  width: 100%;
}
footer .footer-top .footer-row .footer-col {
  float: left;
  font-family: 'Sailec';
  font-size: 15px;
  color: #141620;
  letter-spacing: 0;
  line-height: 30px;
  width: 20%;
}
footer .footer-top .footer-row .footer-col:nth-child(1) {
  padding-right: 150px;
  width: 40%;
}
footer .footer-top .footer-row .footer-col img {
  max-width: 100%;
  margin-bottom: 35px;
  display: block;
}
footer .footer-top .footer-row .footer-col .footer-title {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 20px;
  color: #12DD72;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 20px;
}
footer .footer-top .footer-row .footer-col ul {
  list-style: none;
  width: 100%;
}
footer .footer-top .footer-row .footer-col ul li {
  font-family: 'Sailec';
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 31px;
}
footer .footer-top .footer-row .footer-col ul li a {
  text-decoration: none;
}
footer .footer-top .footer-row .footer-col ul li a:hover {
  color: #12DD72;
}
footer .footer-top .footer-row .footer-col p {
  font-family: 'Sailec';
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 31px;
}
footer .footer-top .footer-row .footer-col p.address {
  margin-bottom: 40px;
}
footer .footer-bottom {
  padding: 45px 0;
}
footer .footer-bottom .footer-logo {
  float: left;
}
footer .footer-bottom .copyright {
  float: right;
  font-family: 'Sailec';
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  line-height: 1em;
  padding: 20px 0;
}
footer .footer-bottom .copyright .created-by {
  display: inline-block;
  margin-left: 40px;
}
footer .footer-bottom .copyright .created-by a {
  text-decoration: none;
}
footer .footer-bottom .copyright .created-by a:hover {
  color: #12DD72;
}
.article-section .article-image {
  width: 100%;
  padding-top: 42%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 40px;
}
.article-section .article-row {
  width: 100%;
}
.article-section .article-row .col {
  display: table-cell;
  vertical-align: top;
  padding: 100px 40px;
}
.article-section .article-row .col:nth-child(1) {
  width: 120px;
  text-align: center;
}
.article-section .article-row .col .author {
  width: 100%;
}
.article-section .article-row .col .author .image {
  width: 80px;
  height: 80px;
  background: url(../images/svg/author-logo.svg) no-repeat scroll center center transparent;
  display: table;
  margin: auto auto 25px;
}
.article-section .article-row .col .author .name {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 24px;
  color: #141620;
  letter-spacing: 0;
  line-height: 30px;
}
.article-section .article-row .col .author .title {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 12px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 1em;
  margin-top: 5px;
}
.article-section .article-row .col .date {
  width: 100%;
  text-align: center;
  border-top: 1px solid rgba(151, 151, 151, 0.25);
  padding-top: 30px;
  margin-top: 30px;
}
.article-section .article-row .col .date .month {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 24px;
  color: #141620;
  letter-spacing: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1em;
}
.article-section .article-row .col .date .day {
  font-family: 'Sailec';
  font-weight: bold;
  font-size: 52px;
  color: #141620;
  letter-spacing: 0;
  line-height: 1em;
}
.article-section .article-row .col.text-content {
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 18px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 34px;
}
.article-section .article-row .col.text-content p {
  margin: 50px 0;
}
.article-section .article-row .col.text-content .image-container {
  margin-bottom: 50px 0;
}
.contact-row {
  width: 100%;
  display: table;
  margin-top: 80px;
  margin-bottom: 150px;
}
.contact-row .col {
  display: table-cell;
  vertical-align: top;
}
.contact-row .col .contact-text {
  font-family: 'Sailec';
  font-style: italic;
  font-size: 16px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 33px;
  margin-top: 30px;
  max-width: 570px;
  width: 100%;
}
.contact-row .col.col-map {
  width: 60%;
}
.contact-row .col.col-map .image {
  padding-top: 100%;
  width: 100%;
  position: relative;
  z-index: 1;
}
.contact-row .col.col-map .map {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
}
.contact-row .col.col-map .map #map {
  width: 100%;
  height: 100%;
}
.contact-row .col.col-text {
  width: 40%;
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 18px;
  color: #141620;
  letter-spacing: 0;
  line-height: 34px;
  padding: 0 60px;
  position: relative;
  z-index: 4;
}
.contact-row .col.col-text h3 {
  font-weight: 500;
  color: #141620;
}
.contact-row .col.col-text p {
  margin-bottom: 50px;
}
.contact-form {
  width: 100%;
  max-width: 665px;
  background: #FAFCFC;
  padding: 60px;
  float: right;
  margin-top: -50%;
  z-index: 4;
  position: relative;
}
.contact-form #contact-form {
  width: 100%;
}
.contact-form #contact-form h2 {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 42px;
  color: #141620;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 50px;
}
.contact-form #contact-form .form-group {
  float: left;
  width: 50%;
}
.contact-form #contact-form .form-group.left {
  padding-right: 20px;
}
.contact-form #contact-form .form-group.right {
  padding-left: 20px;
}
.contact-form #contact-form .form-group.full {
  width: 100%;
}
.contact-form #contact-form .form-group label {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 13px;
  line-height: 1em;
  color: #323C47;
  letter-spacing: 0;
  margin-bottom: 10px;
  margin-top: 20px;
  display: block;
}
.contact-form #contact-form .form-group label.error {
  color: red;
}
.contact-form #contact-form .form-group input {
  background: #FFFFFF;
  border: 1px solid #E9EFF4;
  border-radius: 4px;
  line-height: 45px;
  font-family: 'Sailec';
  font-size: 12px;
  color: #323C47;
  letter-spacing: 0;
  padding: 0 20px;
  width: 100%;
}
.contact-form #contact-form .form-group textarea {
  background: #FFFFFF;
  border: 1px solid #E9EFF4;
  border-radius: 4px;
  font-family: 'Sailec';
  font-size: 12px;
  color: #323C47;
  letter-spacing: 0;
  line-height: 26px;
  padding: 20px;
  width: 100%;
  height: 200px;
  resize: none;
}
.contact-form #contact-form .btn {
  margin-top: 30px;
  float: right;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
.modal .modal-bg {
  background: rgba(18, 221, 114, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.modal .modal-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 500px;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: #fff;
  border-radius: 8px;
  padding: 40px 40px;
  z-index: 2;
}
.modal .modal-inner .close {
  position: absolute;
  right: 20px;
  top: 20px;
  text-decoration: none;
}
.modal .modal-inner .modal-text {
  font-size: 18px;
}
.modal .modal-inner .modal-text .btn {
  margin: 20px auto 0;
  display: table;
}
.content-box {
  margin-top: 100px;
}
.usecase-section {
  background: url(../images/usecase-header.png) no-repeat scroll bottom right transparent;
  background-size: 70vh;
}
.usecase-header {
  width: 100%;
  height: calc(100vh - 125px);
  min-height: 600px;
  position: relative;
}
.usecase-header .row {
  display: table;
  width: 100%;
  height: 100%;
}
.usecase-header .row .col {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 40%;
  padding-right: 50px;
}
.usecase-header .row .col:nth-child(2) {
  width: 60%;
  padding-right: 0px;
}
.usecase-header .row .col h1 {
  font-family: 'Acherus';
  font-weight: 900;
  font-size: 144px;
  color: #141620;
  letter-spacing: -5.76px;
  text-align: left;
  margin-bottom: 30px;
}
.usecase-header .row .col .h1-sub {
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 32px;
  color: #141620;
  letter-spacing: 0;
  text-align: left;
  line-height: 58px;
  margin: 0;
}
.usecase-header .row .col .h1-sub strong {
  font-weight: bold;
}
.usecase-header .row .col .image1 {
  padding-top: 92%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  opacity: 0;
}
.usecase-header .row .col .image2 {
  padding-top: 75%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 20%;
  width: 50%;
  opacity: 0;
}
.usecase-header .row .col .turfgrass-logo {
  height: 700px;
  width: 678px;
  background: url(../images/svg/turfgrass-logo.svg) no-repeat scroll center center transparent;
  background-size: contain;
  position: absolute;
  right: 50px;
  bottom: -100px;
}
.usecase-header .row .col .scroll-down {
  left: 200px;
  margin-top: 100px;
  font-size: 150px;
  color: #12DD72;
  -webkit-transition: 1500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 1500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 1500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 1500ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.usecase-header.inView .row .col .image1 {
  opacity: 1;
}
.usecase-header.inView .row .col .image2 {
  opacity: 1;
}
.content-list {
  list-style: none;
  width: 100%;
  margin-top: 150px;
}
.content-list li {
  width: 100%;
  position: relative;
}
.content-list li .content-row {
  width: 100%;
  display: table;
  position: relative;
  z-index: 2;
}
.content-list li .content-row .col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 18px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 34px;
}
.content-list li .content-row .col.padding-left {
  padding: 100px 0 100px 100px;
}
.content-list li .content-row .col.padding-right {
  padding: 100px 100px 100px 0;
}
.content-list li .content-row .col h2 {
  font-family: 'Acherus';
  font-weight: 800;
  font-size: 36px;
  color: #141620;
  letter-spacing: -1px;
  text-align: left;
  line-height: 50px;
}
.content-list li .content-row .col hr {
  border: none;
  background: none;
  width: 100%;
  margin: 40px 0;
  border-bottom: 1px dotted #979797;
  height: 1px;
}
.content-list li .content-row .col strong {
  font-family: 'Sailec';
  font-weight: normal;
  font-size: 14px;
  color: #141620;
  letter-spacing: 0;
  line-height: 30px;
}
.content-list li .content-row .col .image {
  width: 100%;
  padding-top: 85%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.content-list li:nth-child(2n+0) .content-row .col.text-content {
  padding: 100px 100px 100px 0px;
}
.content-list li.green {
  background: url(../images/svg/green-section-bg.svg) no-repeat scroll center left transparent;
  background-size: contain;
  margin-top: 150px;
}
.content-list li.green .content-row .col.text-content {
  padding: 100px 100px 100px 0;
}
.content-list li.green .content-row .col .image {
  box-shadow: 0 40px 200px 0 rgba(0, 0, 0, 0.15);
}
.content-list li.green .turfgrass-logo {
  position: absolute;
  bottom: -100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/svg/turfgrass-logo.svg);
  background-color: transparent;
  left: 40%;
  z-index: 0;
  width: 600px;
  height: 700px;
}
.content-list li:nth-child(2n+1).green {
  background: url(../images/svg/green-section-bg-right.svg) no-repeat scroll center right transparent;
  background-size: contain;
}
.content-list li:nth-child(2n+1).green .content-row .col.text-content {
  padding: 100px 0px 100px 100px;
}
.content-list li:nth-child(2n+1).green .content-row .col .image {
  box-shadow: 0 40px 200px 0 rgba(0, 0, 0, 0.15);
}
.content-list li:nth-child(2n+1).green .turfgrass-logo {
  right: 40%;
  left: auto;
}
.content-list li.full {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.content-list li.full .content-row {
  padding: 110px 0;
}
.content-list li.full .content-row .col.text-content {
  background: #12DD72;
  font-family: 'Acherus';
  color: #fff;
  padding: 60px;
  font-family: 'Sailec';
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 34px;
}
.content-list li.full .content-row .col.text-content h2 {
  color: #fff;
  font-family: 'Acherus';
  font-weight: 900;
  font-size: 36px;
  color: #FFFFFF;
  letter-spacing: -1px;
  text-align: left;
  line-height: 50px;
}
.content-list li.full .content-row .col.text-content hr {
  border-color: #fff;
}
.content-list li.full .content-row .col.text-content strong {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 30px;
}
.bottom-text-section {
  padding: 150px 0;
}
.bottom-text-section .container .text-content {
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 18px;
  color: #141620;
  letter-spacing: 0;
  text-align: center;
  line-height: 34px;
  width: 100%;
  max-width: 1260px;
  margin: auto;
}
.bottom-text-section .container .text-content h3 {
  font-family: 'Acherus';
  font-weight: 200;
  font-size: 52px;
  color: #141620;
  letter-spacing: -1px;
  text-align: center;
  margin-bottom: 70px;
  line-height: 1.25em;
}
.bottom-text-section .container .text-content h3 strong {
  font-weight: 800;
}
.bottom-text-section .container .text-content .btn-container {
  margin-top: 70px;
}
.images-section {
  width: 100%;
}
.images-section .uc-images {
  width: 100%;
}
.images-section .uc-images ul {
  list-style: none;
}
.images-section .uc-images ul li {
  float: left;
  padding-top: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.images-section .uc-images ul li:nth-child(1) {
  width: 50%;
  padding-top: calc(40% + 4px);
}
.images-section .uc-images ul li:nth-child(2) {
  width: 25%;
  padding-top: 20%;
  border-bottom: 2px solid #fff;
  border-left: 4px solid #fff;
}
.images-section .uc-images ul li:nth-child(3) {
  width: 25%;
  padding-top: 20%;
  border-bottom: 2px solid #fff;
  border-left: 4px solid #fff;
}
.images-section .uc-images ul li:nth-child(4) {
  width: 25%;
  padding-top: 20%;
  border-top: 2px solid #fff;
  border-left: 4px solid #fff;
}
.images-section .uc-images ul li:nth-child(5) {
  width: 25%;
  padding-top: 20%;
  border-top: 2px solid #fff;
  border-left: 4px solid #fff;
}
.products-section h3 {
  font-size: 52px;
  color: #141620;
  letter-spacing: -1px;
  font-family: 'Acherus';
  font-weight: 300;
  text-align: center;
  margin-bottom: 80px;
  margin-top: 180px;
  line-height: 1.25em;
}
.products-section h3 strong {
  font-family: 'Acherus';
  font-weight: 900;
}
.products-section .products {
  list-style: none;
  width: 100%;
}
.products-section .products > li {
  float: left;
  width: 33.33333%;
  padding: 10px;
}
.products-section .products > li a {
  text-decoration: none;
}
.products-section .products > li .product {
  background: rgba(18, 221, 114, 0.05);
  border-radius: 0;
  padding: 80px 60px;
  color: #141620;
  position: relative;
  overflow: hidden;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.products-section .products > li .product .text-blocks {
  width: 1000%;
}
.products-section .products > li .product .text-blocks .abs-text {
  float: left;
  width: 10%;
}
.products-section .products > li .product .text-blocks .abs-text.infos {
  opacity: 0;
  -webkit-transition: 800ms max-height cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms max-height cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms max-height cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms max-height cubic-bezier(0.86, 0, 0.07, 1);
  max-height: 0;
}
.products-section .products > li .product .icon-turfgrass {
  color: #12DD72;
  font-size: 60px;
  margin-bottom: 50px;
  display: block;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.products-section .products > li .product .icon-back {
  position: absolute;
  font-size: 24px;
  color: #fff;
  right: 40px;
  top: 80px;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  opacity: 0;
}
.products-section .products > li .product .product-logo {
  height: 55px;
  display: block;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.products-section .products > li .product .preview {
  font-family: 'Sailec';
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 20px;
  color: #626262;
  -webkit-transition: 800ms color cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms color cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms color cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms color cubic-bezier(0.86, 0, 0.07, 1);
}
.products-section .products > li .product .preview .data {
  float: left;
  font-family: AcherusGrotesque-Bold;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  line-height: 39px;
  margin-right: 30px;
  margin-bottom: 10px;
}
.products-section .products > li .product .preview .data:nth-child(2) {
  margin-bottom: 30px;
}
.products-section .products > li .product .preview .data i {
  color: #12DD72;
  margin-right: 10px;
}
.products-section .products > li .product .preview li {
  margin-bottom: 0;
}
.products-section .products > li .product .preview li:before {
  margin-right: 5px;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.products-section .products > li .product .infos {
  width: 100%;
  margin-top: 70px;
  overflow: hidden;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  max-height: 0;
}
.products-section .products > li .product .infos ul {
  list-style: none;
  width: 100%;
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  /* note that you have @trasnform here */
  -webkit-transform: translateY(400px);
  -moz-transform: translateY(400px);
  -ms-transform: translateY(400px);
  /* note that you have @trasnform here */
  -o-transform: translateY(400px);
  transform: translateY(400px);
}
.products-section .products > li .product .infos ul li {
  float: left;
  width: 33.3333%;
  opacity: 0;
  color: #141620;
  font-size: 20px;
  font-weight: 800;
  font-family: 'Acherus';
  padding-bottom: 30px;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(80px);
  -moz-transform: translateY(80px);
  -ms-transform: translateY(80px);
  /* note that you have @trasnform here */
  -o-transform: translateY(80px);
  transform: translateY(80px);
  -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.products-section .products > li .product .infos ul li:nth-child(1) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.products-section .products > li .product .infos ul li:nth-child(2) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.products-section .products > li .product .infos ul li:nth-child(3) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}
.products-section .products > li .product .infos ul li:nth-child(4) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}
.products-section .products > li .product .infos ul li:nth-child(5) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
.products-section .products > li .product .infos ul li:nth-child(6) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.products-section .products > li .product .infos ul li i {
  color: #12DD72;
  font-size: 24px;
}
.products-section .products > li .product .infos ul li label {
  display: block;
  font-family: 'Acherus';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 24px;
  margin-top: 5px;
}
.products-section .products > li .product .infos .info-text {
  font-family: 'Sailec';
  font-weight: normal;
  font-size: 16px;
  color: #626262;
  letter-spacing: 0;
  line-height: 28px;
  margin-top: 20px;
  opacity: 0;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(200px);
  -moz-transform: translateY(200px);
  -ms-transform: translateY(200px);
  /* note that you have @trasnform here */
  -o-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  transition-delay: 1400ms;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.products-section .products > li .product .infos .info-text h4 {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 20px;
  color: #141620;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 10px;
}
.products-section .products > li .product .bottom-data {
  position: absolute;
  bottom: -75px;
  left: 35px;
  right: 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 25px 0;
  font-family: 'Sailec';
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-transform: uppercase;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  text-align: right;
}
.products-section .products > li .product:not(.no-hover):not(.active):hover {
  background: #12DD72;
  border-radius: 24px;
  color: #fff;
  padding-bottom: 100px;
  box-shadow: 0 40px 100px 0 rgba(0, 0, 0, 0.07);
}
.products-section .products > li .product:not(.no-hover):not(.active):hover .icon-turfgrass {
  color: #fff;
}
.products-section .products > li .product:not(.no-hover):not(.active):hover .product-logo {
  filter: brightness(20);
}
.products-section .products > li .product:not(.no-hover):not(.active):hover .preview {
  color: #fff;
}
.products-section .products > li .product:not(.no-hover):not(.active):hover .preview li:before {
  color: #fff;
}
.products-section .products > li .product:not(.no-hover):not(.active):hover .bottom-data {
  bottom: 0;
}
.products-section .products > li .product.active {
  background: #fff;
  border-radius: 24px;
  color: #fff;
  box-shadow: 0 40px 100px 0 rgba(0, 0, 0, 0.07);
  height: auto !important;
}
.products-section .products > li .product.active .icon-turfgrass {
  color: #12DD72;
}
.products-section .products > li .product.active .icon-back {
  color: #12DD72;
  top: 40px;
  opacity: 1;
}
.products-section .products > li .product.active .product-logo {
  margin-top: -105px;
  filter: brightness(0);
  margin-left: 75px;
  height: 50px;
}
.products-section .products > li .product.active .preview li {
  color: #fff;
}
.products-section .products > li .product.active .preview li:before {
  color: #fff;
}
.products-section .products > li .product.active .text-blocks {
  margin-left: -100%;
}
.products-section .products > li .product.active .text-blocks .abs-text.preview {
  opacity: 0;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.products-section .products > li .product.active .text-blocks .abs-text.infos {
  opacity: 1;
  -webkit-transition-delay: 0ms;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -ms-transition-delay: 0ms;
  transition-delay: 0ms;
  max-height: 600px;
}
.products-section .products > li .product.active .infos {
  display: block;
  margin-top: 70px;
  max-height: 100%;
  max-height: 800px;
}
.products-section .products > li .product.active .infos ul {
  /* note that you have @trasnform here */
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  /* note that you have @trasnform here */
  -o-transform: translateY(0px);
  transform: translateY(0px);
}
.products-section .products > li .product.active .infos ul li {
  opacity: 1;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  /* note that you have @trasnform here */
  -o-transform: translateY(0);
  transform: translateY(0);
}
.products-section .products > li .product.active .infos ul li:nth-child(1) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  transition-delay: 200ms;
}
.products-section .products > li .product.active .infos ul li:nth-child(2) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  transition-delay: 400ms;
}
.products-section .products > li .product.active .infos ul li:nth-child(3) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  transition-delay: 600ms;
}
.products-section .products > li .product.active .infos ul li:nth-child(4) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  transition-delay: 800ms;
}
.products-section .products > li .product.active .infos ul li:nth-child(5) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
.products-section .products > li .product.active .infos ul li:nth-child(6) {
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  transition-delay: 1200ms;
}
.products-section .products > li .product.active .infos .info-text {
  /* note that you have @trasnform here */
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  /* note that you have @trasnform here */
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}
.fertilizer-body .products-section .container {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 100px;
}
.fertilizer-body .products-section .h1 {
  margin-bottom: 80px;
}
.fertilizer-body .products-section .products > li {
  width: 50%;
}
.fertilizer-body .products-section .products > li .product {
  padding: 80px 60px 35px;
}
.fertilizer-body .products-section .products > li .product-text {
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 16px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 30px;
  padding: 30px 90px;
}
.fertilizer-body .products-section .price {
  text-transform: uppercase;
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  letter-spacing: 0;
  text-align: center;
  line-height: 2em;
  margin-bottom: 20px;
  margin-top: 50px;
}
.fertilizer-body .products-section .price span {
  font-size: 42px;
  display: block;
  text-transform: none;
  color: #12DD72;
}
.benefits-section {
  width: 100%;
  background-color: #FAFCFC;
}
.benefits-section h3 {
  font-family: 'Acherus';
  font-weight: 300;
  font-size: 52px;
  color: #141620;
  letter-spacing: -1px;
  margin-bottom: 20px;
  width: 100%;
  text-align: left;
  line-height: 1.25em;
}
.benefits-section h3 strong {
  font-weight: 900;
}
.benefits-section .subtext {
  font-family: 'Sailec';
  font-size: 18px;
  color: #50515B;
  letter-spacing: 0;
  text-align: center;
  line-height: 38px;
  max-width: 860px;
  margin: auto;
  display: table;
}
.benefits-section .benefit-list {
  width: 100%;
  list-style: none;
  max-width: 1300px;
  display: table;
  margin: 100px auto 0;
}
.benefits-section .benefit-list li {
  float: left;
  width: 33.33333%;
}
.benefits-section .benefit-list li .benefit-box {
  padding: 0 100px 50px 0;
  font-family: 'Sailec';
  font-size: 16px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 28px;
}
.benefits-section .benefit-list li .benefit-box img {
  height: 60px;
}
.benefits-section .benefit-list li .benefit-box .title {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 26px;
  color: #141620;
  letter-spacing: -1.08px;
  line-height: 32px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.benefits-section .benefit-list li:nth-child(2) {
  position: relative;
}
.benefits-section .benefit-list li:nth-child(2):before {
  background: url(../images/svg/cross.svg) no-repeat scroll center;
  width: 340px;
  height: 340px;
  position: absolute;
  content: '';
  left: -220px;
  bottom: -170px;
}
.benefits-section .benefit-list li:nth-child(3) {
  position: relative;
}
.benefits-section .benefit-list li:nth-child(3):before {
  background: url(../images/svg/cross.svg) no-repeat scroll center;
  width: 340px;
  height: 340px;
  position: absolute;
  content: '';
  left: -220px;
  bottom: -170px;
}
.benefits-section .benefit-list li:nth-child(4) .benefit-box,
.benefits-section .benefit-list li:nth-child(5) .benefit-box,
.benefits-section .benefit-list li:nth-child(6) .benefit-box {
  padding: 50px 100px 0px 0;
}
.benefits-section .illustration {
  height: 37.5em;
  position: relative;
  width: 100%;
  margin-bottom: 150px;
  font-size: 16px;
}
.benefits-section .illustration .roll {
  width: 24.875em;
  height: 24.438em;
  background: url(../images/svg/roll.svg) no-repeat scroll center center transparent;
  background-size: contain;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  /* note that you have @trasnform here */
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.benefits-section .illustration .data {
  position: absolute;
  z-index: 1;
  font-family: 'Sailec';
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1em;
  font-size: 1em;
  color: #141620;
}
.benefits-section .illustration .data img {
  margin-left: -0.938em;
  width: 60px;
  height: 60px;
}
.benefits-section .illustration .data label {
  text-transform: uppercase;
  display: block;
  font-size: 0.938em;
  color: #84939A;
  font-weight: bold;
  line-height: 1em;
}
.benefits-section .illustration .data .text {
  font-size: 2.875em;
  line-height: 1em;
}
.benefits-section .illustration .data:after {
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: '';
}
.benefits-section .illustration .data.data1 {
  right: 50%;
  top: 50%;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(calc(-100% - 6.25em)) translateY(-7em);
  -moz-transform: translateX(calc(-100% - 6.25em)) translateY(-7em);
  -ms-transform: translateX(calc(-100% - 6.25em)) translateY(-7em);
  /* note that you have @trasnform here */
  -o-transform: translateX(calc(-100% - 6.25em)) translateY(-7em);
  transform: translateX(calc(-100% - 6.25em)) translateY(-7em);
}
.benefits-section .illustration .data.data1:after {
  background-image: url(../images/svg/path5.svg);
  width: 13.813em;
  height: 8.625em;
  top: -5em;
  left: 5em;
}
.benefits-section .illustration .data.data2 {
  left: 50%;
  top: 50%;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(calc(100% + 4.375em)) translateY(-17em);
  -moz-transform: translateX(calc(100% + 4.375em)) translateY(-17em);
  -ms-transform: translateX(calc(100% + 4.375em)) translateY(-17em);
  /* note that you have @trasnform here */
  -o-transform: translateX(calc(100% + 4.375em)) translateY(-17em);
  transform: translateX(calc(100% + 4.375em)) translateY(-17em);
}
.benefits-section .illustration .data.data2:after {
  background-image: url(../images/svg/path2.svg);
  width: 11.563em;
  height: 8.188em;
  top: 1.875em;
  right: 8.75em;
}
.benefits-section .illustration .data.data3 {
  right: 50%;
  top: 50%;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(calc(-100% - 15.625em)) translateY(16em);
  -moz-transform: translateX(calc(-100% - 15.625em)) translateY(16em);
  -ms-transform: translateX(calc(-100% - 15.625em)) translateY(16em);
  /* note that you have @trasnform here */
  -o-transform: translateX(calc(-100% - 15.625em)) translateY(16em);
  transform: translateX(calc(-100% - 15.625em)) translateY(16em);
}
.benefits-section .illustration .data.data3:after {
  background-image: url(../images/svg/path3.svg);
  width: 25.5em;
  height: 8em;
  top: -7.5em;
  left: 3.75em;
}
.benefits-section .illustration .data.data4 {
  right: 50%;
  top: 50%;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(100%) translateY(17em);
  -moz-transform: translateX(100%) translateY(17em);
  -ms-transform: translateX(100%) translateY(17em);
  /* note that you have @trasnform here */
  -o-transform: translateX(100%) translateY(17em);
  transform: translateX(100%) translateY(17em);
}
.benefits-section .illustration .data.data4:after {
  background-image: url(../images/svg/path4.svg);
  width: 1.875em;
  height: 7.438em;
  top: -6.875em;
  left: 3.125em;
}
.benefits-section .illustration .data.data5 {
  right: 50%;
  bottom: 50%;
  /* note that you have @trasnform here */
  -webkit-transform: translateX(calc(100% + 21.875em)) translateY(20em);
  -moz-transform: translateX(calc(100% + 21.875em)) translateY(20em);
  -ms-transform: translateX(calc(100% + 21.875em)) translateY(20em);
  /* note that you have @trasnform here */
  -o-transform: translateX(calc(100% + 21.875em)) translateY(20em);
  transform: translateX(calc(100% + 21.875em)) translateY(20em);
}
.benefits-section .illustration .data.data5:after {
  background-image: url(../images/svg/path1.svg);
  width: 14.563em;
  height: 9.5em;
  top: -6.25em;
  right: 9.375em;
}
.benefits-section .data-field {
  float: left;
  width: auto;
  padding-right: 150px;
  font-family: 'Acherus';
  font-size: 46px;
  color: #12DD72;
  line-height: 1em;
  font-weight: 900;
  margin-top: 60px;
}
.benefits-section .data-field label {
  font-size: 15px;
  font-family: 'Sailec';
  font-weight: bold;
  line-height: 30px;
  text-transform: uppercase;
  line-height: 1em;
  display: block;
  color: #141620;
}
.benefits-section .data-field p {
  font-family: 'Sailec';
  font-weight: normal;
  font-size: 16px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 26px;
  margin-top: 15px;
}
.about-section,
.fertilizer-section {
  position: relative;
}
.about-section .h1-sub,
.fertilizer-section .h1-sub {
  margin: 100px 0 110px;
  width: 100%;
  font-family: 'Acherus';
  font-weight: 500;
  font-size: 42px;
  color: #141620;
  letter-spacing: -1px;
  line-height: 71px;
  max-width: 1050px;
  text-align: left;
}
.about-section .header-text,
.fertilizer-section .header-text {
  font-family: 'Sailec';
  font-weight: normal;
  font-size: 15px;
  color: #50515B;
  letter-spacing: 0;
  line-height: 31px;
  max-width: 1000px;
  float: right;
  column-count: 2;
  column-gap: 100px;
  margin-bottom: 150px;
}
.about-section .scroll-down,
.fertilizer-section .scroll-down {
  left: 200px;
  font-size: 150px;
  color: #12DD72;
  position: absolute;
  bottom: 0;
  -webkit-transition: 1500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 1500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 1500ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 1500ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.about-section.fertilizer-section .header-text,
.fertilizer-section.fertilizer-section .header-text {
  float: left;
  column-count: 1;
  column-gap: 0px;
}
.about-section.fertilizer-section .scroll-down,
.fertilizer-section.fertilizer-section .scroll-down {
  left: auto;
  right: 200px;
}
.fertilizer-body .content-list {
  margin-top: 0;
}
.chart {
  font-family: 'Sailec';
  font-size: 16px;
  color: #626262;
  letter-spacing: 0;
  line-height: 1em;
  text-align: center;
}
.chart h3 {
  font-family: 'Acherus';
  font-weight: bold;
  font-size: 32px;
  color: #141620;
  letter-spacing: -0.5px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1.25em;
}
.chart legend {
  display: block;
  width: 100%;
  background: #93A0A6;
  font-family: 'Sailec';
  font-size: 20px;
  color: #141620;
}
.chart legend .left {
  float: left;
}
.chart legend .right {
  float: right;
}
.chart legend .right i {
  margin-right: 10px;
}
.chart legend .right span {
  margin-left: 40px;
  display: inline-block;
}
.chart legend .right span:nth-child(2) i {
  color: #12DD72;
}
.chart img {
  max-width: 100%;
  margin-top: 40px;
}
.about-images {
  margin-bottom: 150px;
}
.about-images .image2 {
  background: url(../images/about-us-image2.png) no-repeat scroll center center transparent;
  background-size: cover;
  width: 50%;
  padding-top: 65%;
  float: left;
  border: 3px solid #fff;
}
.about-images .image1 {
  background: url(../images/about-us-image1.png) no-repeat scroll center center transparent;
  background-size: cover;
  width: 50%;
  padding-top: 65%;
  /* note that you have @trasnform here */
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  /* note that you have @trasnform here */
  -o-transform: translateY(20%);
  transform: translateY(20%);
  float: left;
  border: 3px solid #fff;
}
.about-images .image3 {
  background: url(../images/about-us-image3.png) no-repeat scroll center center transparent;
  background-size: cover;
  width: 30%;
  padding-top: 30%;
  margin-right: 20%;
  float: right;
  border: 3px solid #fff;
}
.team-members-container {
  margin: 100px auto 150px;
  width: 100%;
}
.team-members-container .team-members {
  list-style: none;
  width: 100%;
}
.team-members-container .team-members li {
  float: left;
  width: 25%;
  padding: 10px;
}
.team-members-container .team-members li .member {
  width: 100%;
}
.team-members-container .team-members li .member .img {
  width: 142px;
  height: 142px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  margin-bottom: 20px;
}
.team-members-container .team-members li .member .img:before {
  background: url(../images/svg/member-before.svg) no-repeat scroll top left transparent;
  background-size: contain;
  width: 135px;
  height: 210px;
  position: absolute;
  left: 3px;
  top: 3px;
  content: '';
}
.team-members-container .team-members li .member .name {
  font-family: 'Sailec';
  font-weight: 500;
  font-size: 22px;
  color: #141620;
  letter-spacing: 0;
  line-height: 34px;
  padding-left: 20px;
}
.team-members-container .team-members li .member .title {
  font-family: 'Sailec';
  font-weight: 300;
  font-size: 16px;
  color: #50515B;
  letter-spacing: 0;
  margin-top: 5px;
  padding-left: 20px;
}
.garden-body .benefits-section h3 {
  text-align: center;
}
.covid-btn {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 97;
  -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
}
.covid-btn.hide {
  right: -500px;
}
.covid-btn a {
  border-radius: 40px;
  height: 80px;
  padding: 0 30px 0 80px;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.23);
  background: url(../images/svg/bell.svg) no-repeat scroll center left 30px #12DD72;
  display: inline-block;
  text-decoration: none;
  line-height: 80px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}
@media screen and (max-width: 1460px) {
  .references-section .references-slider-container .slider li .image .title {
    font-size: 30px;
    line-height: 32px;
  }
  .references-section .references-slider-container .slider li .image .title span {
    font-size: 18px;
    line-height: 26px;
  }
  .about-section .h1-sub,
  .fertilizer-section .h1-sub {
    font-size: 32px;
    line-height: 50px;
  }
  .about-section .scroll-down,
  .fertilizer-section .scroll-down {
    left: 40px;
  }
  .about-section .header-text,
  .fertilizer-section .header-text {
    width: 90%;
  }
  .blogs-container .blog .image .text .title {
    font-size: 50px;
  }
  .blogs-container .blog .image .text {
    font-size: 18px;
    line-height: 32px;
  }
  .blogs-container .blog .image .text .btn {
    margin-top: 30px;
  }
  .blog-row .blog .text {
    font-size: 14px;
    line-height: 26px;
  }
  .blog-row .blog .text .title {
    font-size: 22px;
    line-height: 34px;
  }
  .blog-row .blog .image {
    padding-top: 80%;
  }
  .blog-row .blog {
    padding: 20px;
  }
}
@media screen and (max-width: 1390px) {
  .project-grid ul li:nth-child(2n+1) {
    padding-right: 40px;
  }
  .project-grid ul li:nth-child(2n+0) {
    padding-left: 40px;
  }
  .contact-form {
    width: 560px;
    margin-top: -40%;
    padding: 40px 35px;
  }
  .contact-form #contact-form h2 {
    margin-bottom: 30px;
    font-size: 36px;
  }
  .contact-row .col .contact-text {
    max-width: calc(100vw - 750px);
  }
  .usecase-header .row .col h1 {
    font-size: 100px;
  }
  .usecase-header .row .col .h1-sub {
    font-size: 26px;
    line-height: 1.5em;
  }
  .usecase-header .row .col .image1 {
    width: 60%;
    padding-top: 75%;
  }
  .usecase-header .row .col .image2 {
    padding-top: 50%;
    width: 40%;
    left: 10%;
    bottom: 10% !important;
  }
  .usecase-header .row .col .turfgrass-logo {
    /* note that you have @trasnform here */
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    /* note that you have @trasnform here */
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  .content-list {
    margin-top: 50px;
  }
  .content-list li.green,
  .content-list li:nth-child(2n+1).green {
    margin-top: 50px;
    margin-bottom: 100px;
    background: #F2FDF7;
  }
  .content-list li .content-row .col {
    font-size: 16px;
    line-height: 1.75em;
  }
  .content-list li .content-row .col.padding-left {
    padding: 50px 0 50px 50px;
  }
  .content-list li .content-row .col.padding-right {
    padding: 50px 50px 50px 0;
  }
  .content-list li .content-row .col strong {
    line-height: inherit;
  }
  .content-list li .content-row .col .image {
    padding-top: 100%;
  }
  .content-list li .content-row .col hr {
    margin: 20px 0;
  }
  .content-list li .content-row .col h2 {
    line-height: 42px;
    margin-bottom: 20px;
  }
  .content-list li.green {
    margin-top: 50px;
  }
  .content-list li.green .content-row .col.col.text-content {
    /*padding:50px 50px 50px 0;*/
  }
  .content-list li:nth-child(2n+0) .content-row .col.text-content {
    padding: 50px 50px 50px 0px;
  }
  .content-list li:nth-child(2n+1).green {
    margin-bottom: 0;
  }
  .content-list li:nth-child(2n+1).green .content-row .col.text-content {
    padding: 50px 0 50px 50px;
  }
  .text-content p {
    margin: 0 0 20px 0;
  }
  .garden-body .benefits-section h3 {
    font-size: 36px;
  }
  .garden-body .benefits-section .subtext {
    font-size: 16px;
    line-height: 1.75em;
  }
  .features-section {
    padding: 100px 0 100px;
  }
  .latest-blogs-section {
    padding: 100px 0 100px;
  }
  .latest-blogs-section .row .col .latest-blogs .blog .text {
    font-size: 16px;
    line-height: 2em;
    padding: 30px;
  }
  .latest-blogs-section .row .col > .title {
    font-size: 40px;
  }
  .faq-group-section .faq-groups ul,
  .services-section .faq-groups ul,
  .faq-group-section .services.services ul,
  .services-section .services.services ul {
    display: table;
    margin: auto;
    width: auto;
  }
  .faq-group-section .faq-groups ul li,
  .services-section .faq-groups ul li,
  .faq-group-section .services.services ul li,
  .services-section .services.services ul li {
    width: 120px;
  }
  .faq-group-section .faq-groups ul li .faq-group,
  .services-section .faq-groups ul li .faq-group,
  .faq-group-section .services.services ul li .faq-group,
  .services-section .services.services ul li .faq-group,
  .faq-group-section .faq-groups ul li .service,
  .services-section .faq-groups ul li .service,
  .faq-group-section .services.services ul li .service,
  .services-section .services.services ul li .service {
    font-size: 14px;
    padding: 25px 5px;
  }
  .benefits-section .row .col ul li .benefit-box .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 1280px) {
  .blogs-container .blog .image .text {
    bottom: 40px;
    right: 40px;
    left: 40px;
  }
}
@media screen and (max-width: 1180px) {
  footer .footer-top .footer-row .footer-col {
    width: 50%;
    margin-bottom: 60px;
    padding-right: 60px;
  }
  footer .footer-top .footer-row .footer-col:nth-child(1) {
    width: 50%;
    padding-right: 60px;
  }
  footer .help .help-col:nth-child(1) .title {
    font-size: 34px;
    margin-bottom: 10px;
  }
  footer .help .help-col .col {
    padding: 30px 0 30px 30px;
  }
  section.video-section .big-icon {
    height: 400px;
    width: 305px;
  }
  section.video-section .big-icon .play-btn {
    width: 120px;
    height: 120px;
    top: 206px;
    right: -16px;
  }
  .home-div .intro {
    width: calc(100% - 300px);
  }
  h1,
  .h1 {
    font-size: 60px;
  }
  .benefits-section .row .col .text .title {
    font-size: 40px;
  }
  .benefits-section .row .col ul li .benefit-box .title {
    font-size: 14px;
    height: 30px;
  }
  .benefits-section .row .col ul li .benefit-box img {
    max-height: 60px;
  }
  .map-section .map-text {
    font-size: 28px;
    line-height: 46px;
    left: 80px;
    top: 80px;
  }
  .map-section .map-scrolling {
    left: 80px;
    bottom: 80px;
    font-size: 18px;
    line-height: 22px;
  }
  .benefits-section .illustration {
    font-size: 14px;
  }
  .contact-form {
    margin-top: -45%;
  }
  .faq-group-section.services-section,
  .services-section.services-section .services {
    margin-top: 50px;
  }
  .team-members-container .team-members li .member .name {
    font-size: 18px;
    line-height: 26px;
  }
  .team-members-container .team-members li .member .title {
    font-size: 14px;
  }
  .about-section .h1-sub,
  .fertilizer-section .h1-sub {
    margin: 60px 0;
  }
  .about-section .header-text,
  .fertilizer-section .header-text {
    width: 80%;
    column-gap: 60px;
    font-size: 14px;
    line-height: 26px;
  }
  .products-section .products > li .product {
    padding: 60px 40px 80px;
  }
  .products-section .products > li .product .product-logo {
    height: 45px;
  }
  .products-section .products > li .product .icon-turfgrass {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .products-section .products > li .product .infos .info-text {
    font-size: 14px;
    line-height: 1.5em;
  }
  .products-section .products > li .product.active .product-logo {
    height: 30px;
    margin-left: 55px;
    margin-top: -80px;
  }
  .content-list li .content-row .col h2 {
    line-height: 1.25em;
    font-size: 32px;
  }
  .content-list li.green {
    margin-bottom: 0;
  }
  .content-list li.green .turfgrass-logo {
    width: 450px;
    height: 525px;
    bottom: 0;
  }
  .benefits-section .data-field {
    font-size: 36px;
  }
}
@media screen and (max-width: 1024px) {
  footer .help .help-col:nth-child(1) {
    border: none;
  }
  footer .help .help-col:nth-child(1) .title {
    font-size: 26px;
  }
  .home-section .row .col .text {
    font-size: 16px;
    line-height: 28px;
    padding: 80px 20%;
  }
  .home-section .row .col .text .title {
    font-size: 36px;
    line-height: 42px;
  }
  .home-section .row .col .text .btn {
    margin-top: 20px;
  }
  .features-section {
    padding: 100px 0;
  }
  .features-section .title {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .features-section .row .col .feature {
    font-size: 16px;
  }
  .features-section .row .col .feature .title {
    font-size: 32px;
  }
  .features-section .row .col .feature .image-container {
    /* note that you have @trasnform here */
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    /* note that you have @trasnform here */
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin: 40px auto 20px;
  }
  .benefits-section .illustration {
    font-size: 12px;
  }
  .project-grid ul li .reference-card .reference-card-text {
    padding: 35px 20px 35px 35px;
  }
  .project-grid ul li .reference-card .reference-card-text .left-col {
    display: block;
    width: 100%;
    border-right: none;
  }
  .project-grid ul li .reference-card .reference-card-text .left-col .title {
    font-size: 24px;
  }
  .project-grid ul li .reference-card .reference-card-text .left-col .country {
    font-size: 14px;
  }
  .project-grid ul li .reference-card .reference-card-text .right-col {
    display: block;
    width: 100%;
  }
  .project-grid ul li .reference-card .reference-card-text .right-col .product-image {
    display: block;
    margin: 20px 0;
  }
  .contact-form {
    margin-top: 0;
    float: none;
    display: table;
    margin: auto;
  }
  .contact-row {
    margin-bottom: 50px;
  }
  .contact-row .col .contact-text {
    max-width: 100%;
    font-size: 16px;
    line-height: 2em;
  }
  .products-section .products > li .product {
    padding: 50px 30px;
  }
  .products-section .products > li .product .product-logo {
    height: 40px;
  }
  .products-section .products > li .product .icon-turfgrass {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .products-section .products > li .product .preview {
    font-size: 14px;
  }
  .products-section h3 {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .bottom-text-section .container .text-content h3 {
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .content-list li.full .content-row .col.text-content {
    padding: 30px;
    font-size: 16px;
    line-height: 1.75em;
  }
  .content-list li.full .content-row .col.text-content h2 {
    font-size: 30px;
    line-height: 1.5em;
  }
  .content-list li.full .content-row .col.text-content p {
    margin: 0 0 20px 0;
  }
  .content-list li .content-row .col {
    font-size: 14px;
  }
  .content-list li .content-row .col strong {
    font-size: 12px;
  }
  .usecase-section {
    background-size: 40%;
  }
  .usecase-header {
    min-height: 500px;
  }
  .usecase-header .row .col .image2 {
    bottom: auto !important;
    top: 10%;
  }
  .usecase-header .row .col .scroll-down {
    font-size: 100px;
  }
  .usecase-header .row .col .h1-sub {
    font-size: 20px;
  }
  .usecase-header .row .col h1 {
    font-size: 80px;
  }
  .bottom-text-section {
    padding: 50px 0 150px 0;
  }
  menu .menu-inner {
    max-width: 100%;
  }
  .latest-blogs-section {
    padding: 100px 0 50px;
  }
  .latest-blogs-section .row {
    width: 90%;
    margin: auto;
  }
  .latest-blogs-section .row .col {
    width: 100%;
    display: block;
  }
  .latest-blogs-section .row .col .latest-blogs .blog .text {
    font-size: 14px;
  }
  .latest-blogs-section .row .col .latest-blogs .blog .text .title {
    font-size: 24px;
  }
  .latest-blogs-section .row .col .latest-blogs .blog:nth-child(2) {
    margin-top: 0;
  }
  .latest-blogs-section .row .col .latest-blogs .blog:nth-child(1) {
    margin-top: 0;
  }
  .latest-blogs-section .row .col:nth-child(1) {
    width: 100%;
  }
  .latest-blogs-section .row .col:nth-child(2) {
    width: 100%;
  }
  .latest-blogs-section .row .col > .title {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
  .answers-section .answer-groups > ul > li > ul > li .question,
  .services-contents-section .answer-groups > ul > li > ul > li .question,
  .answers-section .services-contents > ul > li > ul > li .question,
  .services-contents-section .services-contents > ul > li > ul > li .question {
    font-size: 18px;
    padding: 15px 30px;
  }
  .blogs-container .blog .image .text .title {
    font-size: 38px;
  }
  .blogs-container .blog .image .text {
    font-size: 16px;
    line-height: 26px;
  }
  .blogs-container .blog .image .text .date {
    font-size: 12px;
    line-height: 2px;
  }
  .blog-row .blog {
    width: 50%;
  }
  .fertilizer-body .products-section .products > li .product-text {
    padding: 30px;
    font-size: 14px;
  }
  .products-section .products > li .product .preview {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .benefits-section {
    padding: 100px 0;
  }
  .benefits-section .row {
    display: block;
  }
  .benefits-section .row .col {
    width: 100%;
    display: block;
  }
  .benefits-section .row .col:nth-child(1) {
    width: 100%;
  }
  .benefits-section .row .col:nth-child(2) {
    width: 100%;
  }
  .benefits-section .row .col .text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .benefits-section .row .col .text .title {
    text-align: center;
  }
  .benefits-section .row .col ul {
    margin: auto;
    display: table;
  }
  .image-section.image-section-0 .text {
    font-size: 16px;
    line-height: 32px;
    padding: 50px 0 100px;
  }
  .image-section.image-section-0 .text .title {
    font-size: 40px;
    line-height: 50px;
  }
  .references-section .references-slider-container .slider {
    left: -32.5%;
  }
  .references-section .references-slider-container .slider li {
    width: 5.5%;
  }
  .benefits-section .benefit-list li {
    width: 50%;
  }
  .benefits-section .benefit-list li:nth-child(3):before {
    display: none;
  }
  .benefits-section .benefit-list li:nth-child(4) {
    position: relative;
  }
  .benefits-section .benefit-list li:nth-child(4):before {
    background: url(../images/svg/cross.svg) no-repeat scroll center;
    width: 340px;
    height: 340px;
    position: absolute;
    content: '';
    left: -220px;
    bottom: -170px;
  }
  .benefits-section .benefit-list li .benefit-box {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .benefits-section .benefit-list li:nth-child(4) .benefit-box,
  .benefits-section .benefit-list li:nth-child(5) .benefit-box,
  .benefits-section .benefit-list li:nth-child(6) .benefit-box {
    padding: 50px 100px 50px 0;
  }
  .project-grid {
    margin-bottom: 250px;
  }
  .project-grid ul li:nth-child(2n+1) {
    padding-right: 20px;
  }
  .project-grid ul li:nth-child(2n+0) {
    padding-left: 20px;
  }
  .project-list {
    padding-right: 50px;
    width: 50%;
    margin-bottom: 0;
  }
  .project-list:nth-child(3n+2) {
    clear: none;
  }
  .project-list:nth-child(2n+0) {
    clear: left;
  }
  .team-members-container {
    margin: 40px auto;
  }
  .team-members-container .team-members li {
    width: 50%;
    margin: 30px auto;
  }
  .about-section .h1-sub,
  .fertilizer-section .h1-sub {
    font-size: 24px;
    line-height: 40px;
  }
  .about-section .scroll-down,
  .fertilizer-section .scroll-down {
    display: none;
  }
  .about-section .header-text,
  .fertilizer-section .header-text {
    width: 100%;
    margin-bottom: 50px;
  }
  .bottom-text-section {
    padding: 50px 0 150px;
  }
  .blogs-container {
    margin: 80px auto 0;
    display: block;
    width: 90%;
  }
  .blogs-container .blog {
    width: 100%;
    float: none;
    display: block;
  }
  .blogs-container .blog:nth-child(1) {
    padding: 20px 0;
  }
  .blogs-container .blog:nth-child(2) {
    padding: 20px 0;
  }
  .blog-row {
    margin-top: 0;
  }
}
@media screen and (max-width: 860px) {
  .fertilizer-body .products-section .products > li {
    width: 100%;
  }
  header {
    background: #fff;
  }
  footer .help .help-col {
    width: 100%;
    float: none;
    margin-top: 30px;
  }
  footer .help .help-col .col {
    padding: 30px 30px 30px 0;
  }
  .home-div .intro {
    padding-top: 40px;
    padding-bottom: 130px;
    width: 100%;
  }
  .home-div .intro .subtext {
    width: calc(100% - 300px);
  }
  .home-section .row .col .text {
    padding: 50px 20%;
  }
  .image-section.image-section-0 .text {
    padding: 50px 0 180px;
  }
  .map-section {
    height: 800px;
  }
  .map-section .map {
    /* note that you have @trasnform here */
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    /* note that you have @trasnform here */
    -o-transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: right top;
  }
  .map-section .map-text {
    left: 60px;
    top: 60px;
  }
  .benefits-section .illustration {
    font-size: 10px;
  }
  .services-section .services.services ul,
  .faq-group-section .services.services ul,
  .services-section .faq-groups ul,
  .faq-group-section .faq-groups ul {
    width: 100%;
  }
  .services-section .services.services ul li,
  .faq-group-section .services.services ul li,
  .services-section .faq-groups ul li,
  .faq-group-section .faq-groups ul li {
    width: 100%;
    display: none;
  }
  .services-section .services.services ul li .service,
  .faq-group-section .services.services ul li .service,
  .services-section .faq-groups ul li .service,
  .faq-group-section .faq-groups ul li .service,
  .services-section .services.services ul li .faq-group,
  .faq-group-section .services.services ul li .faq-group,
  .services-section .faq-groups ul li .faq-group,
  .faq-group-section .faq-groups ul li .faq-group {
    padding: 22px 25px;
    font-family: 'Acherus';
    font-weight: bold;
    font-size: 22px;
    color: #141620;
    letter-spacing: -0.46px;
    text-align: left;
    position: relative;
  }
  .services-section .services.services ul li .service .image,
  .faq-group-section .services.services ul li .service .image,
  .services-section .faq-groups ul li .service .image,
  .faq-group-section .faq-groups ul li .service .image,
  .services-section .services.services ul li .faq-group .image,
  .faq-group-section .services.services ul li .faq-group .image,
  .services-section .faq-groups ul li .faq-group .image,
  .faq-group-section .faq-groups ul li .faq-group .image {
    float: left;
    margin-right: 25px;
  }
  .services-section .services.services ul li.active,
  .faq-group-section .services.services ul li.active,
  .services-section .faq-groups ul li.active,
  .faq-group-section .faq-groups ul li.active {
    display: inline-block;
  }
  .services-section .services.services ul li.active .service,
  .faq-group-section .services.services ul li.active .service,
  .services-section .faq-groups ul li.active .service,
  .faq-group-section .faq-groups ul li.active .service,
  .services-section .services.services ul li.active .faq-group,
  .faq-group-section .services.services ul li.active .faq-group,
  .services-section .faq-groups ul li.active .faq-group,
  .faq-group-section .faq-groups ul li.active .faq-group {
    background: #fff;
    color: #141620;
    background: #FFFFFF;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.08);
  }
  .services-section .services.services ul li.active .service:after,
  .faq-group-section .services.services ul li.active .service:after,
  .services-section .faq-groups ul li.active .service:after,
  .faq-group-section .faq-groups ul li.active .service:after,
  .services-section .services.services ul li.active .faq-group:after,
  .faq-group-section .services.services ul li.active .faq-group:after,
  .services-section .faq-groups ul li.active .faq-group:after,
  .faq-group-section .faq-groups ul li.active .faq-group:after {
    content: '\e905';
    font-family: 'turfgrass';
    color: #12DD72;
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 50%;
    /* note that you have @trasnform here */
    -webkit-transform: translateY(-50%) rotate(0deg);
    -moz-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    /* note that you have @trasnform here */
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    -webkit-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 300ms all cubic-bezier(0.86, 0, 0.07, 1);
  }
  .services-section .services.services ul li.active .service .image .image-inner img,
  .faq-group-section .services.services ul li.active .service .image .image-inner img,
  .services-section .faq-groups ul li.active .service .image .image-inner img,
  .faq-group-section .faq-groups ul li.active .service .image .image-inner img,
  .services-section .services.services ul li.active .faq-group .image .image-inner img,
  .faq-group-section .services.services ul li.active .faq-group .image .image-inner img,
  .services-section .faq-groups ul li.active .faq-group .image .image-inner img,
  .faq-group-section .faq-groups ul li.active .faq-group .image .image-inner img {
    filter: none;
  }
  .services-section .services.services.opened ul li.active .service:after,
  .faq-group-section .services.services.opened ul li.active .service:after,
  .services-section .faq-groups.opened ul li.active .service:after,
  .faq-group-section .faq-groups.opened ul li.active .service:after {
    /* note that you have @trasnform here */
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    /* note that you have @trasnform here */
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
  .contact-row {
    margin-bottom: 0;
  }
  .contact-row .col {
    display: block;
  }
  .contact-row .col.col-map {
    width: 100%;
  }
  .contact-row .col.col-text {
    width: 100%;
    padding: 50px 5%;
  }
  .contact-row .col .contact-text {
    padding: 0 5%;
  }
  .contact-form {
    width: 100%;
    max-width: 100%;
  }
  .contact-class .container {
    width: 100%;
  }
  .products-section .products > li {
    width: 50%;
  }
  .products-section .products > li:nth-child(3) {
    width: 100%;
  }
  .products-section .products > li:nth-child(3) .product {
    height: auto !important;
  }
  .content-list li.full .container {
    width: 100%;
  }
  .content-list li.full .content-row {
    padding: 0;
    display: block;
  }
  .content-list li.full .content-row .col {
    display: block;
    width: 100%;
  }
  .content-list li.full .content-row .col.text-content {
    background: rgba(20, 22, 32, 0.4);
    padding: 100px 30px;
  }
  .benefits-section {
    padding: 50px 0;
  }
  .benefits-section .benefit-list {
    margin: 50px auto 0;
  }
  .benefits-section .data-field {
    font-size: 28px;
  }
  menu .menu-inner {
    padding: 100px 50px;
  }
  menu .menu-inner .menu-container .menu-box .submenu-container {
    padding-left: 50px;
  }
  menu .menu-inner .menu-container .menu-box ul {
    max-width: 360px;
  }
  .text-content h2 {
    font-size: 24px;
    line-height: 1.25em;
    margin-bottom: 10px;
  }
  .text-content h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .answers-section.services-contents-section,
  .services-contents-section.services-contents-section {
    padding: 30px 0;
  }
  .answers-section.services-contents-section .container,
  .services-contents-section.services-contents-section .container {
    width: 100%;
  }
  .answers-section .answer-groups.services-contents > ul > li > ul > li,
  .services-contents-section .answer-groups.services-contents > ul > li > ul > li,
  .answers-section .services-contents.services-contents > ul > li > ul > li,
  .services-contents-section .services-contents.services-contents > ul > li > ul > li {
    padding: 0;
  }
  .answers-section .answer-groups > ul > li > ul > li .inner .row .col,
  .services-contents-section .answer-groups > ul > li > ul > li .inner .row .col,
  .answers-section .services-contents > ul > li > ul > li .inner .row .col,
  .services-contents-section .services-contents > ul > li > ul > li .inner .row .col {
    display: table-header-group;
  }
  .answers-section .answer-groups > ul > li > ul > li .inner .row .col.col-text,
  .services-contents-section .answer-groups > ul > li > ul > li .inner .row .col.col-text,
  .answers-section .services-contents > ul > li > ul > li .inner .row .col.col-text,
  .services-contents-section .services-contents > ul > li > ul > li .inner .row .col.col-text {
    display: table-cell;
  }
  .answers-section .answer-groups > ul > li > ul > li .inner .row .col .image,
  .services-contents-section .answer-groups > ul > li > ul > li .inner .row .col .image,
  .answers-section .services-contents > ul > li > ul > li .inner .row .col .image,
  .services-contents-section .services-contents > ul > li > ul > li .inner .row .col .image {
    padding-top: 56%;
  }
  .answers-section .answer-groups > ul > li > ul > li .inner .row .col.col-text,
  .services-contents-section .answer-groups > ul > li > ul > li .inner .row .col.col-text,
  .answers-section .services-contents > ul > li > ul > li .inner .row .col.col-text,
  .services-contents-section .services-contents > ul > li > ul > li .inner .row .col.col-text {
    padding: 50px 30px;
  }
  .answers-section .answer-groups > ul > li > ul > li .inner .row.left .col.col-text,
  .services-contents-section .answer-groups > ul > li > ul > li .inner .row.left .col.col-text,
  .answers-section .services-contents > ul > li > ul > li .inner .row.left .col.col-text,
  .services-contents-section .services-contents > ul > li > ul > li .inner .row.left .col.col-text {
    padding: 50px 30px;
  }
  .services-section .services ul li,
  .faq-group-section .services ul li,
  .services-section .services.services ul li,
  .faq-group-section .services.services ul li,
  .services-section .faq-groups ul li,
  .faq-group-section .faq-groups ul li {
    -webkit-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
    -ms-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: 800ms all cubic-bezier(0.86, 0, 0.07, 1);
  }
  .services-section .services ul li:not(.active) .service,
  .faq-group-section .services ul li:not(.active) .service,
  .services-section .services.services ul li:not(.active) .service,
  .faq-group-section .services.services ul li:not(.active) .service,
  .services-section .faq-groups ul li:not(.active) .service,
  .faq-group-section .faq-groups ul li:not(.active) .service,
  .services-section .services ul li:not(.active) .faq-group,
  .faq-group-section .services ul li:not(.active) .faq-group,
  .services-section .services.services ul li:not(.active) .faq-group,
  .faq-group-section .services.services ul li:not(.active) .faq-group,
  .services-section .faq-groups ul li:not(.active) .faq-group,
  .faq-group-section .faq-groups ul li:not(.active) .faq-group {
    border-radius: 0;
    margin-top: -9px;
  }
  .services-section .services ul li:last-child .service,
  .faq-group-section .services ul li:last-child .service,
  .services-section .services.services ul li:last-child .service,
  .faq-group-section .services.services ul li:last-child .service,
  .services-section .faq-groups ul li:last-child .service,
  .faq-group-section .faq-groups ul li:last-child .service,
  .services-section .services ul li:last-child .faq-group,
  .faq-group-section .services ul li:last-child .faq-group,
  .services-section .services.services ul li:last-child .faq-group,
  .faq-group-section .services.services ul li:last-child .faq-group,
  .services-section .faq-groups ul li:last-child .faq-group,
  .faq-group-section .faq-groups ul li:last-child .faq-group {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .services-section .services.opened ul li,
  .faq-group-section .services.opened ul li,
  .services-section .services.services.opened ul li,
  .faq-group-section .services.services.opened ul li,
  .services-section .faq-groups.opened ul li,
  .faq-group-section .faq-groups.opened ul li {
    display: block;
  }
  .services-section .services.opened ul li:first-child .service,
  .faq-group-section .services.opened ul li:first-child .service,
  .services-section .services.services.opened ul li:first-child .service,
  .faq-group-section .services.services.opened ul li:first-child .service,
  .services-section .faq-groups.opened ul li:first-child .service,
  .faq-group-section .faq-groups.opened ul li:first-child .service,
  .services-section .services.opened ul li:first-child .faq-group,
  .faq-group-section .services.opened ul li:first-child .faq-group,
  .services-section .services.services.opened ul li:first-child .faq-group,
  .faq-group-section .services.services.opened ul li:first-child .faq-group,
  .services-section .faq-groups.opened ul li:first-child .faq-group,
  .faq-group-section .faq-groups.opened ul li:first-child .faq-group {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .article-section .article-image {
    padding-top: 56%;
  }
  .article-section .article-row .col {
    display: block;
    padding: 0;
    width: 100%;
    position: relative;
  }
  .article-section .article-row .col:nth-child(1) {
    display: block;
    width: 100%;
    padding: 50px 0;
  }
  .article-section .article-row .col .author .image {
    display: block;
    margin: 0;
    position: absolute;
    width: 45px;
    height: 50px;
    background-size: contain;
  }
  .article-section .article-row .col .author .name {
    text-align: left;
    padding-left: 60px;
  }
  .article-section .article-row .col .author .title {
    text-align: left;
    padding-left: 60px;
  }
  .article-section .article-row .col .date {
    position: absolute;
    top: 50px;
    right: 30px;
    width: auto;
    border: none;
    padding: 0;
    margin: 0;
  }
  .article-section .article-row .col .date .day {
    font-size: 36px;
  }
  .article-section .article-row .col .date .month {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 760px) {
  footer .footer-bottom .copyright {
    width: 100%;
    text-align: center;
    float: none;
  }
  footer .footer-bottom .copyright .created-by {
    margin-left: 0;
  }
  footer .footer-bottom .footer-logo {
    display: table;
    float: none;
    margin: auto;
  }
  .home-section .row .col:nth-child(1) {
    padding-top: 70%;
  }
  .home-section .row .col:nth-child(2) {
    display: table-header-group;
  }
  .home-section .row .col .text {
    padding: 50px 10%;
  }
  .image-section.image-section-0 .text {
    font-size: 16px;
    line-height: 28px;
    padding: 50px 0 140px 0;
  }
  .image-section.image-section-0 .text .title {
    font-size: 42px;
  }
  .features-section .row .col {
    width: 100%;
    float: none;
    padding-bottom: 50px;
  }
  .map-section .map {
    right: -100px;
  }
  .benefits-section .benefit-list {
    margin: 50px auto;
  }
  .benefits-section .illustration {
    height: auto;
    margin-bottom: 50px;
    font-size: 10px;
  }
  .benefits-section .illustration .roll {
    position: relative;
    left: auto;
    top: auto;
    /* note that you have @trasnform here */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
    display: table;
    margin: 0 auto 75px;
  }
  .benefits-section .illustration .data {
    position: relative;
    float: left;
    width: 50%;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
    /* note that you have @trasnform here */
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    /* note that you have @trasnform here */
    -o-transform: none !important;
    transform: none !important;
    margin-bottom: 50px;
  }
  .benefits-section .illustration .data:after {
    display: none;
  }
  .benefits-section .illustration .data label {
    font-size: 15px;
  }
  .benefits-section .illustration .data text {
    font-size: 30px;
  }
  .data-field {
    font-size: 40px;
  }
  .data-field label {
    font-size: 12px;
  }
  .project-grid {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .project-grid ul li {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .project-grid ul li:nth-child(2n+1) {
    padding-right: 0px;
  }
  .project-grid ul li:nth-child(2n+0) {
    padding-left: 0px;
    /* note that you have @trasnform here */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
  }
  .project-grid ul li .reference-card .image {
    padding-top: 70%;
  }
  .project-grid-section .container {
    width: 100%;
  }
  .about-section .header-text {
    column-count: 1;
  }
  .products-section h3 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .bottom-text-section {
    padding: 50px 0;
  }
  .bottom-text-section .container .text-content {
    font-size: 16px;
    line-height: 28px;
  }
  .bottom-text-section .container .text-content h3 {
    font-size: 32px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .content-list li .content-row {
    display: block;
  }
  .content-list li .content-row .col {
    width: 100%;
    display: block;
  }
  .content-list li .content-row .col .image {
    padding-top: 56%;
  }
  .content-list li .content-row .col.padding-left {
    padding: 30px;
  }
  .content-list li .content-row .col.padding-right {
    padding: 30px;
  }
  .content-list li .content-row .col h2 {
    font-size: 26px;
    line-height: 32px;
  }
  .contents-section .container {
    width: 100%;
  }
  .content-list li.green {
    margin-top: 0;
  }
  .content-list li.green .content-row .col {
    display: table-header-group;
  }
  .content-list li.green .content-row .col.col.text-content {
    padding: 50px 30px;
    display: table-cell;
  }
  .content-list li.green .turfgrass-logo {
    width: 300px;
    height: 400px;
  }
  .usecase-section {
    background: none;
    padding-bottom: 50px;
  }
  .usecase-header .row {
    display: block;
  }
  .usecase-header .row .col {
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .usecase-header .row .col h1 {
    font-size: 62px;
    margin-bottom: 10px;
  }
  .usecase-header .row .col:nth-child(2) {
    width: 100%;
  }
  .usecase-header .row .col .scroll-down {
    display: none;
  }
  .usecase-header .row .col h1 {
    text-align: center;
  }
  .usecase-header .row .col .h1-sub {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
  }
  .usecase-header .row .col .turfgrass-logo {
    right: auto;
    /* note that you have @trasnform here */
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    -ms-transform: scale(0.4);
    /* note that you have @trasnform here */
    -o-transform: scale(0.4);
    transform: scale(0.4);
    transform-origin: bottom center;
    bottom: 0;
  }
  .usecase-header .row .col .image1 {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    float: right;
  }
  .usecase-header .row .col .image2 {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    float: right;
    margin-right: -30px;
    margin-top: 10%;
  }
  .benefits-section .data-field {
    width: 50%;
    margin-top: 0;
    padding-right: 0;
  }
  .content-list li.green .turfgrass-logo {
    /* note that you have @trasnform here */
    -webkit-transform: translateX(80%);
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    /* note that you have @trasnform here */
    -o-transform: translateX(80%);
    transform: translateX(80%);
  }
  .content-list li:nth-child(2n+0) .content-row .col.text-content {
    padding: 30px;
  }
  .content-list li:nth-child(2n+1).green .turfgrass-logo {
    /* note that you have @trasnform here */
    -webkit-transform: translateX(80%);
    -moz-transform: translateX(80%);
    -ms-transform: translateX(80%);
    /* note that you have @trasnform here */
    -o-transform: translateX(80%);
    transform: translateX(80%);
  }
  .content-list li .content-row {
    display: table;
  }
  .content-list li .content-row .col {
    display: table-cell;
    width: 100%;
  }
  .content-list li .content-row .col.col-image {
    display: table-header-group;
  }
}
@media screen and (max-width: 660px) {
  .covid-btn a {
    line-height: 60px;
    background-size: 20px;
    background-position: center left 20px;
    height: 60px;
    padding: 0 20px 0 50px;
    font-size: 18px;
  }
  .answers-section .answer-groups > ul > li > ul > li .question,
  .services-contents-section .answer-groups > ul > li > ul > li .question,
  .answers-section .services-contents > ul > li > ul > li .question,
  .services-contents-section .services-contents > ul > li > ul > li .question {
    font-size: 18px;
    padding: 15px 20px;
  }
  section.video-section .big-icon {
    height: 200px;
    width: 152px;
  }
  section.video-section .big-icon .play-btn {
    width: 60px;
    height: 60px;
    top: 103px;
    right: -8px;
  }
  h1,
  .h1 {
    font-size: 42px;
    line-height: 52px;
  }
  .content-box {
    margin-top: 40px;
  }
  footer .footer-top {
    padding: 50px 0 0;
  }
  footer .footer-top .footer-row .footer-col {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
  footer .footer-top .footer-row .footer-col:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
  footer .help .container {
    padding-top: 0;
  }
  footer .help .help-col .col {
    width: 100%;
    padding: 15px 30px 15px 0;
  }
  .btn {
    line-height: 45px;
    font-size: 12px;
  }
  .benefits-section .row .col .text {
    font-size: 16px;
    line-height: 28px;
  }
  section.video-section .big-icon {
    top: 100%;
  }
  .home-div .intro {
    padding-bottom: 80px;
  }
  .home-div .intro .subtext {
    width: 100%;
    font-size: 16px;
  }
  h1,
  .h1 {
    font-size: 50px;
  }
  .features-section .title {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .features-section .row .col .feature {
    font-size: 14px;
  }
  .features-section .row .col .feature .title {
    font-size: 30px;
  }
  .map-section {
    height: 600px;
  }
  .map-section .map-text {
    font-size: 20px;
    line-height: 32px;
    left: 40px;
    top: 40px;
  }
  .map-section .map-scrolling {
    display: none;
  }
  .map-section .map {
    /* note that you have @trasnform here */
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    /* note that you have @trasnform here */
    -o-transform: scale(0.6);
    transform: scale(0.6);
    right: -10px;
  }
  .image-section .image {
    padding-top: 60%;
  }
  .references-section .references-slider-container .slider {
    left: -70%;
  }
  .references-section .references-slider-container .slider li {
    width: 8%;
  }
  .benefits-section .benefit-list li {
    width: 100%;
  }
  .benefits-section .benefit-list li:before {
    display: none !important;
  }
  .project-list {
    width: 100%;
    margin-bottom: 0px;
    margin-top: 50px;
  }
  .project-list .title {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1em;
  }
  .about-section .h1-sub,
  .fertilizer-section .h1-sub {
    font-size: 20px;
    line-height: 32px;
  }
  .about-images {
    margin-bottom: 50px;
  }
  .products-section .products > li {
    width: 100%;
    float: none;
  }
  .products-section .products > li:nth-child(3) {
    width: 100%;
  }
  .products-section .products > li .product {
    padding: 40px 30px;
    height: auto !important;
  }
  .products-section .products > li .product .product-logo {
    height: 40px;
  }
  .products-section h3 {
    font-size: 26px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .bottom-text-section .container .text-content {
    font-size: 14px;
  }
  .bottom-text-section .container .text-content h3 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .images-section .uc-images ul li {
    width: 50% !important;
    padding-top: 50% !important;
    display: none;
  }
  .images-section .uc-images ul li:nth-child(1) {
    display: block;
  }
  .images-section .uc-images ul li:nth-child(2) {
    display: block;
  }
  .content-list li.full .content-row .col.text-content {
    padding: 60px 30px;
  }
  .content-list li.full .content-row .col.text-content hr {
    margin: 20px 0;
  }
  .latest-blogs-section {
    overflow: hidden;
  }
  .latest-blogs-section .row .col .latest-blogs {
    width: 1000%;
  }
  .latest-blogs-section .row .col .latest-blogs .blog {
    width: 10%;
  }
  .latest-blogs-section .row .col .indicators {
    display: table;
    margin: 20px auto;
  }
  .latest-blogs-section .row .col .latest-blogs .blog:nth-child(2) .inner {
    box-shadow: 0 20px 140px 0 rgba(0, 0, 0, 0.08);
  }
  menu .menu-inner .menu-container .menu-box ul {
    border: none;
    width: 100%;
  }
  menu .menu-inner .menu-container .menu-box .submenu-container {
    display: none;
  }
  .blog-row .blog {
    width: 100%;
    padding: 20px 0;
  }
  .fertilizer-body .products-section .products > li .product {
    padding: 40px;
  }
  .fertilizer-body .products-section .price {
    font-size: 14px;
  }
  .fertilizer-body .products-section .price span {
    font-size: 26px;
  }
  .products-section .products > li .product .product-logo {
    height: 40px;
  }
  .products-section .products > li .product .preview .data {
    line-height: 26px;
  }
  .modal {
    overflow: auto;
  }
  .modal .modal-inner {
    top: 0px;
    /* note that you have @trasnform here */
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* note that you have @trasnform here */
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
  }
}
@media screen and (max-width: 560px) {
  section .video {
    padding-top: 56%;
  }
  .text-content {
    font-size: 14px;
  }
  header {
    height: 80px;
    padding-top: 15px;
    top: 0px;
  }
  header .hamburger {
    margin: 5px 10px 5px 0;
  }
  header .logo img {
    width: 120px;
    margin-top: 2px;
  }
  header .socials {
    margin-top: 14px;
  }
  header .socials > a {
    margin-right: 10px;
  }
  header .socials img {
    height: 18px;
  }
  header .language {
    text-align: right;
  }
  header .language .languages {
    font-size: 14px;
    line-height: 30px;
    width: 150px;
    position: absolute;
    left: auto;
    top: 0;
    right: -20px;
    margin-left: 0;
    border-radius: 0;
  }
  header .language .currentLanguage {
    font-size: 0px;
  }
  header .language .currentLanguage i.icon-globe {
    margin-right: 5px;
    font-size: 16px;
    margin-top: 5px;
  }
  header .language .currentLanguage i.icon-dropdown {
    margin-left: 5px;
    font-size: 10px;
    margin-top: 8px;
  }
  h1,
  .h1 {
    font-size: 42px;
  }
  .h1-sub {
    font-size: 20px;
    line-height: 1.5em;
  }
  .benefits-section .row .col ul li {
    width: 100%;
  }
  .benefits-section .row .col ul li:nth-child(2) .benefit-box {
    /* note that you have @trasnform here */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
  }
  .benefits-section .row .col ul li:nth-child(5) .benefit-box {
    /* note that you have @trasnform here */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
  }
  .features-section {
    padding: 50px 0;
  }
  .benefits-section {
    padding: 50px 0;
  }
  .benefits-section .row .col .text .title {
    font-size: 32px;
  }
  .benefits-section .row .col ul li .benefit-box img {
    max-height: 40px;
  }
  .image-section.image-section-0 .text {
    font-size: 14px;
    padding: 20px 0 140px 0;
  }
  .image-section.image-section-0 .text .title {
    font-size: 26px;
    line-height: 40px;
  }
  .map-section {
    height: 700px;
    display: block;
  }
  .map-section .map-text {
    width: 100%;
    position: relative;
    text-align: center;
    top: unset;
    left: unset;
    padding: 40px 20px;
    display: table-cell;
    height: 200px;
    vertical-align: middle;
  }
  .map-section .map {
    /* note that you have @trasnform here */
    -webkit-transform: scale(0.6) translateY(-200px);
    -moz-transform: scale(0.6) translateY(-200px);
    -ms-transform: scale(0.6) translateY(-200px);
    /* note that you have @trasnform here */
    -o-transform: scale(0.6) translateY(-200px);
    transform: scale(0.6) translateY(-200px);
    right: -60px;
    margin-top: 330px;
  }
  .references-section .references-slider-container {
    padding-bottom: 120px;
  }
  .references-section .references-slider-container .slider li .image .title {
    background: #fff;
    color: #141620;
    bottom: -100px;
    width: 100%;
    max-width: 100%;
    left: 0;
    /* note that you have @trasnform here */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
    padding: 20px 0;
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 50px;
  }
  .references-section .references-slider-container .slider li .image .title span {
    font-size: 14px;
    line-height: 1em;
    margin-top: 0;
  }
  .references-section .references-slider-container .arrows {
    bottom: 0;
  }
  .latest-blogs-section {
    padding: 50px 0;
  }
  .benefits-section .container {
    width: auto;
    margin: 0 30px;
  }
  .benefits-section .benefit-list li {
    float: none;
  }
  .benefits-section .benefit-list li .benefit-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .benefits-section .data-field {
    font-size: 32px;
    padding-right: 0;
    margin-top: 30px;
  }
  .benefits-section .data-field label {
    font-size: 12px;
  }
  .benefits-section .data-field p {
    font-size: 14px;
  }
  .benefits-section .benefit-list li:nth-child(4) .benefit-box,
  .benefits-section .benefit-list li:nth-child(5) .benefit-box,
  .benefits-section .benefit-list li:nth-child(6) .benefit-box {
    padding: 25px 100px 25px 0;
  }
  .contact-form #contact-form .form-group {
    width: 100%;
  }
  .contact-form #contact-form .form-group.left {
    padding-right: 0;
  }
  .contact-form #contact-form .form-group.right {
    padding-left: 0;
  }
  .contact-row {
    margin-top: 40px;
  }
  .contact-row .col.col-map .image {
    background-size: 150%;
  }
  .team-members-container .team-members {
    display: table;
    margin: auto;
    width: auto;
  }
  .team-members-container .team-members li {
    width: auto;
    margin: auto;
    float: none;
  }
  .content-wrapper .content-container {
    padding-top: 100px;
  }
  .contact-form #contact-form .btn {
    display: table;
    margin: 30px auto 0;
    float: none;
  }
  .contact-row .col .contact-text {
    font-size: 14px;
    padding: 30px;
    margin-top: 0;
  }
  .contact-row .col.col-text {
    padding: 30px;
    font-size: 14px;
    line-height: 2em;
  }
  .contact-row .col.col-text p {
    margin-bottom: 20px;
  }
  footer .help .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .project-list-section .container {
    width: auto;
    margin-left: 30px;
    margin-right: 30px;
  }
  .about-section .h1-sub,
  .fertilizer-section .h1-sub {
    margin: 40px 0 30px;
  }
  .images-section .uc-images ul li {
    width: 100% !important;
    padding-top: 75% !important;
  }
  .images-section .uc-images ul li:nth-child(2) {
    display: none;
  }
  .usecase-section {
    padding-bottom: 0px;
  }
  .usecase-header {
    min-height: 0;
  }
  .usecase-header .row .col .turfgrass-logo {
    /* note that you have @trasnform here */
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    /* note that you have @trasnform here */
    -o-transform: none;
    transform: none;
    /* note that you have @trasnform here */
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /* note that you have @trasnform here */
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 300px;
    width: 60vw;
    height: auto;
    left: 50%;
    bottom: -100px;
    padding-top: 85%;
  }
  .usecase-header .row .col .image1 {
    width: 60%;
    padding-top: 100%;
  }
  .usecase-header .row .col .image2 {
    padding-top: 80%;
    width: 50%;
    margin-right: -10%;
  }
  .benefits-section .data-field {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* HEIGHT */
@media screen and (max-height: 860px) {
  menu .menu-inner .menu-container .menu-box ul li {
    padding: 10px 0;
  }
  menu .menu-inner .menu-container .menu-box .menu-title {
    margin-top: 20px;
  }
}
@media screen and (max-height: 740px) {
  menu .menu-inner .menu-container .menu-box ul li {
    padding: 10px 0;
    font-size: 26px;
  }
  menu .menu-inner .menu-container .menu-box .menu-title {
    margin-bottom: 10px;
  }
  menu .menu-inner .menu-container .menu-box ul.small li {
    line-height: 30px;
  }
}
@media screen and (max-height: 660px) {
  menu .menu-inner .menu-container .menu-box ul li {
    padding: 5px 0;
    font-size: 24px;
  }
  menu .menu-inner .menu-container .menu-box .menu-title {
    font-size: 14px;
  }
  menu .menu-inner .menu-container .menu-box ul.small li {
    line-height: 30px;
  }
}
@media screen and (max-height: 560px) {
  menu .menu-inner .menu-container .menu-box ul li {
    padding: 5px 0;
    font-size: 20px;
  }
  menu .menu-inner .menu-container .menu-box .menu-title {
    font-size: 14px;
  }
  menu .menu-inner .menu-container .menu-box ul.small li {
    line-height: 24px;
    font-size: 14px;
  }
}
@media screen and (max-height: 520px) {
  menu .menu-inner {
    height: 100vh;
    overflow: auto;
    padding: 60px 50px;
  }
}
/*# sourceMappingURL=main.min.css.map */