@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

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

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

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

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.778;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 18px;
  margin: 0 0 1.4rem;
}
p:last-child {
  margin: 0px;
}
/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Custom CSS 
=======================*/

a, 
button,
input[type="submit"] {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
a.cta_button,
.cta_button,
form.hs-form input[type="submit"],
form.hs-form input[type="button"],
form.hs-form .hs-button {
  background-image: var(--primary-gradient);
  display: inline-block;
  border-radius: 5px;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  color: #ffffff;
  cursor: pointer;
  padding: 13px 20px;
  border: 0px;
  min-width: 192px;
  text-align: center;
  box-sizing: border-box !important;
}
a.cta_button:hover,
.cta_button:hover,
a.cta_button:active,
.cta_button:active,
a.cta_button:focus,
.cta_button:focus {
  color: #ffffff;
  font-weight: bold;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Custom CSS
===========================*/

body form.hs-form .hs-form-field {
  margin: 0px 0px 13px;
}
body form.hs-form .hs-form-field > label {
  display: none;
}
body form.hs-form .input {
  margin-right: 0px !important;
}
body form.hs-form .hs-input {
	width: 100% !important;
	background-color: transparent;
	border: 1px solid #C4C4C4;
	box-sizing: border-box;
	border-radius: 5px;
	height: 51px;
	padding: 15px 20px;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
}
body form.hs-form textarea.hs-input {
  min-height: 300px;
  resize: none;
}
body form.hs-form .hs-submit {
  text-align: right;
}
.no-list.hs-error-msgs.inputs-list li {
  margin: 0;
}
.hs-error-msg {
  margin-top: 0;
}
.hs_error_rollup {
  display: none;
}
body form.hs-form fieldset.form-columns-2 {
  max-width: unset !important;
  margin-right: -9px;
}
body form.hs-form fieldset.form-columns-2 .hs-form-field {
  width: calc(100%/2 - 9px);
  margin-right: 9px;
}
body form.hs-form .hs-input::placeholder {
  opacity: 1;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}


/* Custom CSS
============================*/

.header {
  position: absolute;
  width: 100%;
  z-index: 9;
  padding: 42px 0px;
}
.header-top-row-0-vertical-alignment > .row-fluid,
.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) > .row-fluid-wrapper > .row-fluid {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-top-row-0-vertical-alignment > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid::after,
.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) > .row-fluid-wrapper > .row-fluid::before,
.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) > .row-fluid-wrapper > .row-fluid::after {
  display: none;
}
.header-top-row-0-vertical-alignment > .row-fluid > *,
.header-top-row-0-vertical-alignment > .row-fluid > *:nth-child(2) > .row-fluid-wrapper > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
nav.menu .menu__item--depth-1 {
	padding: 0;
	text-transform: inherit;
  margin-right: 25px;
}
nav.menu .menu__link {
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 35px;
}
.header-with-white-background nav.menu .menu__link,
.header-with-white-background nav.menu .menu__link:hover,
.header-with-white-background nav.menu .menu__link:active,
.header-with-white-background nav.menu .menu__link:focus {
  color: #444444;
} 
nav.menu .menu__submenu .menu__link {
  color: #444444;
  font-size: 16px;
  line-height: 24px;
}
nav.menu .menu__link:hover,
nav.menu .menu__link:active,
nav.menu .menu__link:focus {
  color: #ffffff;
  font-weight: 600;
}
.hs_cos_wrapper_type_logo img {
  vertical-align: bottom;
}
@media (min-width: 768px) {
  .menu__child-toggle-icon {
    border-top-color: #fff !important;
  }
  .menu .menu__submenu {
    border: 0px !important;
    width: auto !important;
    min-width: 200px;
  }
  .menu__submenu--level-2 > .menu__item:first-child:before,
  .menu__item--depth-1 > .menu__link--active-link:after {
    display: none !important;
  }
  .menu__submenu--level-2 {
    transform: none !important;
  }
  nav.menu .menu__item--depth-1.menu__item--has-submenu {
    padding-right: 10px;
  }
  nav.menu .menu__child-toggle-icon {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    border-top: 0px;  
    border-left: 0px;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 14px;
    right: 0px;
  }
  .header-with-white-background nav.menu .menu__child-toggle-icon {
    border-color: #f15758;
  }
}

/* Responsive / Media Queries
================================*/

@media (max-width: 1199px) {
  nav.menu .menu__item--depth-1 {
    margin-right: 17px;
  }
  nav.menu .menu__child-toggle-icon {
    top: 13px;
  }
  nav.menu .menu__submenu .menu__link {
    font-size: 14px;
  }
  .header .hs_cos_wrapper_type_logo img {
    max-width: 150px;
  }
  header.header a.cta_button {
    font-size: 16px;
    line-height: 23px;
    padding: 12px 20px;
    min-width: 150px;
  }
  nav.menu .menu__link {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (max-width: 991px) {
  .header {
    padding: 30px 0px;
  }
  .header .hs_cos_wrapper_type_logo img {
    max-width: 120px !important;
  }
  nav.menu .menu__link {
    color: #ffffff;
    font-size: 13px;
    line-height: 30px;
  }
  header.header a.cta_button {
    font-size: 14px;
    line-height: 20px;
    padding: 11px 15px;
    min-width: 120px;
  }
  nav.menu .menu__item--depth-1 {
    margin-right: 6px;
  }
  nav.menu .menu__item--depth-1.menu__item--has-submenu {
    padding-right: 6px;
  }
  nav.menu .menu__child-toggle-icon {
    width: 6px;
    height: 6px;
    top: 14px;
  }
  nav.menu .menu__submenu .menu__link {
    font-size: 13px;
    padding: 9px 15px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 20px 0px;
  }
  .header--toggle.header__search--toggle {
    display: none;
  }
  .header--toggle.header__navigation--toggle {
    position: absolute;
    right: 15px;
    top: 26.5px;
    margin: 0;
    background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/header/menu.png");
  }
  .header-with-white-background .header--toggle.header__navigation--toggle {
    filter: brightness(0);
  }
  header a.cta_button {
    position: absolute;
    right: 50px;
    top: 17.5px;
  }
  .header__navigation.open, .header__search.open, .header__language-switcher.open {
    background-color: #f15758;
    min-height: auto;
  }
  nav .menu__item--depth-1 {
    border-top: 0px solid #ced4db;
    padding: 0;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid > :not(:last-child) {
    margin: 0 0 30px;
  }
  .footer h4 {
    font-size: 14px !important;
    line-height: 28px !important;
  }
  .footer-column-1-row-0-vertical-alignment {
    padding-bottom: 10px;
  }
  .menu__child-toggle {
    height: 42.5px !important;
    width: 100% !important;
  }
  .menu .menu__child-toggle-icon {
    height: 15px !important;
    width: 15px !important;
    filter: brightness(0) invert(1);
    background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/header/plus.png");
    background-size: 13px;
    background-position: center;
  }
  
  nav.menu .menu__submenu .menu__link {
    padding: 10px 20px;
  }
  .header__navigation--toggle.open:after {
    display: none !important;
  }
  nav.menu .menu__item--depth-1 {
    margin-right: 0;
  }
  nav.menu .menu__submenu .menu__item {
    border-top-width: 1px;
  }
  nav.menu .menu__submenu .menu__item:first-child {
    border-top-width: 0px;
  }
  nav.menu .menu__item--depth-1.menu__item--has-submenu {
    padding-right: 0;
  }
  .menu .menu__child-toggle:hover,
  .menu .menu__child-toggle:active,
  .menu .menu__child-toggle:focus {
    padding: 15px 0px;
  }
}


@media (max-width: 374px) {
  header.header a.cta_button {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 9px 9px;
    min-width: auto;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


/* Custom CSS
===========================*/

:root {
  --primary-gradient: linear-gradient(93.94deg, #F15758 11.69%, #FF7E7F 92.99%);
  --secondary-gradient: linear-gradient(92.42deg, #54A493 -6.5%, #4EEDCB 98.76%);
  --light-grey: #F7F7F7;
}
.page-center,
.container-fluid .page-center {
  max-width: 1236px;
  margin: 0 auto;
}
.content-wrapper {
  padding: 0px;
}
.body-container-wrapper {
  overflow: hidden; 
}
img {
  max-width: 100%;
} 

/* Banner Section
===========================*/

.contact-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 598px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-banner::before,
.about-banner-module::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.contact-banner > .page-center {
  width: 100%;
}
.add-content,
.add-about-content {
  position: relative;
}
.add-content > *,
.add-about-content * {
  color: #fff;
}
.contact-banner .add-content {
  max-width: 720px;
  padding: 70px 0px 0px;
}

/* Form Section
===========================*/

.form-module {
  padding: 80px 0px;
  position: relative;
}
.form-module::before {
  content: "";
  position: absolute;
  width: 606px;
  height: 670px;
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/contact-us/form-bg-icon.svg");
  right: 0;
}
.left-form-right-address-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.left-form {
  max-width: 60.6%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60.6%;
  flex: 0 0 60.6%;
}
.right-address-info {
  max-width: 25.81%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25.81%;
  flex: 0 0 25.81%;
  padding: 120px 0px 0px;
}
.form-header-text p {
  line-height: 28px;
  font-weight: bold;
}
.form-body {
  margin: 40px 0px 0px;
}
.address-info h4 {
  font-weight: 800;
  font-size: 35px;
  line-height: 35px;
  margin: 0px 0px 21px;
}
.address-info > p {
  margin: 0px;
  font-weight: 600;
  line-height: 28px;
}
.address-info > p a {
  font-weight:800;
  color: #f15758;
}
.address-info ul {
  list-style: none;
  padding: 0;
  margin: 40px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.address-info ul li:not(:last-child) {
  margin-right: 20px;
}

/* Map Section
===========================*/

.map-module > .page-center {
  width: 100%;
  max-width: 100%;
  padding: 0px !important;
}
.hs-responsive-embed-wrapper.hs-responsive-embed {
  max-width: 100% !important;
  max-height: 700px !important;
}

/* Subscirbe Section
===========================*/

.subscribe-form-module {
  background-image: var(--primary-gradient);
  padding: 67px 0px 98px;
}
.subscribe-form-header-text {
  max-width: 1050px;
}
.subscribe-form-header-text * {
  color: #fff;
}
.subscribe-form-header-text > p {
  margin: 0 0 12px;
  font-weight: 700;
}
.subscribe-form-header-text h2 {
  font-size: 45px;
  line-height: 45px;
}
.subscribe-form-body {
  margin: 40px 0px 0px;
  max-width: 909px;
}
.subscribe-form-body form.hs-form {
  display: flex;
  align-items: center;
}
body .subscribe-form-body form.hs-form .hs-form-field {
  margin: 0;
  width: calc(100% - 205px);
  margin-right: 13px;
}
body .subscribe-form-body form.hs-form .hs-input {
  border: 1px solid #FFF;
  color: #ffffff;
}
body .subscribe-form-body form.hs-form .hs-input::placeholder {
  color: #ffffff;
}
.subscribe-form-body form.hs-form input[type="submit"] {
  background-image: var(--secondary-gradient);
}
.subscribe-form-body .no-list.hs-error-msgs.inputs-list {
  position: absolute;
}
.subscribe-form-body .hs-error-msg {
  color: #ffffff;
}
.subscribe-form-body .submitted-message,
.risk-assessment-form .submitted-message {
  color: #fff;
  border: 1px solid #ffffff;
  padding: 20px;
  border-radius: 20px;
}


/* Bg image Section
===========================*/

.risk-assessment-module,
.risk-assessment-with-form-module,
.risk-assessment-left-right-module {
  padding: 80px 0px;
/*   box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  margin: 0 0 5px; */
}
.risk-assessment-with-form-module.top_padding_increase {
  padding: 200px 0px 80px;
}
.risk-assessment-module-inner {
  min-height: 406px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 132px 80px;
}
.risk-assessment-module-inner > * {
  width: 641px;
}
.add-risk-assessment-content h4 {
  font-weight: 800;
  font-size: 35px;
  line-height: 45px;
  color: #ffffff;
}
.risk-assessment-cta {
  margin: 40px 0px 0px;
}

/* About Banner
===========================*/

.about-banner-module {
  background-size: cover;
  background-position: center;
  min-height: 750px;
  position: relative;
  display: flex;
  align-items: center;
}
.add-about-content {
  padding: 120px 0px 0px;
}
.add-banner-subheader {
  border-top: 1px solid #fff;
  margin: 50px 0px 0px;
  padding: 50px 0px 0px;
  display: flex;
}
.single-subheader:first-child p {
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
}
.single-subheader:first-child p strong,
.single-subheader p strong {
  font-weight: bold;
}
.single-subheader {
  max-width: 50%;
  padding-right: 110px;
}
.single-subheader h2 {
  margin: 0 0 20px;
}
.single-subheader p {
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
}

/* Left Right Section
===========================*/

.left-text-right-image-outer {
  padding: 103px 0px;
  position: relative;
}
.left-text-right-image-outer > .page-center {
  max-width: 1211px;
}
@media (min-width: 1439px) {
  .left-text-right-image-outer.wider-container > .page-center {
    max-width: 1266px;
  }
  .wider-container .left-image-right-text-inner {
    max-width: 100%;
  }
}
.left-text-right-image-outer.add-before-image::before {
  content: "";
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/contact-us/left-right-bg-icon.svg");
  width: 671px;
  height: 670px;
  position: absolute;
  left: -164px;
  bottom: 80px;
}
.left-text-right-image-inner,
.left-image-right-text-inner,
.left-text-right-image-inner-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.left-text-right-image-inner-sec,
.left-image-right-text .left-image-right-text-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wider-container .left-image-right-text-inner {
  margin-left: -49.5px;
}
.left-text {
  max-width: 42.775%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.775%;
  flex: 0 0 42.775%;
}
.right-image {
  max-width: 51.446%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 51.446%;
  flex: 0 0 51.446%;
}
.left-text h4 {
  margin: 0px 0px 31px;
  max-width: 465px;
}
.left-text p {
  line-height: 30px;  
}
.left-image-right-text-inner .left-text {
  max-width: 46.441%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 46.441%;
  flex: 0 0 46.441%;
}
.left-image-right-text-inner .left-text h4 {
  max-width: 551px;
}
.left-text-right-image-outer .left-text h5 {
  margin: 0px 0px 30px;
}
.right-cta a.cta_button {
  padding: 13px 66px;
}

/* Logos Section
===========================*/

.logo-module {
  background-color: var(--light-grey);
  padding: 68px 0px 100px;
  text-align: center;
}
.logo-module-header-text {
  max-width: 980px;
  margin: 0 auto;
}
.logo-repeater {
  margin: 70px 0px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo-repeater > *:not(:last-child) {
  margin-right: 50px;
}
.logo-repeater img {
  max-height: 80px;
}

/* Team Section
===========================*/

.team-module {
  padding: 80px 0px 92px;
}
.team-module-header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-column-1-row-0-vertical-alignment::before {
  content: "";
  width: calc(100% + 35.5px);
  position: absolute;
  background-color: #F15758;
  height: 1px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.team-module-header-text h2 {
  font-size: 65px;
  line-height: 1;
  margin: 0 0 15px;
}
.team-members-repeater {
  margin: 75px auto 0px;
  max-width: 1058px;
}
.team-members-repeater-inner {
  margin: 75px -25px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single-team-member {
  max-width: calc(100%/3 - 25px);
  flex: 0 0 calc(100%/3 - 25px);
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.single-team-member::before {
  content: "";
  position: absolute;
  background: linear-gradient(358.19deg, #54A493 10.86%, rgba(84, 164, 147, 0.5) 26.67%, rgba(84, 164, 147, 0) 41.5%);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  transition: all 0.3s;
}
.single-team-member.collage-module::before {
  display: none;
}
.team-member-name-designation {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 37px 10px 37px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: all 0.3s;
}
.single-team-member:hover .team-member-name-designation.join-carbon-chain-team-content {
  opacity: 1;  
  visibility: visible;
}
.team-member-bio {
  transition: all .3s;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0px;
  padding: 30px;
  /*   opacity: 0;
  visibility: hidden; */
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  line-height: 1.778;
  max-height: 100%;
  overflow-y: auto;
}
@media (min-width: 768px){
  .single-team-member:hover::before {
    /* 	background: linear-gradient(358.19deg, rgba(0, 0, 0, 0.7) 10.86%, rgba(0, 0, 0, 0.7) 26.67%, rgba(0, 0, 0, 0.7) 41.5%); */
    opacity: 0;
    visibility: hidden;
  }
  .single-team-member:hover .team-member-name-designation {
    opacity: 0;
    visibility: hidden;
  }
  .single-team-member:hover .team-member-bio {
    opacity: 1;
    visibility: visible;
    top: 0px;
  }
}
.team-member-bio p {
  color: #ffffff;
}
.team-member-name-designation-inner h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: normal;
  color: #FFFFFF;
}
.team-member-name-designation-inner h5 span {
  font-weight: 800;
  font-size: 24px;
  line-height: normal;
}
.team-member-social-icon {
  max-width: 60px;
  flex: 0 0 60px;
}
.team-member-social-icon img,
.team-member-image img {
  vertical-align: bottom; 
}
.team-member-image {
  height: 100%;
}
.team-member-image img  {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.team-member-name-designation-inner {
  max-width: calc(100% - 70px);
  flex: 0 0 calc(100% - 70px);
  padding-right: 10px;
}
.single-team-member.join-carbon-chain-team {
  background-color: #FFCFCF;
}
.single-team-member.join-carbon-chain-team::before {
  display: none;
}
.join-carbon-chain-team .team-member-name-designation {
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  padding: 37px 30px;
}
.single-team-member.join-carbon-chain-team h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin: 80px 0px 10px;
}
.team-module-header-left-text {
  max-width: 36.085%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.085%;
  flex: 0 0 36.085%;
}
.team-module-header-right-text {
  max-width: 50.358%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50.358%;
  flex: 0 0 50.358%;
  padding-left: 41px;
}
.team-module-header-right-text p {
  line-height: 30px;
}

/* Job Listing
===========================*/

.job-listing-outer {
  padding: 0px 0px 100px;
}
.job-header-text {
  text-align: center;
}
.job-listing {
  margin: 40px 0px 0px;
}
.job-listing > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0px;
  border-bottom: 1px solid #cccccc;
}
.job-listing > *:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.job-title a {
  color: #F15758;
}
.job-title a:hover,
.job-title a:focus,
.job-title a:active {
  color: #000000;
}

/* Footer
===========================*/

.footer {
  padding: 96px 0px 0px;
}
.footer h4 {
  font-weight: 800;
  font-size: 14px;
  line-height: 28px;
  margin: 0 0 10px;
}
.footer-column-1-row-0-vertical-alignment {
  position: relative;
  padding-bottom: 84px;
}
.footer-column-1-row-0-vertical-alignment::before {
  bottom: 0px;
  top: auto;
}
.footer .hs-menu-wrapper ul li {
  line-height: 1;
}
.footer .hs-menu-wrapper ul li a {
  font-weight: 600;
  font-size: 14px;
  line-height: 30px;
  color: #444444;
  display: inline-block;
}
.footer .hs-menu-wrapper ul li a:hover {
  color: #f15758;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > :nth-child(4) img {
  margin: 5px 0 15px;
}
.footer .footer__container > .row-fluid-wrapper > .row-fluid > .span12 > .row-fluid-wrapper:nth-child(2) > .row-fluid > .span12 {
  padding: 22px 0px;
}
.footer p {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 0px;
/*   color: #000000 !important; */
  font-weight: 800;
}
.footer p strong {
  font-weight: 800;
  font-size: 16px;
  line-height: 28px;
}
.footer div > strong > span {
  font-weight: 800;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.right-image img {
  height: auto;
  vertical-align: bottom;
}
div.cell_16329847341592-row-1-margin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.social-icons-sec {
  margin: 40px 0px 0px;
}
.social-icons-sec ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}
.social-icons-sec ul li:not(:last-child) {
  margin-right: 10px;
}
.social-icons-sec ul li a img {
  filter: grayscale(1);
  transition: all 0.3s;
}
.social-icons-sec ul li a:hover img {
  filter: grayscale(0);
}
.footer-column-1-row-0-vertical-alignment > .row-fluid::before,
.footer-column-1-row-0-vertical-alignment > .row-fluid::after {
  display: none;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > * {
  width: auto;
  margin-left: 0px;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(1) {
  max-width: 25%;
  flex: 0 0 25%;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(2) {
  max-width: 16.298%;
  flex: 0 0 16.298%;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(3) {
  max-width: 21.719%;
  flex: 0 0 21.719%;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(4) {
  max-width: 18.69%;
  flex: 0 0 18.69%;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(5) {
  text-align: center;
}
.footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(5) img {
  margin: 0 auto 20px;
  display: block;
}

/* Home Banner Module
================================*/

.banner-module {
  background-size: cover;
  position: relative;
  background-position: center;
  padding: 281px 0 87px;
  text-align: center;
}
.banner-module::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.add-banner-content-button, 
.banner-logos {
  position: relative;
}
.add-banner-content-button {
/*   max-width: 1080px; */
  margin: 0 auto;
}
.banner-module h1 {
  color: #ffffff;
}
.add-banner-content-button h4 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #fff;
  margin: 20px 0px 0px;
}
.banner-logos {
  margin: 120px 0px 0px;
}
.banner-logos p {
  color: #fff;
  line-height: 23px;
}
.banner-logos-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  margin: 10px auto 0px;
}
.banner-logos-repeater > *:not(:last-child) {
    margin-right: 50px;
}

.home-items { margin: 60px 0 0; }
.home-items-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1080px;
  margin: 10px auto 0px;
}
.home-items-repeater > *:not(:last-child) {
    margin-right: 20px;
}
.home-items-repeater .home-single-item { background: #fff; border-radius: 10px; width: 25%; min-height: 160px; padding: 10px }
.home-items-repeater .home-single-item h3 { font-size: 20px; color: #000; }
.home-items-repeater .home-single-item ul { list-style: none; padding: 0; }
.home-items-repeater .home-single-item ul { font-size: 16px; color: #000; }

/* Simple Text Module
================================*/

.simple-text-module {
  padding: 30px 0px 50px;
  text-align: center;
}
.add-simple-text,
.how-carbon-chain-helps-you-header-text,
.why-take-action-right-text,
.how-it-works-header-text {
  position: relative;
  padding: 35px 0px 0px;
  max-width: 950px;
  margin: 0 auto;
}
.add-simple-text::before,
.how-carbon-chain-helps-you-header-text::before,
.why-take-action-right-text::before,
.how-it-works-header-text::before {
  content: "";
  position: absolute;
  width: 385px;
  height: 1px;
  background-color: #F15758;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.add-simple-text > p,
.how-carbon-chain-helps-you-header-text > h5,
.why-take-action-right-text > h5,
.how-it-works-header-text > h4,
.right-text-cta > h5 {
  font-weight: bold;
  font-size: 24px !important; 
  line-height: 26px !important;
  color: #54A493;
  margin: 0px 0px 30px;
}
.add-simple-text > p {
  font-size: 24px !important;
  line-height: 30px !important;
}
.add-simple-text > h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.add-simple-text > h4 {
  line-height: 44px;
}
.simple-text-module.text-align-left {
  background-color: var(--light-grey);
  text-align: left;
}
.text-align-left .add-simple-text {
  max-width: 643px;
  margin-left: 0px;
}
.text-align-left .add-simple-text::before {
  left: 0px;
  transform: none;
}

/* Three Col Module
================================*/

.three-col-module {
  background-color: var(--light-grey);
  padding: 0px 0px 123px;
}
.three-col-repeatre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -40px;
  text-align: center;
}
.three-col-repeatre .single-col::before {
  content: "";
  position: absolute;
  width: 100%;
  height: calc(100% + 20px);
  background-color: rgba(89, 89, 89, 0.2);
  left: 0px;
  top: 0px;
  filter: blur(50px);
  z-index: 1;
}
.three-col-repeatre .single-col > *,
.right-single-col > * {
  z-index: 2;
  position: relative;
}
.three-col-repeatre .single-col::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #fff;
  z-index: 1;
}
.heading-icon {
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0px 0px 52px;
}
.single-col-icon {
  max-width: 129px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 129px;
  flex: 0 0 129px;
  margin: 0 auto 47px;
}
.heading-icon h5 {
  max-width: calc(100% - 129px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 129px);
  flex: 0 0 calc(100% - 129px);
  padding-right: 20px;
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
  color: #000000;
}
.single-col-icon img {
  vertical-align: bottom;
}
.three-col-repeatre .single-col > p {
  font-size: 16px;
  line-height: 28px;
  max-width: 300px;
  color: #000000;
  margin-left: auto;  
  margin-right: auto;
}

/* Home Left Right
================================*/

.left-image-right-text {
  padding: 64px 0px 100px;
}
.left-image {
  max-width: 48.14%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48.14%;
  flex: 0 0 48.14%;
}
.right-text-cta {
  max-width: 44.418%;
  webkit-box-flex: 0;
  -ms-flex: 0 0 44.418%;
  flex: 0 0 44.418%;
}
.left-image img {
  vertical-align: bottom;
  height: auto;
}
.right-text-cta p {
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 30px;
}
.right-text-cta > h4 {
  font-weight: 800;
  font-size: 28px;
  line-height: 35px;
}
.right-text-cta > h4 span {
  color: #FF7E7F;
}
.top-text {
  text-align: center;
  max-width: 982px;
  margin: 0 auto 100px;
}
.top-text p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
.top-text h5 {
  margin: 0px 0px 20px;
}
.right-text-cta h5 {

}

/* Heading left three col right
================================*/

.left-heading-right-three-col-module, .left-heading-right-two-col-module {
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 141px 0px 0px;
  margin: 0px 0px 213px;
}
.left-heading-right-three-col-module::before, .left-heading-right-two-col-module::before,
.left-content-right-step-outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-image: linear-gradient(85.62deg, #54A493 0.32%, #3DCAAC 47.92%, rgba(63, 213, 181, 0.6) 96.14%);
}
.left-heading-right-three-col-inner,
.left-content-right-step-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-content-right-step-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-heading-section {
  max-width: 354px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 354px;
  flex: 0 0 354px;
  font-weight: 800;
  font-size: 55px;
  line-height: 55px;
  color: #FFFFFF;
  padding: 110px 0px 0px;
}
.right-three-col-section {
  max-width: calc(100% - 354px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 354px);
  flex: 0 0 calc(100% - 354px);
  padding-left: 45px;
}
.right-three-col-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -153px;
}
.right-single-col {
  background-color: #fff;
  max-width: calc(100%/3 - 12px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 12px);
  flex: 0 0 calc(100%/3 - 12px);
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 28px 20px 60px 28px;
  box-shadow: 10px 5px 20px rgba(0, 0, 0, .1);
  position: relative;
}
.right-single-col h5, 
.right-single-col p {
  font-size: 16px;
  line-height: 24px;
  color: #444444;
}
.right-single-col h5 {
  font-weight: 800;
} 
.learn-more-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.learn-more-button a {
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #54A493;
  display: inline-block;
  border: 1px solid #54A493;
  box-sizing: border-box;
  border-radius: 5px;
  padding: 12px 32px;
}
.learn-more-button a:hover,
.learn-more-button a:focus {
  background-color: #54A493;
  color: #ffffff;
  font-weight: bold;
}

/* Testimonials Section 
================================*/

.testimonial-module {
  padding: 50px 0 19px;
  background-size: cover;
  background-position: center;
}
.testimonial-left-right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.testimonial-left-right-section .right-image {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.testimonial-left-right-section .left-text {
  max-width: 44.742%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.742%;
  flex: 0 0 44.742%;
  padding: 25px 0px 0px;
}
.left-text h4 span {
  color: #F15758;
}
.testimonial-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -31px;
}
.testimonial {
  position: relative;
  max-width: calc(100%/2 - 31px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/2 - 31px);
  flex: 0 0 calc(100%/2 - 31px);
  padding: 40px 40px 40px 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-right: 31px;  
  margin-bottom: 31px;
}
.testimonial::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}
.testimonial::after {
  content: "";
  position: absolute;
  background: rgba(89, 89, 89, 0.2);
  filter: blur(50px);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0;
}
.testimonial > * {
  z-index: 2;
  position: relative;
}
.profile-img {
  max-width: 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
  padding: 20px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.company-logo img {
  height: auto;
}
.quoted-text {
  max-width: calc(100% - 64px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 64px);
  flex: 0 0 calc(100% - 64px);
  padding-left: 26px;
}
.quoted-text > p {
  font-size: 14px;
  line-height: 38px;
}
.quoted-text > p > strong {
  font-size: 20px;
  font-weight: 800;
  margin-right: 10px;
}
.quoted-text > p:not(:last-child) {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #444444;
  margin: 0 0 15px;
  font-style: italic;
}
.profile-img::before {
  content: '';
  position: absolute;
  width: 31px;
  height: 29px;
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/home/testimonial-quote.png");
  top: -20px;
  left: -15px;
  background-size: 31px;
  background-repeat: no-repeat;
}
.testimonial-module.single-testimonial {
  padding: 135px 0px 107px;
  position: relative;
}
.testimonial-module.single-testimonial::before {
  content: "";
  background-image: url(https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/contact-us/left-right-bg-icon.svg);
  width: 451px;
  height: 443px;
  position: absolute;
  right: 0px;
  background-size: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.single-testimonial .testimonial {
  max-width: 816px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 816px;
  flex: 0 0 816px;
  padding: 61px 52px 60px 42px;
}
.single-testimonial .profile-img {
  max-width: 100px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  padding: 5px 0px 0px;
}
.single-testimonial .quoted-text > p:not(:last-child) {
  font-weight: 600;
  font-size: 20px;
  line-height: 22px;
  margin: 0px 0px 25px;
}
.single-testimonial .quoted-text {
  max-width: calc(100% - 100px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 100px);
  flex: 0 0 calc(100% - 100px);
}
.single-testimonial .quoted-text > p {
  font-size: 16px;
}
.single-testimonial .quoted-text > p > strong {
  font-size: 24px;
}
.single-testimonial .profile-img::before {
  top: -35px;
}

/* 
================================*/

.single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.single-item:not(:last-child) {
  margin-bottom: 70px;
}
.right-content {
  max-width: 55.34%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.34%;
  flex: 0 0 55.34%;
}
.left-header > h5 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #54A493;
  max-width: 300px;
}
.right-content > h4 {
  line-height: 45px;
}
.book-a-demo-button {
  text-align: center;
  margin: 70px 0px 0px;
}
.three-col-with-book-demo-button {
  padding: 134px 0 122px;
  text-align: center;
}
.simple-text-module.text-color-white {
  position: relative;
  background-size: cover;
  background-position: center;
}
.simple-text-module.text-color-white::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
}
.text-color-white h4,
.text-color-white p {
  color: #fff;
}
.three-col-with-book-demo-button .add-simple-text > p {
  margin: 0px 0px 10px;
}
.bottom-text {
  text-align: center;
  margin: 70px auto 0px;
  max-width: 1010px;
}
.bottom-text p {
  font-size: 16px;
  line-height: 26px;
}
.two-col-section-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -13px;
  margin-top: 60px;
}
.two-col-section-repeater > * {
  max-width: calc(100%/2 - 13px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/2 - 13px);
  flex: 0 0 calc(100%/2 - 13px);
  margin-right: 13px;
  margin-bottom: 37px;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 5px 40px rgb(0 0 0 / 10%);
  padding: 30px 50px 40px;
  min-height: 280px;
  position: relative;
}
.col-with-image-text {
  position: relative;
}
.two-col-section-repeater > *::before,
.col-with-image-text::before {
  content: "";
  position: absolute;
  height: 0.5px;
  width: calc(100% - 100px);
  background-color: #F15758;
  left: 0;
  top: 0;
}
.icon-image {
  min-height: 65px;
  margin: 0 0 20px;
}
.icon-image img {
  vertical-align: bottom;
}
.two-col-section-repeater h5,
.col-with-image-text h5 {
  font-weight: 800;
  font-size: 24px;
  line-height: 24px;
  color: #FF7E7F;
  margin: 0px 0px 20px;
}
.two-col-section-repeater p,
.col-with-image-text p {
  font-size: 16px;
  line-height: 24px;
}
.col-with-image-text .icon-image {
  min-height: 39px;
}
.two-col-section-repeater p a:hover,
.two-col-section-repeater p a:focus,
.two-col-section-repeater p a:active {
  color: #000000;
}
.first-popup {
  display: block !important;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s;
  min-width: 300px;
  z-index: 1;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
span.hover-1 {
  color: #f1575a;
  cursor: pointer;
  position: relative;
}
span.hover-text {
  display: block !important;
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  background-color: #ffffff;
  padding: 20px;
  min-width: 200px;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}
span.hover-1:hover span.hover-text { 
  opacity: 1;
  visibility: visible;
}
span.hover-text::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 13px;
  border-color: white transparent transparent;
  top: 100%;
  z-index: 3;
}
span.hover-text:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-style: solid;
  border-width: 13px;
  border-color: rgba(0, 0, 0, .1) transparent transparent;
  top: calc(100% + 3px);
  filter: blur(2px);
  z-index: 1;
}
span.hover-text > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
span.hover-text a {
  color: #444;
  margin: 0px 0px 5px;
}
span.hover-text a:last-child {
  margin: 0px 0px 0px;
}
span.hover-text a:hover {
  color: #f1575a;
}

/*
================================*/

.contact-banner.reduce-bottom-spacing {
  min-height: auto;
  padding: 205px 0px 121px;
}
.contact-banner.managed_product_banner_top_bottom_spacing.reduce-bottom-spacing {
  padding: 210px 0px 100px;
  min-height: 655px;
  -webkit-box-align: inherit;
  -ms-flex-align: inherit;
  align-items: inherit;
}
.reduce-bottom-spacing .add-content {
  max-width: 898px;
}
.contact-banner .add-content h1 {
  max-width: 701px;
  margin: 0 0 20px;
}
.contact-banner .add-content p {
  font-size: 24px;
  line-height: 35px;
}
.contact-banner.reduce-bottom-spacing  .add-content p {
  font-weight: 600;
}
.contact-banner .add-content h4 {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  margin: 0px 0px 10px;
}
.managed_product_banner_top_bottom_spacing.reduce-bottom-spacing .add-content {
  max-width: 100%;
  padding: 0;
}
.managed_product_banner_top_bottom_spacing.reduce-bottom-spacing .add-content h1 {
  max-width: 100%;
}
.managed_product_banner_top_bottom_spacing a.cta_button {
  margin-top: 35px;
}

/*
================================*/

.left-text-right-image-outer-sec {
  padding: 97px 0px;
}
.left-content-main-sec {
  max-width: 41.991%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.991%;
  flex: 0 0 41.991%;
}
.right-image-main-sec {
  max-width: 50.81%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50.81%;
  flex: 0 0 50.81%;
}
.left-content-main-sec > h4,
.left-content-sec > h4 {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-weight: normal;
  max-width: 385px;
  padding: 0 0 21px;
  border-bottom: 1px solid #F15758;
  text-transform: uppercase;
}
.left-content-main-sec h2,
.left-content-sec h2 {
  line-height: 44px;
  color: #444444;
  max-width: 395px;
  margin: 0 0 37px;
}
.left-content-main-sec > p,
.left-content-sec > p,
.single-step-main p,
.risk-assessment-with-form-module p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
.how-carbon-chain-helps-you-cta {
  margin: 70px 0px 0px;
}
.left-content-main-sec a.cta_button,
.how-carbon-chain-helps-you-cta a.cta_button,
.left-opportunities-text a.cta_button {
  color: #54A493;
  border: 1px solid #54A493;
  background: transparent;
  min-width: 268px;
}
.left-content-main-sec a.cta_button:hover,
.how-carbon-chain-helps-you-cta a.cta_button:hover,
.left-opportunities-text a.cta_button:hover {
  background: #54A493;
  color: #ffffff;
}
.resize-col-width-height .left-content-main-sec {
  max-width: 47.1%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 0 0 47.1%;
  flex: 0 0 47.1%;
}
.resize-col-width-height .right-image-main-sec {
  max-width: 40.777%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40.777%;
  flex: 0 0 40.777%;
}
.resize-col-width-height .right-image-main-sec img {
  width: 100%;
}
.resize-col-width-height .left-content-main-sec h2 {
  max-width: 100%;
  font-weight: 700;
}

/*
================================*/

.left-content-right-step-outer {
  background-size: cover;
  background-position: center;
  position: relative;
}
.left-content-sec h2, 
.left-content-sec > h4, 
.left-content-sec > p,
.single-step-main p,
.risk-assessment-with-form-module p {
  color: #ffffff;
}
.left-content-sec > h4 {
  border-color: #ffffff;
}
.left-content-sec {
  max-width: 39.321%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39.321%;
  flex: 0 0 39.321%;
}
.right-opportunities-repeater {
  max-width:70.049%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 70.049%;
  flex: 0 0 70.049%;
  margin-right: -50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.opportunities-single-col {
  max-width: calc(100%/2 - 50px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/2 - 50px);
  flex: 0 0 calc(100%/2 - 50px);
  margin-right: 50px;
  text-align: center;
  box-shadow: 10px 5px 20px rgb(0 0 0 / 10%);
  padding: 0px 20px 60px;
}
.right-step-sec {
  max-width: 42.476%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.476%;
  flex: 0 0 42.476%;
  counter-reset: number;
  padding: 148px 0px;
  position: relative;
}
.right-step-sec::before {
  content: "";
  position: absolute;
  background-color: #fff;
  width: 1px;
  left: 30px;
  height: calc(100% - 288px);
  top: 0;
}
.single-step-main {
  padding-left: 88px;
  position: relative;
  counter-increment: number;
}
.single-step-main:not(:last-child) {
  margin-bottom: 70px;
}
.single-step-main::before {
  content: "0" counter(number);
  left: 8px;
  top: -7px;
  font-weight: 900;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  position: absolute;
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
}
.single-step-main::after {
  content: "";
  width: 62px;
  height: 62px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  top: -15px;
  z-index: 1;
  background-color: #3DCAAC;
}
.single-step-main h4 {
  font-weight: 800;
  font-size: 24px;
  line-height: 30px;
  margin: 0 0 10px;
  color: #FFFFFF;
}

/* 
================================*/

.testimonial-main-outer-sec {
  padding: 80px 0px 94px;
}
.testimonial-header-text {
  text-align: center;
  max-width: 856px;
  margin: 0 auto;
}
.testimonial-header-text h2 {
  font-size: 36px;
  line-height: 45px;
  color: #000;
}
.testimonial-header-text h2 span {
  color: #F15758;
}
.reviwer-inner {
  border: 1px solid #C8C8C8;
  text-align: left;
  display: flex;
  padding: 68px 57px 70px;
  margin: 82px auto 0px;
  max-width: 1000px;
  position: relative;
}
.reviwer-inner::before {
  content: "";
  background-color: #fff;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/home/testimonial-quote.png");
  background-position: center;
  background-repeat: no-repeat;
}
.reviewer-image {
  max-width: 120px;
  flex: 0 0 120px;
}
.reviewer-image img {
  width: 120px;
  height: 120px !important;
  object-fit: cover;
  border-radius: 50%;
}
.reviewer-bio {
  max-width: calc(100% - 120px);
  flex: 0 0 calc(100% - 120px);
  padding-left: 38px;
}
.reviewer-bio > p {
  font-style: italic;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
}
.reviewer-bio h4 {
  margin: 0;
  font-size: 24px;
  line-height: 38px;
  color: #000000;
}
.reviewer-bio h4 span {
  font-size: 18px;
  font-weight: normal;
}

/*
================================*/

.how-carbon-chain-helps-you,
.risks-three-col-module {
  background-color: var(--light-grey);
  padding: 100px 0px;
  text-align: center;
}
.how-carbon-chain-helps-you-header-text {
  padding: 25px 0px 0px;
  max-width: 940px;
}
.how-carbon-chain-helps-you-repeater p,
.opportunities-single-col p,
.how-it-works-single-col p {
  font-size: 16px;
  line-height: 26px;
}
.how-carbon-chain-helps-you-header-text p,
.why-take-action-right-text > p,
.why-take-action-left-text > p,
.add-risk-header-text h5,
.left-opportunities-text p {
  font-size: 17px;
  line-height: 30px;
  color: #191919;
}
p a,
.how-carbon-chain-helps-you-repeater p span,
.why-take-action-left-text > p span,
.why-take-action-right-text > p span,
.opportunities-single-col p span,
p a:hover {
  color: #f1575a;
}
p a:active,
p a:focus {
  color: #444444;
}
.how-carbon-chain-helps-you-header-text h5,
.how-carbon-chain-helps-you-header-text h4 {
  margin: 0px 0px 20px;
}
.how-carbon-chain-helps-you-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -40px;
  margin-top: 70px;
}
.how-carbon-chain-helps-you-repeater > *,
.three-col-repeatre > * {
  max-width: calc(100%/3 - 40px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 40px);
  flex: 0 0 calc(100%/3 - 40px);
  margin-right: 40px;
  background-color: #ffffff;
  padding: 0px 40px 50px;
  position: relative;
}
.single-box-icon,
.opportunities-single-col-image {
  width: 103px;
  height: 91px;
  margin: 0 auto 40px;
  background-image: var(--primary-gradient);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0px 0px 5px 5px;
}
.single-box h5,
.opportunities-single-col-title h5,
.how-it-works-single-col-title h5,
.three-col-repeatre h5 {
  font-size: 28px;
  color: #444;
  font-weight: 800;
  max-width: 270px;
  line-height: 28px;
  margin: 0 auto 20px;
  min-height: 46px;

}
.single-box h5,
.opportunities-single-col-title h5,
.three-col-repeatre h5 {
  font-size: 24px;
}

.opportunities-single-col-title h5 {
  max-width: 100%;
}
.three-col-repeatre h5 {
  max-width: 270px;
  margin: 0 auto 30px;
  min-height: 46px;
}


/* 
================================*/

.why-take-action {
  padding: 100px 0px;
}
.why-take-action-left-image-right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.why-take-action-left-images {
  max-width: 37.703%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.703%;
  flex: 0 0 37.703%;
}
.why-take-action-right-text {
  max-width: 53%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53%;
  flex: 0 0 53%;
  margin: 0px;
  padding: 25px 0px 0px;
}
.why-take-action-left-images img {
  vertical-align: bottom;
  width: 100%;
}
.single-image {
  width: 416px;
}
.why-take-action-left-images > *:last-child {
  float: right;
  margin-top: -120px;
  width: 378px;
  position: relative;
}
.why-take-action-right-text::before {
  left: 0px;
  transform: none;
} 
.why-take-action-right-text > h5 {
  margin: 0px 0px 10px;
}
.why-take-action-right-text > h4 {
  margin: 0px 0px 20px;
}
.why-take-action-right-text > h4,
.how-carbon-chain-helps-you-header-text h4,
.add-risk-header-text h2,
.left-opportunities-title h4 {
  font-weight: 700;
} 
.why-take-action-left-text-right-image {
  padding: 70px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.why-take-action-right-images {
  max-width: 38.835%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 38.835%;
  flex: 0 0 38.835%;
}
.why-take-action-left-text {
  max-width: 53.48%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 53.48%;
  flex: 0 0 53.48%;
}
.why-take-action-right-images img {
  width: 100%;
}
.add-risk-header-text h2 {
  margin: 0 0 20px;
}
.add-risk-header-text {
  max-width: 800px;
  margin: 0 auto;
}

/* 
================================*/

.opportunities-two-col-module {
  padding: 100px 0px;
}
.opportunities-left-right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-opportunities-text {
  max-width: 27.104%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.104%;
  flex: 0 0 27.104%;
}

/* 
================================*/

.how-it-works {
  background-image: var(--secondary-gradient);
  padding: 100px 0px;
  text-align: center;
}
.white-text .how-it-works-header-text h4, 
.white-text .how-it-works-header-text h2 {
  color: #ffffff;
}
.white-text .how-it-works-header-text::before {
  background-color: #ffffff;
}
.how-it-works-header-text {
  /*   padding: 25px 0px 0px; */
}
.how-it-works-header-text h4 {
  /*   margin: 0 0 15px;   */
  margin: 0 0 0px;
}
.how-it-works-header-text h2 {
  font-size: 55px;
  line-height: 69px;
  font-weight: 700;
}
.how-it-works-repeater {
  margin: 70px -45px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-reset: numbering;
  position
}
.how-it-works-single-col {
  max-width: calc(100%/3 - 45px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/3 - 45px);
  flex: 0 0 calc(100%/3 - 45px);
  margin-right: 45px;
  counter-increment: numbering;
  position: relative;
}
.how-it-works-single-col::before {
  content: "0" counter(numbering) ".";
  font-size: 50px;
  font-weight: 900;
  width: 88px;
  height: 88px;
  border: 0px solid #FFA1A2;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  color: #FFA1A2;
}
.how-it-works-single-col:not(:last-child)::after {
  content: "";
  width: 182px;
  height: 16px;
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/home/orange-right-arrow.png");
  background-repeat: no-repeat;
  position: absolute;
  right: -30%;
  top: 40px;
}
.white-text .how-it-works-single-col:not(:last-child)::after {
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/logisticsPage/white-right-arrow.png");
  /*   width: 152px;
  height: 10px;
  right: -26%; */
}
.white-text .how-it-works-single-col h5,
.white-text .how-it-works-single-col p {
  color: #ffffff;
}
.white-text .how-it-works-single-col::before { 
  color: #ffffff;
  border-color: #ffffff;
  /*   border: 1px solid #ffffff;
  font-size: 45px;
  font-weight: 800;
  content: "0" counter(numbering); */
}
.how-it-works-single-col-title {
  margin: 0px 0px 0px;
}
.white-text .how-it-works-single-col-title {
  margin: 30px 0px 0px;
}
.how-it-works-single-col-title h5 {
/*   max-width: 200px; */
  min-height: 56px;
}
.how-it-works-single-col p span {
  color: #FFA1A2;
}
.how-it-works-cta {
  margin: 70px 0px 0px;
  position: relative;
}
.background-image-overlay {
  background-size: cover;
  position: relative;
  background-position: center;
}
.background-image-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}


/*
================================*/

.risk-assessment-with-form-module .risk-assessment-module-inner {
  background-size: cover;
  padding: 67px 122px;
}
.risk-assessment-with-form-module h4 {
  font-weight: 700;
/*   font-size: 42px;
  line-height: 50px; */
  margin: 0 0 15px;
}
.risk-assessment-with-form-module .risk-assessment-module-inner > * {
  width: 700px;
}
.risk-assessment-form {
  margin: 30px 0px 0px;
}
.risk-assessment-form form.hs-form .hs-input {
  font-size: 17px;
  color: #9f9f9f;
  font-weight: 400;
  background-color: #fff;
  border: 0px;
  height: 56px;
}
.risk-assessment-form form.hs-form textarea.hs-input {
  min-height: 130px;
}
.risk-assessment-form .hs-submit {
  text-align: left;
}
.risk-assessment-form .hs-error-msg {
  color: #ffffff;
}

/* Shipping page
================================*/

.shipping-banner {
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: 598px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shipping-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0,0,0,0.5);
}
.simple-text-repeater-module{
  padding: 40px 0px;
  position: relative;
  text-align: center;
}
.simple-text-repeater .single-row {
  margin-bottom: 40px;
}
.simple-text-repeater .single-row:last-child {
  margin-bottom: 0;
}
.risk-assessment-left-right-module {
  padding-top: 80px;
}
.risk-assessment-left-right-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.risk-assessment-left-right-inner > * {
  flex-basis: 50%;
  max-width: 50%;
}
.risk-assessment-left-right-inner .right-text {
  padding-left: 30px;
}
.risk-assessment-left-right-inner .left-image {
  padding-right: 30px;
}
.shipping-banner .add-content {
  max-width: 720px;
  padding: 70px 0px 0px;
}
.shipping-banner .page-center {
  max-width: 1236px;
  margin: 0 auto;
  width: 100%;
}
.add-content h1 {
  margin-bottom: 30px;
}
.simple-text-repeater-module h2 {
  margin: 0px 0px 30px;
}

/* 
================================*/

.enabling-data-led-decision-making {
  padding: 100px 0px 50px;
}
.enabling-data-led-decision-making-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
.right-section {
  max-width: 50.81%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50.81%;
  flex: 0 0 50.81%;
}
.left-section {
  max-width: 43.528%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 43.528%;
  flex: 0 0 43.528%;
  padding: 47px 0px 0px;
  position: relative;
/*   display: flex;
  flex-wrap: wrap; */
}
.left-text,
.team-module-header-text,
.careers-header-text,
.top-text,
.right-text-cta {
  padding: 29px 0px 0px;
  position: relative;
}
.left-section::before,
.text-with-image-inner::before,
.left-text-right-counter-repeater .left-text::before,
.col-with-text-button::before,
.product-why-take-action-first-section::before,
.carbain-cahin-left-text-cta::before,
.left-text::before,
.team-module-header-text::before,
.careers-header-text::before,
.top-text::before,
.right-text-cta::before {
  content: "";
  width: 311px;
  height: 1px;
  background-color: #F15758;
  position: absolute;
  top: 0;
  left: 0px;
}
.left-text::before,
.team-module-header-text::before,
.careers-header-text::before,
.top-text::before {
  width: 385px;
}
.top-text::before {
  right: 0;
  margin: 0 auto;
}
.left-section h4 {
  line-height: 48px;
  margin-top: 20px;
}
.left-section h5,
.text-with-image .add-contnet > p,
.left-text-right-counter-repeater .left-text > p,
.col-with-text-button > h5,
.product-why-take-action-first-section > h5,
.left-text > h5,
.team-module-header-left-text > h5,
.careers-header-text > h5,
.top-text h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #3DCAAC;
  max-width: 300px;
}
.top-text h5 {
  max-width: 100%;
}
.right-section img {
  vertical-align: bottom;
}
.left-text h4,
.team-module-header-left-text h4,
.careers-header-text h4 {
  line-height: 44px;
  margin: 20px 0px 31px;
}
.careers-header-text {
  max-width: 704px;
}
.two-col-section-module {
  position: relative;
}
.two-col-section-module::before {
  content: "";
  background-image: url(https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/contact-us/left-right-bg-icon.svg);
  width: 550px;
  height: 540px;
  position: absolute;
  right: -103px;
  background-size: 100%;
  top: -50px;
}
.two-col-section-module-header-text {
  max-width: 632px;
}
.two-col-section-module-header-text > h5 {
  font-weight: bold;
  font-size: 32px;
  line-height: 40px;
  color: #54A493;
  margin: 0px 0px 30px;
}
.two-col-section-module-header-text > p {
  line-height: 26px;
}

/* 
================================*/

.text-with-image {
  padding: 87px 0px 0px;
}
.text-with-image .add-contnet > p {
  color: #FFFFFF;
}
.text-with-image-inner {
  position: relative;
  padding: 45px 0px 0px;
}
.text-with-image-inner::before {
  background-color: #ffffff;
  width: 271px;
}
.text-with-image h4 {
  line-height: 45px;
  color: #ffffff;
  max-width: 1012px;
}

/* 
================================*/

.left-text-right-counter-repeater {
  padding: 121px 0px 0px;
}
.left-right-scetion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.left-right-scetion::before {
  content: "";
  background-image: url(https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/contact-us/left-right-bg-icon.svg);
  width: 550px;
  height: 550px;
  position: absolute;
  background-size: 100%;  
  background-repeat: no-repeat;
  left: -190px;
  bottom: -40px;
  z-index: -1;
}
.left-text-right-counter-repeater .left-text {
  max-width: 36.975%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.975%;
  flex: 0 0 36.975%;
  position: relative;
  padding: 45px 0px 0px;
}
.left-text-right-counter-repeater .left-text::before {
  width: 238px;
}
.left-text-right-counter-repeater .left-text h4 {
  font-size: 36px;
  line-height: 45px;
}
.right-counter-repeater {
  max-width: 55.34%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 55.34%;
  flex: 0 0 55.34%;
  margin-right: -51px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 38px 0px 0px;
}
.single-counter {
  max-width: calc(100%/2 - 51px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/2 - 51px);
  flex: 0 0 calc(100%/2 - 51px);
  margin-right: 51px;
  margin-bottom: 44px;
  border: 1px solid #FFA2A2;
  padding: 49px 34px 30px 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #444444;
}
.single-counter:hover,
.single-counter:focus {
  color: #444444;
}
.number {
  margin: 0 0 30px;
}
.number a {
  font-weight: 800;
  font-size: 65px;
  line-height: 1;
  color: #444444;
}
.number a:hover,
.number a:focus,
.number a:active {
  font-weight: 800;
  color: #f15758;
}
.number a:focus,
.number a:active {
  color: #444444;
}
.single-counter p {
  font-size: 16px;
  line-height: 24px;
}
.two-col-section-module.top-bottom-space {
  padding: 85px 0px 133px;
}
.header-text-width-decrease .two-col-section-module-header-text {
  max-width: 653px;
}
.before-image-bottom.two-col-section-module::before {
  right: auto;
  left: -156px;
  bottom: 0;
  top: auto;
}
.left-text-right-counter-bottom-text {
  max-width: 974px;
  margin: 0 auto;
  padding: 50px 0px 20px;
}
.left-text-right-counter-bottom-text *:last-child {
  margin: 0px;
}

/* Product pages
================================*/

.carbain-cahin {
  padding: 134px 0px 0px;
}
.carbain-cahin-left-right-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.carbain-cahin-right-image {
  max-width: 44.337%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 44.337%;
  flex: 0 0 44.337%;
}
.carbain-cahin-left-text-cta {
  max-width: 49.596%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 49.596%;
  flex: 0 0 49.596%;
  padding: 32px 0px 0px;
  position: relative;
}
.carbain-cahin-left-text-cta h4 {
  line-height: 44px;
  margin: 0 0 38px;
}
.product-how-carbonchain-helps-you {
  padding: 83px 0px 100px;
}
.product-how-carbonchain-helps-you-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -34px;
}
.product-how-carbonchain-helps-you-row > * {
  max-width: calc(100%/2 - 34px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/2 - 34px);
  flex: 0 0 calc(100%/2 - 34px);
  margin-right: 34px;
}
.col-with-text-button {
  position: relative;
  padding: 29px 115px 0px 0px;
  margin-bottom: 63px;
}
.col-with-text-button::before,
.carbain-cahin-left-text-cta::before {
  width: 385px;
}
.col-with-text-button > h5 {
  max-width: 100%;
}
.col-with-text-button h4,
.product-why-take-action-first-section h4 {
  line-height: 44px;
  margin-top: 20px;
}
.col-with-text-button p,
.carbain-cahin-left-text-cta p {
  line-height: 28px;
}
.col-with-image-text {
  background-color: #fff;
  box-shadow: 0px 5px 40px rgb(0 0 0 / 10%);
  padding: 30px 46px 40px;
  min-height: 372px;
}
.carbain-cahin-left-text-cta a.cta_button {
  margin: 50px 0px 0px;
  padding: 13px 70px;
}
.carbain-cahin-right-image img {
  width: 100%;
  /*   height: 100% !important; */
  object-fit: cover;
}
.product-why-take-action {
  padding: 0px 0px 106px;
}
.product-why-take-action-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-why-take-action-second-section-image {
  max-width: 50.81%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50.81%;
  flex: 0 0 50.81%;
}
.product-why-take-action-first-section {
  max-width: 41.91%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.91%;
  flex: 0 0 41.91%;
  position: relative;
  padding: 30px 0px 0px;
  margin: 36px 0px 0px;
}
.product-why-take-action-first-section > p {
  font-weight: 700;
}
.product-why-take-action-first-section p,
.product-why-take-action-first-section-colored p,
.careers-left-section p {
  line-height: 30px;
}
.product-why-take-action-first-section-colored {
  background-image: var(--primary-gradient);
  color: #fff;
  padding: 40px 30px 50px 57px;
  width: 738px;
  margin: 50px 0px 0px -57px;
  position: relative;
}
.green-text-bacground .product-why-take-action-first-section-colored {
  background-image: var(--secondary-gradient);
  padding: 60px 58px 60px 57px;
}
.colored-box-width-718 .product-why-take-action-first-section-colored {
  width: 718px;
}
.colored-box-width-758 .product-why-take-action-first-section-colored {
  width: 758px;
}
.colored-box-width-762 .product-why-take-action-first-section-colored {
  width: 762px;
}
.colored-box-width-762 .product-why-take-action-first-section-colored {
}
.text-colored-box-position-right .product-why-take-action-first-section-colored {
  margin: 50px 0px 0px -196px;
}
.colored-box-width-758  .text-colored-box-position-right .product-why-take-action-first-section-colored {
  margin: 50px 0px 0px -201px;
}
.text-colored-box-position-center .product-why-take-action-first-section-colored {
  margin-left: 193px;
  padding: 60px 58px 86px 57px;
}
.risk-opportunities-two-col.section-top-bottom-space {
  padding: 0px 0px 50px;
}
.risk-opportunities-two-col.add-before-image {
  position: relative;
}
.risk-opportunities-two-col.add-before-image::before {
  content: "";
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/products/manage-risk-icon.png");
  width: 503px;
  height: 848px;
  position: absolute;
  right: 0;
  top: 180px;
  z-index: -1;
}
.risk-two-col-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -20px;
  margin-top: 60px;
}
.risk-opportunities-two-col-single-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: calc(100%/2 - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100%/2 - 20px);
  flex: 0 0 calc(100%/2 - 20px);
  margin-right: 20px;
  margin-bottom: 23px;
  border: 0.5px solid #FF7E7F;
  padding: 50px;
  min-height: 259px;
}
.risk-two-col-header h4,
.risk-two-col-repeater-bottom-text h4 {
  line-height: 44px;
}
.product-why-take-action-second-section-image img {
  vertical-align: bottom;
}
.risk-two-col-repeater .add-image {
  max-width: 60px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}
.single-item-add-content {
  max-width: calc(100% - 60px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  padding-left: 30px;
  padding-top: 20px;
}
.single-item-add-content h5 {
  line-height: 1;
  font-weight: 800;
  margin: 0px 0px 23px;
  color: #444444;
} 
.single-item-add-content p,
.risk-two-col-header p {
  font-size: 16px;
  line-height: 24px;
}
.risk-two-col-header p {
  max-width: 648px;
}
.risk-two-col-repeater-bottom-text {
  padding: 39px 0px 90px;
  text-align: center;
  max-width: 1135px;
  margin: 0 auto;
}
.risk-two-col-repeater-bottom-text h4 {
  margin: 0 0 20px;
}
.risk-two-col-repeater-bottom-text p {
  font-size: 16px;
  line-height: 20px;
  max-width: 655px;
  margin: 0 auto;
}
.risk-two-col-repeater-bottom-text a.cta_button {
  margin: 50px auto 0px !important;
}
.section-top-bottom-space .risk-two-col-repeater-bottom-text {
  padding: 50px 0px 0px;
  max-width: 940px;
}
.section-top-bottom-space .risk-two-col-repeater { 
  margin-top: 0px;
}


/* History Section
================================*/

.our-history-module {
  background-size: cover;
  background-position: center;
  position: relative; 
  padding: 100px 0px 140px;
  text-align: center;
}
.our-history-module::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}
.our-history-module-inner {
  position: relative;
  max-width: 747px;
  margin: 0 auto;
}
.our-history-module h4,
.our-history-module p {
  color: #fff;
}
.our-history-module h4 {
  margin: 0px 0px 42px;
}
.our-history-module p {
  line-height: 32px;
}

/* Careers Section 
================================*/

.careers {
  padding: 120px 0px 0px;
}
.careers-left-right-section {
  margin: 65px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.careers-left-section {
  max-width: 42.234%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42.234%;
  flex: 0 0 42.234%;
}
.careers-left-section p span {
  color: #FF7E7F;
}
.careers-left-section p strong {
  font-weight: 800;
}

/* Risks page
================================*/

.section-carbon-risk-subsection-outer {
  padding: 0 0 80px;
  text-align: center;
}
.section-carbon-risk-subsection h4 {
  text-align: center;
}
.carbon-pricing-charts.repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.carbon-pricing-chart-container {
  margin-top: 40px;
}
.carbon-price-increase {
  font-size: 20px;
  font-weight: 700;
  color: #f15758;
  margin-bottom: 15px;
}
.carbon-pricing-commodity {
  font-size: 20px;
  margin: 12px 0 6px;
}
.carbon-price {
  font-size: 14px;
  color: #637282;
}
.map-filter-location-module {
  padding: 0 0 80px;
  text-align: center;
}
.dropdown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  /*      position: relative; 
  max-width: 300px;  */
  height: 100%;
}
.carbon-map-country-selector {
  height: 65px;
  max-width: 390px;
  width: 100%;
  margin: 50px auto;
  padding: 0 20px;
  background: transparent;
  border: 1px solid #007be5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
  -webkit-box-align: center; 
  -ms-flex-align: center; 
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.dropdown-header img {
  width: 21px;
  margin-right: 27px;
}
.carbon-map-country-selector::after {
  content: "";
  border: 8px solid transparent;
  border-top-color: #4a4a4a;
  border-bottom: none;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top-color: #4a4a4a;
  z-index: -1;
}
.carbon-map-country-selector-dropdown-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  text-overflow: ellipsis;
  /*      white-space: nowrap;  */
  cursor: pointer;
  overflow-x: hidden;
}
.carbon-map-country-selector-dropdown-item img {
  width: 21px;
  margin-right: 27px;
}
.carbon-map-country-selector-dropdown {
  width: 100%;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  background: #faf9f6 linear-gradient(180deg,#fff,#faf9f6);
  box-shadow: 0 1px 6px rgb(0 0 0 / 25%);
  border-radius: 4px;
  text-align: left;
  transition: opacity .5s ease-out;
  overflow-y: auto;
  height: 200px;
  z-index: 1;
}
.svgMap-container {
  margin-top: 35px;
  background: #ffffff !important;
  border-radius: 4px;
  position: relative;
  width: 100%;
  /*      padding-top: 50%;  */
  overflow: hidden;
  max-width: 1024px;
  margin: 35px auto 0;
}
.svgMap-tooltip .svgMap-tooltip-content table,
.svgMap-tooltip .svgMap-tooltip-content table td {
  border: 0px !important;
}
.carbon-map-country-row {
  margin: 8px 0;
}
span.carbon-map-country-label {
  font-weight: 700;
}
.carbon-map-country-data {
  text-align: left;
}
.add-map .hs-responsive-embed-inner-wrapper {
  position: static !important;
  padding-bottom: 0px !important;
}
.add-map .hs-responsive-embed-inner-wrapper iframe {
  position: static !important;
  min-height: 700px !important;
}
.demo-container > p {
  position: relative;
  padding-left: 20px;
}
.demo-container > p::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: #0096a6;
  border: 1px solid #fff;
  left: 0px;
  top: 10px;
}
span#changingword {
  vertical-align: bottom;
  min-width: 573px;
  text-align: left;
  display: inline-block;
}

/* Our Customers Section
================================*/

.our-customers-outer {
  padding: 0px 0px 70px;
}
.our-customers-header-text {
  text-align: center;
}
.our-customers-logo-repeater {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-logo-repeater {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  text-align: center;
  padding: 0px 30px;
  margin: 0 0 30px;
}
.our-customers-outer.our-customers-add-top-spacing {
  padding-top: 100px;
}
.team-module-bottom-button {
  text-align: center;
  margin: 50px 0px 0px;
}

/* Blog Listing
================================*/

.blog-banner,
.blog-post-header {
  min-height: 598px;
  position: relative;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}
.blog-banner::before,
.blog-post-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0,0,0,0.5);
}
.blog-banner > .page-center,
.blog-post-header > .page-center,
.blog-post-header .section.post-header {
  width: 100%;
  position: relative;
}
.blog-content {
  max-width: 500px;
}
.blog-content h1,
.blog-post-header h1,
.blog-content > * {
  color: #fff;
}
.blog-content h1 {
  margin: 0px 0px 20px;
}
.blog-content h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 35px;
}
.blog-content *:last-child {
  margin-bottom: 0px;
}
.blog-post-header div#hubspot-author_data {
  color: #fff;
  margin: 20px 0px 0px 5px;
  font-weight: bold;
}
.featured-blog-pots-withmost-popular-posts {
  padding: 100px 0px 30px;
}
.featured-blog-pots-withmost-popular-posts-inner {
  display: flex;
  margin-right: -30px;
}
.left-featured-blog-post {
  max-width: calc(66.66666% - 30px);
  flex: 0 0 calc(66.66666% - 30px);
  margin-right: 30px;
}
.right-featured-blog-post {
  max-width: calc(33.33333% - 30px);
  flex: 0 0 calc(33.33333% - 30px);
  margin-right: 30px;
}
.left-featured-blog-post > *,
.featured-blog-post,
.featured-blog-post .post-item {
  height: 100%;
}
.featured-blog-post .post-item {
  display: flex;
}

.featured-blog-post .hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}
.hs-featured-image-wrapper img {
  vertical-align: bottom;
}
.post-header h2 a {
  color: #444;
  font-weight: 800;
}
.featured-blog-post .post-item > * {
  max-width: 50%;
  flex: 0 0 50%;
}
.featured-blog-post .post-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.featured-blog-post {
  height: 100%;
  background-color: #f7f7f7;
}
.featured-blog-post .post-item .post-header {
  padding: 30px;
}
.featured-blog-post .post-item .post-header h2 {
  margin: 0 0 10px;
}
.popular-post-repeater .post-item {
  display: flex;
  align-items: center;
  border: 1px solid #ededed;
  padding: 15px;
}
.popular-post-repeater .featured-image img {
  vertical-align: bottom;
}
.popular-post-repeater .featured-image {
  max-width: 25%;
  flex: 0 0 25%;
}
.popular-post-repeater .title-read-more {
  max-width: 75%;
  flex: 0 0 75%;
  padding-left: 15px;
}
.popular-post-repeater .post-item:not(:last-child) {
  margin: 0 0 15px;
}
.title-read-more h2 a,
.blog-post-header a.author-link {
  color: #f1575a;
}
.title-read-more h2 {
  font-size: 18px;
  line-height: normal;
}
a.read-more-button {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  position: relative;
  padding-right: 10px;
}
.popular-post-repeater {
  margin: 20px 0px 0px;
}
.blog-index,
.blog-related-posts__list {
  margin-right: -30px;
}
.blog-related-posts__list {
  margin-top: 40px;
}
.blog-index .blog-index__post,
.blog-related-posts__list article.blog-related-posts__post {
  padding: 0;
  max-width: calc(100%/3 - 30px);
  flex: 0 0 calc(100%/3 - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
  border: 1px solid #ededed;
}
.blog-index .blog-index__post img,
.blog-related-posts__list article.blog-related-posts__post img {
  width: 100%;
}
.blog-related-posts__list article.blog-related-posts__post {
  background-color: #fff;
  border: 0;
}
h2.blog-index__post-title {
  line-height: normal;
}
a.blog-index__post-title-link,
a.blog-index__post-title-link:hover,
a.blog-index__post-title-link:focus,
a.blog-index__post-title-link:active,
.blog-related-posts__title a,
.blog-related-posts__title a:hover,
.blog-related-posts__title a:active,
.blog-related-posts__title a:focus {
  color: #444;
  font-weight: 800;
  line-height: normal;
}
.blog-related-posts__title {
  font-size: 24px;
  line-height: normal;
} 
.blog-index__post-tags,
.blog-index__post-author {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.blog-index__post-author > a {
  color: #444444;
  line-height: normal;
  font-size: 16px;
}
.blog-index__post-author > a:hover,
.blog-index__post-author > a:focus,
a.read-more-button:hover,
a.read-more-button:focus,
.author-bio-info h2 a {
  color: #f1575a;
}
.blog-index__post-tags > *:not(:last-child),
.blog-index__post-author > *:not(:last-child) {
  margin-right: 5px;
}
.blog-index__post-content,
.blog-related-posts__content {
  padding: 0px 20px 10px;
}

a.read-more-button::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #444;
  border-right: 2px solid #444;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  top: 8px;
}
p.topic-list,
p.author-name {
  font-size: 16px;
}
p.topic-list a:not(.remove),
.blog-index__post-tags > a {
/*   color: #444;
  background-color: #ebebeb; */
  padding: 2px 8px;
  display: inline-block;
  font-size: 12px;
  background-color: #f1575a;
  color: #ffffff;
}
p.topic-list a:not(.remove):hover,
.blog-index__post-tags > a:hover {
  background-color: #f1575a;
  color: #ffffff;
}
.blog-index__post-tags > span {
  display: none;
}
.body-container--blog-post article.blog-post {
  padding: 100px 0px;
}
.blog-author-sec {
  margin-bottom: 15px;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #333;
}
.author-first-row-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-img-bio {
  display: flex;
  align-items: center;
  width: 70%;
}
.author-image img {
  vertical-align: bottom;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #f1575a;
}
.author-bio-description {
  padding-left: 15px;
}
.author-bio-info h2 {
  line-height: 1 !important;
  font-size: 18px !important;
  margin: 0px !important;
}
.author-bio-info h2 a {
  font-size: 18px;
  font-weight: bold;
}
.author-linkedin img {
  max-width: 45px;
  vertical-align: bottom;
}
section.blog-related-posts {
  padding: 100px 0px;
}
.blog-index__post-author {
  flex-direction: column; 
  text-align: center;
  margin: 0px !important;
}
.blog-index__post-author .blog-index__post-author-image {
  width: 60px !important;
  height: 60px;
  object-fit: cover;
  margin-right: 0px;
}
.author-description {
  font-weight: 800;
  font-size: 16px;
}
.title-author-tag {
  display: flex;
  justify-content: space-between;
}
.tags-author {
  max-width: 30%;
  flex: 0 0 30%;
}
.title-author {
  max-width: 69%;
  flex: 0 0 69%;
}
.blog-index__post-author > a {
  margin: 10px 0px 0px;
}
.blog-post .blog-post__body h3 {
  font-size: 24px;
  line-height: normal;
  margin: 0 0 10px;
}
.blog-post .blog-post__body a.cta_button {
  margin: 20px 0px 0px;
}
.blog-post .blog-post__body ul li {
  margin-bottom: 10px;
}
.blog-post .blog-post__body ul li:last-child {
  margin-bottom: 0px;
}

/* Case Study Page
================================*/

.contact-banner.case-study-banner-module-main {
  min-height: auto;
  padding: 212px 0px 400px;
}
.case-study-banner-module-main::before {
  display: none;
}
.case-study-banner-module-main h1 {
  font-weight: bold;
  font-size: 58px;
  line-height: 63px;
  color: #181718;
  max-width: 870px;
  margin: 0px 0px 70px;
}
.case-study-banner-module-main h1 span {
  color: #5d8187;
}
.case-study-banner-module-main h1 span.red-text {
  color: #f0595a;
}
.case-study-banner-module-main p {
  font-size: 22px;
}
.case-study-banner-module-main p span {
  font-weight: 800;
}
.logo_bottom_text p {
  color: #000;
  font-size: 21px;
  font-weight: 500;
}
.case-study-testimonial-main {
  position: relative;
}
.case-study-testimonial-main::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  background-color: #ffffff;
  right: 0px;
}
.case-study-banner-module-main .logo img {
  max-width: 100px !important;
}
.case-study-banner-module-main > .page-center,
.case-study-testimonial-main  > .page-center,
.case-study-image-content-main > .page-center,
.the-process-module-main > .page-center,
.the-result-module-main > .page-center {
  max-width: 1007px;
}
.case-study-banner-module-main .page-center > * {
  position: relative;
}
.case-study-testimonial-inner {
  position: relative;
  padding: 60px 35px 0px 65px;
  background-color: #fff;
  margin-top: -320px;
  position: relative;
}
.case-study-testimonial-main .header-content p {
  padding-left: 40px;
  position: relative;
  color: #262626;
}
.case-study-testimonial-main .header-content p::before {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 15px);
  left: 0px;
  background-color: #f15758;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.case-study-testimonial-body {
  margin: 70px 0px 0px;
  padding: 0px 0px 0px 40px;
}
.case-study-testimonial-body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.case-study-testimonial-body-inner .left-image {
  max-width: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
}
.case-study-testimonial-body-inner .right-content {
  max-width: calc(100% - 150px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(100% - 150px);
  flex: 0 0 calc(100% - 150px);
  padding: 60px 30px 0px 50px;
  position: relative;
}
.case-study-testimonial-body-inner .right-content::before {
  content: "";
  position: absolute;
  width: 47px;
  height: 37px;
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/case-study/quote-left.png");
  top: 0;
  left: 50px;
}
.the-process-module-main .case-study-testimonial-body-inner .right-content::before {
  background-image: url("https://8696344.fs1.hubspotusercontent-na1.net/hubfs/8696344/carbon-chain/images/case-study/quote-white.png");
}
.the-process-module-main .logo-designation .left-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.the-process-module-main .case-study-testimonial-body-inner .right-content > p,
.the-process-module-main .right-designation h4,
.the-process-module-main .right-designation p {
  color: #ffffff;
}
.the-process-module-main .header-content {
  max-width: 750px;
}
.logo-designation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-designation .left-logo img {
  width: auto;
  height: auto;
  max-width: 80px;
  vertical-align: bottom;
}
.case-study-testimonial-body-inner .right-content > p {
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
  line-height: 28px;
  color: #262626;
}
.right-designation {
  padding-left: 20px;
}
.right-designation h4 {
  margin: 0px 0px 2px;
  font-size: 20px;
  line-height: normal;
  color: #181818;
  font-weight: 700;
}
.left-text-right-image-section .left-text p {
  line-height: 33px;
}
.right-designation p {
  font-size: 18px;
  line-height: 30px;
  color: #262626;
}
.case-study-image-content-main {
  padding: 80px 0px;
}
.case-study-image-content-main .add-image img {
  vertical-align: bottom;
  max-height: 320px;
  object-fit: cover;
  object-position: center;
}
.case-study-image-content-main .add-content p span {
  color: #5d8187;
  text-decoration: underline;
  font-weight: bold;
}
.case-study-image-content-main .add-content {
  margin: 40px 0px 0px;
}
.case-study-image-content-main .add-content h2,
.case-study-image-content-second-sec h2,
.the-process-module-main h2, 
.the-result-module-main h2 {
  text-transform: uppercase;
  padding: 0px 0px 31px;
  margin: 0 0 25px;
  position: relative;
  color: #181818;
  font-size: 28px;
  font-weight: 500;
  line-height: normal;
}
.case-study-image-content-main .add-content h2 span,
.case-study-image-content-second-sec h2 span,
.the-process-module-main h2 span,
.the-result-module-main h2 span,
.testimonial_bottom_text h4 span,
.the-result-module-main p span,
.the-result-module-main h2 strong {
  color: #5d8187;
  font-weight: 800;
}
.the-result-module-main h2 span,
.the-result-module-main h2 strong, 
.case-study-image-content-second-sec h2 span {
  display: block;
}
.case-study-image-content-main .add-content h2::before,
.case-study-image-content-second-sec h2::before,
.the-process-module-main h2::before,
.the-result-module-main h2::before {
  content: "";
  width: 56px;
  height: 4px;
  background-color: #f15758;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.case-study-image-content-main .add-content p {
  font-size: 18px;
  line-height: 33px;
  color: #262626;
}
.case-study-image-content-second-sec .left-text,
.the-process-module-main .left-text,
.three-benefit-key-for-gunvoer .left-text {
  padding: 0px;
}
.case-study-image-content-second-sec .left-text::before,
.the-process-module-main .left-text::before,
.three-benefit-key-for-gunvoer .left-text::before {
  display: none;
}
.case-study-image-content-second-sec {
  padding: 70px 0px;
}
.case-study-image-content-second-sec-inner,
.left-image-right-contnet,
.left-text-right-image-section,
.left-image-right-text-section,
.left-text-right-image,
.left-image-right-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.left-image-right-contnet {
  margin: 30px 0px 0px;
}
.case-study-image-content-second-sec-inner {
  margin: 0px 0px 30px;
}
.left-text-right-image-section,
.left-image-right-text-section,
.testimonial_bottom_text,
.three-benefit-key-for-gunvoer {
  margin: 50px 0px 0px;
}
.left-text-right-image-section {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 63px 0px 0px;
} 
.case-study-image-content-second-sec-inner .left-text,
.left-image-right-contnet .right-content,
.left-image-right-text-section .right-content {
  max-width: 58.775%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.775%;
  flex: 0 0 58.775%;
}
.case-study-image-content-second-sec-inner .left-text p,
.three-benefit-key-for-gunvoer p {
  line-height: 33px;
}
.three-benefit-key-for-gunvoer p:last-child {
  margin: 0px;
}
.case-study-image-content-second-sec-inner .right-image, 
.left-image-right-contnet .left-image, 
.left-image-right-text-section .left-image {
  max-width: 35.453%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35.453%;
  flex: 0 0 35.453%;
}
.left-text-right-image-section .left-text {
  max-width: 47.775%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.775%;
  flex: 0 0 47.775%;
}
.left-text-right-image-section .right-image {
  max-width: 47.072%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 47.072%;
  flex: 0 0 47.072%;
}
.the-process-module-main .left-image-right-text-section .left-image {
  max-width: 32.572%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 32.572%;
  flex: 0 0 32.572%;
}
.the-process-module-main .left-image-right-text-section .right-content {
  max-width: 61.775%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 61.775%;
  flex: 0 0 61.775%;
}
.the-process-module-main {
  padding: 100px 0px;
}
.the-result-module-main {
  padding: 100px 0px 20px;
}
.the-result-module-main .case-study-testimonial-body {
/*   padding: 0px; */
}
.the-result-module-main .the-process-module-testimonial {
  padding: 0 0 60px;
  border-bottom: 2px solid #e8e8e8;
}
.the-process-module-main h2 {
  padding: 0px 0px 40px;
}
.the-process-module-main h2,
.the-process-module-main h2 span,
.the-process-module-main {
  color: #ffffff;
}
.the-process-module-main h2 span {
  display: block;
}
.the-process-module-main .case-study-testimonial-body {
  margin: 53px 0px 0px;
  padding: 45px 45px 40px 53px;
}
.left-text-right-image-section .right-image {
  text-align: right;
}
.left-text-right-image-section .right-image img {
  width: 100%;
}
.the-process-module-main .bottom-text {
  margin: 50px 0px 0px;
  text-align: left;
  max-width: unset;
}
.the-process-module-main .bottom-text p {
  font-size: inherit;
  line-height: inherit;
}
.testimonial_bottom_text h4 {
  font-size: 21px;
  font-weight: 500;
  color: #181818;
  margin: 0;
}
.three-benefit-key-for-gunvoer {
  counter-reset: number;
}
.three-benefit-key-for-gunvoer > * {
  counter-increment: number;
}
.three-benefit-key-for-gunvoer h4 {
  font-size: 21px !important;
  line-height: 25px !important;
}
.three-benefit-key-for-gunvoer ul {
  padding: 0 0 0 15px;
}
.three-benefit-key-for-gunvoer .left-text, 
.three-benefit-key-for-gunvoer .right-text {
  position: relative;
  padding-left: 59px;
}
.three-benefit-key-for-gunvoer .left-text::before,
.three-benefit-key-for-gunvoer .right-text::before {
  display: block;
  content: "0" counter(number);
  position: absolute;
  width: auto;
  height: auto;
  background-color: transparent;
  color: #5d8187;
  font-size:28px;
  line-height: 1;
  font-weight: 800;
  left: 0;
  top: 0;
}
.three-benefit-key-for-gunvoer .left-text h4 {
  margin: 0 0 15px;
  max-width: 100%;
}
.three-benefit-key-for-gunvoer .left-text-right-image .right-image {
  max-width: 27.707%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 27.707%;
  flex: 0 0 27.707%;
}
.three-benefit-key-for-gunvoer .left-text-right-image .left-text {
  max-width: 69.066%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 69.066%;
  flex: 0 0 69.066%;
}
.remove_negative_top_margin .case-study-testimonial-inner {
  padding: 0 0 100px;
  margin-top: 0;
  border-bottom: 22px solid #f0595a;
}
.remove_negative_top_margin .case-study-testimonial-inner::before {
  content: "";
  position: absolute;
  width: 50%;
  left: 0px;
  height: 22px;
  bottom: -22px;
  background-color: #5d8187;
}
.three-benefit-key-for-gunvoer .left-image-right-text .left-image {
  max-width: 28.14%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28.14%;
  flex: 0 0 28.14%;
  position: relative;
}
.three-benefit-key-for-gunvoer .left-image-right-text .right-text {
  max-width: 68.14%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 68.14%;
  flex: 0 0 68.14%;
}
.three-benefit-key-for-gunvoer p a,
.three-benefit-key-for-gunvoer ul li a {
  color: #5d8187;
}
.img-2 {
  margin: -160px 0px 0px 60px;
  width: 100%;
}
.remove_negative_top_margin .case-study-testimonial-body {
  border-top: 2px solid #e8e8e8;
  padding-top: 60px;
}

/* Responsive / Media Queries
================================*/

@media (max-width: 1270px) {
  .page-center, 
  .container-fluid .page-center,
  .content-wrapper {
    padding: 0 15px;
  }
  .team-module-header-text::before, 
  .footer-column-1-row-0-vertical-alignment::before {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  span#changingword {
    text-align: center;
  }
  .single-subheader {
    max-width: 50%;
    padding-right: 70px;
  }
  .left-content-sec {
    max-width: 45.321%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45.321%;
    flex: 0 0 45.321%;
  }
  .right-step-sec {
    max-width: 49.476%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.476%;
    flex: 0 0 49.476%;
  }
  .how-carbon-chain-helps-you-repeater,
  .three-col-repeatre {
    margin-right: -20px;
  }
  .how-carbon-chain-helps-you-repeater > *,
  .three-col-repeatre > * {
    max-width: calc(100%/3 - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3 - 20px);
    flex: 0 0 calc(100%/3 - 20px);
    margin-right: 20px;
  }
  .why-take-action-left-images > *:last-child,
  .single-image {
    width: auto;
  }
  .why-take-action-left-images {
    max-width: 41.703%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.703%;
    flex: 0 0 41.703%;
  }
  .right-opportunities-repeater,
  .how-carbon-chain-helps-you-repeater {
    margin-right: -20px;
  }
  .opportunities-single-col {
    max-width: calc(100%/2 - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 20px);
    flex: 0 0 calc(100%/2 - 20px);
    margin-right: 20px;
  }
  .how-it-works-single-col:not(:last-child)::after {
    right: -36%;
  }
  .right-text-cta > h4 {
    font-size: 24px;
    line-height: 31px;
  }
  .left-section h4,
  .left-text-right-counter-repeater .left-text h4 {
    font-size: 30px;
    line-height: 42px;
  }
  .right-single-col {
    max-width: calc(100%/2 - 12px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 12px);
    flex: 0 0 calc(100%/2 - 12px);
  }
  .quoted-text > p {
    line-height: normal;
  }
  .right-counter-repeater {
    max-width: 65.34%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65.34%;
    flex: 0 0 65.34%;
  }
  .col-with-text-button {
    padding: 29px 0px 0px 0px;
  }
  /*   .product-why-take-action-first-section-colored,
  .text-colored-box-position-right .product-why-take-action-first-section-colored {
  margin: 30px 0px 0px -15px;
  padding: 40px 30px 50px 15px;
} */
  .text-colored-box-position-right .product-why-take-action-first-section-colored {
    margin: 50px 0px 0px -315px;
  }
  .colored-box-width-758 .text-colored-box-position-right .product-why-take-action-first-section-colored {
    margin: 30px 0px 0px -355px;
  }
  .wider-container .left-image-right-text-inner {
    margin-left: 0;
  }
  .risk-assessment-with-form-module .risk-assessment-module-inner {
    background-position: -40px;
  }
  .body-container--blog-index .dnd-section > .row-fluid {
    padding: 0px 15px;
  }
}

@media (max-width: 991px) {
  .single-subheader {
    padding-right: 20px;
  }
  .single-team-member {
    max-width: calc(100%/2 - 25px);
    flex: 0 0 calc(100%/2 - 25px);
  }
  .single-team-member.collage-module, .single-team-member.collage-module:last-child {
    max-width: calc(100%/2 - 25px);
    flex: 0 0 calc(100%/2 - 25px);
    margin-right: 25px;
    margin-bottom: 25px;
  }
  .single-team-member.collage-module:nth-child(even){
    margin-right: 0px;
  }
  .risk-assessment-module-inner {
    min-height: auto;
    padding: 70px 20px;
  }
  .right-address-info {
    max-width: 34.81%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 34.81%;
    flex: 0 0 34.81%;
  }
  .how-carbon-chain-helps-you-repeater,
  .opportunities-left-right-section,
  .left-heading-right-three-col-inner,
  .left-right-scetion {
    flex-wrap: wrap;
  }
  .how-carbon-chain-helps-you-repeater > *,
  .three-col-repeatre > *,
  .left-text-right-counter-repeater .left-text {
    max-width: calc(100%/2 - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2 - 20px);
    flex: 0 0 calc(100%/2 - 20px);
    margin-bottom: 20px;
  }
  .left-opportunities-text,
  .right-opportunities-repeater,
  .right-three-col-section,
  .testimonial,
  .right-counter-repeater {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .right-three-col-section {
    padding-left: 0;
    margin: 30px 0px 0px;
  }
  .right-opportunities-repeater {
    margin: 50px -20px 0px 0px;
  }
  .how-it-works-single-col:not(:last-child)::after {
    right: -45%;
  }
  .risk-assessment-with-form-module .risk-assessment-module-inner {
    padding: 67px 20px;
  }
  .banner-module {
    padding: 170px 0 80px;
  }
  .banner-logos-repeater > * {
    padding: 0px 10px;
  }
  .add-simple-text > h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .add-simple-text > p,
  .right-text-cta > h5,
  .why-take-action-right-text > h5 {
    font-size: 20px !important;
    line-height: 26px !important;
  }
  .left-heading-section {
    padding: 0px 0px 0px;
  }
  .testimonial-repeater {
    margin-right: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .testimonial:not(:last-child) {
    margin-bottom: 15px;
  }
  .testimonial {
    margin-right: 0px;
  }
  .how-it-works-single-col:not(:last-child)::after {
    width: 130px;
    right: -40%;
    top: 42px;
    background-size: 130px;
  }
  .left-text::before, 
  .team-module-header-text::before, 
  .careers-header-text::before,
  .left-text::before, 
  .team-module-header-text::before,
  .careers-header-text::before, 
  .top-text::before,
  .col-with-text-button::before,
  .carbain-cahin-left-text-cta::before {
    width: 270px;
  }
  .team-module-header-left-text {
    max-width: 42.085%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 42.085%;
    flex: 0 0 42.085%;
  }
  .team-module-header-right-text {
    max-width: 57.358%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 57.358%;
    flex: 0 0 57.358%;
    padding-left: 20px;
  }
  .careers-left-section {
    max-width: 49.234%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.234%;
    flex: 0 0 49.234%;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid {
    flex-wrap: wrap;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
    text-align: center;
    margin: 0 0 40px;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(2),
  .footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(3),
  .footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(4),
  .footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(5) {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .social-icons-sec ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .social-icons-sec {
    margin: 20px 0px 0px;
  }
  .carbon-map-country-selector{
    margin-top: 35px;
    margin-bottom: 35px;
  }
  .product-how-carbonchain-helps-you-row {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
  .col-with-image-text {
    min-height: inherit;
  }
  .product-why-take-action-first-section-colored,
  .text-colored-box-position-right .product-why-take-action-first-section-colored {
    margin: 30px 0px 0px;
    padding: 30px;
  }
  .risk-opportunities-two-col-single-item {
    padding: 20px;
    min-height: auto;
  }
  .single-testimonial .testimonial {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .carbon-pricing-chart-container {
    width: 33.33333%;
  }
  .text-colored-box-position-center .product-why-take-action-first-section-colored {
    margin-left: 0px;
  }
  .text-colored-box-position-right .product-why-take-action-first-section-colored {
    margin: 30px 0px 0px -410px;
  }
  .colored-box-width-758 .text-colored-box-position-right .product-why-take-action-first-section-colored {
    margin: 30px 0px 0px -439px;
  }
  .risk-assessment-with-form-module .risk-assessment-module-inner > * {
    max-width: 100%;
  }
  .risk-assessment-module-inner {
    position: relative;
  }
  .risk-assessment-module-inner > * {
    position: relative;
  }
  .risk-assessment-module-inner::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-image: linear-gradient(269.8deg,#54a493 .15%,rgb(84 164 147 / 38%) 99.81%);
  }
  .product-why-take-action-first-section {
    margin-top: 0px !important;
  }
  .three-col-repeatre h5,
  .single-box h5,
  .opportunities-single-col-title h5,
  .how-it-works-single-col-title h5 {
    min-height: auto;
    font-size: 24px;
    line-height: 24px;
  }
  .colored-box-width-762 .product-why-take-action-first-section-colored {
    width: 738px;
    padding: 30px;
  }
  .banner-logos-repeater > *:not(:last-child) {
    margin-right: 0;
  }
  .single-logo-repeater {
    padding: 0px 10px;
  }
  .carbain-cahin-left-text-cta a.cta_button,
  .right-cta a.cta_button {
    padding: 13px 20px;
  }
  .company-logo img {
    vertical-align: bottom;
  }
  .featured-blog-post .post-item .post-header {
    padding: 20px;
  }
  .featured-blog-post .post-item .post-header h2 {
    font-size: 24px;
    line-height: normal;
  }
  .popular-blog-posts h2 {
    font-size: 24px;
    line-height: normal;
  }
  .title-read-more h2 {
    font-size: 16px !important;
  }
  a.read-more-button {
    font-size: 14px;
  }
  a.read-more-button::before {
    top: 6.5px;
  }
  .blog-index__post-title {
    font-size: 18px !important;
    line-height: normal !important;
  }
  .blog-index__post-content {
    padding: 0px 10px 15px;
  }
  .title-author-tag {
    flex-wrap: wrap;
  }
  .title-author,
  .tags-author {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .blog-index__post-author {
    flex-direction: inherit;
  }
  .blog-index__post-author > a {
    margin: 0px 0px 0px 10px;
  }
  .case-study-banner-module-main h1 {
    font-size: 52px;
  }
  .case-study-testimonial-body {
    padding: 30px 30px 0px;
    margin: 50px 0px 0px;
  }
  .case-study-testimonial-body-inner .right-content {
    padding: 60px 0px 30px 20px;
  }
  .case-study-image-content-main .add-content h2, 
  .case-study-image-content-second-sec h2,
  .the-process-module-main h2,
  .the-result-module-main h2 {
    font-size: 30px;
  }
  .img-2 {
    margin: -100px 0px 0px 60px;
  }
  .case-study-testimonial-body-inner .right-content::before {
    left: 20px;
  }
  .risk-assessment-with-form-module.top_padding_increase {
    padding: 150px 0px 40px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .single-team-member.collage-module:nth-child(even){
    margin-right: 25px;
  }
}

@media (max-width: 767px) {
  .about-banner-module {
    min-height: auto;
    padding: 100px 0px 50px;
  }
  h1 {
    font-size: 40px !important;
  }
  h2, h4 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin: 0 0 10px;
  }
  h1 br,
  .add-content p br {
    display: none;
  }
  body,
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .single-subheader h2 {
    margin: 0 0 10px;
  }
  .single-subheader:first-child p {
    font-size: 20px;
    line-height: 24px;
  }
  .add-about-content {
    padding: 0px 0px 0px;
  }
  .add-banner-subheader {
    margin: 20px 0px 0px;
    padding: 20px 0px 0px;
  }
  .add-banner-subheader,
  .left-text-right-image-inner,
  .logo-repeater,
  .subscribe-form-body form.hs-form,
  .left-form-right-address-info,
  .left-text-right-image-inner-sec,
  .left-content-right-step-inner,
  .reviwer-inner,
  .why-take-action-left-image-right-text,
  .why-take-action-left-text-right-image,
  .right-opportunities-repeater,
  .how-it-works-repeater,
  .banner-logos-repeater,
  .left-text-right-image-inner,
  .left-image-right-text-inner, 
  .left-text-right-image-inner-sec,
  .right-three-col-repeater,
  .testimonial,
  .enabling-data-led-decision-making-inner,
  .right-counter-repeater,
  .team-module-header-text,
  .careers-left-right-section,
  .carbain-cahin-left-right-section,
  .product-how-carbonchain-helps-you-row,
  .product-why-take-action-main,
  .risk-two-col-repeater,
  .author-first-row-inner,
  .case-study-testimonial-body-inner,
  .case-study-image-content-second-sec-inner,
  .left-image-right-contnet, 
  .left-text-right-image-section, 
  .left-image-right-text-section,
  .left-text-right-image, 
  .left-image-right-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .left-text,
  .right-image,
  .single-team-member,
  .left-form,
  .right-address-info,
  .left-content-main-sec,
  .right-image-main-sec,
  .left-content-sec,
  .right-step-sec,
  .reviewer-image,
  .reviewer-bio,
  .resize-col-width-height .left-content-main-sec,
  .resize-col-width-height .right-image-main-sec,
  .how-carbon-chain-helps-you-repeater > *,
  .why-take-action-left-text,
  .why-take-action-right-images,
  .why-take-action-left-images,
  .why-take-action-right-text,
  .opportunities-single-col,
  .how-it-works-single-col,
  .left-image,
  .right-text-cta,
  .three-col-repeatre > *, 
  .left-text-right-counter-repeater .left-text,
  .left-heading-section,
  .right-single-col,
  .quoted-text,
  .left-section,
  .right-section,
  .two-col-section-repeater > *,
  .single-counter,
  .left-image-right-text-inner .left-text,
  .team-module-header-left-text,
  .team-module-header-right-text,
  .careers-left-section,
   .carbain-cahin-left-text-cta,
  .carbain-cahin-right-image,
  .product-how-carbonchain-helps-you-row > *,
  .product-why-take-action-first-section,
  .product-why-take-action-second-section-image,
  .risk-opportunities-two-col-single-item,
  .single-testimonial .quoted-text,
  .profile-img,
  .case-study-testimonial-body-inner .left-image,
  .case-study-testimonial-body-inner .right-content,
  .case-study-image-content-second-sec-inner .left-text,
  .left-image-right-contnet .right-content, 
  .left-image-right-text-section .right-content,
  .case-study-image-content-second-sec-inner .right-image, 
  .left-image-right-contnet .left-image, 
  .left-image-right-text-section .left-image,
  .three-benefit-key-for-gunvoer .left-text-right-image .left-text,
  .three-benefit-key-for-gunvoer .left-text-right-image .right-image,
  .three-benefit-key-for-gunvoer .left-image-right-text .left-image,
  .three-benefit-key-for-gunvoer .left-image-right-text .right-text,
  .left-text-right-image-section .left-text,
  .left-text-right-image-section .right-image,
  .the-process-module-main .left-image-right-text-section .left-image,
  .the-process-module-main .left-image-right-text-section .right-content {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .footer-column-1-row-0-vertical-alignment>.row-fluid>*:nth-child(2),
  .footer-column-1-row-0-vertical-alignment>.row-fluid>*:nth-child(3),
  .footer-column-1-row-0-vertical-alignment>.row-fluid>*:nth-child(4),
  .footer-column-1-row-0-vertical-alignment>.row-fluid>*:nth-child(5) {
    max-width: 49%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
  }
  .footer-column-1-row-0-vertical-alignment>.row-fluid {
    display: flex;
    justify-content: space-between;
  }
  .single-subheader {
    max-width: 100%;
    padding-right: 0;
  }
  .single-subheader,
  .single-team-member,
  .opportunities-single-col,
  .single-counter,
  .carbain-cahin-left-text-cta h4,
  .col-with-image-text,
  .risk-opportunities-two-col-single-item {
    margin: 0 0 20px;
  }
  .right-counter-repeater,
  .product-how-carbonchain-helps-you-row,
  .risk-two-col-repeater {
    margin-right: 0px;
    padding: 0px;
  }
  .single-subheader:last-child,
  .single-counter:last-child,
  .single-team-member:last-child,
  .opportunities-single-col:last-child,
  .col-with-image-text:last-child,
  .risk-opportunities-two-col-single-item:last-child {
    margin: 0px;
  }
  .team-module-header-right-text {
    padding-left: 0px;
  }
  .left-text-right-image-outer,
  .logo-module,
  .team-module,
  .subscribe-form-module,
  .risk-assessment-module,
  .form-module,
  .left-text-right-image-outer-sec,
  .left-content-right-step-outer,
  .testimonial-main-outer-sec,
  .how-carbon-chain-helps-you, 
  .risks-three-col-module,
  .why-take-action,
  .opportunities-two-col-module,
  .how-it-works,
  .simple-text-module,
  .enabling-data-led-decision-making,
  .two-col-section-module.top-bottom-space,
  .left-text-right-counter-repeater,
  .risk-assessment-module, 
  .risk-assessment-with-form-module,
  .our-history-module,
  .left-image-right-text,
  .carbain-cahin,
  .testimonial-module.single-testimonial,
  .risk-assessment-left-right-module,
  .body-container--blog-post article.blog-post,
  section.blog-related-posts {
    padding: 50px 0px;
  }
  .footer,
  .left-heading-right-three-col-module, .left-heading-right-two-col-module,
  .text-with-image,
  .section-top-bottom-space .risk-two-col-repeater-bottom-text,
  .left-text-right-counter-repeater,
  .careers {
    padding: 50px 0px 0px;
  }
  .three-col-module,
  .product-how-carbonchain-helps-you,
  .risk-opportunities-two-col.section-top-bottom-space,
  .product-why-take-action {
    padding: 0px 0px 50px;
  }
  .left-text h4 {
    margin: 10px 0px 20px;
  }
  .right-opportunities-repeater,
  .how-it-works-repeater,
  .banner-logos,
  .left-image-right-text-inner .left-text,
  .careers-left-right-section,
  .carbain-cahin-right-image,
  .product-why-take-action-second-section-image {
    margin: 30px 0px 0px;
  }
  .our-history-module h4 {
    margin: 0px 0px 20px;
  }
  .left-image-right-text-inner .right-image {
    margin: 0px;
  }
  .logo-repeater {
    margin: 40px 0px 0px;
  }
  .logo-repeater > :not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .how-it-works-single-col::after {
    display: none;
  }
  .banner-logos-repeater > * {
    max-width: 33.3333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .single-logo img {
/*     max-width: 180px !important;    */
    max-width: 100% !important;

  }
  .team-module-header-text,
  .right-address-info,
  .reviewer-bio,
  .why-take-action-right-text {
    padding: 30px 0px 0px;
  }
  .team-members-repeater,
  .team-members-repeater-inner {
    margin: 30px auto 0px;
  }
  .team-member-name-designation-inner h5 {
    font-size: 18px;
  }
  .team-member-name-designation-inner h5 {
    font-size: 16px;
  }
  .single-team-member.join-carbon-chain-team {
    min-height: 380px;
    margin-right: 0px;
  }
  body .subscribe-form-body form.hs-form .hs-form-field {
    margin: 0;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .risk-assessment-module-inner > * {
    width: auto;
  }
  .risk-assessment-module-inner {
    padding: 50px 20px;
    position: relative;
  }
  .risk-assessment-cta,
  .form-body,
  .carbain-cahin-left-text-cta a.cta_button {
    margin: 20px 0px 0px;
  }
  a.cta_button, .cta_button, form.hs-form input[type="submit"], form.hs-form input[type="button"], form.hs-form .hs-button {
    font-size: 16px !important;
    line-height: 21px !important;
  }
  .contact-banner {
    min-height: 340px;
    padding: 100px 0px 50px;
  }
  .social-icons-sec {
    margin: 20px 0px 0px;
  }
  .job-listing > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px 0px;
  }
  .job-location {
    margin: 10px 0px 0px;
  }
  .job-listing-outer {
    padding: 50px 0px 50px;
  }
  .job-listing {
    margin: 20px 0px 0px;
  }
  .contact-banner.reduce-bottom-spacing,
  .contact-banner.managed_product_banner_top_bottom_spacing.reduce-bottom-spacing {
    padding: 120px 0px 60px;
    min-height: auto;
  }
  .reduce-bottom-spacing .add-content p {
    font-size: 18px;
    line-height: 30px;
  }
  .left-content-main-sec > h4, 
  .left-content-sec > h4 {
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 0 0 10px;
    margin: 0 0 15px;
  }
  .left-content-main-sec h2,
  .left-content-sec h2 {
    margin: 0 0 20px;
  }
  .left-content-main-sec,
  .why-take-action-left-text {
    order: 2;
    margin: 30px 0px 0px;
  }
  .right-step-sec {
    padding: 70px 0px 0px;
  }
  .single-step-main:not(:last-child) {
    margin-bottom: 30px;
  }
  .right-step-sec::before {
    height: calc(100% - 200px);
  }
  .reviwer-inner {
    padding: 50px 20px 20px;
    margin: 60px auto 0px;
  }
  .reviewer-bio > p {
    font-size: 18px;
    line-height: 28px;
  }
  .reviewer-bio h4 {
    font-size: 20px !important;
  }
  .reviewer-bio h4 span {
    font-size: 16px;
  }
  .simple-text-repeater-module {
    padding: 50px 0px;
  }
  .risk-assessment-left-right-module {
    padding-top: 50px;
  }
  .risk-assessment-left-right-inner > * {
    flex-basis: 100%;
    max-width: 100%;
  }
  .risk-assessment-left-right-inner .left-image {
    padding-right: 0;
  }
  .risk-assessment-left-right-inner .right-text {
    padding-left: 0;
    margin-top: 40px;
  }
  .contact-banner .add-content {
    padding: 30px 0px 40px;
  }
  .add-simple-text::before, 
  .how-carbon-chain-helps-you-header-text::before, 
  .why-take-action-right-text::before,
  .how-it-works-header-text::before {
    width: 320px;
  }
  .how-carbon-chain-helps-you-repeater,
  .how-carbon-chain-helps-you-cta,
  .right-text-cta {
    margin-top: 30px;
  }
  .right-opportunities-repeater, 
  .how-carbon-chain-helps-you-repeater,
  .three-col-repeatre,
  .right-three-col-repeater {
    margin-right: 0;
  }
  .right-opportunities-repeater:not(:last-child) {
    margin-bottom: 20px;
  }
  .how-it-works-single-col:not(:last-child)  {
    margin-bottom: 30px;
  }
  .risk-assessment-with-form-module .risk-assessment-module-inner > * {
    width: 100%;
  }
  .risk-assessment-with-form-module h4,
  .risk-assessment-with-form-module p {
    /*     color: #191919; */
  }
  .banner-module {
    padding: 130px 0 40px;
  }
  .add-simple-text, 
  .how-carbon-chain-helps-you-header-text,
  .why-take-action-right-text,
  .how-it-works-header-text,
  .left-section {
    padding: 30px 0px 0px;
  }
  .add-simple-text > h5,
  .add-simple-text > p,
  .right-text-cta > h5,
  .why-take-action-right-text > h5 {
    font-size: 18px !important;
    line-height: 24px !important;
  }
  .add-simple-text > p,
  .right-text-cta > h5 {
    margin: 0px 0px 10px;
  }
  .add-simple-text > h4 {
    margin: 0px;
  }
  .left-heading-section {
    font-size: 36px;
    line-height: 40px;
  }
  .quoted-text {
    padding-left: 0;
    margin: 10px 0px 0px;
  }
  .profile-img::before {
    left: 0;
  }
  .quoted-text > p > strong {
    font-size: 16px;
    margin-right: 5px;
  }
  .how-it-works-cta,
  .two-col-section-repeater {
    margin: 30px 0px 0px;
  }
  .how-it-works-single-col {
    margin-right: 0px;
  }
  .left-section h5,
  .text-with-image .add-contnet > p,
  .left-text-right-counter-repeater .left-text > p,
  .col-with-text-button > h5,
  .product-why-take-action-first-section > h5,
  .left-text > h5,
  .team-module-header-left-text > h5,
  .careers-header-text > h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .two-col-section-module-header-text > h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 0px 0px 20px;
  }
  .two-col-section-repeater > * {
    padding: 30px;
    text-align: center;
    margin-right: 0px;
  }
  .two-col-section-repeater > *:not(:last-child) {
    margin-bottom: 15px;
  }
  .two-col-section-repeater h5,
  .col-with-image-text h5 {
    font-size: 20px;
    line-height: 20px;
  }
  .number a {
    font-size: 52px;
    line-height: 40px;
  }
  .single-counter {
    padding: 40px 30px;
  }
  .subscribe-form-header-text h2 br {
    display: none;
  }
  .risk-assessment-with-form-module 
  .risk-assessment-module-inner {
    padding: 50px 20px;
  }
  .our-history-module p {
    line-height: 30px;
  }
  .team-module-header-right-text p,
  .product-why-take-action-first-section p,
  .product-why-take-action-first-section-colored p,
  .careers-left-section p {
    line-height: 28px;
  }
  .left-text,
  .team-module-header-text,
  .careers-header-text {
    padding: 20px 0px 0px;
  }
  .left-text h4, .team-module-header-left-text h4, .careers-header-text h4 {
    margin-top: 10px;
  }
  .footer-column-1-row-0-vertical-alignment {
    padding-bottom: 10px !important; 
  }
  .footer-column-1-row-0-vertical-alignment>.row-fluid>*:nth-child(1) {
    text-align: left;
    margin: 0 0 30px;
  }
  .social-icons-sec ul {
    justify-content: unset;
  }
  .hs_cos_wrapper_type_cta img, .hs_cos_wrapper_type_logo img, .hs_cos_wrapper_type_rich_text img {
    max-width: 100%;
    display: block;
    float: none !important;
    margin: 5px auto !important;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(5) {
    text-align: left;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(5) img {
    margin: 0 0 20px;
  }
  .footer-column-1-row-0-vertical-alignment > .row-fluid > *:nth-child(5) >  *:last-child img {
    /*     margin: 0 0 0px; */
  }
  .footer p {
    font-size: 14px;
    line-height: 22px;
  }
  .footer .footer__container>.row-fluid-wrapper>.row-fluid>.span12>.row-fluid-wrapper:nth-child(2)>.row-fluid>.span12 {
    padding: 10px 0px;
  }
  .top-text p {
    font-size: 18px;
    line-height: 24px;
  }
  .top-text {
    margin: 0 auto 50px;
  }
  .section-carbon-risk-subsection-outer, .map-filter-location-module {
    padding: 0 0 50px;
  }
  .managed_product_banner_top_bottom_spacing a.cta_button {
    margin-top: 0px;
  }
  .col-with-image-text {
    padding: 30px;
  }
  .risk-two-col-repeater .add-image {
    max-width: 40px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
  }
  .single-item-add-content {
    max-width: calc(100% - 40px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 40px);
    flex: 0 0 calc(100% - 40px);
    padding-left: 20px;
    padding-top: 10px;
  }
  .single-item-add-content h5 {
    margin: 0px 0px 10px;
    font-size: 20px;
  }
  .risk-two-col-repeater {
    margin-top: 30px;
  }
  .risk-two-col-repeater-bottom-text a.cta_button {
    margin: 30px auto 0px !important;
  }
  .risk-two-col-repeater-bottom-text {
    padding: 39px 0px 50px;
  }
  .white-text .how-it-works-single-col-title {
    margin: 10px 0px 0px;
  }
  .how-it-works-single-col-title h5 {
    min-height: auto;
  }
  .single-testimonial .testimonial {
    padding: 60px 30px 30px;
  }
  .single-testimonial .quoted-text > p:not(:last-child) {
    font-size: 18px;
    margin: 0px 0px 15px;
  }
  .single-testimonial .quoted-text > p > strong {
    font-size: 20px;
  }
  .product-why-take-action-first-section-colored {
    max-width: 100%;
  }
  .green-text-bacground .product-why-take-action-first-section-colored,
  .text-colored-box-position-center .product-why-take-action-first-section-colored {
    padding: 30px;
  }
  .single-subheader p {
    font-size: 16px;
    line-height: 24px;
  }
  .left-text-right-image-outer .left-text h5 {
    margin: 0px 0px 10px;
  }
  .shipping-banner {
    min-height: 250px;
    padding: 50px 0px 70px;
  }
  .carbon-pricing-chart-container {
    width: 49%;
  }
  .text-colored-box-position-right .product-why-take-action-first-section-colored,
  .colored-box-width-758 .text-colored-box-position-right .product-why-take-action-first-section-colored,
  .why-take-action-right-text {
    margin: 30px 0px 0px 0px;
  }
  .product-why-take-action-first-section {
    margin-top: 35px !important;
  }
  .three-col-repeatre h5 {
    margin: 0 auto 10px;
  }
  .left-text-right-counter-bottom-text {
    padding: 40px 0px 0px;
  }
  .simple-text-repeater-module h2 {
    margin: 0px 0px 15px;
  }
  .hs-responsive-embed-wrapper.hs-responsive-embed {
    max-height: 400px !important;
  }
  .add-map .hs-responsive-embed-inner-wrapper iframe {
    position: static !important;
    min-height: 400px !important;
  }
  .three-col-repeatre h5,
  .single-box h5,
  .opportunities-single-col-title h5,
  .how-it-works-single-col-title h5 {
    margin: 0px auto 10px;
    font-size: 20px;
    line-height: 22px;
  }
  .show-team-member-bio-on-mobile .team-member-bio {
    opacity: 1;
    visibility: visible;
    top: 0px;
  }
  .single-logo-repeater {
    max-width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
  .our-customers-outer {
    padding: 0px 0px 20px;
  }
  .subscribe-form-body .no-list.hs-error-msgs.inputs-list {
    position: static;
  }
  .job-title a:hover,
  .job-title a:focus,
  .job-title a:active {
    color: #f15758;
  }
  .careers-left-section:not(:last-child) {
    margin: 0px 0px 30px;
  }
  .two-col-section-repeater > *::before, 
  .col-with-image-text::before {
    right: 0;
    margin: 0 auto;
  }
  .profile-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .company-logo img {
    max-height: 50px;
    width: auto;
    max-width: 100px;
  }
  .profile-image img {
    width: 75px;
    height: 75px !important;
    border-radius: 50%;
    object-fit: cover;
  }
  .carbon-pricing-commodity,
  .carbon-price-increase {
    font-size: 18px;
  }
  .demo-container > p::before {
    top: 6px;
  }
  .our-customers-outer.our-customers-add-top-spacing {
    padding-top: 50px;
  }
  span.hover-text {
    min-width: 270px;
  }
  .blog-banner,
  .blog-post-header {
    min-height: 300px;
    padding: 120px 0px 50px;
  }
  .featured-blog-pots-withmost-popular-posts {
    padding: 50px 0px 30px;
  }
  .featured-blog-pots-withmost-popular-posts-inner,
  .blog-related-posts__list{
    margin-right: 0;
    flex-wrap: wrap;
  }
  .left-featured-blog-post,
  .right-featured-blog-post,
  .blog-index .blog-index__post,
  .blog-related-posts__list article.blog-related-posts__post {
    max-width: 100%;
    flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .right-featured-blog-post,
  .blog-index .blog-index__post:last-child {
    margin-bottom: 0px;
  }
  .featured-blog-post .post-item {
    flex-wrap: wrap;
  }
  .featured-blog-post .post-item>* {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .title-read-more h2 {
    line-height: normal !important;
  }
  .blog-index {
    margin-right: 0;
  }
  span#changingword {
    min-width: inherit;
  }
  .author-img-bio {
    width: 100%;
  }
  .blog-content h4 {
    font-size: 20px !important;
    line-height: 30px !important;
  }
  .case-study-banner-module-main h1 {
    font-size: 30px !important;
    line-height: normal;
    margin: 0 0 20px;
  }
  .case-study-banner-module-main p {
    font-size: 16px;
  }
  .case-study-testimonial-inner {
    padding: 30px 0px 0px 0px;
  }
  .case-study-testimonial-main .header-content {
    padding-left: 0px;   
    padding-right: 0px;
  }
  .case-study-testimonial-main .header-content p {
    padding-left: 30px;
  }
  .case-study-testimonial-body,
  .case-study-image-content-main .add-content {
    margin: 30px 0px 0px;
  }
  .case-study-testimonial-main::before {
    width: 100%;
  }
  .case-study-testimonial-body-inner .right-content {
    padding: 50px 0px 30px 0px;
  }
  .case-study-testimonial-body-inner .left-image {
    order: 2;
    text-align: center;
  }
  .logo-designation .left-logo img {
    max-width: 60px;
    width: 100%;
  }
  .right-designation {
    padding-left: 10px;
    width: calc(100% - 70px);
  }
  .right-designation h4 {
    font-size: 18px !important;
  }
  .case-study-image-content-main .add-image img {
    height: auto;
  }
  .case-study-image-content-main .add-content h2,
  .case-study-image-content-second-sec h2,
  .the-process-module-main h2, 
  .the-result-module-main h2 {
    padding: 0px 0px 20px;
    margin: 0 0 15px;
  }
  .case-study-image-content-second-sec,
  .the-process-module-main {
    padding: 40px 0px;
  }
  .case-study-image-content-second-sec .left-text p,
  .the-process-module-main .left-text p,
  .three-benefit-key-for-gunvoer .left-text p {
    line-height: 24px;
  }
  .left-image-right-contnet .right-content,
  .left-text-right-image-section,
  .left-image-right-text-section,
  .testimonial_bottom_text, 
  .three-benefit-key-for-gunvoer,
  .left-image-right-text-section .right-content,
  .three-benefit-key-for-gunvoer .right-text{
    margin: 30px 0px 0px;
  } 
  .case-study-image-content-main {
    padding: 40px 0px 0px;
  }
  .the-process-module-main .case-study-testimonial-body {
    margin: 40px 0px 0px;
    padding: 25px 20px;
  }
  .the-process-module-main .left-text,
  .three-benefit-key-for-gunvoer .left-text-right-image .left-text {
    order: 2;
    margin: 30px 0px 0px;
  }
  .the-process-module-main .bottom-text {
    margin: 20px 0px 0px;
  }
  .the-result-module-main {
    padding: 50px 0px 20px;
  }
  .testimonial_bottom_text h4 {
    font-size: 20px !important;
    line-height: normal !important;
  }
  .three-benefit-key-for-gunvoer .left-text::before,
  .three-benefit-key-for-gunvoer .right-text::before {
    font-size: 30px;
  }
  .three-benefit-key-for-gunvoer .left-text,
  .three-benefit-key-for-gunvoer .right-text {
    padding-left: 50px;
  }
  .img-2 {
    margin: -100px 0px 0px 50px;
  }
  .left-logo {
    width: 60px;
  }
  .case-study-image-content-second-sec-inner .left-text p, 
  .three-benefit-key-for-gunvoer p {
    line-height: 24px;
    margin: 0px 0px 15px;
  }
  .three-benefit-key-for-gunvoer h4 {
    margin: 0 0 15px;
  }
  .left-text-right-image.left-text-right-image-bottom .right-image {
    margin: 0;
  }
  .case-study-testimonial-body-inner .right-content>p {
    font-size: 15px;
    line-height: 24px;
  }
  .contact-banner.case-study-banner-module-main {
    padding: 130px 0px 380px;
  }
  .case-study-testimonial-body {
    padding: 0px;
  }
  .case-study-testimonial-body-inner .right-content::before {
    left: 0px;
  }
  .right-designation p {
    font-size: 16px;
    line-height: normal;
  }
  .case-study-testimonial-body .left-image img {
    max-width: 150px !important;
  }
  .img-1,
  .img-2 {
    max-width: calc(100% - 50px);
  }
  .remove_negative_top_margin .case-study-testimonial-inner {
    padding: 0 0 50px;
    border-bottom: 10px solid #f0595a;
  }
  .remove_negative_top_margin .case-study-testimonial-inner::before {
    height: 10px;
    bottom: -10px;
  }
  .remove_negative_top_margin .case-study-testimonial-body {
    padding-top: 40px;
    margin: 10px 0px 0px;
  }
  .risk-assessment-with-form-module.top_padding_increase {
    padding: 80px 0px 0px;
  }
}
@media (max-width: 480px) {
  body form.hs-form fieldset.form-columns-2 {
    margin-right: 0;
  }
}

/**
 * Hides third+ testimonial on desktop screen smaller than 1880px
 */
@media (min-width: 992px) and (max-width: 1880px) {
  .testimonial:nth-child(n+3) {
    display: none;
  }
}

  

  @media (max-width: 767px){
    .book-a-demo-header{
      display: none !important;
    }
    .header-with-white-background nav.menu .menu__link, .header-with-white-background nav.menu .menu__link:hover, .header-with-white-background nav.menu .menu__link:active, .header-with-white-background nav.menu .menu__link:focus{
      color: white !important;
    }
  }

  .menu.menu--desktop ul li:last-child{
    display: none;
  }

  .menu.menu--desktop li ul li:last-child{
    display: block;
  }





/**.contact-banner.case-study-banner-module-main::before { display:block; content: ""; position: absolute; width: 100%; height: 100%; left: 0px; right: 0px; bottom: 0px; top: 0px; background-color: rgba(0,0,0,0.5); }
.contact-banner.case-study-banner-module-main h1 { color: #fff; }
.contact-banner.case-study-banner-module-main .logo_bottom_text p { color: #fff; }
**/