@charset "utf-8";
/*
Theme Name: Green Boy Group
Theme URI: 
Author: Kristin Falkner
Author URI: https://www.kristinfalkner.com
Description: A custom theme built with Sass and Gulp
Text Domain: greenboygroup-custom
*/
/**
 * @license
 * MyFonts Webfont Build ID 3952779, 2020-09-26T19:39:47-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: IndustryInc-Base by Fort Foundry
 * URL: https://www.myfonts.com/fonts/fort-foundry/industry-inc/base/
 * Copyright: Copyright &amp;#x00A9; 2014 by Mattox Shuler. All rights reserved.
 * 
 * 
 * 
 * © 2020 MyFonts Inc
*/
/**
 * @license
 * MyFonts Webfont Build ID 3952780, 2020-09-26T19:44:21-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: FF Balance Web Pro Regular Italic by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/ff-balance/pro-ita/
 * 
 * Webfont: FF Balance Web Pro Regular by FontFont
 * URL: https://www.myfonts.com/fonts/fontfont/ff-balance/pro/
 * 
 * 
 * Webfonts copyright: 2010 published by FSI FontShop International GmbH
 * 
 * © 2020 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/3c508b");
@import url("//hello.myfonts.net/count/3c508c");

@font-face {
  font-family: 'IndustryInc-Base';
  src: url("webFonts/IndustryInc-Base/font.woff2") format("woff2"), url("webFonts/IndustryInc-Base/font.woff") format("woff");
}

@font-face {
  font-family: 'FFBalanceWebProRegular';
  src: url("webFonts/FFBalanceWebProRegular/font.woff2") format("woff2"), url("webFonts/FFBalanceWebProRegular/font.woff") format("woff");
}

@font-face {
  font-family: 'FFBalanceWebProRegularItalic';
  src: url("webFonts/FFBalanceWebProRegularItalic/font.woff2") format("woff2"), url("webFonts/FFBalanceWebProRegularItalic/font.woff") format("woff");
}

/**
 * Foundation for Sites by ZURB
 * Version 6.2.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device 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/10/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 of focused elements when they are also in an
   * active/hover state.
   */
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 {
  -webkit-box-sizing: content-box;
  -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"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
   * 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.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* 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;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  font-size: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  padding: 0;
  margin: 0;
  font-family: "FFBalanceWebProRegular", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #292311;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  font-size: inherit;
  line-height: 1.3;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FFBalanceWebProRegular", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #999;
  line-height: 0;
}

h1 {
  font-size: 36px;
  font-size: 2.25rem;
}

h2 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3 {
  font-size: 19px;
  font-size: 1.1875rem;
}

h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h5 {
  font-size: 17px;
  font-size: 1.0625rem;
}

h6 {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 40em) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.5625rem;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1rem;
  }
}

a {
  color: #ff6941;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #ff4614;
}

a img {
  border: 0;
}

hr {
  max-width: 1520px;
  max-width: 95rem;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #999;
  border-left: 0;
  margin: 20px auto;
  margin: 1.25rem auto;
  clear: both;
}

ul,
ol,
dl {
  line-height: 1.3;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  list-style-position: outside;
}

li {
  font-size: inherit;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-left: 1.25rem;
}

ol {
  margin-left: 20px;
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 4.8px;
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 9px 20px 0 19px;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #999;
}

blockquote,
blockquote p {
  line-height: 1.3;
  color: #292311;
}

cite {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #292311;
}

cite:before {
  content: '\2014 \0020';
}

abbr {
  color: #292311;
  cursor: help;
  border-bottom: 1px dotted #000;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  background-color: #cbc8b9;
  border: 1px solid #999;
  padding: 2px 5px 1px;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

kbd {
  padding: 2px 4px 0;
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #cbc8b9;
  color: #000;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
}

.subheader {
  margin-top: 3.2px;
  margin-top: 0.2rem;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #292311;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

p + .stat {
  margin-top: -16px;
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
  blockquote {
    border: 1px solid #292311;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page  {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 39px;
  height: 2.4375rem;
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid #fff;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  border: 1px solid #ff6941;
  background-color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -o-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::placeholder,
textarea::placeholder {
  color: #999;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #cbc8b9;
  cursor: default;
}

[type='submit'],
[type='button'] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 8px;
  margin-left: 0.5rem;
  margin-right: 16px;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline;
}

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 8px;
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}

label.middle {
  margin: 0 0 16px;
  margin: 0 0 1rem;
  padding: 9px 0;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -8px;
  margin-top: -0.5rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.input-group > :first-child {
  border-radius: 0 0 0 0;
}

.input-group > :last-child > * {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  text-align: center;
  padding: 0 16px;
  padding: 0 1rem;
  background: #cbc8b9;
  color: #000;
  border: 1px solid #999;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 40px;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  height: 100%;
  width: 1%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button {
  margin: 0;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

legend {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  max-width: 100%;
}

.fieldset {
  border: 1px solid #999;
  padding: 20px;
  padding: 1.25rem;
  margin: 18px 0;
  margin: 1.125rem 0;
}

.fieldset legend {
  background: #fff;
  padding: 0 3px;
  padding: 0 0.1875rem;
  margin: 0;
  margin-left: -3px;
  margin-left: -0.1875rem;
}

select {
  height: 39px;
  height: 2.4375rem;
  padding: 8px;
  padding: 0.5rem;
  border: 1px solid #fff;
  margin: 0 0 16px;
  margin: 0 0 1rem;
  font-size: 16px;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0, 0 32, 0 16, 24" style="fill: rgb%2841, 35, 17%29"></polygon></svg>');
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  background-position: right center;
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-repeat: no-repeat;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:disabled {
  background-color: #cbc8b9;
  cursor: default;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
}

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840;
}

.form-error.is-visible {
  display: block;
}

.header__logo,
.header__toggle,
.footer__logo,
.cta__text a,
.nav__close,
.about__team-expand,
.error-page h1,
.homepage__hero-links span,
.homepage__hero h1 {
  text-indent: -9999px;
  line-height: 0;
  font-size: 0;
}

.about__milestones-intro,
.about__team-wrapper,
.careers__openings-wrapper,
.homepage__about-wrapper,
.homepage__lower-wrapper,
.ingredients__breakdown-wrapper,
.news__archive-wrapper,
.news__events-wrapper,
.sustainability__benefits-wrapper,
.sustainability__lower-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1216px;
  max-width: 76rem;
}

.cta__text h3,
.about__milestones-intro h3,
.about__team h3,
.careers__openings-wrapper h3,
.contact__text h2,
.homepage__hero-links h4,
.homepage__about-text h2,
.homepage__lower-text h2,
.ingredients__breakdown h2,
.news__events-wrapper h3,
.sustainability__benefits-headers h3,
.sustainability__lower-text h3 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .cta__text h3,
  .about__milestones-intro h3,
  .about__team h3,
  .careers__openings-wrapper h3,
  .contact__text h2,
  .homepage__hero-links h4,
  .homepage__about-text h2,
  .homepage__lower-text h2,
  .ingredients__breakdown h2,
  .news__events-wrapper h3,
  .sustainability__benefits-headers h3,
  .sustainability__lower-text h3 {
    font-size: 2.0625rem;
  }
}

.cta__text h2,
.about__milestones-intro h2,
.about__team h2,
.contact__text h1,
.contact__location h3,
.homepage__hero-links h3,
.news__archive-item-date,
.news__events-wrapper h2,
.news__events-item h4,
.sustainability__benefits-headers h2,
.sustainability__lower-text h2 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1.36px;
  font: 14px / 1 "IndustryInc-Base", sans-serif;
  font: 0.875rem / 1 "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 40em) {
  .cta__text h2,
  .about__milestones-intro h2,
  .about__team h2,
  .contact__text h1,
  .contact__location h3,
  .homepage__hero-links h3,
  .news__archive-item-date,
  .news__events-wrapper h2,
  .news__events-item h4,
  .sustainability__benefits-headers h2,
  .sustainability__lower-text h2 {
    font-size: 1.0625rem;
  }
}

a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.wp-block-embed {
  margin: 20px 0;
  margin: 1.25rem 0;
}

.screen-reader-text,
.gform_wrapper .gfield.hidden_label label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

.screen-reader-text:focus,
.gform_wrapper .gfield.hidden_label label:focus {
  display: block;
  top: 5px;
  left: 5px;
  z-index: 100000;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  background-color: #cbc8b9;
  padding: 15px 23px 14px;
  padding: 0.9375rem 1.4375rem 0.875rem;
  width: auto;
  height: auto;
  text-decoration: none;
  line-height: normal;
  color: #ff0101;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  clip: auto !important;
}

.has-primary-color-background-color {
  background-color: #ff6941;
}

.has-primary-color-color {
  color: #ff6941;
}

.has-secondary-color-background-color {
  background-color: #009640;
}

.has-secondary-color-color {
  color: #009640;
}

.has-theme-light-gray-background-color {
  background-color: #cbc8b9;
}

.has-theme-light-gray-color {
  color: #cbc8b9;
}

.has-theme-dark-gray-background-color {
  background-color: #292311;
}

.has-primary-color-color {
  color: #292311;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 15px 25px;
  padding: 0.9375rem 1.5625rem;
  width: 100%;
}

@media screen and (max-width: 63.9375em) {
  .header {
    background-color: #fff;
  }
}

@media screen and (min-width: 40em) {
  .header {
    padding: 1.8125rem 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .header {
    padding: 0;
  }
}

.header__logo {
  display: block;
  background: url("images/logo-blk.svg") no-repeat 0 0;
  -webkit-background-size: 4.6875rem 1.875rem;
  background-size: 4.6875rem 1.875rem;
  width: 75px;
  width: 4.6875rem;
  height: 30px;
  height: 1.875rem;
}

@media screen and (min-width: 64em) {
  .header__logo {
    position: absolute;
    top: 1.8125rem;
    left: 3.125rem;
  }
}

.header__toggle {
  display: block;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  right: 25px;
  right: 1.5625rem;
  background: url("images/nav.svg") no-repeat 0 0;
  -webkit-background-size: 1.6875rem 1.5rem;
  background-size: 1.6875rem 1.5rem;
  width: 27px;
  width: 1.6875rem;
  height: 24px;
  height: 1.5rem;
}

@media screen and (min-width: 40em) {
  .header__toggle {
    top: 2rem;
    right: 2.9375rem;
  }
}

#content {
  padding-top: 60px;
  padding-top: 3.75rem;
}

@media screen and (min-width: 64em) {
  #content {
    padding-top: 0;
  }
}

.footer__cta {
  background-color: #ff6941;
  padding: 26px 20px;
  padding: 1.625rem 1.25rem;
  color: #fff;
  font-family: "IndustryInc-Base", sans-serif;
}

.footer__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__cta p {
  margin: 0;
  padding-right: 15px;
  padding-right: 0.9375rem;
  letter-spacing: 1.36px;
}

@media screen and (max-width: 39.9375em) {
  .footer__cta p {
    margin-bottom: 0.9375rem;
    width: 100%;
    text-align: center;
  }
}

.footer__lower {
  background-color: #292311;
  padding: 40px 25px;
  padding: 2.5rem 1.5625rem;
  color: #cbc8b9;
}

@media screen and (min-width: 40em) {
  .footer__lower {
    padding: 2.5rem 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .footer__lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }
}

.footer__lower-logo {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 100%;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 64em) {
  .footer__lower-logo {
    margin-bottom: 0;
    width: auto;
  }
}

.footer__lower-nav {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 64em) {
  .footer__lower-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    width: -webkit-calc(100% - 300px);
    width: calc(100% - 300px);
    max-width: 56.25rem;
  }
}

.footer__lower-nav-social {
  margin: 30px 0;
  margin: 1.875rem 0;
}

@media screen and (min-width: 64em) {
  .footer__lower-nav-social {
    margin: 0;
  }
}

.footer__lower-nav-social a {
  padding-left: 30px;
  padding-left: 1.875rem;
}

.footer__lower-nav-social a.fb {
  background: url("images/icon-facebook.svg") no-repeat left center;
  -webkit-background-size: 0.5rem 0.875rem;
  background-size: 0.5rem 0.875rem;
}

.footer__lower-nav-social a.twitter {
  background: url("images/icon-twitter.svg") no-repeat left center;
  -webkit-background-size: 0.875rem 0.75rem;
  background-size: 0.875rem 0.75rem;
}

.footer__lower-nav-social a.instagram {
  background: url("images/icon-instagram.svg") no-repeat left center;
  -webkit-background-size: 0.875rem 0.875rem;
  background-size: 0.875rem 0.875rem;
}

.footer__lower-nav-social a.linkedin {
  background: url("images/icon-linkedin.svg") no-repeat left center;
  -webkit-background-size: 0.875rem 0.9375rem;
  background-size: 0.875rem 0.9375rem;
}

@media screen and (min-width: 40em) {
  .footer__lower-nav-optin {
    width: 50%;
    max-width: 27.5rem;
  }
}

.footer__lower-nav-optin .gform_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.footer__lower-nav-optin .gform_body {
  width: -webkit-calc(100% - 116px);
  width: calc(100% - 116px);
}

.footer__lower-nav-optin .gform_footer {
  width: 116px;
  width: 7.25rem;
}

.footer__lower-nav-optin .gfield_error input {
  border-color: #ff6941 !important;
}

.footer__lower-nav-optin input[type=text] {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #fff;
  border-right: 0;
  background-color: #292311;
  height: 42px;
  height: 2.625rem;
  line-height: 38px;
  line-height: 2.375rem;
  color: #fff;
}

.footer__lower-nav-optin .button {
  padding: 0 10px !important;
  padding: 0 0.625rem !important;
  height: 42px;
  height: 2.625rem;
  line-height: 38px;
  line-height: 2.375rem;
}

.footer__lower-nav ul {
  margin: 0;
  list-style-type: none;
}

.footer__lower-nav ul li {
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.footer__lower-nav ul li:last-child {
  margin-bottom: 0;
}

.footer__lower-nav a {
  color: #cbc8b9;
}

.footer__logo {
  display: block;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  background: url("images/logo-white.svg") no-repeat 0 0;
  -webkit-background-size: 6.9375rem 2.8125rem;
  background-size: 6.9375rem 2.8125rem;
  width: 111px;
  width: 6.9375rem;
  height: 45px;
  height: 2.8125rem;
}

.button {
  display: inline-block;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #292311;
  background-color: transparent;
  padding: 6px 10px 8px;
  padding: 0.375rem 0.625rem 0.5rem;
  letter-spacing: 1.12px;
  color: #292311;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "IndustryInc-Base", sans-serif;
}

.button:hover {
  background-color: #292311;
  color: #fff;
}

.button:hover svg {
  fill: #fff;
}

.button span {
  display: inline-block;
  margin-right: 17px;
  margin-right: 1.0625rem;
  vertical-align: middle;
}

.button svg {
  display: inline-block;
  padding-top: 1px;
  vertical-align: middle;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  fill: #292311;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.button.button--orange {
  border-color: #ff6941;
  color: #ff6941;
}

.button.button--orange:hover {
  background-color: #ff6941;
  color: #fff;
}

.button.button--orange:hover svg {
  fill: #fff;
}

.button.button--orange svg {
  fill: #ff6941;
}

.button.button--white,
.footer__lower-nav-optin .button {
  border-color: #fff;
  color: #fff;
}

.button.button--white:hover,
.footer__lower-nav-optin .button:hover {
  background-color: #fff;
  color: #292311;
}

.button.button--white:hover svg,
.footer__lower-nav-optin .button:hover svg {
  fill: #292311;
}

.button.button--white svg,
.footer__lower-nav-optin .button svg {
  fill: #fff;
}

/****************************************************************
 *
 * CSS Percentage Circle
 * Author: Andre Firchow
 *
*****************************************************************/
.rect-auto,
.c100.p51 .slice,
.c100.p52 .slice,
.c100.p53 .slice,
.c100.p54 .slice,
.c100.p55 .slice,
.c100.p56 .slice,
.c100.p57 .slice,
.c100.p58 .slice,
.c100.p59 .slice,
.c100.p60 .slice,
.c100.p61 .slice,
.c100.p62 .slice,
.c100.p63 .slice,
.c100.p64 .slice,
.c100.p65 .slice,
.c100.p66 .slice,
.c100.p67 .slice,
.c100.p68 .slice,
.c100.p69 .slice,
.c100.p70 .slice,
.c100.p71 .slice,
.c100.p72 .slice,
.c100.p73 .slice,
.c100.p74 .slice,
.c100.p75 .slice,
.c100.p76 .slice,
.c100.p77 .slice,
.c100.p78 .slice,
.c100.p79 .slice,
.c100.p80 .slice,
.c100.p81 .slice,
.c100.p82 .slice,
.c100.p83 .slice,
.c100.p84 .slice,
.c100.p85 .slice,
.c100.p86 .slice,
.c100.p87 .slice,
.c100.p88 .slice,
.c100.p89 .slice,
.c100.p90 .slice,
.c100.p91 .slice,
.c100.p92 .slice,
.c100.p93 .slice,
.c100.p94 .slice,
.c100.p95 .slice,
.c100.p96 .slice,
.c100.p97 .slice,
.c100.p98 .slice,
.c100.p99 .slice,
.c100.p100 .slice {
  clip: rect(auto, auto, auto, auto);
}

.pie,
.c100 .bar,
.c100.p51 .fill,
.c100.p52 .fill,
.c100.p53 .fill,
.c100.p54 .fill,
.c100.p55 .fill,
.c100.p56 .fill,
.c100.p57 .fill,
.c100.p58 .fill,
.c100.p59 .fill,
.c100.p60 .fill,
.c100.p61 .fill,
.c100.p62 .fill,
.c100.p63 .fill,
.c100.p64 .fill,
.c100.p65 .fill,
.c100.p66 .fill,
.c100.p67 .fill,
.c100.p68 .fill,
.c100.p69 .fill,
.c100.p70 .fill,
.c100.p71 .fill,
.c100.p72 .fill,
.c100.p73 .fill,
.c100.p74 .fill,
.c100.p75 .fill,
.c100.p76 .fill,
.c100.p77 .fill,
.c100.p78 .fill,
.c100.p79 .fill,
.c100.p80 .fill,
.c100.p81 .fill,
.c100.p82 .fill,
.c100.p83 .fill,
.c100.p84 .fill,
.c100.p85 .fill,
.c100.p86 .fill,
.c100.p87 .fill,
.c100.p88 .fill,
.c100.p89 .fill,
.c100.p90 .fill,
.c100.p91 .fill,
.c100.p92 .fill,
.c100.p93 .fill,
.c100.p94 .fill,
.c100.p95 .fill,
.c100.p96 .fill,
.c100.p97 .fill,
.c100.p98 .fill,
.c100.p99 .fill,
.c100.p100 .fill {
  position: absolute;
  border: 0.06em solid #ff6941;
  width: 0.88em;
  height: 0.88em;
  clip: rect(0em, 0.5em, 1em, 0em);
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.pie-fill,
.c100.p51 .bar:after,
.c100.p51 .fill,
.c100.p52 .bar:after,
.c100.p52 .fill,
.c100.p53 .bar:after,
.c100.p53 .fill,
.c100.p54 .bar:after,
.c100.p54 .fill,
.c100.p55 .bar:after,
.c100.p55 .fill,
.c100.p56 .bar:after,
.c100.p56 .fill,
.c100.p57 .bar:after,
.c100.p57 .fill,
.c100.p58 .bar:after,
.c100.p58 .fill,
.c100.p59 .bar:after,
.c100.p59 .fill,
.c100.p60 .bar:after,
.c100.p60 .fill,
.c100.p61 .bar:after,
.c100.p61 .fill,
.c100.p62 .bar:after,
.c100.p62 .fill,
.c100.p63 .bar:after,
.c100.p63 .fill,
.c100.p64 .bar:after,
.c100.p64 .fill,
.c100.p65 .bar:after,
.c100.p65 .fill,
.c100.p66 .bar:after,
.c100.p66 .fill,
.c100.p67 .bar:after,
.c100.p67 .fill,
.c100.p68 .bar:after,
.c100.p68 .fill,
.c100.p69 .bar:after,
.c100.p69 .fill,
.c100.p70 .bar:after,
.c100.p70 .fill,
.c100.p71 .bar:after,
.c100.p71 .fill,
.c100.p72 .bar:after,
.c100.p72 .fill,
.c100.p73 .bar:after,
.c100.p73 .fill,
.c100.p74 .bar:after,
.c100.p74 .fill,
.c100.p75 .bar:after,
.c100.p75 .fill,
.c100.p76 .bar:after,
.c100.p76 .fill,
.c100.p77 .bar:after,
.c100.p77 .fill,
.c100.p78 .bar:after,
.c100.p78 .fill,
.c100.p79 .bar:after,
.c100.p79 .fill,
.c100.p80 .bar:after,
.c100.p80 .fill,
.c100.p81 .bar:after,
.c100.p81 .fill,
.c100.p82 .bar:after,
.c100.p82 .fill,
.c100.p83 .bar:after,
.c100.p83 .fill,
.c100.p84 .bar:after,
.c100.p84 .fill,
.c100.p85 .bar:after,
.c100.p85 .fill,
.c100.p86 .bar:after,
.c100.p86 .fill,
.c100.p87 .bar:after,
.c100.p87 .fill,
.c100.p88 .bar:after,
.c100.p88 .fill,
.c100.p89 .bar:after,
.c100.p89 .fill,
.c100.p90 .bar:after,
.c100.p90 .fill,
.c100.p91 .bar:after,
.c100.p91 .fill,
.c100.p92 .bar:after,
.c100.p92 .fill,
.c100.p93 .bar:after,
.c100.p93 .fill,
.c100.p94 .bar:after,
.c100.p94 .fill,
.c100.p95 .bar:after,
.c100.p95 .fill,
.c100.p96 .bar:after,
.c100.p96 .fill,
.c100.p97 .bar:after,
.c100.p97 .fill,
.c100.p98 .bar:after,
.c100.p98 .fill,
.c100.p99 .bar:after,
.c100.p99 .fill,
.c100.p100 .bar:after,
.c100.p100 .fill {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100 {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 0 0.1em 0.1em 0;
  background-color: #ffede8;
}

.c100 *,
.c100 *:before,
.c100 *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.c100.center {
  float: none;
  margin: 0 auto;
}

.c100.big {
  font-size: 280px;
}

.c100.small {
  font-size: 80px;
}

.c100 > span {
  position: absolute;
  width: 100%;
  z-index: 1;
  left: 0;
  top: 0;
  width: 280px;
  width: 17.5rem;
  line-height: 280px;
  line-height: 17.5rem;
  font-size: 84px;
  font-size: 5.25rem;
  font-family: "IndustryInc-Base", sans-serif;
  color: #464646;
  display: block;
  text-align: center;
  white-space: nowrap;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.c100:after {
  position: absolute;
  top: 0.06em;
  left: 0.06em;
  display: block;
  content: " ";
  border-radius: 50%;
  background-color: #fff;
  width: 0.88em;
  height: 0.88em;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.c100 .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0em, 1em, 1em, 0.5em);
}

.c100.p1 .bar {
  -webkit-transform: rotate(3.6deg);
  -ms-transform: rotate(3.6deg);
  -o-transform: rotate(3.6deg);
  transform: rotate(3.6deg);
}

.c100.p2 .bar {
  -webkit-transform: rotate(7.2deg);
  -ms-transform: rotate(7.2deg);
  -o-transform: rotate(7.2deg);
  transform: rotate(7.2deg);
}

.c100.p3 .bar {
  -webkit-transform: rotate(10.8deg);
  -ms-transform: rotate(10.8deg);
  -o-transform: rotate(10.8deg);
  transform: rotate(10.8deg);
}

.c100.p4 .bar {
  -webkit-transform: rotate(14.4deg);
  -ms-transform: rotate(14.4deg);
  -o-transform: rotate(14.4deg);
  transform: rotate(14.4deg);
}

.c100.p5 .bar {
  -webkit-transform: rotate(18deg);
  -ms-transform: rotate(18deg);
  -o-transform: rotate(18deg);
  transform: rotate(18deg);
}

.c100.p6 .bar {
  -webkit-transform: rotate(21.6deg);
  -ms-transform: rotate(21.6deg);
  -o-transform: rotate(21.6deg);
  transform: rotate(21.6deg);
}

.c100.p7 .bar {
  -webkit-transform: rotate(25.2deg);
  -ms-transform: rotate(25.2deg);
  -o-transform: rotate(25.2deg);
  transform: rotate(25.2deg);
}

.c100.p8 .bar {
  -webkit-transform: rotate(28.8deg);
  -ms-transform: rotate(28.8deg);
  -o-transform: rotate(28.8deg);
  transform: rotate(28.8deg);
}

.c100.p9 .bar {
  -webkit-transform: rotate(32.4deg);
  -ms-transform: rotate(32.4deg);
  -o-transform: rotate(32.4deg);
  transform: rotate(32.4deg);
}

.c100.p10 .bar {
  -webkit-transform: rotate(36deg);
  -ms-transform: rotate(36deg);
  -o-transform: rotate(36deg);
  transform: rotate(36deg);
}

.c100.p11 .bar {
  -webkit-transform: rotate(39.6deg);
  -ms-transform: rotate(39.6deg);
  -o-transform: rotate(39.6deg);
  transform: rotate(39.6deg);
}

.c100.p12 .bar {
  -webkit-transform: rotate(43.2deg);
  -ms-transform: rotate(43.2deg);
  -o-transform: rotate(43.2deg);
  transform: rotate(43.2deg);
}

.c100.p13 .bar {
  -webkit-transform: rotate(46.8deg);
  -ms-transform: rotate(46.8deg);
  -o-transform: rotate(46.8deg);
  transform: rotate(46.8deg);
}

.c100.p14 .bar {
  -webkit-transform: rotate(50.4deg);
  -ms-transform: rotate(50.4deg);
  -o-transform: rotate(50.4deg);
  transform: rotate(50.4deg);
}

.c100.p15 .bar {
  -webkit-transform: rotate(54deg);
  -ms-transform: rotate(54deg);
  -o-transform: rotate(54deg);
  transform: rotate(54deg);
}

.c100.p16 .bar {
  -webkit-transform: rotate(57.6deg);
  -ms-transform: rotate(57.6deg);
  -o-transform: rotate(57.6deg);
  transform: rotate(57.6deg);
}

.c100.p17 .bar {
  -webkit-transform: rotate(61.2deg);
  -ms-transform: rotate(61.2deg);
  -o-transform: rotate(61.2deg);
  transform: rotate(61.2deg);
}

.c100.p18 .bar {
  -webkit-transform: rotate(64.8deg);
  -ms-transform: rotate(64.8deg);
  -o-transform: rotate(64.8deg);
  transform: rotate(64.8deg);
}

.c100.p19 .bar {
  -webkit-transform: rotate(68.4deg);
  -ms-transform: rotate(68.4deg);
  -o-transform: rotate(68.4deg);
  transform: rotate(68.4deg);
}

.c100.p20 .bar {
  -webkit-transform: rotate(72deg);
  -ms-transform: rotate(72deg);
  -o-transform: rotate(72deg);
  transform: rotate(72deg);
}

.c100.p21 .bar {
  -webkit-transform: rotate(75.6deg);
  -ms-transform: rotate(75.6deg);
  -o-transform: rotate(75.6deg);
  transform: rotate(75.6deg);
}

.c100.p22 .bar {
  -webkit-transform: rotate(79.2deg);
  -ms-transform: rotate(79.2deg);
  -o-transform: rotate(79.2deg);
  transform: rotate(79.2deg);
}

.c100.p23 .bar {
  -webkit-transform: rotate(82.8deg);
  -ms-transform: rotate(82.8deg);
  -o-transform: rotate(82.8deg);
  transform: rotate(82.8deg);
}

.c100.p24 .bar {
  -webkit-transform: rotate(86.4deg);
  -ms-transform: rotate(86.4deg);
  -o-transform: rotate(86.4deg);
  transform: rotate(86.4deg);
}

.c100.p25 .bar {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.c100.p26 .bar {
  -webkit-transform: rotate(93.6deg);
  -ms-transform: rotate(93.6deg);
  -o-transform: rotate(93.6deg);
  transform: rotate(93.6deg);
}

.c100.p27 .bar {
  -webkit-transform: rotate(97.2deg);
  -ms-transform: rotate(97.2deg);
  -o-transform: rotate(97.2deg);
  transform: rotate(97.2deg);
}

.c100.p28 .bar {
  -webkit-transform: rotate(100.8deg);
  -ms-transform: rotate(100.8deg);
  -o-transform: rotate(100.8deg);
  transform: rotate(100.8deg);
}

.c100.p29 .bar {
  -webkit-transform: rotate(104.4deg);
  -ms-transform: rotate(104.4deg);
  -o-transform: rotate(104.4deg);
  transform: rotate(104.4deg);
}

.c100.p30 .bar {
  -webkit-transform: rotate(108deg);
  -ms-transform: rotate(108deg);
  -o-transform: rotate(108deg);
  transform: rotate(108deg);
}

.c100.p31 .bar {
  -webkit-transform: rotate(111.6deg);
  -ms-transform: rotate(111.6deg);
  -o-transform: rotate(111.6deg);
  transform: rotate(111.6deg);
}

.c100.p32 .bar {
  -webkit-transform: rotate(115.2deg);
  -ms-transform: rotate(115.2deg);
  -o-transform: rotate(115.2deg);
  transform: rotate(115.2deg);
}

.c100.p33 .bar {
  -webkit-transform: rotate(118.8deg);
  -ms-transform: rotate(118.8deg);
  -o-transform: rotate(118.8deg);
  transform: rotate(118.8deg);
}

.c100.p34 .bar {
  -webkit-transform: rotate(122.4deg);
  -ms-transform: rotate(122.4deg);
  -o-transform: rotate(122.4deg);
  transform: rotate(122.4deg);
}

.c100.p35 .bar {
  -webkit-transform: rotate(126deg);
  -ms-transform: rotate(126deg);
  -o-transform: rotate(126deg);
  transform: rotate(126deg);
}

.c100.p36 .bar {
  -webkit-transform: rotate(129.6deg);
  -ms-transform: rotate(129.6deg);
  -o-transform: rotate(129.6deg);
  transform: rotate(129.6deg);
}

.c100.p37 .bar {
  -webkit-transform: rotate(133.2deg);
  -ms-transform: rotate(133.2deg);
  -o-transform: rotate(133.2deg);
  transform: rotate(133.2deg);
}

.c100.p38 .bar {
  -webkit-transform: rotate(136.8deg);
  -ms-transform: rotate(136.8deg);
  -o-transform: rotate(136.8deg);
  transform: rotate(136.8deg);
}

.c100.p39 .bar {
  -webkit-transform: rotate(140.4deg);
  -ms-transform: rotate(140.4deg);
  -o-transform: rotate(140.4deg);
  transform: rotate(140.4deg);
}

.c100.p40 .bar {
  -webkit-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}

.c100.p41 .bar {
  -webkit-transform: rotate(147.6deg);
  -ms-transform: rotate(147.6deg);
  -o-transform: rotate(147.6deg);
  transform: rotate(147.6deg);
}

.c100.p42 .bar {
  -webkit-transform: rotate(151.2deg);
  -ms-transform: rotate(151.2deg);
  -o-transform: rotate(151.2deg);
  transform: rotate(151.2deg);
}

.c100.p43 .bar {
  -webkit-transform: rotate(154.8deg);
  -ms-transform: rotate(154.8deg);
  -o-transform: rotate(154.8deg);
  transform: rotate(154.8deg);
}

.c100.p44 .bar {
  -webkit-transform: rotate(158.4deg);
  -ms-transform: rotate(158.4deg);
  -o-transform: rotate(158.4deg);
  transform: rotate(158.4deg);
}

.c100.p45 .bar {
  -webkit-transform: rotate(162deg);
  -ms-transform: rotate(162deg);
  -o-transform: rotate(162deg);
  transform: rotate(162deg);
}

.c100.p46 .bar {
  -webkit-transform: rotate(165.6deg);
  -ms-transform: rotate(165.6deg);
  -o-transform: rotate(165.6deg);
  transform: rotate(165.6deg);
}

.c100.p47 .bar {
  -webkit-transform: rotate(169.2deg);
  -ms-transform: rotate(169.2deg);
  -o-transform: rotate(169.2deg);
  transform: rotate(169.2deg);
}

.c100.p48 .bar {
  -webkit-transform: rotate(172.8deg);
  -ms-transform: rotate(172.8deg);
  -o-transform: rotate(172.8deg);
  transform: rotate(172.8deg);
}

.c100.p49 .bar {
  -webkit-transform: rotate(176.4deg);
  -ms-transform: rotate(176.4deg);
  -o-transform: rotate(176.4deg);
  transform: rotate(176.4deg);
}

.c100.p50 .bar {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c100.p51 .bar {
  -webkit-transform: rotate(183.6deg);
  -ms-transform: rotate(183.6deg);
  -o-transform: rotate(183.6deg);
  transform: rotate(183.6deg);
}

.c100.p52 .bar {
  -webkit-transform: rotate(187.2deg);
  -ms-transform: rotate(187.2deg);
  -o-transform: rotate(187.2deg);
  transform: rotate(187.2deg);
}

.c100.p53 .bar {
  -webkit-transform: rotate(190.8deg);
  -ms-transform: rotate(190.8deg);
  -o-transform: rotate(190.8deg);
  transform: rotate(190.8deg);
}

.c100.p54 .bar {
  -webkit-transform: rotate(194.4deg);
  -ms-transform: rotate(194.4deg);
  -o-transform: rotate(194.4deg);
  transform: rotate(194.4deg);
}

.c100.p55 .bar {
  -webkit-transform: rotate(198deg);
  -ms-transform: rotate(198deg);
  -o-transform: rotate(198deg);
  transform: rotate(198deg);
}

.c100.p56 .bar {
  -webkit-transform: rotate(201.6deg);
  -ms-transform: rotate(201.6deg);
  -o-transform: rotate(201.6deg);
  transform: rotate(201.6deg);
}

.c100.p57 .bar {
  -webkit-transform: rotate(205.2deg);
  -ms-transform: rotate(205.2deg);
  -o-transform: rotate(205.2deg);
  transform: rotate(205.2deg);
}

.c100.p58 .bar {
  -webkit-transform: rotate(208.8deg);
  -ms-transform: rotate(208.8deg);
  -o-transform: rotate(208.8deg);
  transform: rotate(208.8deg);
}

.c100.p59 .bar {
  -webkit-transform: rotate(212.4deg);
  -ms-transform: rotate(212.4deg);
  -o-transform: rotate(212.4deg);
  transform: rotate(212.4deg);
}

.c100.p60 .bar {
  -webkit-transform: rotate(216deg);
  -ms-transform: rotate(216deg);
  -o-transform: rotate(216deg);
  transform: rotate(216deg);
}

.c100.p61 .bar {
  -webkit-transform: rotate(219.6deg);
  -ms-transform: rotate(219.6deg);
  -o-transform: rotate(219.6deg);
  transform: rotate(219.6deg);
}

.c100.p62 .bar {
  -webkit-transform: rotate(223.2deg);
  -ms-transform: rotate(223.2deg);
  -o-transform: rotate(223.2deg);
  transform: rotate(223.2deg);
}

.c100.p63 .bar {
  -webkit-transform: rotate(226.8deg);
  -ms-transform: rotate(226.8deg);
  -o-transform: rotate(226.8deg);
  transform: rotate(226.8deg);
}

.c100.p64 .bar {
  -webkit-transform: rotate(230.4deg);
  -ms-transform: rotate(230.4deg);
  -o-transform: rotate(230.4deg);
  transform: rotate(230.4deg);
}

.c100.p65 .bar {
  -webkit-transform: rotate(234deg);
  -ms-transform: rotate(234deg);
  -o-transform: rotate(234deg);
  transform: rotate(234deg);
}

.c100.p66 .bar {
  -webkit-transform: rotate(237.6deg);
  -ms-transform: rotate(237.6deg);
  -o-transform: rotate(237.6deg);
  transform: rotate(237.6deg);
}

.c100.p67 .bar {
  -webkit-transform: rotate(241.2deg);
  -ms-transform: rotate(241.2deg);
  -o-transform: rotate(241.2deg);
  transform: rotate(241.2deg);
}

.c100.p68 .bar {
  -webkit-transform: rotate(244.8deg);
  -ms-transform: rotate(244.8deg);
  -o-transform: rotate(244.8deg);
  transform: rotate(244.8deg);
}

.c100.p69 .bar {
  -webkit-transform: rotate(248.4deg);
  -ms-transform: rotate(248.4deg);
  -o-transform: rotate(248.4deg);
  transform: rotate(248.4deg);
}

.c100.p70 .bar {
  -webkit-transform: rotate(252deg);
  -ms-transform: rotate(252deg);
  -o-transform: rotate(252deg);
  transform: rotate(252deg);
}

.c100.p71 .bar {
  -webkit-transform: rotate(255.6deg);
  -ms-transform: rotate(255.6deg);
  -o-transform: rotate(255.6deg);
  transform: rotate(255.6deg);
}

.c100.p72 .bar {
  -webkit-transform: rotate(259.2deg);
  -ms-transform: rotate(259.2deg);
  -o-transform: rotate(259.2deg);
  transform: rotate(259.2deg);
}

.c100.p73 .bar {
  -webkit-transform: rotate(262.8deg);
  -ms-transform: rotate(262.8deg);
  -o-transform: rotate(262.8deg);
  transform: rotate(262.8deg);
}

.c100.p74 .bar {
  -webkit-transform: rotate(266.4deg);
  -ms-transform: rotate(266.4deg);
  -o-transform: rotate(266.4deg);
  transform: rotate(266.4deg);
}

.c100.p75 .bar {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.c100.p76 .bar {
  -webkit-transform: rotate(273.6deg);
  -ms-transform: rotate(273.6deg);
  -o-transform: rotate(273.6deg);
  transform: rotate(273.6deg);
}

.c100.p77 .bar {
  -webkit-transform: rotate(277.2deg);
  -ms-transform: rotate(277.2deg);
  -o-transform: rotate(277.2deg);
  transform: rotate(277.2deg);
}

.c100.p78 .bar {
  -webkit-transform: rotate(280.8deg);
  -ms-transform: rotate(280.8deg);
  -o-transform: rotate(280.8deg);
  transform: rotate(280.8deg);
}

.c100.p79 .bar {
  -webkit-transform: rotate(284.4deg);
  -ms-transform: rotate(284.4deg);
  -o-transform: rotate(284.4deg);
  transform: rotate(284.4deg);
}

.c100.p80 .bar {
  -webkit-transform: rotate(288deg);
  -ms-transform: rotate(288deg);
  -o-transform: rotate(288deg);
  transform: rotate(288deg);
}

.c100.p81 .bar {
  -webkit-transform: rotate(291.6deg);
  -ms-transform: rotate(291.6deg);
  -o-transform: rotate(291.6deg);
  transform: rotate(291.6deg);
}

.c100.p82 .bar {
  -webkit-transform: rotate(295.2deg);
  -ms-transform: rotate(295.2deg);
  -o-transform: rotate(295.2deg);
  transform: rotate(295.2deg);
}

.c100.p83 .bar {
  -webkit-transform: rotate(298.8deg);
  -ms-transform: rotate(298.8deg);
  -o-transform: rotate(298.8deg);
  transform: rotate(298.8deg);
}

.c100.p84 .bar {
  -webkit-transform: rotate(302.4deg);
  -ms-transform: rotate(302.4deg);
  -o-transform: rotate(302.4deg);
  transform: rotate(302.4deg);
}

.c100.p85 .bar {
  -webkit-transform: rotate(306deg);
  -ms-transform: rotate(306deg);
  -o-transform: rotate(306deg);
  transform: rotate(306deg);
}

.c100.p86 .bar {
  -webkit-transform: rotate(309.6deg);
  -ms-transform: rotate(309.6deg);
  -o-transform: rotate(309.6deg);
  transform: rotate(309.6deg);
}

.c100.p87 .bar {
  -webkit-transform: rotate(313.2deg);
  -ms-transform: rotate(313.2deg);
  -o-transform: rotate(313.2deg);
  transform: rotate(313.2deg);
}

.c100.p88 .bar {
  -webkit-transform: rotate(316.8deg);
  -ms-transform: rotate(316.8deg);
  -o-transform: rotate(316.8deg);
  transform: rotate(316.8deg);
}

.c100.p89 .bar {
  -webkit-transform: rotate(320.4deg);
  -ms-transform: rotate(320.4deg);
  -o-transform: rotate(320.4deg);
  transform: rotate(320.4deg);
}

.c100.p90 .bar {
  -webkit-transform: rotate(324deg);
  -ms-transform: rotate(324deg);
  -o-transform: rotate(324deg);
  transform: rotate(324deg);
}

.c100.p91 .bar {
  -webkit-transform: rotate(327.6deg);
  -ms-transform: rotate(327.6deg);
  -o-transform: rotate(327.6deg);
  transform: rotate(327.6deg);
}

.c100.p92 .bar {
  -webkit-transform: rotate(331.2deg);
  -ms-transform: rotate(331.2deg);
  -o-transform: rotate(331.2deg);
  transform: rotate(331.2deg);
}

.c100.p93 .bar {
  -webkit-transform: rotate(334.8deg);
  -ms-transform: rotate(334.8deg);
  -o-transform: rotate(334.8deg);
  transform: rotate(334.8deg);
}

.c100.p94 .bar {
  -webkit-transform: rotate(338.4deg);
  -ms-transform: rotate(338.4deg);
  -o-transform: rotate(338.4deg);
  transform: rotate(338.4deg);
}

.c100.p95 .bar {
  -webkit-transform: rotate(342deg);
  -ms-transform: rotate(342deg);
  -o-transform: rotate(342deg);
  transform: rotate(342deg);
}

.c100.p96 .bar {
  -webkit-transform: rotate(345.6deg);
  -ms-transform: rotate(345.6deg);
  -o-transform: rotate(345.6deg);
  transform: rotate(345.6deg);
}

.c100.p97 .bar {
  -webkit-transform: rotate(349.2deg);
  -ms-transform: rotate(349.2deg);
  -o-transform: rotate(349.2deg);
  transform: rotate(349.2deg);
}

.c100.p98 .bar {
  -webkit-transform: rotate(352.8deg);
  -ms-transform: rotate(352.8deg);
  -o-transform: rotate(352.8deg);
  transform: rotate(352.8deg);
}

.c100.p99 .bar {
  -webkit-transform: rotate(356.4deg);
  -ms-transform: rotate(356.4deg);
  -o-transform: rotate(356.4deg);
  transform: rotate(356.4deg);
}

.c100.p100 .bar {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.c100.dark {
  background-color: #777777;
}

.c100.dark .bar,
.c100.dark .fill {
  border-color: #c6ff00 !important;
}

.c100.dark > span {
  color: #777777;
}

.c100.dark:after {
  background-color: #666666;
}

.c100.dark:hover > span {
  color: #c6ff00;
}

.c100.green .bar,
.c100.green .fill {
  border-color: #4db53c !important;
}

.c100.green:hover > span {
  color: #4db53c;
}

.c100.green.dark .bar,
.c100.green.dark .fill {
  border-color: #5fd400 !important;
}

.c100.green.dark:hover > span {
  color: #5fd400;
}

.c100.orange .bar,
.c100.orange .fill {
  border-color: #dd9d22 !important;
}

.c100.orange:hover > span {
  color: #dd9d22;
}

.c100.orange.dark .bar,
.c100.orange.dark .fill {
  border-color: #e08833 !important;
}

.c100.orange.dark:hover > span {
  color: #e08833;
}

.cta {
  position: relative;
  background-color: #009640;
  color: #fff;
}

.cta.cta--beige {
  background-color: #cbc8b9;
  color: #292311;
}

.cta.cta--beige a {
  background-image: url("images/arrow-blk.svg");
}

@media screen and (min-width: 64em) {
  .cta.cta--alternate .cta__image {
    left: 0;
    right: auto;
  }

  .cta.cta--alternate .cta__text {
    margin-left: 50%;
    padding-left: 7.5rem;
  }
}

.cta__inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.cta__inner::before,
.cta__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cta__inner::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33.75rem;
  }
}

.cta__text {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .cta__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.cta__text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .cta__text {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .cta__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .cta__text:last-child:not(:first-child) {
    float: right;
  }
}

.cta__text a {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
  background: url("images/arrow-white.svg") no-repeat left center;
  -webkit-background-size: 1.25rem auto;
  background-size: 1.25rem auto;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

@media screen and (min-width: 64em) {
  .cta__image {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }

  .cta__image img,
  .cta__image picture {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.gform_wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0;
  list-style-type: none;
}

.gform_wrapper ul li {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .gform_wrapper ul li.left-half,
  .gform_wrapper ul li.right-half {
    width: -webkit-calc(50% - 14px);
    width: calc(50% - 14px);
  }
}

.gform_wrapper .gfield_label {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.gform_wrapper input {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.gform_wrapper textarea {
  resize: none;
  height: 208px;
  height: 13rem;
}

.gform_wrapper .gform_validation_container {
  display: none;
}

.gform_wrapper .validation_error,
.gform_wrapper .validation_message {
  display: none;
}

.gform_wrapper .gfield_error label {
  color: #ff6941;
}

.gform_wrapper .button {
  padding: 8px 10px;
  padding: 0.5rem 0.625rem;
}

body img.gform_ajax_spinner {
  display: none !important;
}

@media screen and (min-width: 64em) {
  .hero {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
  }

  .hero img,
  .hero picture {
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.hero__wrapper {
  position: relative;
}

.hero__wrapper.hero__wrapper--beige {
  background-color: #cbc8b9;
}

.hero__wrapper.hero__wrapper--green {
  background-color: #009640;
  color: #fff;
}

.hero__wrapper.hero__wrapper--orange {
  background-color: #ff6941;
  color: #fff;
}

.hero__inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.hero__inner::before,
.hero__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.hero__inner::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .hero__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    max-height: 67.5rem;
    min-height: 48rem;
  }
}

.hero__text {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

@media screen and (min-width: 40em) {
  .hero__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.hero__text:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.9375em) {
  .hero__text {
    float: none !important;
  }
}

@media screen and (min-width: 64em) {
  .hero__text {
    width: 41.66667%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .hero__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .hero__text:last-child:not(:first-child) {
    float: right;
  }
}

@media screen and (max-width: 39.9375em) {
  .hero__text-block {
    display: none;
  }
}

.hero__text h1 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1.36px;
  font: 14px / 1 "IndustryInc-Base", sans-serif;
  font: 0.875rem / 1 "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 40em) {
  .hero__text h1 {
    font-size: 1.0625rem;
  }
}

@media screen and (min-width: 64em) {
  .hero__text h1 {
    padding-top: 3.125rem;
  }
}

.hero__text h2 {
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .hero__text h2 {
    font-size: 2.0625rem;
  }
}

@media screen and (min-width: 64em) {
  .hero__text h2 {
    margin-bottom: 1.375rem;
  }
}

.hero__text p {
  line-height: 1.68;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: -webkit-transform .7s ease-in-out;
  -o-transition: -o-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out, -o-transform .7s ease-in-out;
  -webkit-transform: translateX(120%);
  -ms-transform: translateX(120%);
  -o-transform: translateX(120%);
  transform: translateX(120%);
  background-color: #292311;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.nav.nav--open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.nav__close {
  display: block;
  position: absolute;
  top: 18px;
  top: 1.125rem;
  right: 25px;
  right: 1.5625rem;
  z-index: 3;
  background: url("images/X-white.svg") no-repeat 0 0;
  -webkit-background-size: 1.5rem 1.5625rem;
  background-size: 1.5rem 1.5625rem;
  width: 24px;
  width: 1.5rem;
  height: 25px;
  height: 1.5625rem;
}

@media screen and (min-width: 64em) {
  .nav__close {
    top: 1.875rem;
    right: 2.9375rem;
  }
}

.nav__close:hover {
  opacity: .7;
}

.nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding-top: 70px;
  padding-top: 4.375rem;
  width: 100%;
  height: 100%;
  min-height: 540px;
  min-height: 33.75rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 64em) {
  .nav__wrapper {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    min-height: 39.375rem;
  }
}

@media screen and (min-width: 75em) {
  .nav__wrapper {
    min-height: 43.75rem;
  }
}

@media screen and (min-width: 90em) {
  .nav__wrapper {
    min-height: 55rem;
  }
}

.nav__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
  margin: 0 auto;
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  max-width: 1520px;
  max-width: 95rem;
}

.nav__image {
  display: none;
}

@media screen and (min-width: 64em) {
  .nav__image {
    display: block;
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
  }
}

@media screen and (min-width: 75em) {
  .nav__image {
    width: -webkit-calc(100% - 450px);
    width: calc(100% - 450px);
  }
}

@media screen and (min-width: 90em) {
  .nav__image {
    width: -webkit-calc(100% - 510px);
    width: calc(100% - 510px);
  }
}

.nav__menu {
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
  width: 350px;
  width: 21.875rem;
}

.nav__menu ul {
  margin: 0;
  list-style-type: none;
  width: 350px;
  width: 21.875rem;
  letter-spacing: 0.51px;
  font: 28px "IndustryInc-Base", sans-serif;
  font: 1.75rem "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 75em) {
  .nav__menu ul {
    font-size: 2.125rem;
  }
}

.nav__menu li {
  margin: 0 0 20px;
  margin: 0 0 1.25rem;
  line-height: 1;
}

@media screen and (min-width: 75em) {
  .nav__menu li {
    margin-bottom: 2.5rem;
  }
}

.nav__menu a {
  position: relative;
  display: block;
  color: #ff6941;
}

@media screen and (min-width: 64em) {
  .nav__menu a {
    color: #fff;
  }
}

.nav__menu a:hover {
  color: #ff6941;
}

.nav__menu a:hover span::after {
  opacity: 1;
}

.nav__menu a span {
  position: relative;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.nav__menu a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  background: url("images/arrow-orange.svg") no-repeat 0 0;
  -webkit-background-size: 1.25rem 1.25rem;
  background-size: 1.25rem 1.25rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

@media screen and (min-width: 90em) {
  .nav__menu a span::after {
    -webkit-background-size: 1.6875rem 1.6875rem;
    background-size: 1.6875rem 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem;
  }
}

.nav__supp {
  position: absolute;
  bottom: 70px;
  bottom: 4.375rem;
  right: 0;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .nav__supp {
    bottom: 0;
    width: 20.625rem;
  }
}

.nav__supp h4 {
  letter-spacing: 1.28px;
  color: #ff6941;
  font: 16px "IndustryInc-Base", sans-serif;
  font: 1rem "IndustryInc-Base", sans-serif;
}

.nav__supp ul {
  margin: 0;
  list-style-type: none;
}

.nav__supp li {
  margin-top: 20px;
  margin-top: 1.25rem;
  line-height: 1;
}

.nav__supp a {
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
}

.nav__supp a:hover {
  color: #ff6941;
}

.nav__supp a:hover svg {
  fill: #ff6941;
}

.nav__supp a span,
.nav__supp a svg {
  display: inline-block;
  vertical-align: top;
}

.nav__supp a svg {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  fill: #fff;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.about__milestones {
  position: relative;
  padding: 50px 0;
  padding: 3.125rem 0;
}

@media screen and (min-width: 64em) {
  .about__milestones {
    padding: 6.25rem 0;
  }
}

.about__milestones::after {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #292311;
  width: 100%;
  height: 493px;
  height: 30.8125rem;
  content: '';
}

.about__milestones-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  z-index: 2;
}

.about__milestones-inner::before,
.about__milestones-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__milestones-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .about__milestones-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.about__milestones-inner:last-child:not(:first-child) {
  float: right;
}

.about__milestones-inner,
.about__milestones-inner:last-child {
  float: none;
}

.about__milestones-intro {
  color: #fff;
}

.about__milestones-intro h3 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.about__milestones-intro p {
  width: 100%;
  max-width: 748px;
  max-width: 46.75rem;
  line-height: 1.68;
  font-size: 19px;
  font-size: 1.1875rem;
}

.about__milestones-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px -17px 0;
  margin: 2.5rem -1.0625rem 0;
  width: -webkit-calc(100% + 34px);
  width: calc(100% + 34px);
}

@media screen and (min-width: 64em) {
  .about__milestones-grid {
    margin-top: 4.6875rem;
  }
}

.about__milestones-grid-item {
  margin-bottom: 34px;
  margin-bottom: 2.125rem;
  padding: 0 17px;
  padding: 0 1.0625rem;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .about__milestones-grid-item {
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .about__milestones-grid-item {
    width: 33.33%;
  }
}

.about__milestones-grid-item-inner {
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-box-shadow: 0 0 20px rgba(41, 35, 17, 0.31);
  box-shadow: 0 0 20px rgba(41, 35, 17, 0.31);
  background-color: #fff;
  padding: 30px 30px 40px;
  padding: 1.875rem 1.875rem 2.5rem;
  height: 100%;
}

.about__milestones-grid-item-inner:hover {
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  -o-transform: translateY(-12px);
  transform: translateY(-12px);
  -webkit-box-shadow: 0 0 50px rgba(41, 35, 17, 0.31);
  box-shadow: 0 0 50px rgba(41, 35, 17, 0.31);
}

.about__milestones-grid-item h4 {
  color: #ff6941;
  font: 36px / 1 "IndustryInc-Base", sans-serif;
  font: 2.25rem / 1 "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 40em) {
  .about__milestones-grid-item h4 {
    font-size: 2.875rem;
  }
}

.about__milestones-grid-item p {
  margin: 25px 0 0;
  margin: 1.5625rem 0 0;
  line-height: 1.68;
  font-size: 19px;
  font-size: 1.1875rem;
}

.about__team {
  background-color: #cbc8b9;
  padding: 50px 0;
  padding: 3.125rem 0;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .about__team {
    padding: 6.25rem 0;
  }
}

.about__team-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.about__team-inner::before,
.about__team-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.about__team-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .about__team-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.about__team-inner:last-child:not(:first-child) {
  float: right;
}

.about__team-inner,
.about__team-inner:last-child {
  float: none;
}

@media screen and (max-width: 39.9375em) {
  .about__team-grid {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
  }
}

@media screen and (min-width: 40em) {
  .about__team-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 3.125rem -0.625rem 0;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
  }
}

.about__team-grid .slick-slide {
  margin: 0 20px;
  margin: 0 1.25rem;
}

.about__team-grid .slick-slide:focus {
  outline: none;
}

.about__team-grid .slick-list {
  margin: 0 -20px;
  margin: 0 -1.25rem;
  overflow: visible;
}

.about__team-expand {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}

.about__team-expand.active {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.about__team-expand-trigger:focus {
  outline: none;
}

.about__team-expand::before {
  position: absolute;
  top: 0;
  left: -webkit-calc(50% - 1px);
  left: calc(50% - 1px);
  background-color: #292311;
  width: 2px;
  width: 0.125rem;
  height: 100%;
  content: '';
}

.about__team-expand::after {
  position: absolute;
  top: -webkit-calc(50% - 1px);
  top: calc(50% - 1px);
  left: 0;
  background-color: #292311;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  content: '';
}

.about__team-item {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
}

@media screen and (min-width: 40em) {
  .about__team-item {
    padding: 0 0.625rem;
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .about__team-item {
    width: 33.33%;
  }
}

.about__team-item.open .about__team-item-image-overlay {
  opacity: 1;
}

.about__team-item.open .about__team-item-image img {
  opacity: .16;
}

.about__team-item-image {
  position: relative;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background-color: #292311;
}

.about__team-item-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  padding: 15px;
  padding: 0.9375rem;
  width: 100%;
  height: 100%;
  color: #fff;
}

.about__team-item-image-overlay p {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 64em) {
  .about__team-item-image-overlay p {
    margin-bottom: 2.5rem;
    font-size: 1.1875rem;
  }
}

.about__team-item-image-overlay p:last-child {
  margin-bottom: 0;
}

.about__team-item-image-overlay p strong {
  display: block;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
  text-transform: uppercase;
  letter-spacing: 1.36px;
  color: #ff6941;
  font: 15px "IndustryInc-Base", sans-serif;
  font: 0.9375rem "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 64em) {
  .about__team-item-image-overlay p strong {
    font-size: 1.0625rem;
  }
}

.about__team-item-image img {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.about__team-item-text {
  position: relative;
  padding-right: 20px;
  padding-right: 1.25rem;
}

.about__team-item h4,
.about__team-item h5 {
  margin: 0 0 3px;
  margin: 0 0 0.1875rem;
  line-height: 1;
  letter-spacing: 1.44px;
  color: #292311;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "IndustryInc-Base", sans-serif;
}

.about__team-footer {
  font-size: 19px;
  font-size: 1.1875rem;
}

.about__team-footer p {
  margin: 0;
}

.about__team-footer a {
  color: #fff;
}

.about__team h3 {
  width: 100%;
  max-width: 560px;
  max-width: 35rem;
}

.careers__openings {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0;
  padding: 3.75rem 0;
}

.careers__openings::before,
.careers__openings::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.careers__openings::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .careers__openings {
    padding: 9.375rem 0;
  }
}

.careers__openings-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 40em) {
  .careers__openings-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.careers__openings-inner:last-child:not(:first-child) {
  float: right;
}

.careers__openings-grid {
  margin-top: 30px;
  margin-top: 1.875rem;
}

@media screen and (min-width: 40em) {
  .careers__openings-grid {
    margin-top: 3.4375rem;
  }
}

.careers__openings-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-bottom: 2px solid #ededed;
  padding: 28px 0;
  padding: 1.75rem 0;
}

.careers__openings-item:first-child {
  border-top: 2px solid #ededed;
}

.careers__openings-item-text {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .careers__openings-item-text {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
  }
}

.careers__openings-item-text h4 {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .careers__openings-item-text h4 {
    margin-bottom: 0.9375rem;
    font-size: 2.0625rem;
  }
}

.careers__openings-item-text p {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.36px;
  font: 14px / 1 "IndustryInc-Base", sans-serif;
  font: 0.875rem / 1 "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 40em) {
  .careers__openings-item-text p {
    font-size: 1.0625rem;
  }
}

.careers__openings-item-apply {
  margin-top: 20px;
  margin-top: 1.25rem;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .careers__openings-item-apply {
    margin-top: 0;
    width: 8.9375rem;
    padding-bottom: 0.1875rem;
  }
}

.careers__openings-item-apply .button {
  width: 143px;
  width: 8.9375rem;
}

.careers__openings-item-apply .button span {
  margin-right: 54px;
  margin-right: 3.375rem;
}

.careers__openings h2 {
  text-transform: uppercase;
  letter-spacing: 1.36px;
  font: 14px / 1 "IndustryInc-Base", sans-serif;
  font: 0.875rem / 1 "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 40em) {
  .careers__openings h2 {
    font-size: 1.0625rem;
  }
}

.contact {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  padding: 3.75rem 0;
}

@media screen and (min-width: 64em) {
  .contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 100vh;
    max-height: 67.5rem;
    min-height: 56.25rem;
  }
}

.contact__inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.contact__inner::before,
.contact__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.contact__inner::after {
  clear: both;
}

.contact__text {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 40em) {
  .contact__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.contact__text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .contact__text {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .contact__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .contact__text:last-child:not(:first-child) {
    float: right;
  }
}

.contact__locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}

.contact__location {
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 40em) {
  .contact__location {
    width: -webkit-calc(50% - 50px);
    width: calc(50% - 50px);
  }
}

.contact__location p {
  margin: 0;
  line-height: 1.68;
}

.contact__location a {
  color: #292311;
}

.contact__form {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}

@media screen and (min-width: 40em) {
  .contact__form {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.contact__form:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .contact__form {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .contact__form {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .contact__form:last-child:not(:first-child) {
    float: right;
  }
}

.contact__form .gform_confirmation_wrapper {
  font-size: 33px;
  font-size: 2.0625rem;
}

.contact__form .gform_confirmation_wrapper h2 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font: 46px / 1 "IndustryInc-Base", sans-serif;
  font: 2.875rem / 1 "IndustryInc-Base", sans-serif;
}

.contact__form .gform_validation_error #field_2_7 {
  color: #ff6941;
}

.contact__form .gform_wrapper {
  position: relative;
}

.contact__form .gform_footer {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: right;
}

.contact__form #field_2_7 {
  position: absolute;
  bottom: 10px;
  bottom: 0.625rem;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.error-page {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) {
  .error-page {
    font-size: 2.0625rem;
  }
}

.error-page__inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.error-page__inner::before,
.error-page__inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.error-page__inner::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .error-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    max-height: 67.5rem;
    min-height: 48rem;
  }
}

.error-page__text {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

@media screen and (min-width: 40em) {
  .error-page__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.error-page__text:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 64em) {
  .error-page__text {
    width: 41.66667%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .error-page__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .error-page__text:last-child:not(:first-child) {
    float: right;
  }
}

.error-page__text ul {
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  list-style-type: none;
  font-size: 19px;
  font-size: 1.1875rem;
}

.error-page__text li {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
}

.error-page__text li:last-child {
  margin-bottom: 0;
}

.error-page__text a {
  color: #292311;
}

.error-page h1 {
  display: block;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  background: url("images/404.svg") no-repeat 0 0;
  -webkit-background-size: 17.875rem 6.9375rem;
  background-size: 17.875rem 6.9375rem;
  width: 286px;
  width: 17.875rem;
  height: 111px;
  height: 6.9375rem;
}

.homepage__hero {
  position: relative;
  background-color: #009640;
}

@media screen and (min-width: 64em) {
  .homepage__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    max-height: 67.5rem;
    min-height: 48rem;
  }

  .homepage__hero::after {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #cbc8b9;
    width: 100%;
    height: 50%;
    content: '';
  }
}

.homepage__hero-text {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  position: relative;
  z-index: 3;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 40em) {
  .homepage__hero-text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.homepage__hero-text:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.9375em) {
  .homepage__hero-text {
    float: none !important;
  }
}

@media screen and (min-width: 64em) {
  .homepage__hero-text {
    width: 54%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1.1875rem;
  }

  .homepage__hero-text:last-child:not(:first-child) {
    float: right;
  }
}

.homepage__hero-links {
  width: 100%;
  float: left;
  position: relative;
  z-index: 3;
}

.homepage__hero-links:last-child:not(:first-child) {
  float: right;
}

@media screen and (max-width: 63.9375em) {
  .homepage__hero-links {
    float: none !important;
  }
}

@media screen and (min-width: 64em) {
  .homepage__hero-links {
    width: 46%;
    float: left;
    height: 100%;
  }

  .homepage__hero-links:last-child:not(:first-child) {
    float: right;
  }
}

.homepage__hero-links-1,
.homepage__hero-links-2 {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.homepage__hero-links-1 > a:hover,
.homepage__hero-links-2 > a:hover {
  background-color: transparent;
}

.homepage__hero-links-1 > a {
  background-color: #009640;
}

.homepage__hero-links-2 > a {
  background-color: #cbc8b9;
}

.homepage__hero-links-inner {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .homepage__hero-links-inner {
    padding-right: 3.125rem;
    padding-left: 3.75rem;
    width: 100%;
    max-width: 37.125rem;
  }
}

@media screen and (min-width: 90em) {
  .homepage__hero-links-inner {
    padding-right: 0;
    padding-left: 0;
  }
}

.homepage__hero-links > div {
  width: 100%;
  height: 50%;
}

.homepage__hero-links > div > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%;
}

.homepage__hero-links .homepage__hero-links--light {
  color: #fff;
}

@media screen and (max-width: 63.9375em) {
  .homepage__hero-links .homepage__hero-links--light {
    background-color: #009640;
    padding: 1.875rem;
  }
}

.homepage__hero-links .homepage__hero-links--light h3,
.homepage__hero-links .homepage__hero-links--light h4 {
  color: #fff;
}

.homepage__hero-links .homepage__hero-links--light span {
  background-image: url("images/arrow-white.svg");
}

@media screen and (max-width: 63.9375em) {
  .homepage__hero-links .homepage__hero-links--dark {
    background-color: #cbc8b9;
    padding: 1.875rem;
  }
}

.homepage__hero-links h3 {
  color: #292311;
}

.homepage__hero-links h4 {
  color: #292311;
}

.homepage__hero-links span {
  display: block;
  margin-top: 20px;
  margin-top: 1.25rem;
  background: url("images/arrow-blk.svg") no-repeat left center;
  -webkit-background-size: 1.25rem auto;
  background-size: 1.25rem auto;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
}

.homepage__hero-bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 64em) {
  .homepage__hero-bg {
    width: 54%;
  }
}

.homepage__hero h1 {
  display: block;
  margin: 0 auto;
  background: url("images/logo-large.svg") no-repeat 0 0;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding-bottom: 70%;
  width: 80%;
}

@media screen and (min-width: 90em) {
  .homepage__hero h1 {
    -webkit-background-size: 37.125rem 31.5625rem;
    background-size: 37.125rem 31.5625rem;
    padding-bottom: 0;
    width: 37.125rem;
    height: 31.5625rem;
  }
}

.homepage__hero h2 {
  margin: 20px auto 0;
  margin: 1.25rem auto 0;
  width: 80%;
  max-width: 500px;
  max-width: 31.25rem;
  font: 26px "IndustryInc-Base", sans-serif;
  font: 1.625rem "IndustryInc-Base", sans-serif;
}

.homepage__about {
  padding: 100px 0;
  padding: 6.25rem 0;
}

@media screen and (min-width: 64em) {
  .homepage__about {
    padding: 13.75rem 0;
  }
}

.homepage__about-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.homepage__about-inner::before,
.homepage__about-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__about-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .homepage__about-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.homepage__about-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__about-inner,
.homepage__about-inner:last-child {
  float: none;
}

.homepage__about-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage__about-text {
  width: 100%;
  color: #464646;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 64em) {
  .homepage__about-text {
    width: 50%;
  }
}

.homepage__about-text h2 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 100%;
  max-width: 530px;
  max-width: 33.125rem;
  color: #292311;
}

@media screen and (min-width: 64em) {
  .homepage__about-text h2 {
    margin-bottom: 1.25rem;
  }
}

.homepage__about-text p {
  line-height: 1.68;
}

.homepage__about-text p:last-child {
  margin-bottom: 0;
}

.homepage__about-text .button {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.homepage__about-image {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .homepage__about-image {
    margin-top: 0;
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
    max-width: 27.5rem;
  }
}

.homepage__about-image .homepage__lower-image-inner {
  width: 80%;
}

.homepage__ingredients {
  -webkit-background-size: cover;
  background-size: cover;
}

.homepage__ingredients-bg {
  padding: 60px;
  padding: 3.75rem;
}

@media screen and (min-width: 64em) {
  .homepage__ingredients-bg {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
  }
}

@media screen and (min-width: 64em) {
  .homepage__ingredients-bg-inner {
    padding: 7.5rem;
    height: 100%;
  }

  .homepage__ingredients-bg-inner img {
    display: block;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    max-height: 52.5rem;
  }

  .homepage__ingredients-bg-inner img[data-aos=fade-up] {
    -webkit-transform: translate3d(0, -40%, 0) !important;
    transform: translate3d(0, -40%, 0) !important;
  }

  .homepage__ingredients-bg-inner img[data-aos^=fade][data-aos^=fade].aos-animate {
    -webkit-transform: translate3d(0, -50%, 0) !important;
    transform: translate3d(0, -50%, 0) !important;
  }
}

.homepage__ingredients-text.hero__text {
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 64em) {
  .homepage__ingredients-text.hero__text {
    width: 50%;
    float: left;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    text-align: left;
  }
}

@media screen and (min-width: 64em) and (min-width: 40em) {
  .homepage__ingredients-text.hero__text {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .homepage__ingredients-text.hero__text:last-child:not(:first-child) {
    float: right;
  }
}

.homepage__ingredients-text.hero__text h2 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.homepage__ingredients-text.hero__text .button {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.homepage__ingredients-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  max-width: 580px;
  max-width: 36.25rem;
}

@media screen and (min-width: 64em) {
  .homepage__ingredients-grid {
    margin: 0;
  }
}

.homepage__ingredients-grid-item {
  margin: 20px 0;
  margin: 1.25rem 0;
  width: 50%;
}

@media screen and (min-width: 64em) {
  .homepage__ingredients-grid-item {
    width: 25%;
  }
}

.homepage__ingredients-grid-item img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 78px;
  max-width: 4.875rem;
}

.homepage__ingredients-grid-item h3 {
  margin: 10px 0 0;
  margin: 0.625rem 0 0;
  text-align: center;
  letter-spacing: 1.36px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-family: "IndustryInc-Base", sans-serif;
}

.homepage__lower {
  padding: 100px 0;
  padding: 6.25rem 0;
}

@media screen and (min-width: 64em) {
  .homepage__lower {
    padding: 13.75rem 0;
  }
}

.homepage__lower-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.homepage__lower-inner::before,
.homepage__lower-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.homepage__lower-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .homepage__lower-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.homepage__lower-inner:last-child:not(:first-child) {
  float: right;
}

.homepage__lower-inner,
.homepage__lower-inner:last-child {
  float: none;
}

.homepage__lower-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.homepage__lower-text {
  width: 100%;
  color: #464646;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 64em) {
  .homepage__lower-text {
    width: 50%;
  }
}

.homepage__lower-text h2 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  width: 100%;
  max-width: 530px;
  max-width: 33.125rem;
  color: #292311;
}

@media screen and (min-width: 64em) {
  .homepage__lower-text h2 {
    margin-bottom: 1.25rem;
  }
}

.homepage__lower-text p {
  line-height: 1.68;
}

.homepage__lower-text p:last-child {
  margin-bottom: 0;
}

.homepage__lower-text .button {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.homepage__lower-image {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .homepage__lower-image {
    margin-top: 0;
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
    max-width: 27.5rem;
  }
}

.homepage__lower-image-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 63.9375em) {
  .ingredients__hero h2 {
    margin-bottom: 1.25rem;
  }
}

.ingredients__hero p {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.ingredients__hero .button {
  display: block;
  position: relative;
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
  width: 100%;
  max-width: 331px;
  max-width: 20.6875rem;
}

.ingredients__hero .button svg {
  position: absolute;
  top: 50%;
  right: 10px;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

.ingredients__hero .scroll-down {
  display: inline-block;
  margin-top: 20px;
  margin-top: 1.25rem;
  background: url("images/arrow-down.svg") no-repeat left center;
  -webkit-background-size: 1rem 1rem;
  background-size: 1rem 1rem;
  padding-left: 30px;
  padding-left: 1.875rem;
  letter-spacing: 1.12px;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "IndustryInc-Base", sans-serif;
}

.ingredients__hero .scroll-down:hover {
  opacity: .7;
}

.ingredients__breakdown {
  padding: 50px 0;
  padding: 3.125rem 0;
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown {
    padding: 6.25rem 0;
  }
}

.ingredients__breakdown-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.ingredients__breakdown-inner::before,
.ingredients__breakdown-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.ingredients__breakdown-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .ingredients__breakdown-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.ingredients__breakdown-inner:last-child:not(:first-child) {
  float: right;
}

.ingredients__breakdown-inner,
.ingredients__breakdown-inner:last-child {
  float: none;
}

.ingredients__breakdown-trigger {
  display: block;
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
  background: url("images/arrow-down-blk.svg") no-repeat right center;
  -webkit-background-size: 0.875rem 0.875rem;
  background-size: 0.875rem 0.875rem;
  padding: 10px 0;
  padding: 0.625rem 0;
  letter-spacing: 1.36px;
  color: #ff6941;
  font: 17px "IndustryInc-Base", sans-serif;
  font: 1.0625rem "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown-trigger {
    display: none;
  }
}

.ingredients__breakdown-trigger.open {
  background: none;
}

.ingredients__breakdown-grid {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.ingredients__breakdown-grid-nav {
  -webkit-transition: max-height .5s ease-in-out;
  -o-transition: max-height .5s ease-in-out;
  transition: max-height .5s ease-in-out;
  margin: 0;
  border-bottom: 2px solid #ebebeb;
  height: auto;
  max-height: 500px;
  max-height: 31.25rem;
  overflow: hidden;
  list-style-type: none;
  letter-spacing: 1.36px;
  font: 17px "IndustryInc-Base", sans-serif;
  font: 1.0625rem "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown-grid-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 0;
  }
}

@media screen and (max-width: 63.9375em) {
  .ingredients__breakdown-grid-nav.ingredients__breakdown-grid-nav--hidden {
    max-height: 0;
  }

  .ingredients__breakdown-grid-nav.ingredients__breakdown-grid-nav--hidden li.active a {
    background: none;
  }
}

.ingredients__breakdown-grid-nav li {
  border-top: 2px solid #ebebeb;
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown-grid-nav li {
    margin-right: 1.5625rem;
    border: 0;
  }
}

.ingredients__breakdown-grid-nav li:first-child {
  border-top: 0;
}

.ingredients__breakdown-grid-nav li.initial a {
  border-color: #292311;
}

.ingredients__breakdown-grid-nav li.active a {
  border-color: #292311;
}

@media screen and (max-width: 63.9375em) {
  .ingredients__breakdown-grid-nav li.active a {
    background: url("images/arrow-active.svg") no-repeat right center;
    -webkit-background-size: 0.875rem 0.875rem;
    background-size: 0.875rem 0.875rem;
  }
}

.ingredients__breakdown-grid-nav a {
  display: block;
  -webkit-transition: border-color .3s ease-in-out;
  -o-transition: border-color .3s ease-in-out;
  transition: border-color .3s ease-in-out;
  padding: 10px 0;
  padding: 0.625rem 0;
  color: #292311;
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown-grid-nav a {
    border-bottom: 3px solid #fff;
    padding: 0 0 0.1875rem;
  }
}

.ingredients__breakdown-groups {
  margin-top: 20px;
  margin-top: 1.25rem;
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown-groups {
    border-top: 2px solid #ebebeb;
    padding-top: 1.875rem;
  }
}

.ingredients__breakdown-group {
  display: none;
}

@media screen and (max-width: 63.9375em) {
  .ingredients__breakdown-group {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown-group:first-child {
    display: block;
  }
}

.ingredients__breakdown-group-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  width: 100%;
}

.ingredients__breakdown-group-text,
.ingredients__breakdown-group-items {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .ingredients__breakdown-group-text,
  .ingredients__breakdown-group-items {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

.ingredients__breakdown-group-text {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.ingredients__breakdown-group-text p {
  width: 100%;
  max-width: 440px;
  max-width: 27.5rem;
  line-height: 1.68;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (max-width: 39.9375em) {
  .ingredients__breakdown-group-text p {
    display: none;
  }
}

.ingredients__breakdown-group-text ul {
  margin: 20px 0 0;
  margin: 1.25rem 0 0;
  list-style-type: none;
  font-size: 19px;
  font-size: 1.1875rem;
}

.ingredients__breakdown-group-text li {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown-group-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
  }

  .ingredients__breakdown-group-items > div {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
  }
}

.ingredients__breakdown-group-item {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

.ingredients__breakdown-group-item h3 {
  margin: 5px 0 2px;
  margin: 0.3125rem 0 0.125rem;
  font-size: 24px;
  font-size: 1.5rem;
}

.ingredients__breakdown-group-item p {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
}

.ingredients__breakdown-group-item ul {
  margin: 0;
  list-style-type: none;
}

.ingredients__breakdown-group-item li {
  display: inline-block;
}

.ingredients__breakdown-group .organic,
.ingredients__breakdown-group .non-gmo {
  display: inline-block;
  margin-right: 4px;
  margin-right: 0.25rem;
  border-radius: 50%;
  width: 14px;
  width: 0.875rem;
  height: 14px;
  height: 0.875rem;
}

.ingredients__breakdown-group .organic {
  background-color: #009640;
}

.ingredients__breakdown-group .non-gmo {
  background-color: #ff6941;
}

.ingredients__breakdown-footer {
  margin-top: 25px;
  margin-top: 1.5625rem;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 64em) {
  .ingredients__breakdown-footer {
    border-top: 2px solid #ebebeb;
    padding-top: 1.25rem;
  }
}

.ingredients__breakdown-footer p {
  line-height: 1.68;
  width: 100%;
  max-width: 440px;
  max-width: 27.5rem;
}

.ingredients__breakdown-footer a {
  color: #ff6941;
}

.ingredients__breakdown h2 {
  width: 100%;
  max-width: 594px;
  max-width: 37.125rem;
}

.landing__text .hero__text-block {
  display: block;
}

.landing__text h2 {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

.landing__form {
  background-color: #cbc8b9;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 60px 0;
  padding: 3.75rem 0;
}

.landing__form-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.landing__form-inner::before,
.landing__form-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.landing__form-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .landing__form-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.landing__form-inner:last-child:not(:first-child) {
  float: right;
}

.landing__form-inner,
.landing__form-inner:last-child {
  float: none;
}

.landing__form-content {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  max-width: 50rem;
}

.landing__form .gform_confirmation_wrapper {
  font-size: 33px;
  font-size: 2.0625rem;
}

.landing__form .gform_confirmation_wrapper h2 {
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
  font: 46px / 1 "IndustryInc-Base", sans-serif;
  font: 2.875rem / 1 "IndustryInc-Base", sans-serif;
}

.landing__form .gform_validation_error #field_2_7 {
  color: #ff6941;
}

.landing__form .gform_wrapper {
  position: relative;
}

.landing__form .gform_footer {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: right;
}

.landing__form .required-field {
  position: absolute;
  bottom: 10px;
  bottom: 0.625rem;
  left: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.landing__form h2 {
  margin-bottom: 50px;
  margin-bottom: 3.125rem;
  text-align: center;
}

.news__hero-text h1 {
  visibility: hidden;
  font-size: 0;
  line-height: 0;
}

.news__hero-text .button {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.news__archive {
  background-color: #009640;
  padding: 50px 0;
  padding: 3.125rem 0;
  color: #fff;
}

@media screen and (min-width: 64em) {
  .news__archive {
    padding: 6.25rem 0;
  }
}

.news__archive-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.news__archive-inner::before,
.news__archive-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.news__archive-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .news__archive-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.news__archive-inner:last-child:not(:first-child) {
  float: right;
}

.news__archive-inner,
.news__archive-inner:last-child {
  float: none;
}

.news__archive-grid {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.news__archive-item {
  border-bottom: 2px solid #a4e5c0;
  padding: 28px 0;
  padding: 1.75rem 0;
}

@media screen and (min-width: 64em) {
  .news__archive-item {
    padding: 2.3125rem 0;
  }
}

.news__archive-item:first-child {
  border-top: 2px solid #a4e5c0;
}

.news__archive-item-date {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

.news__archive-item h3 {
  width: 100%;
  max-width: 594px;
  max-width: 37.125rem;
}

.news__archive-item .button {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.news__events {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 20px;
  padding: 3.75rem 0 1.25rem;
}

.news__events::before,
.news__events::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.news__events::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .news__events {
    padding: 7.8125rem 0 7.5rem;
  }
}

.news__events-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 40em) {
  .news__events-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.news__events-inner:last-child:not(:first-child) {
  float: right;
}

.news__events-wrapper h3 {
  width: 100%;
  max-width: 594px;
  max-width: 37.125rem;
}

.news__events-grid {
  margin: 30px -11px 0;
  margin: 1.875rem -0.6875rem 0;
}

@media screen and (min-width: 40em) {
  .news__events-grid {
    margin-top: 3.4375rem;
  }
}

.news__events-item {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  padding: 0 11px;
  padding: 0 0.6875rem;
  width: 100%;
}

@media screen and (min-width: 40em) {
  .news__events-item {
    margin-bottom: 5rem;
    width: 50%;
  }
}

@media screen and (min-width: 64em) {
  .news__events-item {
    width: 33.33%;
  }
}

@media screen and (min-width: 75em) {
  .news__events-item {
    width: 25%;
  }
}

.news__events-item-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
  border-top: 34px solid #ff6941;
  -webkit-box-shadow: 0 0 20px rgba(41, 35, 17, 0.31);
  box-shadow: 0 0 20px rgba(41, 35, 17, 0.31);
  background-color: #fff;
  height: 249px;
  height: 15.5625rem;
  text-align: center;
  font: 48px / 1 "IndustryInc-Base", sans-serif;
  font: 3rem / 1 "IndustryInc-Base", sans-serif;
}

.news__events-item h4 {
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

.news__events-item p {
  font-size: 19px;
  font-size: 1.1875rem;
}

.news__events-empty {
  width: 100%;
  max-width: 594px;
  max-width: 37.125rem;
  font-size: 19px;
  font-size: 1.1875rem;
}

.pp__bg {
  position: relative;
  background-color: #292311;
  padding: 60px 25px;
  padding: 3.75rem 1.5625rem;
}

@media screen and (max-width: 63.9375em) {
  .pp__bg {
    overflow: hidden;
  }
}

@media screen and (min-width: 40em) {
  .pp__bg {
    padding: 3.75rem 3.125rem;
  }
}

@media screen and (min-width: 64em) {
  .pp__bg {
    padding: 0;
  }
}

.pp__bg-item {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pp__bg-text {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 64em) {
  .pp__bg-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    max-width: 37.125rem;
  }
}

.pp__bg-text-item {
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 0.51px;
  font: 24px / 1 "IndustryInc-Base", sans-serif;
  font: 1.5rem / 1 "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 64em) {
  .pp__bg-text-item {
    font-size: 2.0625rem;
  }
}

.pp__bg-text-item a {
  display: block;
  padding: 20px 0;
  padding: 1.25rem 0;
  color: #fff;
}

.pp__bg-text-item a:hover {
  color: #fff;
}

.pp__bg-text-item a:hover span::after {
  opacity: 1;
}

.pp__bg-text-item a span {
  position: relative;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.pp__bg-text-item a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  background: url("images/arrow-white.svg") no-repeat 0 0;
  -webkit-background-size: 1.25rem 1.25rem;
  background-size: 1.25rem 1.25rem;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  content: '';
}

@media screen and (min-width: 90em) {
  .pp__bg-text-item a span::after {
    -webkit-background-size: 1.6875rem 1.6875rem;
    background-size: 1.6875rem 1.6875rem;
    width: 1.6875rem;
    height: 1.6875rem;
  }
}

.pp__bg-text p {
  margin: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  text-transform: uppercase;
  letter-spacing: 1.36px;
  color: #fff;
  font: 14px "IndustryInc-Base", sans-serif;
  font: 0.875rem "IndustryInc-Base", sans-serif;
}

@media screen and (min-width: 64em) {
  .pp__bg-text p {
    font-size: 1.0625rem;
  }
}

.pp__lower {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
}

.pp__lower::before,
.pp__lower::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.pp__lower::after {
  clear: both;
}

.pp__lower-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 40em) {
  .pp__lower-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.pp__lower-inner:last-child:not(:first-child) {
  float: right;
}

.pp__lower-item {
  border-bottom: 2px solid #ededed;
  padding: 0 0 50px;
  padding: 0 0 3.125rem;
}

@media screen and (min-width: 40em) {
  .pp__lower-item {
    padding: 1.875rem 0;
  }
}

.pp__lower-item:last-child {
  border-bottom: 0;
}

.pp__lower-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
  max-width: 56.25rem;
}

.pp__lower-item-image {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .pp__lower-item-image {
    width: 48%;
  }
}

.pp__lower-item-text {
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 40em) {
  .pp__lower-item-text {
    width: 52%;
    padding-left: 1.25rem;
    text-align: left;
    font-size: 1.1875rem;
  }
}

.pp__lower-item-text p {
  line-height: 1.68;
}

@media screen and (min-width: 64em) {
  .page-template-plant-protein .header__toggle {
    background-image: url("images/nav-light.svg");
  }
}

.sustainability__benefits {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  background-color: #ebebeb;
  background-repeat: no-repeat;
  background-position: cover;
  padding: 60px 0;
  padding: 3.75rem 0;
}

@media screen and (min-width: 64em) {
  .sustainability__benefits {
    padding: 7.5rem 0;
  }
}

.sustainability__benefits-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.sustainability__benefits-inner::before,
.sustainability__benefits-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.sustainability__benefits-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .sustainability__benefits-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.sustainability__benefits-inner:last-child:not(:first-child) {
  float: right;
}

.sustainability__benefits-inner,
.sustainability__benefits-inner:last-child {
  float: none;
}

.sustainability__benefits-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sustainability__benefits-headers {
  width: 100%;
}

@media screen and (min-width: 40em) {
  .sustainability__benefits-headers {
    width: 50%;
  }
}

.sustainability__benefits-text {
  width: 100%;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 40em) {
  .sustainability__benefits-text {
    width: 50%;
  }
}

.sustainability__benefits-text p {
  margin: 0;
  line-height: 1.68;
}

.sustainability__stats {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 0 30px;
  padding: 3.75rem 0 1.875rem;
}

.sustainability__stats::before,
.sustainability__stats::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.sustainability__stats::after {
  clear: both;
}

@media screen and (min-width: 64em) {
  .sustainability__stats {
    padding: 7.5rem 0;
  }
}

.sustainability__stats-inner {
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (min-width: 40em) {
  .sustainability__stats-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.sustainability__stats-inner:last-child:not(:first-child) {
  float: right;
}

.sustainability__stats-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sustainability__stats-item {
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .sustainability__stats-item {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 0;
    width: 33.33%;
  }

  .sustainability__stats-item:hover {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}

.sustainability__stats-item .c100 {
  display: block;
  margin: 0 auto 30px;
  margin: 0 auto 1.875rem;
  float: none;
}

.sustainability__stats-item p {
  margin: 0 auto;
  width: 100%;
  max-width: 364px;
  max-width: 22.75rem;
  text-align: center;
  font-size: 19px;
  font-size: 1.1875rem;
}

.sustainability__stats-item p sup {
  font-size: 12px;
  font-size: 0.75rem;
}

.sustainability__stats-item p a {
  color: #ff6941;
}

.sustainability__lower {
  background-color: #cbc8b9;
  padding: 50px 0;
  padding: 3.125rem 0;
}

@media screen and (min-width: 64em) {
  .sustainability__lower {
    padding: 6.25rem 0;
  }
}

.sustainability__lower-inner {
  max-width: 1520px;
  max-width: 95rem;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  float: left;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.sustainability__lower-inner::before,
.sustainability__lower-inner::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.sustainability__lower-inner::after {
  clear: both;
}

@media screen and (min-width: 40em) {
  .sustainability__lower-inner {
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.sustainability__lower-inner:last-child:not(:first-child) {
  float: right;
}

.sustainability__lower-inner,
.sustainability__lower-inner:last-child {
  float: none;
}

.sustainability__lower-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.sustainability__lower-text {
  width: 100%;
  color: #464646;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (min-width: 64em) {
  .sustainability__lower-text {
    width: 50%;
  }
}

.sustainability__lower-text h2 {
  color: #464646;
}

.sustainability__lower-text h3 {
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
  width: 100%;
  max-width: 530px;
  max-width: 33.125rem;
  color: #292311;
}

@media screen and (min-width: 64em) {
  .sustainability__lower-text h3 {
    margin-bottom: 2.5rem;
  }
}

.sustainability__lower-text p {
  line-height: 1.68;
}

.sustainability__lower-text p:last-child {
  margin-bottom: 0;
}

.sustainability__lower-text a {
  color: #fff;
}

.sustainability__lower-image {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  width: 100%;
}

@media screen and (min-width: 64em) {
  .sustainability__lower-image {
    margin-top: 0;
    width: -webkit-calc(50% - 80px);
    width: calc(50% - 80px);
    max-width: 27.5rem;
  }
}

.sustainability__lower-image-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[data-aos][data-aos][data-aos-duration="50"],
body[data-aos-duration="50"] [data-aos] {
  -webkit-transition-duration: 50ms;
  -o-transition-duration: 50ms;
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"],
body[data-aos-delay="50"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate,
body[data-aos-delay="50"] [data-aos].aos-animate {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"],
body[data-aos-duration="100"] [data-aos] {
  -webkit-transition-duration: .1s;
  -o-transition-duration: .1s;
  transition-duration: .1s;
}

[data-aos][data-aos][data-aos-delay="100"],
body[data-aos-delay="100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate,
body[data-aos-delay="100"] [data-aos].aos-animate {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
}

[data-aos][data-aos][data-aos-duration="150"],
body[data-aos-duration="150"] [data-aos] {
  -webkit-transition-duration: .15s;
  -o-transition-duration: .15s;
  transition-duration: .15s;
}

[data-aos][data-aos][data-aos-delay="150"],
body[data-aos-delay="150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate,
body[data-aos-delay="150"] [data-aos].aos-animate {
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s;
}

[data-aos][data-aos][data-aos-duration="200"],
body[data-aos-duration="200"] [data-aos] {
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
  transition-duration: .2s;
}

[data-aos][data-aos][data-aos-delay="200"],
body[data-aos-delay="200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate,
body[data-aos-delay="200"] [data-aos].aos-animate {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s;
}

[data-aos][data-aos][data-aos-duration="250"],
body[data-aos-duration="250"] [data-aos] {
  -webkit-transition-duration: .25s;
  -o-transition-duration: .25s;
  transition-duration: .25s;
}

[data-aos][data-aos][data-aos-delay="250"],
body[data-aos-delay="250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate,
body[data-aos-delay="250"] [data-aos].aos-animate {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

[data-aos][data-aos][data-aos-duration="300"],
body[data-aos-duration="300"] [data-aos] {
  -webkit-transition-duration: .3s;
  -o-transition-duration: .3s;
  transition-duration: .3s;
}

[data-aos][data-aos][data-aos-delay="300"],
body[data-aos-delay="300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate,
body[data-aos-delay="300"] [data-aos].aos-animate {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

[data-aos][data-aos][data-aos-duration="350"],
body[data-aos-duration="350"] [data-aos] {
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
}

[data-aos][data-aos][data-aos-delay="350"],
body[data-aos-delay="350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate,
body[data-aos-delay="350"] [data-aos].aos-animate {
  -webkit-transition-delay: .35s;
  -o-transition-delay: .35s;
  transition-delay: .35s;
}

[data-aos][data-aos][data-aos-duration="400"],
body[data-aos-duration="400"] [data-aos] {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

[data-aos][data-aos][data-aos-delay="400"],
body[data-aos-delay="400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate,
body[data-aos-delay="400"] [data-aos].aos-animate {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s;
}

[data-aos][data-aos][data-aos-duration="450"],
body[data-aos-duration="450"] [data-aos] {
  -webkit-transition-duration: .45s;
  -o-transition-duration: .45s;
  transition-duration: .45s;
}

[data-aos][data-aos][data-aos-delay="450"],
body[data-aos-delay="450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate,
body[data-aos-delay="450"] [data-aos].aos-animate {
  -webkit-transition-delay: .45s;
  -o-transition-delay: .45s;
  transition-delay: .45s;
}

[data-aos][data-aos][data-aos-duration="500"],
body[data-aos-duration="500"] [data-aos] {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

[data-aos][data-aos][data-aos-delay="500"],
body[data-aos-delay="500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate,
body[data-aos-delay="500"] [data-aos].aos-animate {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

[data-aos][data-aos][data-aos-duration="550"],
body[data-aos-duration="550"] [data-aos] {
  -webkit-transition-duration: .55s;
  -o-transition-duration: .55s;
  transition-duration: .55s;
}

[data-aos][data-aos][data-aos-delay="550"],
body[data-aos-delay="550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate,
body[data-aos-delay="550"] [data-aos].aos-animate {
  -webkit-transition-delay: .55s;
  -o-transition-delay: .55s;
  transition-delay: .55s;
}

[data-aos][data-aos][data-aos-duration="600"],
body[data-aos-duration="600"] [data-aos] {
  -webkit-transition-duration: .6s;
  -o-transition-duration: .6s;
  transition-duration: .6s;
}

[data-aos][data-aos][data-aos-delay="600"],
body[data-aos-delay="600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate,
body[data-aos-delay="600"] [data-aos].aos-animate {
  -webkit-transition-delay: .6s;
  -o-transition-delay: .6s;
  transition-delay: .6s;
}

[data-aos][data-aos][data-aos-duration="650"],
body[data-aos-duration="650"] [data-aos] {
  -webkit-transition-duration: .65s;
  -o-transition-duration: .65s;
  transition-duration: .65s;
}

[data-aos][data-aos][data-aos-delay="650"],
body[data-aos-delay="650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate,
body[data-aos-delay="650"] [data-aos].aos-animate {
  -webkit-transition-delay: .65s;
  -o-transition-delay: .65s;
  transition-delay: .65s;
}

[data-aos][data-aos][data-aos-duration="700"],
body[data-aos-duration="700"] [data-aos] {
  -webkit-transition-duration: .7s;
  -o-transition-duration: .7s;
  transition-duration: .7s;
}

[data-aos][data-aos][data-aos-delay="700"],
body[data-aos-delay="700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate,
body[data-aos-delay="700"] [data-aos].aos-animate {
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
}

[data-aos][data-aos][data-aos-duration="750"],
body[data-aos-duration="750"] [data-aos] {
  -webkit-transition-duration: .75s;
  -o-transition-duration: .75s;
  transition-duration: .75s;
}

[data-aos][data-aos][data-aos-delay="750"],
body[data-aos-delay="750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate,
body[data-aos-delay="750"] [data-aos].aos-animate {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}

[data-aos][data-aos][data-aos-duration="800"],
body[data-aos-duration="800"] [data-aos] {
  -webkit-transition-duration: .8s;
  -o-transition-duration: .8s;
  transition-duration: .8s;
}

[data-aos][data-aos][data-aos-delay="800"],
body[data-aos-delay="800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate,
body[data-aos-delay="800"] [data-aos].aos-animate {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s;
}

[data-aos][data-aos][data-aos-duration="850"],
body[data-aos-duration="850"] [data-aos] {
  -webkit-transition-duration: .85s;
  -o-transition-duration: .85s;
  transition-duration: .85s;
}

[data-aos][data-aos][data-aos-delay="850"],
body[data-aos-delay="850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate,
body[data-aos-delay="850"] [data-aos].aos-animate {
  -webkit-transition-delay: .85s;
  -o-transition-delay: .85s;
  transition-delay: .85s;
}

[data-aos][data-aos][data-aos-duration="900"],
body[data-aos-duration="900"] [data-aos] {
  -webkit-transition-duration: .9s;
  -o-transition-duration: .9s;
  transition-duration: .9s;
}

[data-aos][data-aos][data-aos-delay="900"],
body[data-aos-delay="900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate,
body[data-aos-delay="900"] [data-aos].aos-animate {
  -webkit-transition-delay: .9s;
  -o-transition-delay: .9s;
  transition-delay: .9s;
}

[data-aos][data-aos][data-aos-duration="950"],
body[data-aos-duration="950"] [data-aos] {
  -webkit-transition-duration: .95s;
  -o-transition-duration: .95s;
  transition-duration: .95s;
}

[data-aos][data-aos][data-aos-delay="950"],
body[data-aos-delay="950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate,
body[data-aos-delay="950"] [data-aos].aos-animate {
  -webkit-transition-delay: .95s;
  -o-transition-delay: .95s;
  transition-delay: .95s;
}

[data-aos][data-aos][data-aos-duration="1000"],
body[data-aos-duration="1000"] [data-aos] {
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"],
body[data-aos-delay="1000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate,
body[data-aos-delay="1000"] [data-aos].aos-animate {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"],
body[data-aos-duration="1050"] [data-aos] {
  -webkit-transition-duration: 1.05s;
  -o-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"],
body[data-aos-delay="1050"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate,
body[data-aos-delay="1050"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"],
body[data-aos-duration="1100"] [data-aos] {
  -webkit-transition-duration: 1.1s;
  -o-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"],
body[data-aos-delay="1100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate,
body[data-aos-delay="1100"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"],
body[data-aos-duration="1150"] [data-aos] {
  -webkit-transition-duration: 1.15s;
  -o-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"],
body[data-aos-delay="1150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate,
body[data-aos-delay="1150"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"],
body[data-aos-duration="1200"] [data-aos] {
  -webkit-transition-duration: 1.2s;
  -o-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"],
body[data-aos-delay="1200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate,
body[data-aos-delay="1200"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"],
body[data-aos-duration="1250"] [data-aos] {
  -webkit-transition-duration: 1.25s;
  -o-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"],
body[data-aos-delay="1250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate,
body[data-aos-delay="1250"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"],
body[data-aos-duration="1300"] [data-aos] {
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"],
body[data-aos-delay="1300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate,
body[data-aos-delay="1300"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"],
body[data-aos-duration="1350"] [data-aos] {
  -webkit-transition-duration: 1.35s;
  -o-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"],
body[data-aos-delay="1350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate,
body[data-aos-delay="1350"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"],
body[data-aos-duration="1400"] [data-aos] {
  -webkit-transition-duration: 1.4s;
  -o-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"],
body[data-aos-delay="1400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate,
body[data-aos-delay="1400"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"],
body[data-aos-duration="1450"] [data-aos] {
  -webkit-transition-duration: 1.45s;
  -o-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"],
body[data-aos-delay="1450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate,
body[data-aos-delay="1450"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"],
body[data-aos-duration="1500"] [data-aos] {
  -webkit-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"],
body[data-aos-delay="1500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate,
body[data-aos-delay="1500"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"],
body[data-aos-duration="1550"] [data-aos] {
  -webkit-transition-duration: 1.55s;
  -o-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"],
body[data-aos-delay="1550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate,
body[data-aos-delay="1550"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.55s;
  -o-transition-delay: 1.55s;
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"],
body[data-aos-duration="1600"] [data-aos] {
  -webkit-transition-duration: 1.6s;
  -o-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"],
body[data-aos-delay="1600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate,
body[data-aos-delay="1600"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.6s;
  -o-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"],
body[data-aos-duration="1650"] [data-aos] {
  -webkit-transition-duration: 1.65s;
  -o-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"],
body[data-aos-delay="1650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate,
body[data-aos-delay="1650"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.65s;
  -o-transition-delay: 1.65s;
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"],
body[data-aos-duration="1700"] [data-aos] {
  -webkit-transition-duration: 1.7s;
  -o-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"],
body[data-aos-delay="1700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate,
body[data-aos-delay="1700"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"],
body[data-aos-duration="1750"] [data-aos] {
  -webkit-transition-duration: 1.75s;
  -o-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"],
body[data-aos-delay="1750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate,
body[data-aos-delay="1750"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.75s;
  -o-transition-delay: 1.75s;
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"],
body[data-aos-duration="1800"] [data-aos] {
  -webkit-transition-duration: 1.8s;
  -o-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"],
body[data-aos-delay="1800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate,
body[data-aos-delay="1800"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.8s;
  -o-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"],
body[data-aos-duration="1850"] [data-aos] {
  -webkit-transition-duration: 1.85s;
  -o-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"],
body[data-aos-delay="1850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate,
body[data-aos-delay="1850"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.85s;
  -o-transition-delay: 1.85s;
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"],
body[data-aos-duration="1900"] [data-aos] {
  -webkit-transition-duration: 1.9s;
  -o-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"],
body[data-aos-delay="1900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate,
body[data-aos-delay="1900"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.9s;
  -o-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"],
body[data-aos-duration="1950"] [data-aos] {
  -webkit-transition-duration: 1.95s;
  -o-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"],
body[data-aos-delay="1950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate,
body[data-aos-delay="1950"] [data-aos].aos-animate {
  -webkit-transition-delay: 1.95s;
  -o-transition-delay: 1.95s;
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"],
body[data-aos-duration="2000"] [data-aos] {
  -webkit-transition-duration: 2s;
  -o-transition-duration: 2s;
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"],
body[data-aos-delay="2000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate,
body[data-aos-delay="2000"] [data-aos].aos-animate {
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"],
body[data-aos-duration="2050"] [data-aos] {
  -webkit-transition-duration: 2.05s;
  -o-transition-duration: 2.05s;
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"],
body[data-aos-delay="2050"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate,
body[data-aos-delay="2050"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.05s;
  -o-transition-delay: 2.05s;
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"],
body[data-aos-duration="2100"] [data-aos] {
  -webkit-transition-duration: 2.1s;
  -o-transition-duration: 2.1s;
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"],
body[data-aos-delay="2100"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate,
body[data-aos-delay="2100"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.1s;
  -o-transition-delay: 2.1s;
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"],
body[data-aos-duration="2150"] [data-aos] {
  -webkit-transition-duration: 2.15s;
  -o-transition-duration: 2.15s;
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"],
body[data-aos-delay="2150"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate,
body[data-aos-delay="2150"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.15s;
  -o-transition-delay: 2.15s;
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"],
body[data-aos-duration="2200"] [data-aos] {
  -webkit-transition-duration: 2.2s;
  -o-transition-duration: 2.2s;
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"],
body[data-aos-delay="2200"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate,
body[data-aos-delay="2200"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.2s;
  -o-transition-delay: 2.2s;
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"],
body[data-aos-duration="2250"] [data-aos] {
  -webkit-transition-duration: 2.25s;
  -o-transition-duration: 2.25s;
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"],
body[data-aos-delay="2250"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate,
body[data-aos-delay="2250"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.25s;
  -o-transition-delay: 2.25s;
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"],
body[data-aos-duration="2300"] [data-aos] {
  -webkit-transition-duration: 2.3s;
  -o-transition-duration: 2.3s;
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"],
body[data-aos-delay="2300"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate,
body[data-aos-delay="2300"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.3s;
  -o-transition-delay: 2.3s;
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"],
body[data-aos-duration="2350"] [data-aos] {
  -webkit-transition-duration: 2.35s;
  -o-transition-duration: 2.35s;
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"],
body[data-aos-delay="2350"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate,
body[data-aos-delay="2350"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.35s;
  -o-transition-delay: 2.35s;
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"],
body[data-aos-duration="2400"] [data-aos] {
  -webkit-transition-duration: 2.4s;
  -o-transition-duration: 2.4s;
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"],
body[data-aos-delay="2400"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate,
body[data-aos-delay="2400"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.4s;
  -o-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"],
body[data-aos-duration="2450"] [data-aos] {
  -webkit-transition-duration: 2.45s;
  -o-transition-duration: 2.45s;
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"],
body[data-aos-delay="2450"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate,
body[data-aos-delay="2450"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.45s;
  -o-transition-delay: 2.45s;
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"],
body[data-aos-duration="2500"] [data-aos] {
  -webkit-transition-duration: 2.5s;
  -o-transition-duration: 2.5s;
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"],
body[data-aos-delay="2500"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate,
body[data-aos-delay="2500"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"],
body[data-aos-duration="2550"] [data-aos] {
  -webkit-transition-duration: 2.55s;
  -o-transition-duration: 2.55s;
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"],
body[data-aos-delay="2550"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate,
body[data-aos-delay="2550"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.55s;
  -o-transition-delay: 2.55s;
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"],
body[data-aos-duration="2600"] [data-aos] {
  -webkit-transition-duration: 2.6s;
  -o-transition-duration: 2.6s;
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"],
body[data-aos-delay="2600"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate,
body[data-aos-delay="2600"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.6s;
  -o-transition-delay: 2.6s;
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"],
body[data-aos-duration="2650"] [data-aos] {
  -webkit-transition-duration: 2.65s;
  -o-transition-duration: 2.65s;
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"],
body[data-aos-delay="2650"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate,
body[data-aos-delay="2650"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.65s;
  -o-transition-delay: 2.65s;
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"],
body[data-aos-duration="2700"] [data-aos] {
  -webkit-transition-duration: 2.7s;
  -o-transition-duration: 2.7s;
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"],
body[data-aos-delay="2700"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate,
body[data-aos-delay="2700"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.7s;
  -o-transition-delay: 2.7s;
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"],
body[data-aos-duration="2750"] [data-aos] {
  -webkit-transition-duration: 2.75s;
  -o-transition-duration: 2.75s;
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"],
body[data-aos-delay="2750"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate,
body[data-aos-delay="2750"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.75s;
  -o-transition-delay: 2.75s;
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"],
body[data-aos-duration="2800"] [data-aos] {
  -webkit-transition-duration: 2.8s;
  -o-transition-duration: 2.8s;
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"],
body[data-aos-delay="2800"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate,
body[data-aos-delay="2800"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.8s;
  -o-transition-delay: 2.8s;
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"],
body[data-aos-duration="2850"] [data-aos] {
  -webkit-transition-duration: 2.85s;
  -o-transition-duration: 2.85s;
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"],
body[data-aos-delay="2850"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate,
body[data-aos-delay="2850"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.85s;
  -o-transition-delay: 2.85s;
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"],
body[data-aos-duration="2900"] [data-aos] {
  -webkit-transition-duration: 2.9s;
  -o-transition-duration: 2.9s;
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"],
body[data-aos-delay="2900"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate,
body[data-aos-delay="2900"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.9s;
  -o-transition-delay: 2.9s;
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"],
body[data-aos-duration="2950"] [data-aos] {
  -webkit-transition-duration: 2.95s;
  -o-transition-duration: 2.95s;
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"],
body[data-aos-delay="2950"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate,
body[data-aos-delay="2950"] [data-aos].aos-animate {
  -webkit-transition-delay: 2.95s;
  -o-transition-delay: 2.95s;
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"],
body[data-aos-duration="3000"] [data-aos] {
  -webkit-transition-duration: 3s;
  -o-transition-duration: 3s;
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"],
body[data-aos-delay="3000"] [data-aos] {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate,
body[data-aos-delay="3000"] [data-aos].aos-animate {
  -webkit-transition-delay: 3s;
  -o-transition-delay: 3s;
  transition-delay: 3s;
}

[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

[data-aos][data-aos][data-aos-easing=linear],
body[data-aos-easing=linear] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease],
body[data-aos-easing=ease] [data-aos] {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in],
body[data-aos-easing=ease-in] [data-aos] {
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out],
body[data-aos-easing=ease-out] [data-aos] {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out],
body[data-aos-easing=ease-in-out] [data-aos] {
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back],
body[data-aos-easing=ease-in-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  -o-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back],
body[data-aos-easing=ease-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back],
body[data-aos-easing=ease-in-out-back] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine],
body[data-aos-easing=ease-in-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  -o-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine],
body[data-aos-easing=ease-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  -o-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine],
body[data-aos-easing=ease-in-out-sine] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  -o-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad],
body[data-aos-easing=ease-in-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad],
body[data-aos-easing=ease-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad],
body[data-aos-easing=ease-in-out-quad] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic],
body[data-aos-easing=ease-in-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic],
body[data-aos-easing=ease-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic],
body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart],
body[data-aos-easing=ease-in-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -o-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart],
body[data-aos-easing=ease-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart],
body[data-aos-easing=ease-in-out-quart] [data-aos] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  -o-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@media screen {
  html:not(.no-js) [data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  html:not(.no-js) [data-aos=fade-up] {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down] {
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-right] {
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-left] {
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  html:not(.no-js) [data-aos=fade-up-right] {
    -webkit-transform: translate3d(-100px, 100px, 0);
    transform: translate3d(-100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-up-left] {
    -webkit-transform: translate3d(100px, 100px, 0);
    transform: translate3d(100px, 100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-right] {
    -webkit-transform: translate3d(-100px, -100px, 0);
    transform: translate3d(-100px, -100px, 0);
  }

  html:not(.no-js) [data-aos=fade-down-left] {
    -webkit-transform: translate3d(100px, -100px, 0);
    transform: translate3d(100px, -100px, 0);
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, -o-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -o-transform;
    transition-property: opacity, transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos^=zoom][data-aos^=zoom].aos-animate {
    opacity: 1;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
  }

  html:not(.no-js) [data-aos=zoom-in] {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(0.6);
    transform: translate3d(0, 100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(0.6);
    transform: translate3d(0, -100px, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(0.6);
    transform: translate3d(-100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-in-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(0.6);
    transform: translate3d(100px, 0, 0) scale(0.6);
  }

  html:not(.no-js) [data-aos=zoom-out] {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-up] {
    -webkit-transform: translate3d(0, 100px, 0) scale(1.2);
    transform: translate3d(0, 100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-down] {
    -webkit-transform: translate3d(0, -100px, 0) scale(1.2);
    transform: translate3d(0, -100px, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-right] {
    -webkit-transform: translate3d(-100px, 0, 0) scale(1.2);
    transform: translate3d(-100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos=zoom-out-left] {
    -webkit-transform: translate3d(100px, 0, 0) scale(1.2);
    transform: translate3d(100px, 0, 0) scale(1.2);
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide] {
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform, -webkit-transform;
    visibility: hidden;
  }

  html:not(.no-js) [data-aos^=slide][data-aos^=slide].aos-animate {
    visibility: visible;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  html:not(.no-js) [data-aos=slide-up] {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  html:not(.no-js) [data-aos=slide-down] {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  html:not(.no-js) [data-aos=slide-right] {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  html:not(.no-js) [data-aos=slide-left] {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  html:not(.no-js) [data-aos^=flip][data-aos^=flip] {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform, -o-transform;
    transition-property: transform, -webkit-transform;
  }

  html:not(.no-js) [data-aos=flip-left] {
    -webkit-transform: perspective(2500px) rotateY(-100deg);
    transform: perspective(2500px) rotateY(-100deg);
  }

  html:not(.no-js) [data-aos=flip-left].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-right] {
    -webkit-transform: perspective(2500px) rotateY(100deg);
    transform: perspective(2500px) rotateY(100deg);
  }

  html:not(.no-js) [data-aos=flip-right].aos-animate {
    -webkit-transform: perspective(2500px) rotateY(0);
    transform: perspective(2500px) rotateY(0);
  }

  html:not(.no-js) [data-aos=flip-up] {
    -webkit-transform: perspective(2500px) rotateX(-100deg);
    transform: perspective(2500px) rotateX(-100deg);
  }

  html:not(.no-js) [data-aos=flip-up].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }

  html:not(.no-js) [data-aos=flip-down] {
    -webkit-transform: perspective(2500px) rotateX(100deg);
    transform: perspective(2500px) rotateX(100deg);
  }

  html:not(.no-js) [data-aos=flip-down].aos-animate {
    -webkit-transform: perspective(2500px) rotateX(0);
    transform: perspective(2500px) rotateX(0);
  }
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -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;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
