/*
Theme Name: Advanced Drainage Systems
Author: Paul Werth, Mark Fidler
Description:
Version: 1.0
*/
/*! destyle.css v1.0.11 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}
::before,
::after {
  box-sizing: inherit;
}
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}
/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
address {
  font-style: inherit;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}
embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}
/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
[type='checkbox'] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type='radio'] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled],
[type='button'][disabled],
[type='reset'][disabled],
[type='submit'][disabled] {
  cursor: default;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  padding: 0;
  /* 1 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the outline style in Safari.
 */
[type='search'] {
  outline-offset: -2px;
  /* 1 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  vertical-align: top;
}
th {
  text-align: left;
  font-weight: bold;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
.backgroundCover {
  background-image: url('https://placehold.it/1000x1000/?text=Placehold');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.cardclick {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:after,
.lightSlider:before {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:after,
.lSSlideOuter .lSPager.lSGallery:before {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  display: block;
  cursor: pointer;
  position: absolute;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lSPager,
.lSSlideOuter .lightSlider {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lSPager,
.lSSlideOuter.lSrtl .lightSlider {
  padding-right: 0;
}
.lSSlideOuter .lSGallery li,
.lSSlideOuter .lightSlider > * {
  float: left;
}
.lSSlideOuter.lSrtl .lSGallery li,
.lSSlideOuter.lSrtl .lightSlider > * {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/* Grab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
html {
  font-size: 62.5%;
  height: 100%;
}
body {
  box-sizing: border-box;
  image-rendering: -webkit-optimize-contrast;
  letter-spacing: 0;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 400;
  color: #000;
  background: #fff;
  min-height: 100%;
  min-width: 315px;
  overflow-x: hidden;
}
body *,
body *:before,
body *:after {
  box-sizing: inherit;
}
body img {
  max-width: 100%;
}
body p {
  margin-bottom: 1.5em;
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  color: inherit;
  text-decoration: underline;
}
.component-header {
  background-image: url('https://placehold.it/1000x1000/?text=Placehold');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.component-header .container .logo {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 160px;
}
.component-header .container .logo a {
  display: inline-block;
  padding: 20px 23px 14px;
  background: #fff;
  border-radius: 8px;
}
.component-header .container .logo a img {
  display: block;
  width: 158px;
  height: auto;
}
.component-header .container .logo .card {
  margin: -30px auto 0;
  width: 570px;
  max-width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  text-transform: uppercase;
  padding: 50px 30px 20px;
}
@media screen and (max-width: 750px) {
  .component-header .container .logo .card {
    width: 365px;
  }
}
.component-header .container .logo .card .top {
  color: #FFFFFF;
  font-size: 41px;
  font-weight: 300;
}
@media screen and (max-width: 750px) {
  .component-header .container .logo .card .top {
    font-size: 25px;
  }
}
.component-header .container .logo .card .bottom {
  color: #79BB43;
  font-size: 36px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .component-header .container .logo .card .bottom {
    font-size: 22px;
  }
}
.component-footer {
  background: #000;
}
@media screen and (max-width: 650px) {
  .component-footer {
    padding-bottom: 80px;
  }
}
.component-footer .container {
  padding: 0 20px 25px 20px;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 1010px) {
  .component-footer .container {
    display: block;
    text-align: center;
  }
}
.component-footer .container .logo {
  display: inline-block;
  margin-top: -25px;
}
@media screen and (max-width: 1010px) {
  .component-footer .container .logo {
    text-align: center;
  }
}
.component-footer .container .logo > a {
  display: inline-block;
  padding: 20px 23px 14px;
  background: #fff;
  border-radius: 8px;
}
.component-footer .container .logo > a img {
  display: block;
  width: 158px;
  height: auto;
}
.component-footer .container .logo .social {
  text-align: center;
  margin-top: 20px;
}
.component-footer .container .logo .social a {
  display: inline-block;
}
.component-footer .container .logo .social a img {
  display: block;
  width: 30px;
  height: 30px;
}
.component-footer .container .logo .social a:hover img {
  opacity: 0.5;
}
.component-footer .container .links {
  flex: 1 1 auto;
  padding: 40px 0 0 90px;
}
@media screen and (max-width: 1010px) {
  .component-footer .container .links {
    padding: 40px 0 0 0;
  }
}
.component-footer .container .links ul li {
  display: inline-block;
  position: relative;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .component-footer .container .links ul li {
    display: block;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .component-footer .container .links ul li:after {
    display: none !important;
  }
}
.component-footer .container .links ul li:after {
  content: '';
  display: inline-block;
  height: 24px;
  width: 1px;
  opacity: 0.3;
  background-color: #FFFFFF;
  position: absolute;
  right: 13px;
  top: -4px;
}
.component-footer .container .links ul li:last-child:after {
  display: none;
}
.component-footer .container .links a {
  position: relative;
  display: inline-block;
  color: #DDFFC1;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}
.component-footer .container .links a:hover {
  color: #fff;
  text-decoration: underline;
}
.component-footer .container .links .top {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .component-footer .container .links .top {
    margin: 0;
  }
}
.debug,
sectionZ {
  outline: 1px solid rgba(255, 0, 0, 0.5);
}
.debug *,
sectionZ * {
  outline: 1px solid rgba(255, 0, 0, 0.5);
}
.component-mobile-button {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 999;
  display: none;
}
@media screen and (max-width: 650px) {
  .component-mobile-button {
    display: block;
  }
}
.component-mobile-button button {
  width: 100%;
  display: block;
  text-align: center;
}
.component-mobile-button button span {
  transition: all 200ms;
  position: relative;
  display: block;
  padding: 13px 18px;
  border: 2px solid #79BB43;
  border-radius: 8px;
  background-color: #000;
  color: #DDFFC1;
  font-size: 14px;
  font-style: italic;
  line-height: 1.21428571;
  font-weight: bold;
  letter-spacing: 0.62px;
  text-transform: uppercase;
}
.component-mobile-button button em {
  color: #fff;
  display: block;
}
.component-intro {
  background: #F1F1F1;
  padding: 0 20px;
  border-bottom: 5px solid #79BB43;
}
.component-intro .container {
  text-align: center;
}
.component-intro .container .title {
  font-size: 33px;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid rgba(45, 45, 45, 0.25);
  background-color: #FFFFFF;
  padding: 10px 15px;
  margin-top: -27.5px;
  margin-bottom: 20px;
}
.component-intro .container .copy {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  max-width: 850px;
  margin: 0 auto 15px;
}
.component-intro .container .cta {
  color: #000000;
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  letter-spacing: 2.31px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.component-intro .container .button {
  position: relative;
  margin: 0 -20px;
}
.component-intro .container .button button {
  position: relative;
  display: inline-block;
  margin-bottom: -24px;
}
.component-intro .container .button button:hover span {
  color: #fff;
  background: #79BB43;
}
.component-intro .container .button button span {
  transition: all 200ms;
  position: relative;
  display: inline-block;
  padding: 13px 18px;
  border: 2px solid #79BB43;
  border-radius: 8px;
  background-color: #000;
  color: #DDFFC1;
  font-size: 14px;
  line-height: 1.21428571;
  font-weight: bold;
  letter-spacing: 0.62px;
  text-transform: uppercase;
}
.component-intro .container .button button:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: #fff;
  border-radius: 8px;
}
.component-success {
  padding: 65px 20px 45px;
}
.component-success .container {
  text-align: center;
}
.component-success .container .title {
  font-size: 33px;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid rgba(45, 45, 45, 0.25);
  background-color: #FFFFFF;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.component-success .container .copy {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
.component-form {
  border-bottom: 5px solid #79BB43;
}
.component-form .container .icon {
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 117px;
  height: 117px;
  border-radius: 50%;
  background-color: #79BB43;
}
.component-form .container .icon img {
  display: block;
  width: 59px;
  height: auto;
  margin-top: 14px;
  position: relative;
  z-index: 2;
}
.component-form .container .title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #79BB43;
  padding: 15px 20px;
  margin-top: -54px;
  position: relative;
}
.component-form .container .title:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #79BB43;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -14px;
}
.component-form .container .copy-wrap {
  background: #F8F8F8;
  padding: 25px 20px;
}
.component-form .container .copy-wrap .copy {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  max-width: 825px;
  margin: 0 auto;
}
.component-form .container .form-wrap {
  background: #F1F1F1;
  padding: 30px 20px 40px;
}
.component-form .container .form-wrap .nf-response-msg {
  padding: 20px 0;
}
.component-form .container .form-wrap .sent-top {
  width: 680px;
  max-width: 100%;
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0 auto 20px;
}
.component-form .container .form-wrap .sent-bottom {
  width: 680px;
  max-width: 100%;
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  margin: 0 auto 30px;
}
.component-form .container .form-wrap .sent-button {
  width: 680px;
  max-width: 100%;
  margin: 0 auto;
}
.component-form .container .form-wrap .sent-button a {
  display: inline-block;
  border-radius: 8px;
  background-color: #79BB43;
  padding: 18px 35px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.71px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 200ms;
}
.component-form .container .form-wrap .sent-button a:hover {
  background: #000;
}
.component-form .container .form-wrap form {
  max-width: 840px;
  margin: 0 auto;
}
.component-form .container .form-wrap form .nf-before-form-content {
  display: none;
}
.component-form .container .form-wrap form .willsendto {
  color: #000000;
  font-size: 17px;
  line-height: 1.17647059;
}
.component-form .container .form-wrap form .willsendto .more {
  transition: all 200ms;
  display: inline-block;
  color: #79BB43;
  font-size: 13px;
  line-height: 1.53846154;
  font-style: italic;
  font-weight: bold;
  text-decoration: underline;
  background: none;
}
.component-form .container .form-wrap form .willsendto .more:hover {
  color: #000;
}
.component-form .container .form-wrap form .willsendto.few {
  display: block;
}
.component-form .container .form-wrap form .willsendto.all {
  display: none;
}
.component-form .container .form-wrap form .label,
.component-form .container .form-wrap form label {
  color: #000000;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.63px;
  line-height: 17px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.component-form .container .form-wrap form .label .ninja-forms-req-symbol,
.component-form .container .form-wrap form label .ninja-forms-req-symbol {
  position: relative;
  top: 1px;
  left: -5px;
  color: #000;
}
.component-form .container .form-wrap form textarea,
.component-form .container .form-wrap form select,
.component-form .container .form-wrap form input {
  color: #6E6E6E;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.94px;
  line-height: normal;
  padding-left: 15px;
  border: 1px solid #979797;
}
.component-form .container .form-wrap form input {
  background-color: #fff;
}
.component-form .container .form-wrap form #nf-field-8 {
  cursor: pointer;
  border: 0;
  border-radius: 8px;
  background-color: #79BB43;
  padding: 18px 35px;
  color: #FFFFFF;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.71px;
  text-transform: uppercase;
  transition: all 200ms;
}
.component-form .container .form-wrap form #nf-field-8:hover {
  background: #000;
}
.component-form .container .form-wrap form .nf-after-form-content {
  text-align: center;
}
.component-form .container .form-wrap form .nf-form-content {
  overflow-x: hidden;
  padding: 0;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-19-container {
  width: 100%;
  clear: both;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container {
  width: 100%;
  clear: both;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container ul {
  margin-top: 10px !important;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container li {
  position: relative;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container li .willsendto {
  display: inline-block;
  color: #79BB43;
  font-style: italic;
  font-weight: bold;
  font-size: 13px;
  line-height: 17px;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container li .willsendto:hover {
  color: #3C720F;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container li .willsendtocopy {
  display: none;
  width: 610px;
  max-width: 100%;
  color: #767676;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
  border-top: 1px solid #D8D8D8;
  padding-top: 10px;
  margin: 5px 0 15px 30px;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container li label {
  display: inline-block;
  color: #000;
  font-size: 17px;
  line-height: 1;
  text-transform: none;
  margin-left: 35px;
  padding-top: 2px;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container li label span {
  margin-right: 10px;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container li label:before {
  font-size: 15px;
  left: -25px;
  top: 2px;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-25-container li label:after {
  top: 0;
  border: 1px solid #979797;
  background: #fff;
  width: 20px;
  height: 20px;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-17-container {
  width: 100%;
  clear: both;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-24-container {
  display: none;
}
.component-form .container .form-wrap form .nf-form-content .messagepreview {
  background: #fff;
  padding: 17px 15px;
  color: #6E6E6E;
  font-family: 'Helvetica', 'Arial', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.94px;
  line-height: normal;
  border: 1px solid #979797;
}
.component-form .container .form-wrap form .nf-form-content .messagepreview.subject {
  margin-bottom: 25px;
}
.component-form .container .form-wrap form .nf-form-content .messagepreview spanZZZ {
  display: inline-block;
  background: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  height: 17px;
  min-width: 5em;
  position: relative;
  top: 2px;
}
.component-form .container .form-wrap form .nf-form-content .nf-field-container {
  width: 50%;
  float: left;
  clear: none;
  padding: 0 17px;
}
@media screen and (max-width: 750px) {
  .component-form .container .form-wrap form .nf-form-content .nf-field-container {
    width: 100%;
    padding: 0;
  }
}
.component-form .container .form-wrap form .nf-form-content .nf-field-container .nf-after-field {
  font-size: 12px;
  position: absolute;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-16-wrap .nf-field-element > div {
  background-color: #fff;
}
.component-form .container .form-wrap form .nf-form-content #nf-field-8-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .component-form .container .form-wrap form .nf-form-content #nf-field-8-wrap {
    margin-top: 0;
  }
}
.component-shouldknow {
  padding: 50px 20px 30px;
}
.component-shouldknow .container {
  text-align: center;
}
.component-shouldknow .container .title {
  font-size: 33px;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid rgba(45, 45, 45, 0.25);
  background-color: #FFFFFF;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.component-shouldknow .container .copy {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
}
.component-shouldknow .container .items {
  position: relative;
  z-index: 2;
  display: flex;
  max-width: 1022px;
  margin: 0 auto;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items {
    display: block;
  }
}
.component-shouldknow .container .items .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 16.66666667%;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items .item {
    width: auto;
    margin: 0 auto 50px;
  }
}
.component-shouldknow .container .items .item .label {
  flex: 1 1 auto;
  color: #7C7C7C;
  font-size: 16px;
  line-height: 1.3125;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 115px;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items .item .label {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.component-shouldknow .container .items .item .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 15px;
  background: #fff;
  border: 1px solid #79BB43;
  border-radius: 50%;
}
.component-shouldknow .container .items .item .icon img {
  max-width: 48px;
  max-height: 48px;
}
.component-shouldknow .container .items .item .icon img.active {
  display: none;
}
.component-shouldknow .container .items .item .icon img.inactive {
  display: block;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items .item.active,
  .component-shouldknow .container .items .item:hover {
    cursor: default;
  }
}
.component-shouldknow .container .items .item.active .label,
.component-shouldknow .container .items .item:hover .label {
  color: #79BB43;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items .item.active .label,
  .component-shouldknow .container .items .item:hover .label {
    color: #7C7C7C;
  }
}
.component-shouldknow .container .items .item.active .icon,
.component-shouldknow .container .items .item:hover .icon {
  background: #79BB43;
  position: relative;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items .item.active .icon,
  .component-shouldknow .container .items .item:hover .icon {
    background: #fff;
  }
}
.component-shouldknow .container .items .item.active .icon img.active,
.component-shouldknow .container .items .item:hover .icon img.active {
  display: block;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items .item.active .icon img.active,
  .component-shouldknow .container .items .item:hover .icon img.active {
    display: none;
  }
}
.component-shouldknow .container .items .item.active .icon img.inactive,
.component-shouldknow .container .items .item:hover .icon img.inactive {
  display: none;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items .item.active .icon img.inactive,
  .component-shouldknow .container .items .item:hover .icon img.inactive {
    display: block;
  }
}
.component-shouldknow .container .items .item.active .icon:after,
.component-shouldknow .container .items .item:hover .icon:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -11px;
  margin-top: 0;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .items .item.active .icon:after,
  .component-shouldknow .container .items .item:hover .icon:after {
    display: none;
  }
}
.component-shouldknow .container .item-viewing-mobile {
  display: none;
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1.23529412;
  font-weight: bold;
  margin: -80px auto 0;
  max-width: 1022px;
  background: #79BB43;
  border-radius: 8px;
  padding: 40px 20px 15px;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .item-viewing-mobile {
    display: block;
    margin-bottom: 40px;
  }
  .component-shouldknow .container .item-viewing-mobile:last-child {
    margin-bottom: 0;
  }
}
.component-shouldknow .container .item-viewing-mobile span {
  display: inline-block;
  max-width: 800px;
  margin: 0 auto;
}
.component-shouldknow .container .item-viewing {
  color: #FFFFFF;
  font-size: 17px;
  line-height: 1.23529412;
  font-weight: bold;
  margin: -40px auto 0;
  max-width: 1022px;
  background: #79BB43;
  border-radius: 8px;
  padding: 70px 20px 15px;
}
@media screen and (max-width: 700px) {
  .component-shouldknow .container .item-viewing {
    display: none;
  }
}
.component-shouldknow .container .item-viewing span {
  display: inline-block;
  max-width: 800px;
  margin: 0 auto;
}
.component-shouldknow .container .cta {
  margin: 50px auto;
}
.component-shouldknow .container .cta button {
  position: relative;
  display: inline-block;
}
.component-shouldknow .container .cta button:hover span {
  color: #fff;
  background: #79BB43;
}
.component-shouldknow .container .cta button span {
  transition: all 200ms;
  position: relative;
  display: inline-block;
  padding: 13px 18px;
  border: 2px solid #79BB43;
  border-radius: 8px;
  background-color: #000;
  color: #DDFFC1;
  font-size: 14px;
  font-style: italic;
  line-height: 1.21428571;
  font-weight: bold;
  letter-spacing: 0.62px;
  text-transform: uppercase;
}
.component-shouldknow .container .cta button .arrows {
  display: inline-block;
  width: 18px;
  height: auto;
  position: relative;
  top: -3px;
  margin-left: 3px;
}
.component-shouldknow .container .cta button:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: #fff;
  border-radius: 8px;
}
.component-shouldknow .container .cta button em {
  color: #fff;
}
.component-shouldknow .container .hr {
  margin: 0 auto;
  height: 1px;
  width: 856px;
  max-width: 100%;
  background-color: #D8D8D8;
}
.component-infrastructure {
  padding: 30px 20px 100px;
}
.component-infrastructure .container {
  text-align: center;
}
.component-infrastructure .container .title {
  font-size: 33px;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid rgba(45, 45, 45, 0.25);
  background-color: #FFFFFF;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.component-infrastructure .container .copy {
  font-size: 16px;
  line-height: 1.5625;
  font-weight: 500;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
}
.component-infrastructure .container .items {
  display: flex;
  max-width: 1026px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .component-infrastructure .container .items {
    display: block;
  }
}
.component-infrastructure .container .items .item {
  width: 33.33333333%;
  text-align: center;
  padding: 0 5%;
  position: relative;
}
@media screen and (max-width: 750px) {
  .component-infrastructure .container .items .item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px;
    padding: 0;
  }
  .component-infrastructure .container .items .item:last-child {
    margin-bottom: 0;
  }
  .component-infrastructure .container .items .item:after {
    display: none !important;
  }
}
.component-infrastructure .container .items .item:after {
  content: '';
  position: absolute;
  display: block;
  width: 1px;
  top: 0;
  bottom: 0;
  left: 100%;
  background: #DCDCDC;
}
.component-infrastructure .container .items .item:last-child:after {
  display: none;
}
.component-infrastructure .container .items .item img {
  display: block;
  margin: 0 auto 20px;
  width: 229px;
  height: auto;
}
.component-infrastructure .container .items .item .label {
  color: #7C7C7C;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.7px;
  margin-bottom: 7px;
}
.component-infrastructure .container .items .item .text {
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 500;
}
.component-projects {
  padding: 0 20px 90px;
  background: #F1F1F1;
}
.component-projects .container {
  text-align: center;
}
.component-projects .container .title {
  font-size: 33px;
  font-weight: 100;
  text-transform: uppercase;
  display: inline-block;
  border: 1px solid rgba(45, 45, 45, 0.25);
  background-color: #FFFFFF;
  padding: 10px 15px;
  margin-bottom: 10px;
  margin-top: -26px;
}
.component-projects .container .subtitle {
  color: #5C5C5C;
  font-size: 20px;
  line-height: 1.5;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 30px;
}
.component-projects .container .viewport {
  position: relative;
  text-align: left;
  padding: 0 8%;
}
@media screen and (max-width: 1110px) {
  .component-projects .container .viewport {
    padding: 0;
  }
}
@media screen and (max-width: 850px) {
  .component-projects .container .viewport {
    text-align: center;
  }
}
.component-projects .container .viewport .map {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1110px) {
  .component-projects .container .viewport .map {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 850px) {
  .component-projects .container .viewport .map {
    justify-content: center;
  }
}
.component-projects .container .viewport .map .graphic {
  position: relative;
  width: 500px;
}
.component-projects .container .viewport .map .graphic img {
  display: block;
  width: 100%;
  height: auto;
}
.component-projects .container .viewport .map .graphic .pins .pin {
  position: absolute;
  top: 0;
  margin-top: -16px;
  left: 0;
  margin-left: -16px;
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.component-projects .container .viewport .map .graphic .pins .pin span {
  display: block;
  width: 32px;
  height: 32px;
  background: #020302;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.component-projects .container .viewport .map .graphic .pins .pin.ribbon:before {
  position: absolute;
  content: '';
  z-index: 2;
  background-image: url('/wp-content/themes/ads/assets/Ribbon.png');
  background-size: 44px 61px;
  display: block;
  width: 44px;
  height: 61px;
  top: -6px;
  left: -6px;
}
.component-projects .container .viewport .map .graphic .pins .pin.ribbon span {
  background: #5C922F;
}
.component-projects .container .viewport .map .graphic .pins .pin.ribbon .details {
  position: absolute;
  top: 0;
  margin-top: 16px;
  margin-left: 16px;
  margin-right: 16px;
  width: 360px;
  border-radius: 8px;
  background-color: rgba(121, 187, 67, 0.65);
  padding: 15px 25px;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.44444444;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 850px) {
  .component-projects .container .viewport .map .graphic .pins .pin.ribbon .details {
    display: none;
  }
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-1 {
  top: 40.5%;
  left: 41%;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-2 {
  top: 8%;
  left: 21%;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-3 {
  top: 12%;
  left: 27%;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-4 {
  top: 4.5%;
  left: 35%;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-5 {
  top: 29%;
  left: 80%;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-6 {
  top: 33%;
  left: 96%;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-7 {
  top: 13.5%;
  left: 14.5%;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-7 .details {
  right: 0;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-8 {
  top: 76.5%;
  left: 71.5%;
}
.component-projects .container .viewport .map .graphic .pins .pin.pin-8 .details {
  left: 0;
}
@media screen and (max-width: 1110px) {
  .component-projects .container .viewport .map .graphic .pins .pin.pin-8 .details {
    left: auto;
    right: 0;
  }
}
.component-projects .container .viewport .list {
  width: 435px;
  max-width: 100%;
  margin-top: -80px;
}
@media screen and (max-width: 975px) {
  .component-projects .container .viewport .list {
    margin-top: 140px;
  }
}
@media screen and (max-width: 850px) {
  .component-projects .container .viewport .list {
    margin-top: 20px;
  }
}
.component-projects .container .viewport .list ol li {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 42px;
  margin-bottom: 15px;
  min-height: 32px;
  color: #5C5C5C;
  font-size: 16px;
  line-height: 1.3125;
  font-style: italic;
  font-weight: 500;
}
@media screen and (max-width: 850px) {
  .component-projects .container .viewport .list ol li {
    text-align: left;
  }
}
.component-projects .container .viewport .list ol li:last-child {
  margin-bottom: 0;
}
.component-projects .container .viewport .list ol li span {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  background: #020302;
  border-radius: 50%;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  color: #fff;
  text-align: center;
}
.component-projects .container .viewport .list ol li strong {
  font-weight: 700;
  color: #000;
}
.component-projects .container .viewport button {
  position: absolute;
  bottom: 60px;
  left: 62%;
  display: inline-block;
}
@media screen and (max-width: 850px) {
  .component-projects .container .viewport button {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 40px;
  }
}
.component-projects .container .viewport button:hover span {
  color: #fff;
  background: #79BB43;
}
.component-projects .container .viewport button span {
  transition: all 200ms;
  position: relative;
  display: inline-block;
  padding: 13px 18px;
  border: 2px solid #79BB43;
  border-radius: 8px;
  background-color: #000;
  color: #DDFFC1;
  font-size: 14px;
  line-height: 1.21428571;
  font-weight: bold;
  letter-spacing: 0.62px;
  text-transform: uppercase;
}
.component-projects .container .viewport button:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: #fff;
  border-radius: 8px;
}
.component-benefits {
  padding-bottom: 90px;
  border-bottom: 5px solid #79BB43;
}
.component-benefits .container {
  text-align: center;
  background: #58585B;
  padding: 0 20px 200px;
}
@media screen and (max-width: 750px) {
  .component-benefits .container {
    padding: 0 20px;
  }
}
.component-benefits .container .title {
  font-size: 22px;
  font-weight: 600;
  margin-top: -27.5px;
  display: inline-block;
  border: 1px solid #58585B;
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 17px 25px;
  margin-bottom: 20px;
}
.component-benefits .container .subtitle {
  color: #FFFFFF;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 300;
  font-style: italic;
}
.component-benefits .container .copy {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.44444444;
  font-weight: 400;
}
.component-benefits .benefits {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  max-width: 1210px;
  margin: -170px auto 0;
}
@media screen and (max-width: 750px) {
  .component-benefits .benefits {
    display: block;
    margin: 0 auto;
    background: #58585B;
  }
}
.component-benefits .benefits .benefit {
  width: 33.33333333%;
  padding: 0 10px;
}
@media screen and (max-width: 750px) {
  .component-benefits .benefits .benefit {
    width: auto;
    margin: 0 auto;
    padding-top: 40px;
  }
}
.component-benefits .benefits .benefit .visual {
  margin: 0 auto;
  width: 320px;
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 15px 15px 20px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .component-benefits .benefits .benefit .visual {
    width: 250px;
  }
}
.component-benefits .benefits .benefit .visual img {
  display: block;
  width: 100%;
  height: auto;
}
.component-benefits .benefits .benefit .text {
  position: relative;
  color: #231F20;
  width: 125px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .component-benefits .benefits .benefit .text {
    width: auto;
    background: #fff;
    margin: 0 -30px;
    padding: 20px 0 30px;
    text-align: center;
  }
  .component-benefits .benefits .benefit .text:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    height: 120px;
    background: #fff;
  }
}
.component-benefits .benefits .benefit .text .top {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.14px;
}
.component-benefits .benefits .benefit .text .number {
  font-size: 38px;
  font-weight: bold;
}
@media screen and (max-width: 750px) {
  .component-benefits .benefits .benefit .text .number {
    margin: 5px 0;
  }
}
.component-benefits .benefits .benefit .text .reduction {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (max-width: 750px) {
  .component-benefits .benefits .benefit .text .reduction {
    margin: 5px 0;
  }
}
.component-benefits .benefits .benefit .text .meta {
  font-size: 12px;
}
.component-partners {
  padding-bottom: 50px;
  border-bottom: 5px solid #79BB43;
}
.component-partners .container {
  position: relative;
  text-align: center;
  padding: 0 20px;
}
.component-partners .container .title {
  font-size: 33px;
  font-weight: 100;
  text-transform: uppercase;
  margin-top: -27.5px;
  display: inline-block;
  border: 1px solid rgba(45, 45, 45, 0.25);
  background-color: #FFFFFF;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.component-partners .container .copy {
  color: #000;
  font-size: 16px;
  line-height: 1.6875;
  font-weight: 500;
  margin-bottom: 30px;
}
.component-partners .container .map {
  position: relative;
  margin: 0 100px 0 300px;
}
@media screen and (max-width: 900px) {
  .component-partners .container .map {
    margin-right: 5%;
  }
}
@media screen and (max-width: 750px) {
  .component-partners .container .map {
    margin: 0 auto 50px;
  }
}
.component-partners .container .map img {
  display: block;
  width: 700px;
  height: auto;
  margin-left: auto;
}
.component-partners .container .side {
  position: absolute;
  bottom: 100px;
  left: 10%;
  width: 23%;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .component-partners .container .side {
    position: relative;
    bottom: auto;
    width: auto;
    margin: 0 auto;
    top: 0;
    left: 0;
  }
}
.component-partners .container .side img {
  display: block;
  width: 200px;
  height: auto;
  margin: 0 auto 50px;
}
@media screen and (max-width: 750px) {
  .component-partners .container .side img {
    display: none;
  }
}
.component-partners .container .side button {
  position: relative;
  display: inline-block;
}
.component-partners .container .side button:hover span {
  color: #fff;
  background: #79BB43;
}
.component-partners .container .side button span {
  transition: all 200ms;
  position: relative;
  display: inline-block;
  padding: 13px 18px;
  border: 2px solid #79BB43;
  border-radius: 8px;
  background-color: #000;
  color: #DDFFC1;
  font-size: 14px;
  line-height: 1.21428571;
  font-weight: bold;
  letter-spacing: 0.62px;
  text-transform: uppercase;
}
.component-partners .container .side button:before {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  background: #fff;
  border-radius: 8px;
}
