html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  overflow-x: hidden;
}

.container {
  width: 100%;
  padding-left: 16px;
  padding-right: 16px;
}

#header {
  background-color: #63A224;
  height: 88px;
  padding-top: 16px;
}

h1, h2, h3, h4, h5, h6, p, ul {
  margin-top: 0;
}

h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}

h2 {
  color: #333;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

h3 {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 12px;
}

p {
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 32px;
}

.hero {
  position: relative;
}

.hero .slide {
  position: relative;
}

.hero .slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.5) 19%, rgba(0, 0, 0, 0) 100%);
}

.hero .slide {
  padding: 158px 16px 130px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.hero .container {
  padding: 0;
}

.hero p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 32px;
}

.btn {
  background-color: #63A224;
  padding: 12px 28px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  font-weight: 500;
  line-height: 22px;
}

.btn:hover {
  background-color: #4A791B;
}

.slick-arrow:hover {
  opacity: 0.7;
}

.slick-arrow {
  height: 48px;
  width: 48px;
  background: url(../img/slick-arrow.png) no-repeat 50% 50%/cover;
  border-width: 0;
  transform-origin: 50%;
  text-indent: -1000000px;
  text-align: left;
  position: absolute;
  z-index: 2;
}

.slick-prev {
  right: 72px;
  bottom: 16px;
  transform: rotate(180deg);
}

.slick-next {
  right: 16px;
  bottom: 16px;
}

.pause {
  background: url(../img/button-pause.png) no-repeat 50% 50%;
  height: 48px;
  width: 48px;
  position: absolute;
  bottom: 16px;
  left: 16px;
  display: inline-block;
  z-index: 2;
}

.cta-img {
  border-radius: 10px;
  background: url(<path-to-image>) lightgray 50%/cover no-repeat, url(<path-to-image>) lightgray 50%/cover no-repeat;
  box-shadow: 198px 221px 83px 0 rgba(0, 0, 0, 0), 127px 141px 76px 0 rgba(0, 0, 0, 0.01), 71px 79px 64px 0 rgba(0, 0, 0, 0.05), 32px 35px 47px 0 rgba(0, 0, 0, 0.09), 8px 9px 26px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  height: auto;
  margin-bottom: 32px;
}

.cta {
  background-color: #EEEFF0;
  padding-top: 56px;
  padding-bottom: 20px;
}

.solutions {
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #F7F7F8;
}

.rotate p {
  font-size: 16px;
  font-weight: 500;
}

.rotate {
  line-height: 22px;
  display: flex;
  align-items: flex-start;
}

.rotate:before {
  content: " ";
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(../img/refresh-ccw.svg) no-repeat 50% 50%;
  position: relative;
  top: 2px;
  margin-right: 8px;
}

#footer {
  background: #333;
  color: #fff;
  padding: 56px 0;
}

#footer a {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  text-decoration: none;
}

.footer-nav {
  padding: 0;
  margin: 0;
}

.footer-nav li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 24px;
}

.footer-nav li:last-child {
  margin-right: 0;
}

.follow-us {
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  margin-right: 40px;
}

.footerlogo {
  margin-bottom: 30px;
}

.social {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.social a {
  display: inline-block;
  margin-right: 16px;
}

.social a:hover {
  transform: translate(2px, -2px);
}

.social a:last-child {
  margin-right: 0;
}

.footer-bottom {
  border-top: 1px solid #424242;
  padding: 30px 0 0;
}

.copyright {
  font-weight: 300;
  margin-bottom: 30px;
}

.chart-tabs {
  padding-top: 20px;
}

.chart-tabs ul {
  padding: 0;
  margin: 0 0 24px;
  display: flex;
  gap: 51px;
  align-items: flex-start;
}

.chart-tabs li {
  display: inline-block;
  list-style-type: none;
  border-bottom: 4px solid transparent;
}

.chart-tabs li a {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 8px;
}

.chart-tabs li a:hover,
.chart-tabs li.active a {
  color: #63A224;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  text-decoration: none;
}

.chart-tabs li.active,
.chart-tabs li:hover {
  border-bottom: 4px solid #63A224;
}

.chart {
  display: none;
}

.chart.active {
  display: block;
  overflow-x: auto;
  border-radius: 10px;
  border: 1px solid #C7CCD6;
  background: #FFF;
}

.chart-tabs-container {
  padding-bottom: 120px;
}

.chart-tabs-container.video-tabs {
  padding-bottom: 40px;
}

.video-tabs > p {
  font-size: 16px;
}

.video-tabs iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 6px;
}

.vid-container {
  position: relative;
  padding-bottom: 54.6%;
  width: 100%;
  border-radius: 6px;
}

.video-tabs .chart.active {
  display: flex;
  flex-direction: column-reverse;
  border-radius: 10px;
  border: 1px solid #C7CCD6;
  background: #FFF;
  padding: 16px;
}

footer p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.slide-container {
  position: relative;
  z-index: 2;
}

.chart {
  position: relative;
}

.chart-links {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.chart-links a {
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  height: 47px;
  width: 100%;
  border-radius: 5px;
  padding-left: 16px;
  padding-top: 8px;
  box-sizing: border-box;
}

.chart-links a:hover {
  box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.35);
}

.chart-links a:nth-child(1) {
  top: 21.7%;
  left: 19px;
  width: 1069px;
}

.chart-links a:nth-child(2) {
  top: 26.8%;
  left: 19px;
  width: 1069px;
}

.chart-links a:nth-child(3) {
  top: 32%;
  left: 98px;
  width: 1132px;
}

.chart-links a:nth-child(4) {
  top: 37.1%;
  left: 385px;
  width: 845px;
}

.chart-links a:nth-child(5) {
  top: 42.3%;
  left: 385px;
  width: 845px;
}

.chart-links a:nth-child(6) {
  top: 47.4%;
  left: 385px;
  width: 414px;
}

.chart-links a:nth-child(7) {
  top: 52.5%;
  left: 385px;
  width: 845px;
}

.chart-links a:nth-child(8) {
  top: 57.6%;
  left: 385px;
  width: 845px;
}

.chart-links a:nth-child(9) {
  top: 62.7%;
  left: 385px;
  width: 845px;
}

.chart[data-tab="2"] .chart-links a:nth-child(1) {
  top: 20%;
  left: 19px;
  width: 170px;
}

.chart[data-tab="2"] .chart-links a:nth-child(2) {
  top: 24.7%;
  left: 19px;
  width: 1098px;
}

.chart[data-tab="2"] .chart-links a:nth-child(3) {
  top: 29.5%;
  left: 609px;
  width: 638px;
}

.chart[data-tab="2"] .chart-links a:nth-child(4) {
  top: 34.3%;
  left: 609px;
  width: 638px;
}

.chart[data-tab="2"] .chart-links a:nth-child(5) {
  top: 39.1%;
  left: 609px;
  width: 638px;
}

.chart[data-tab="2"] .chart-links a:nth-child(6) {
  top: 43.9%;
  left: 609px;
  width: 638px;
}

.chart[data-tab="2"] .chart-links a:nth-child(7) {
  top: 48.7%;
  left: 609px;
  width: 638px;
}

.chart[data-tab="2"] .chart-links a:nth-child(8) {
  top: 53.5%;
  left: 609px;
  width: 638px;
}

.chart[data-tab="2"] .chart-links a:nth-child(9) {
  top: 58.3%;
  left: 609px;
  width: 638px;
}

.chart[data-tab="3"] .chart-links a:nth-child(1) {
  top: 21.6%;
  left: 18px;
  width: 1108px;
}

.chart[data-tab="3"] .chart-links a:nth-child(2) {
  top: 26.8%;
  left: 100px;
  width: 287px;
}

.chart[data-tab="3"] .chart-links a:nth-child(3) {
  top: 31.9%;
  left: 100px;
  width: 1132px;
}

.chart[data-tab="3"] .chart-links a:nth-child(4) {
  top: 37%;
  left: 100px;
  width: 1132px;
}

.chart[data-tab="3"] .chart-links a:nth-child(5) {
  top: 42.1%;
  left: 220px;
  width: 1012px;
}

.chart[data-tab="3"] .chart-links a:nth-child(6) {
  top: 47.2%;
  left: 220px;
  width: 986px;
}

.chart[data-tab="3"] .chart-links a:nth-child(7) {
  top: 52.2%;
  left: 220px;
  width: 907px;
}

.chart[data-tab="3"] .chart-links a:nth-child(8) {
  top: 57.3%;
  left: 448px;
  width: 783px;
}

.chart[data-tab="3"] .chart-links a:nth-child(9) {
  top: 62.4%;
  left: 448px;
  width: 783px;
}

.chart[data-tab="3"] .chart-links a:nth-child(10) {
  top: 67.5%;
  left: 512px;
  width: 718px;
}

.chart-links a.zampro {
  position: absolute;
  top: 67.5%;
  width: 586px;
  left: 644px;
  z-index: 2;
}

.chart-links a.teal-gradient {
  background: linear-gradient(90deg, #008248 69.53%, #3CC285 75.58%, #3CC285 100%);
}

.chart-links a.teal-gradient-s {
  background: linear-gradient(90deg, #3CC285 11.24%, #008248 18.62%, #008248 34.2%, #3CC285 43.01%);
}

.chart-links a.teal-gradient-l {
  background: linear-gradient(90deg, #3CC285 60.6%, #008248 66.52%, #008248 89.82%, #3CC285 95.1%);
}

.chart-links a.green-gradient {
  background: linear-gradient(90deg, #4CAF45 40.25%, #9FD29C 47.31%, #9FD29C 62.93%, #4CAF45 69.84%);
}

.chart-links a.green-gradient-s {
  background: linear-gradient(90deg, #9FD29C 12.47%, #4CAF45 18.62%, #4CAF45 35.22%, #9FD29C 41.99%, #9FD29C 86.88%, #4CAF45 93.44%);
}

.chart-links a.teal-gradient-s2 {
  background: linear-gradient(90deg, #9FD29C 13.84%, #4CAF45 22.11%);
}

.chart-links a.dark-green-gradient {
  background: linear-gradient(90deg, #008248 40.55%, #3CC285 47.46%, #3CC285 63.45%, #008248 69.39%);
}

.chart-links a.dark-green-gradient-2 {
  background: linear-gradient(90deg, #3CC285 13.2%, #008248 20.8%, #008248 87.52%, #3CC285 95.1%);
}

.chart-links a.blue-gradient {
  background: linear-gradient(90deg, #00509E 85.15%, #69A2DA 92.77%, #69A2DA 100%);
}

.chart-links a.red {
  background-color: #A90707;
}

.chart-links a.dark-green {
  background-color: #008248;
}

.chart-links a.blue {
  background-color: #00509E;
}

.desc-label {
  display: inline-block;
  padding-top: 8px;
  color: #000;
  font-family: "Helvetica", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  width: 180px;
  position: absolute;
  top: 8px;
  left: calc(100% + 12px);
}

.product-cards {
  padding: 56px 0;
  background-color: #F7F7F8;
}

.product-cards .container {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.product-card {
  border-radius: 10px;
  border: 1px solid #C7CCD6;
  background: #FFF;
  padding: 24px 24px 84px;
  flex: 0 1 calc(25% - 18px);
  min-width: 313px;
  position: relative;
}

.product-cards .prod-disclaimer {
  flex: 1 1 100%;
  min-width: 100%;
}

.product-card h3 {
  border-bottom: 3px solid #63A224;
  color: #333;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; /* 183.333% */
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-bottom: 30px;
  margin-bottom: 55px;
}

.product-card p {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}

.product-card .btn {
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: calc(100% - 48px);
  text-align: center;
}

.product-logo {
  width: auto;
  max-width: 100%;
  height: 56px;
  margin-bottom: 54px;
}

.prod-disclaimer p {
  color: #80878E;
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 16px;
}

.prod-disclaimer p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 450px) {
  .rotate {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .chart-tabs-container.video-tabs {
    padding-top: 86px;
  }
  #header {
    text-align: center;
  }
  .hero .slide {
    padding-top: 116px;
    padding-bottom: 116px;
  }
  .pause {
    left: auto;
    right: 130px;
  }
  .cta .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 95px;
  }
  .cta .left,
  .cta .right {
    width: 50%;
  }
  .chart-tabs-container {
    padding-bottom: 0;
  }
  .chart-tabs-container > p {
    font-size: 16px;
  }
  .video-tabs .chart.active .left,
  .video-tabs .chart.active .right {
    width: calc(50% - 28px);
  }
  .video-tabs .chart.active .right *:last-child {
    margin-bottom: 0;
  }
  .video-tabs .chart.active {
    flex-direction: row;
    gap: 56px;
    flex-wrap: nowrap;
    align-items: center;
    padding: 56px;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
  }
  .footerlogo,
  .social {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .product-cards[data-count="5"] .product-card {
    min-width: 0;
    max-width: calc(20% - 24px);
    flex: 0 0 calc(20% - 24px);
  }
  .product-cards[data-count="5"] .product-logo {
    height: 32px;
  }
}
@media screen and (min-width: 1100px) {
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .footer-bottom .left,
  .footer-bottom .right {
    width: 50%;
    margin-bottom: 0;
  }
  .footer-bottom .right {
    text-align: right;
  }
  .copyright {
    margin-bottom: 0;
  }
  .footer-nav li {
    margin-bottom: 0;
  }
  .slide {
    min-height: 506px;
  }
  .slick-track {
    display: flex;
    align-items: stretch; /* Ensures all slides stretch to the height of the tallest slide */
  }
  .slick-slide {
    height: auto; /* Allow content to dictate initial height */
  }
  .container {
    max-width: 1358px;
  }
  .solutions .container {
    min-width: 1358px;
  }
  .hero .container {
    max-width: 100%;
  }
  .slick-next {
    right: 80px;
    bottom: 56px;
  }
  .slick-prev {
    right: 140px;
    bottom: 56px;
  }
  .pause {
    right: 200px;
    bottom: 56px;
  }
  .container {
    margin-left: auto;
    margin-right: auto;
  }
  .slide-container * {
    max-width: 880px;
  }
  .slide-container {
    max-width: 1324px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  .chart > img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 1300px) {
  .product-cards[data-count="5"] .product-logo {
    height: 56px;
  }
}/*# sourceMappingURL=styles.css.map */