@font-face { font-family: 'Avenir Book';  src: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/Fonts/AvenirLTStd-Book.woff') format('woff');   font-display: swap;}
@font-face { font-family: 'Avenir Heavy';  src: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/Fonts/AvenirLTStd-Heavy.woff') format('woff');   font-display: swap;}

/* Theme base styles */

/* Generic */

*, *: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.
 */

 

/**
 * 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 */

/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .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%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.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: 1160px) {
    .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 wrappers for blog post and system templates */

.content-wrapper {
  margin: 0 auto;
  padding: 0 36px;
  max-width: calc(1234px + 72px) !important;
}

.content-wrapper-narrow {
  max-width: 900px;
  padding: 0 36px;
  margin: 0 auto;
}
.content-wrapper-medium {
  max-width: 1080px;
  padding: 0 36px;
  margin: 0 auto;
}
.content-wrapper-wide {
  max-width: 1200px;
  padding: 0 36px;
  margin: 0 auto;
}

.content-wrapper.content-wrapper--no-padding {
 padding-left: 0;
  padding-right: 0;
}

/* Drag and drop layout styles */

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

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

.d-flex {
  display: flex;
}

.d-block {
  display: block;
}

.d-none {
  display: none;
}

.flex-wrap {
  flex-wrap: wrap;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

.justify-content-end {
  justify-content: flex-end;
}

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

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

.align-items-baseline {
  align-items: baseline;
}

.align-items-stretch {
  align-items: stretch;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.text-start {
  text-align: left;
}
.text-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.text-end {
  text-align: right;
}

@media screen and (min-width: 992px) {
	
	.d-md-grid {
		display: grid;
	}

	.d-md-flex {
		display: flex;
	}

	.d-md-block {
		display: block;
	}

	.d-md-none {
		display: none;
	}

	.flex-md-wrap {
		flex-wrap: wrap;
	}

	.justify-md-content-start {
		justify-content: flex-start;
	}

	.justify-md-content-center {
		justify-content: center;
	}

	.justify-md-content-between {
		justify-content: space-between;
	}

	.justify-md-content-around {
		justify-content: space-around;
	}

	.justify-md-content-end {
		justify-content: flex-end;
	}

	.align-md-items-start {
		align-items: flex-start;
	}

	.align-md-items-end {
		align-items: flex-end;
	}

	.align-md-items-center {
		align-items: center;
	}

	.align-md-items-baseline {
		align-items: baseline;
	}

	.align-md-items-stretch {
		align-items: stretch;
	}

	.flex-md-row {
		flex-direction: row;
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse;
	}

	.flex-md-column {
		flex-direction: column;
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse;
	}
	
	.text-md-start {
		text-align: left;
	}
	.text-md-center {
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	.text-md-end {
		text-align: right;
	}
	
}


.w-100 {
  width: 100%;
}

/* = box shadows -------------------- */
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.swiper-button-disabled path,
.swiper-button-disabled line {
  stroke: rgb(159, 159, 159);
}

@media screen and (max-width: 767px) {
  .two-column-text .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}

/* Elements */

html,
body {
  overflow-x: hidden;
}

body {
  line-height: 1.6;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html .main-content {
  padding-top: 138px;
}

html:not(.hs-inline-edit) .landing-page-no-header .main-content {
  padding-top: 0px;
}

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

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 10px solid;
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
.swiper-arrow {
  cursor: pointer;
}

/* Primary button */

button:not(.custom),
.button,
.hs-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  text-align: center;
  transition: color 0.15s linear;
  white-space: normal;
}

.cta_button {
  display: inline-flex;
}

/* Simple button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* 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;
}

/* Button icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

/* Custom buttons */

a.cta_button {
  transition: 0.3s ease-in-out;
}
@media (max-width: 767px) {
  a.cta_button {
    display: block;
    text-align: center;
  }
  form input[type='submit'],
  form .hs-button {
    text-align: center;
    width: 100% !important;
  }
}

a.cta_button.cta-button.white:hover {
  border-color: #fff;
  background-color: #000 !important;
  color: #fff !important;
}

a.cta_button.cta-button {
  border: 2px solid #c9eb61;
  border-radius: 50px;
  text-decoration: none;
  padding: 15px 20px 12px;
  font-family: 'Avenir Book', sans-serif;
  font-weight: 600;

}

a.cta_button.cta-button:hover {
  font-family: 'Avenir Book', sans-serif;
  background-color: #c9eb61 !important;
  border: 2px solid #c9eb61;
  color: #1e2121 !important;
  text-decoration: none;
}

a.cta_button.cta-button.green:hover {
  font-family: 'Avenir Book', sans-serif;
  background-color: transparent !important;
  border: 2px solid #c9eb61;
  color: #1e2121 !important;
  text-decoration: none;
}
a.cta_button.cta-button.white {
  border: 2px solid #ffffff;
}
a.cta_button.cta-button.white:hover {
  border: 2px solid #000000;
  color: #ffffff !important;
  text-decoration: none;
}

a.cta_button.cta-button.black {
  background-color: transparent !important;
  border: 2px solid #000000;
  color: #000000 !important;
  text-decoration: none;
}

a.cta_button.cta-button.black:hover {
  background-color: #000000 !important;
  border: 2px solid #c9eb61;
  color: #ffffff !important;
  text-decoration: none;
}
a.cta_button.solid-green-hover.green:hover {
  background-color: #c9eb61 !important;
  color: #1e2121 !important;
  text-decoration: none;
}
.header__bottom .cta_button.cta-button.green:not(.solid-green-hover):hover {
  color: #1e2121 !important;
}
@media (max-width: 767px) {
  .mob-button a {
    display: flex;
    justify-content: center;
  }
}


.cta_button.dark-green{
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #1E2121;
  font-family: Avenir;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border: 1px solid #1E2121!important;
  text-decoration: none;
  border-radius: 24px;
}

.cta_button.dark-green:hover{
  background-color: #1E2121!important;
  color: white!important;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

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

/* Form fields */

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

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 input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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;
}

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - 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.8rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  color: #C9EA60!important;
  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 !important; /* stylelint-disable-line declaration-no-important */

}
@media(max-width: 767px){
   form input[type='submit'],
form .hs-button { 
  width: 100%;
}
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff !important;
  opacity: 1; /* Firefox */
}
div.qf-form-wrapper ::placeholder {
  color: #033333 !important;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ffffff !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ffffff !important;
}
/* Icon wrapper */

.icon {
  border-radius: 50%;
  display: inline-flex;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* 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;
  z-index: 2;
}
.footer-wrapper {
    padding: 4em 0;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #ffffff;
}

.footer-wrapper .top hr {
    margin-top: 2em;
    border-bottom-color: #999899;
}

.footer-wrapper .middle {
    padding: 2em 0;
}

.footer-wrapper .middle .footer-link {
    font-size: 1.1rem;
    text-decoration: none;
    font-family: 'Avenir Heavy', sans-serif;
    margin-bottom: 1.2em;
}

.footer-wrapper .middle .footer-link.child {
    font-family: 'Avenir Book', sans-serif;
}

.footer-wrapper .middle .footer-column .column-title p {
    font-family: 'Avenir Heavy', sans-serif;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.footer-wrapper .middle .footer-column .social-links {
    display: flex;
}

.footer-wrapper .middle .footer-column .social-links a {
    text-decoration: none;
    margin-right: 2rem;
    display: flex;
    justify-content: center;
    padding-bottom: 5px;
}

.footer-wrapper .middle .footer-column .social-links a:hover {
    border-bottom: #c9EB61 5px solid;
}

.footer-wrapper .bottom .mid {
    margin: 0 .5rem;
}
.footer-new .middle p {
    max-width: 220px;
}
@media (max-width: 1050px) {
    .footer-wrapper .top .footer__logo,
    .footer-wrapper .middle,
    .footer-wrapper .bottom {
        
    }
    .footer-new .middle p {
        max-width: 100%;
    }

    .footer-wrapper .middle {
        flex-direction: column;
        gap: 30px;
    }

    .footer-wrapper .footer-column:nth-child(3) {
         
    }

    .footer-wrapper a.cta_button {
        display: flex;
        justify-content: center;
        margin-bottom: 2em;
    }

    .footer-wrapper .social-links {
        justify-content: center;
    }

    .footer-wrapper .bottom {
        flex-direction: column;
    }
}

@media (max-width: 400px) {
    .footer-wrapper .footer__logo img {
        width: 100%;
        height: 100%;
    }
}




/* = footer new -------------------- */
.footer-new,
.footer-new .footer-wrapper {
    background-color: #1E2121!important;
    color: #fff!important;
}

.footer-new p,
.footer-new .footer-link,
.footer-new ul li,
.footer-new ul li a,
.footer-new .bottom a {
    font-family: Avenir Book, sans-serif!important;
    font-size: 14px!important;
    color: #fff!important;
}

.footer-new .footer-link {
    margin-bottom: .5rem!important;
}



.footer-new .bottom {
    display: grid;
    gap: 30px;
    margin-top: 3rem;
}

.footer-new .bottom .middle {
    padding: 0!important;
    transition: .3s ease-in-out;
}

.footer-new .bottom .middle a:hover {
    color: #c9EB61!important;
}

.footer-new .social-links {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
}

.footer-new .social-links a {
    text-decoration: none!important;
}

@media screen and (max-width: 767px) {
    .footer-new .middle p {
        margin-left: auto;
        margin-right: auto;
    }
 
}


@media screen and (min-width: 768px) {
    .footer-new .bottom {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .footer-new .bottom .left {
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        gap: 15px;
    }
    
    .footer-new .bottom .right {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (min-width: 992px) {
    .footer-new .logo {
        margin-bottom: 3rem;
    }
}
/* Card */

.card {
  border: 0;
}

.card--dark,
.card--light {
  padding: 1.4rem;
}
.blog-listing__post__link-wrapper,
.blog-listing__post__link-wrapper:hover {
  text-decoration: none;
}

.blog-listing__post__link-wrapper .blog-listing__post-image-wrapper {
    overflow: hidden;
}

.blog-listing__post__link-wrapper .blog-listing__post-image-wrapper img {
    transition: 0.3s ease-in-out;
}

.blog-listing__post__link-wrapper:hover .blog-listing__post-image-wrapper img {
    transform: scale(1.2);
}

.blog-listing__post__link-wrapper:hover .blog-listing__post-title {
    text-decoration: underline;
}

/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

.related-posts-heading {
  margin-bottom: 2.5em;
}

.blog-listing__heading {
  margin: 0;
}

/* Article */

.blog-listing__post {
  display: flex;
  margin-bottom: 2.8rem;
  padding: 0;
  width: 100%;
}

/* Featured image */

.blog-listing__post-image-wrapper {
  display: flex;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 2em;
  background: #fff;
}

.card--dark .blog-listing__post-content,
.card--light .blog-listing__post-content {
  padding: 1.4rem;
}

/* Tags */

.blog-listing__post-tags {
  margin-bottom: 0.7rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.6em;
  line-height: 1;
}

.blog-listing__post-title .blog-listing__post-title-link {
  font-size: 1.5rem;
  color: #1e2121;
 
}

.blog-listing__post-title .blog-listing__post-title-link:hover {
 
}
/* Author */

.blog-listing__post-author {
  align-items: center;
  display: flex;
  margin-bottom: 0.7rem;
}

.blog-listing__post-author-image {
  height: auto;
  margin-right: 0.7rem;
  width: 50px;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Summary */

.blog-listing__post-summary {
  margin-bottom: 1em;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

.blog-listing__post-button-wrapper .blog-listing__post-button {
  font-size: 1.125rem;
  color: #1e2121;
  margin:20px 0 0 0 !important;
  text-decoration: underline;
  font-family: STIX Two Text, serif;
  display: block;
}

.blog-listing__post-button-wrapper .blog-listing__post-button:hover {
  color: #264c4c;
}

/* Blog listing - card */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1),
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-of-type(4n + 3) {
  margin-right: 1.333rem;
}

@media (max-width: 1100px) {
  .blog-listing.responsive .blog-listing__post {
    width: 48%;
  }

  .blog-listing.responsive .blog-listing__post:nth-of-type(3n + 1),
  .blog-listing.responsive .blog-listing__post:nth-of-type(3n + 2) {
    margin-right: 0;
  }

  .blog-listing.responsive .blog-listing__post:nth-of-type(2n + 1) {
    margin-right: 4%;
  }
}

@media (max-width: 767px) {
  .blog-listing .blog-listing__post {
    margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
    width: 100% !important;
  }

  .content-wrapper.blog {
    padding: 0;
  }

  .blog-listing .posts {
    flex-direction: column;
  }

  .related-posts-heading {
    flex-direction: column;
    margin-bottom: 2em;
    align-items: flex-start;
  }

  .related-posts-heading .blog-listing__heading {
    margin-bottom: 0.3em;
  }
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing--card .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - list */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  margin-right: 1.4rem;
  width: 25%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}
/* Logo */

.widget-type-logo img {
  height: auto;
  margin-bottom: 1.4rem;
  max-width: 100%;
}

/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    margin-bottom: 1.4rem;
    text-align: center;
  }
}

/* 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;
}

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

/* prettier-ignore */
.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) {
  /* prettier-ignore */
  .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;
  }
}

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}
.statement-section .span12.dnd-column {
  background-image: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-9.png');
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 1) !important;
}

.list-column {
  display: flex;
}

.list-column ul {
  width: 40%;
}

.rm-padding span {
  display: flex;
}

.feature-section .row-number-5 {
  background-image: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-9-cropped.png');
  background-repeat: no-repeat;
  background-size: contain;
}

.feature-section a:hover {
  color: #999899 !important;
}

.shadow-img img {
  -webkit-box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 15px -5px rgba(0, 0, 0, 0.1);
}

.two-column {
  position: relative;
  z-index: 2;
}

.two-column::after {
  content: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-20.png');
  right: 0;
  bottom: 50px;
  position: absolute;
  z-index: -1;
}

.two-column a.pink-link {
  color: #1e2121;
}

.cta-banner .span12.dnd-column {
  background-image: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-3.svg');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #d3e4c7;
  background-size: contain;
}

.grey-feature .span12.dnd-column {
  background-color: #dbd9d6;
  background-image: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-9.png');
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: none!important;
}

.simple-banner {
  background-image: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-12.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left;
}

.simple-banner img {
  -webkit-box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 15px 15px 15px -5px rgba(0, 0, 0, 0.1);
}

.green-simple-banner {
  background-image: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-3.svg');
  background-repeat: no-repeat;
  background-position: right center;
  background-color: #d3e4c7;
  background-size: contain;
}

.simple-cta-banner h3 {
  margin: 0;
}

.uppercase {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .statement-section > .row-fluid {
    background-position: top;
  }

  .map-section.dnd-section.row-fluid-wrapper {
    background-size: contain !important;
    background-position: bottom center !important;
    background-color: #d3e4c7;
    background-image: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/staff%20photos/green-map-small.png') !important;
  }

  .list-column {
    flex-direction: column;
  }

  .list-column ul {
    width: 100%;
    margin: 0;
  }

  .list-column ul li {
    margin: 0 0 0.7rem;
  }

  .feature-links {
    flex-direction: column;
  }

  .feature-links .hs-cta-wrapper:first-child {
    margin-bottom: 1.2em;
  }

  .feature-section .row-number-5 {
    background-image: none;
  }

  .two-column::after {
    width: auto;
  }

  .two-column a.cta_button {
    display: flex;
    justify-content: center;
    z-index: 2;
  }

  .cta-banner .row-number-2 {
    background-image: url('https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-11.png');
    background-size: cover;
  }

  .cta-banner a.cta_button {
    display: flex;
    justify-content: center;
  }

  .grey-feature .span12.dnd-column {
    background-color: #000;
    background-image: none;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .green-simple-banner {
    background-size: contain;
  }

  .left-align-mobile h2 {
    text-align: left !important;
  }

  .center-align-mobile h3 {
    text-align: center !important;
  }

  .simple-two-column .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
}
.case-study{
    flex: 1 1 calc(100% / 3 - 14px);
    padding: 60px 40px;
    position: relative;
    min-height: 490px;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

.case-study.show-case-study{
    display: initial;
}

.case-study__cover-link{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.case-study__featured-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
    transform: scale(1);
    transition: 0.3s ease-in-out;
}

.case-study:hover .case-study__featured-image{
    transform: scale(1.1);
}


.case-study::after{
    content: "";
    width: 100%;
    height: 100%;
    background: transparent linear-gradient(180deg, #1e2121 0%, #8385858D 67%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.case-study__content{
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
    color: white;
    min-height: 290px;
    justify-content: space-between;
}

.case-study__client-logo{
    width: 120px;
    height: auto;
    object-fit: contain;
    margin-bottom: 50px;
    position: relative;
    z-index: 2;
}

.case-study__cta{
    border: 2px solid #c9eb61;
    border-radius: 50px;
    font-family: Avenir Book, sans-serif;
    font-weight: 600;
    padding: 15px 20px 12px;
    text-decoration: none;
    background-color: #c9eb61;
    width: max-content;
    transition: 0.3s ease-in-out;
}

.case-study:hover .case-study__cta{
    background-color: transparent;
    color: white;
    text-decoration: none;
}

@media screen and (max-width: 1024px){
    .case-study{
        flex: 1 1 calc(100% / 2 - 14px);
    }
}

@media screen and (max-width: 767px){
    .case-study{
        flex: 1 1 calc(100%);
    }
}


/* Utilities */

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

/* stylelint-disable declaration-no-important */
.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;
  }
}
/* stylelint-enable declaration-no-important */
img{
  max-width: 100%;
}

/* Accordion */

.accordion {
	margin-bottom: 1.4rem;
	padding: 0;
	border-bottom: 1px solid #fff;
}

/* Accordion title and content */

.accordion__summary {
	cursor: pointer;
	list-style-type: none;
	margin-bottom: 0.8em;
}

.accordion__summary,
.accordion__content {
	color: #fff;
}

.accordion__content a {
	color: #fff;
}

.accordion__summary::-webkit-details-marker {
	display: none;
}

.card--dark .accordion__summary,
.card--dark .accordion__content,
.card--light .accordion__summary,
.card--light .accordion__content {
	padding: 2.1rem;
}

/* Accordion icons */

.accordion__summary:after {
	margin-left: 1.4rem;
}

.accordion__summary:-webkit-details-marker {
	display: none;
}

/* Accordion icons - closed icon */

.accordion--caret .accordion__summary:after {
	content: '\2303';
	transform: rotate(180deg);
}

.accordion--plus .accordion__summary:after {
	content: '\002B';
}

/* Accordion icons - opened icons */

.accordion--caret[open] .accordion__summary:after {
	content: '\2303';
	transform: rotate(0deg);
}

.accordion--plus[open] .accordion__summary:after {
	content: '\2212';
}

.benefits .benefit {
	border: 2px solid #DBD9D6;
	padding: 2em;
}

.benefits .benefit .benefit-icon {
	margin-bottom: 2em;
}

.benefits .benefit .benefit-description {
	text-align: center;
}

.case-study-header-banner {
	text-align: center;
}

.case-study-header-banner h1 {
	text-align: center;
	margin-bottom: 1.5em;
	max-width: 700px;
}

.ebook-download-banner .banner {
	padding: 4em 3.5em;
	position: relative;
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: initial;
}

.ebook-download-banner .banner .left {
	width: 45%;
}

.ebook-download-banner .banner .right img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 40%;
}

.feature-banner-wrapper {
	background-repeat: no-repeat;
	background-size: contain;
}

.feature-banner-wrapper .feature-banner {
	padding: 3em 0;
	position: relative;
}

.feature-banner-wrapper .feature-banner .left {
	width: 45%;
}

.feature-banner-wrapper .feature-banner .right img.image_shadow {
	-webkit-box-shadow: 0px 15px 15px -11px rgba(0,0,0,0.3); 
	box-shadow: 15px 15px 15px -11px rgba(0,0,0,0.3);
}

.featured-blog .left {
	width: 35%;
}

.featured-blog .right {
	width: 55%;
}

a.featured-link-wrap {
	text-decoration: none;
}

a.featured-link-wrap:hover {
	color: #000;
}

a.featured-link-wrap .right img {
	transition: 0.3s ease-in-out;
}

a.featured-link-wrap:hover .right img {
	transform: scale(1.5);
}

a.featured-link-wrap:hover .left .featured-title {
	text-decoration: underline;
}

.featured-blog .left .featured-tag {
	text-transform: uppercase;
}

.featured-blog .left .featured-title {
	font-size: 1.875rem;
	font-family: "Avenir Heavy", sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
}

.featured-blog .left .featured-link {
	font-family: "Avenir Book", sans-serif;
	font-weight: 700;
	text-decoration: underline;
}

.featured-blog .right .blog-listing__post-image-wrapper {
	object-fit: cover;
	overflow: hidden;
}

.form-banner-wrapper {
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 6em 0;
}

.form-banner .left,
.form-banner .right {
	width: 45%;
}

.form-banner .left h1 {
	max-width: 440px;
}

.form-banner .left .jumplink {
	margin-top: 3em;
}



.form-banner .right textarea {
	height: 130px;
}

.guide-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.guide-listing .guide {
	width: 30%;
	background-color: #fff;
	z-index: 2;
	margin-bottom: 2em;
}

.guide-listing .guide h6 {
	font-family: Avenir Book,sans-serif;
	text-transform: uppercase;
	font-size: 18px;
	text-align: center;
}

.guide-listing .guide h4 {
	font-family: Avenir Book,sans-serif;
	text-transform: uppercase;
	font-size: 1.25rem;
	font-style: 600;
	text-align: center;
}

.guide-listing .guide p,
.guide-listing .guide a {
	text-align: center;
}

.guide-listing .guide a {
	color: #1e2121;
	font-size: 1.125rem;
	transition: 0.3s ease-in-out;
}

.guide-listing .guide .text-content {
	padding: 2.5em;
	display: flex;
	flex-direction: column;
}

.guide-listing .guide .image-wrap {
	overflow: hidden;
	height: 180px;
}

.guide-listing .guide img {
	transition: 0.3s ease-in-out;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
}

.guide-listing .guide:hover img {
	transform: scale(1.5);
}

.guide-listing .guide:hover a {
	color: #264c4c;
}

@media (max-width: 1100px) {
	.guide-listing .guide {
		width: 48%;
	}
}

.hero-banner-wrapper {
	background-repeat: no-repeat;
	background-position: left top;
	background-size: auto;
	padding: 10em 0 600px;
	margin-bottom: -415px;
}

.hero-banner .left {
	width: 45%;
	margin-right: 5%;
}

.hero-banner .left h1 {
	font-size: 4.2rem;
	line-height: 1.1;
	margin-bottom: .8em;
}

.hero-banner .left .cta-wrap .hs_cos_wrapper_type_cta:first-of-type {
	margin-right: 15px;
}

@media screen and (max-width: 767px) {
	.hero-banner .left .cta-wrap {
		flex-wrap: wrap;
	}

	.hero-banner .left .cta-wrap .hs_cos_wrapper_type_cta {
		width: 100%;
	}

	.hero-banner .left .cta-wrap .hs_cos_wrapper_type_cta:first-of-type {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.hero-banner .right {
	width: 50%;
}

.hero-banner .right video {
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0px 15px 15px -11px rgba(0,0,0,0.3); 
	box-shadow: 15px 15px 15px -11px rgba(0,0,0,0.3);
}

@media (max-width: 1200px) {
	.hero-banner .left h1 {
		font-size: 2.5rem;
		line-height: 1.1;
	}
}

.image-carousel .mob-arrows {
	display: none;
}

.image-carousel .image-swiper {
	overflow: hidden;
}

.image-carousel .image-swiper,
.image-carousel .image-swiper .slider-img,
.image-carousel .image-swiper .slider-img img {
	width: 100%;
}

.image-carousel .swiper-arrow.left {
	margin-right: 2em;
}

.image-carousel .swiper-arrow.right {
	margin-left: 2em;
}

/* Image gallery wrapper */

.image-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
}

/* Images */

.image-gallery__image-container {
	align-items: center;
	display: flex;
	width: 100%;
}

.image-gallery__image {
	height: auto;
	padding: 0 1.4rem 0.7rem;
	width: 100%;
}

/* Lightbox */

.image-gallery__lightbox {
	display: none;
}

.image-gallery__lightbox--open {
	background: rgba(0, 0, 0, 0.75);
	display: block;
	height: 100%;
	left: 0;
	overflow: scroll;
	padding: 1rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

/* Prevents pop up from showing in the editor */

.hs-inline-edit .image-gallery__lightbox--open {
	display: none;
}

.image-gallery__caption p {
	color: #fff;
}

.image-gallery__close-button {
	display: flex;
	margin-left: auto;
}

.image-gallery__lightbox-content {
	text-align: center;
}

.image-gallery__lightbox-image {
	height: auto;
	margin-bottom: 1.4rem;
	max-width: 100%;
}

.cta-repeater .cta .text {
	padding: 4em 2.5em;
	height: 100%;
}

.cta-repeater .cta .text a:hover {
	color: #999899 !important;
}

.cta-repeater .cta .text h2 {
	text-transform: uppercase;
}

.cta-repeater .cta .cta-image img {
	height: 100% !important;
	width: 100%;
}

.pillar-page-banner {
	padding: 6em 0 0;
}

.pillar-page-banner p.description {
	text-align: center;
	max-width: 740px;
	margin: 0 auto;
}

.pillar-page-banner .title {
	margin-bottom: 3.5em;
}

.pillar-page-banner h1 {
	text-align: center;
}

.pillar-page-banner img {
	-webkit-box-shadow: 0px 15px 15px -11px rgba(0,0,0,0.3); 
	box-shadow: 15px 15px 15px -11px rgba(0,0,0,0.3);
	width: 100%;
}

.side-nav {
	position: fixed;
	bottom: 20px;
	left: 1%;
	z-index: 4;
	background-color: #fff;
	max-width: 180px;
	padding-top: 25px;
	-webkit-box-shadow: 4px 4px 15px 10px rgba(0,0,0,0.1); 
	box-shadow: 4px 4px 15px 10px rgba(0,0,0,0.1);
}

.side-nav a.download-link {
	background-color: #c9eb62;
	padding: 20px;
	color: #1E2121;
	margin-bottom: 0;
	transition: 0.3s ease-in-out;
}

.side-nav a.download-link:hover {
	background-color: #1e2121;
	color: #c9eb62;
}

.side-nav a {
	text-decoration: none;
	margin-bottom: 1em;
	padding: 0 36px;
}

.side-nav a:hover {
	color: #274d4d;
}

.side-nav h4 {
	padding: 0 36px;
	font-size: 1rem;
}

.mobile-nav-button {
	display: none;
}

@media (max-width: 1260px) {
	.side-nav {
		max-width: 150px;
		left: 0;
	}

	.side-nav a {
		font-size: .9rem;
	}
}

@media (max-width: 1175px) {
	.side-nav {
		left: 0;
		max-width: 120px;
	}

	.side-nav a {
		font-size: .8rem;
	}
}

@media (max-width: 1110px) {
	.side-nav {
		display: none;
	}

	.side-nav h4 {
		display: none
	}

	.side-nav.open {
		display: block;
		left: 0;
		max-width: none;
		width: 100%;
		bottom: 60px;
		top: auto;
		transform: none;
		padding-top: 0;
		border-top: 1px solid #000;
	}

	.side-nav.open a:last-child {
		border-bottom: none;
	}

	.side-nav.open a {
		border-bottom: 1px solid #000;
		margin-bottom: 0;
		padding: 1.3em 36px 1em;
		font-size: 1rem;
	}

	.side-nav.open .download-link {
		display: flex;
	}

	.mobile-nav-button {
		background: #999899;
		padding: 20px;
		color: #fff;
		position: fixed;
		width: 100%;
		bottom: 0;
		z-index: 20;
		display: flex;
		height: 60px;
		cursor: pointer;
	}

	.mobile-nav-button.open::after {
		content: "\1431";
	}

	.mobile-nav-button::after {
		content: "\142F";
	}
}

.product-banner-wrapper {
	background-repeat: no-repeat;
	background-position: right center;
	padding: 6em 0 400px;
	background-size: contain;
	margin-bottom: -300px;
}

.product-banner .left {
	width: 40%;
	margin-right: 10%;
}

.product-banner .right {
	width: 50%;
}

.product-banner .right img {
	width: 100%;
}

.product-banner .left h1 {
	margin-bottom: 0.8em;
}

.product-banner .left p {
	margin-bottom: 3.5em;
}

.product-gallery .gallery-title {
	text-align: center;
	margin-bottom: 3em;
}

.product {
	padding: 0 2em 2em;
	text-align: center;
}

.product-top {
	display: flex;
	height: 70%;
}

.product .product-image {
	margin-bottom: 2em;
	display: flex;
	align-items: center;
}

.product .product-image img {
	color: #000;
	width: 100%;
	height: 100%;
}

.product .product-title h4 {
	font-size: 1.25rem;
}

.product .product-description p {
	font-size: 1.125rem;
}

.product-gallery {
	justify-content: space-between;
}

.product-gallery .gallery-title {
	text-align: center;
	margin-bottom: 3em;
}

.product-gallery .product-repeater {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.product-repeater .swiper-slide {
	height: auto;
}

.product-gallery .swiper-arrow.left {
	margin-right: 2em;
}

.product-gallery .swiper-arrow.right {
	margin-left: 2em;
}

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

.product {
	padding: 0 0 2em;
	text-align: center;
	height: 100%;
}

.product.product-two .product-top,
.product.product-two .product-image,
.product.product-two .product-image img {
	width: 100%;
}

.product.product-two .product-top,
.product.product-two .product-image {
	display: flex;
}

.product.product-two .product-image img {
	object-fit: contain;
}

.product-repeater .swiper-slide:nth-child(odd) .product.product-two .product-image {
	background-color: #d3e7fb;
}

.product-repeater .swiper-slide:nth-child(even) .product.product-two .product-image {
	background-color: #8cc7eb;
}

.product .product-image {
	margin-bottom: 2em;
}

.product .product-image img {
	color: #000;
}

.product .product-title h4 {
	font-size: 1.25rem;
}

.product.product-two .product-bottom {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.product .product-bottom {
	padding: 0 2em;
}

.product.product-two .product-description {
	margin-bottom: 2.5em;
}

.product .product-description p {
	font-size: 1.125rem;
}

.arrows-mob {
	display: none;
}

.statement-module-wrapper {
	background-repeat: no-repeat;
	padding: 5em 0;
	background-size: contain;
}

.statement-module {
	position: relative;
}

.statement-module .left {
	max-width: 45%;
}

.statement-module .right img {
	position: absolute;
	right: 0;
	width: 50%;
}

/* Tabs container */

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

/* Tabs */

.tabs__tab {
	position: relative;
}

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
	flex: 1;
	justify-content: center;
	padding: 1.4rem 0.7rem;
	text-align: center;
}

.tabs__tab[aria-selected='true'] {
	font-weight: bold;
}

/* Applies border to pseudo element to prevent jitter when hovering over tabs */

.tabs__tab:after {
	border-bottom: 1px solid;
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.tabs__tab[aria-selected='false']:hover:after,
.tabs__tab[aria-selected='false']:focus:after,
.tabs__tab[aria-selected='true']:after {
	border-bottom: 2px solid;
}

/* Tab content */

.tabs__content {
	padding: 2.8rem;
}

.team-slider-wrapper {
	background-repeat: no-repeat;
	background-position: top right;
}

.team-slider-wrapper  {
	overflow-x: hidden;
}

.team-slider-wrapper .team-slider .content {
	margin-bottom: 6em;
	max-width: 590px;
}

.team-slider .team .team-member {
	background: linear-gradient(180deg, transparent 20%, #fff 20%);
	padding: 0 2em 1em;
}

.team-slider .team .team-member .team-image  {
	margin-bottom: 1.5em;
}

.team-slider .team .team-member .team-image img {
	-webkit-box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.1); 
	box-shadow: 15px 15px 15px -5px rgba(0,0,0,0.1);
	width: 100%;
}

.team-slider .team .team-member .team-title h4 {
	font-size: 1.25rem;
	margin: 0 0 .2em 0;
}

.team-slider .team .team-member .team-position p {
	color: #999899;
	margin: 0 0 .8em 0;
}

.team-slider .team-arrows {
	margin-top: 2em;
}

.team-slider .team-arrows .swiper-arrow-team.left {
	margin-right: 2em;
}

.testimonial-wrapper {
	background: #ffffff;
	padding: 5em 0;
}

.testimonial-slider {
	overflow: hidden;
}

.testimonial-slider .testimonial {
	padding: 6em 0;
}

.testimonial-slider .testimonial .left {
	width: 40%;
}

.testimonial-slider .testimonial .left img {
	-webkit-box-shadow: 0px 15px 15px -5px rgba(0,0,0,0.1); 
	box-shadow: 15px 15px 15px -5px rgba(0,0,0,0.1);
	width: 100%;
}

.testimonial-slider .testimonial .right {
	padding: 0 3em 0 0;
	width: 60%;
}

.testimonial-slider .testimonial .right img.quote-icon {
	margin-bottom: 1.5em;
}

.testimonial-slider .testimonial .right p {
	text-align: center;
}

.testimonial-slider .testimonial .dot-markers {
	margin-top: 2em;
}

.testimonial-slider .testimonial .dot-markers svg {
	margin: 0 .5em;
}

/* Layout */

.header__container {
	position: relative;
	padding: 0;
}

.header__wrapper {
	align-items: center;
	display: flex;
	margin: 0 auto;
}

.header__top {
	padding: 0.7rem 0;
}


@media (max-width: 1160px) {
	.header__bottom {
		padding: 20px 0 !important;
	}
}

/* Layout - left */

.header__container--left .header__language-switcher-col {
	margin-left: auto;
}

.header__container--left .header__wrapper--bottom {
	justify-content: space-between;
}

.header__container--left .header__menu-col {
	margin-left: auto;
	text-align: left;
}

.header__container--left .header__button-col {
	margin-left: 1rem;
	gap: 20px;
    display: flex;
	align-items: center;
}

.header__container--left .header__button-col .hs-cta-wrapper a:not(.cta_button) {
	min-height: 56px;
	display: inline-flex;
    align-items: center;
}

.header__container--left .header__button-col a.header__menu-link {
	position: relative;
	margin-right: 1em;
}

.header__container--left .header__button-col a.header__menu-link:hover {
	text-decoration: none;
	color: #000;
}

.header__container--left .header__button-col a.header__menu-link:hover::after {
	bottom: -2px;
}


@media (min-width: 1166px) {
	.header__container--left .header__logo-col {
		margin-right: 2em;
	}
}

@media (max-width: 1185px) {
	.header__container--left a.header__menu-link {
		font-size: 16px;
	}

	.header__container--left .header__logo-col {
		margin-right: .5em;
	}
}

@media (min-width: 1160px) {
	.header__container--left .header__menu-col {
		flex: 2 0 0;
	}
}

/* Layout - centered */

.header__container--centered .header__button-col {
	margin-left: auto;
}

.header__container--centered .header__wrapper--bottom {
	flex-wrap: wrap;
	text-align: center;
}

.header__container--centered .header__logo-col {
	margin-bottom: 1.4rem;
	width: 100%;
}

.header__container--centered .header__menu-col {
	width: 100%;
}

@media (max-width: 1160px) {
	.header__container--centered .header__wrapper--bottom {
		justify-content: space-around;
		text-align: left;
	}

	.header__container--centered .header__logo-col,
	.header__container--centered .header__menu-col {
		margin-bottom: 0;
		width: auto;
	}
}

/* Language switcher */

.header__language-switcher {
	cursor: pointer;
	position: relative;
}

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

/* Language switcher - top level menu item */

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

.header__language-switcher-current-label {
	align-items: center;
	display: flex;
	margin-bottom: 5px;
	margin-left: 0.5rem;
}

.header__language-switcher-child-toggle svg {
	height: 15px;
	margin-left: 0.35rem;
	width: 15px;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
	border-style: solid;
	border-width: 1px;
	display: block;
	left: auto;
	opacity: 0;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: left;
	top: 100%;
	transform: none;
	visibility: hidden;
	width: 200px;
	z-index: 99;
}

.header__language-switcher-label--open .lang_list_class,
.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
	opacity: 1;
	visibility: visible;
}

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

.header__language-switcher .lang_list_class li {
	border: none;
	margin: 0;
	padding: 0;
}

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

.header__language-switcher .lang_list_class li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.header__language-switcher .lang_list_class .lang_switcher_link {
	display: inline-flex;
	padding: 0.7rem 1rem;
	width: 100%;
}

@media (max-width: 1160px) {
	.header__language-switcher .lang_list_class {
		border: none;
		display: none;
		position: static;
		width: 100%;
	}

	.header__language-switcher-label--open .lang_list_class {
		display: block;
	}

	.header__language-switcher-current-label {
		display: block;
		margin: 0;
		order: 1;
		padding: 0.7rem 0 0.7rem 1rem;
		width: 80%;
	}

	.header__language-switcher .globe_class {
		height: auto;
		width: 100%;
	}

	.header__language-switcher-label {
		display: flex;
		flex-wrap: wrap;
	}

	.hs_cos_wrapper_type_language_switcher {
		width: 100%;
	}
}

/* Language switcher - icons */

@media (max-width: 1160px) {

	.header__language-switcher-child-toggle,
	.header__language-switcher-child-toggle:hover,
	.header__language-switcher-child-toggle:focus,
	.header__language-switcher-child-toggle:active {
		border: 0;
		cursor: pointer;
		padding: 10px 30px;
		position: absolute;
		right: 0;
		top: 0;
		width: 20%;
	}

	.header__language-switcher-child-toggle svg {
		margin-left: 0;
	}

	.header__language-switcher-child-toggle--open svg {
		transform: rotate(180deg);
		transform-origin: 50% 50%;
		transition: transform 0.4s;
	}
}

/* Logo */

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

/* Menu */

.header__menu-container--mobile {
	display: none;
}

.header__menu--mobile {
	display: block;
	transform: translateX(-100%);
	position: absolute;
	width: 100%;
	z-index: 99;
	transition: 0.3s ease-in-out;
	background: #F6F6F5;
	height: calc(100vh - 130px);
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    right: 0;
    top: 130px;
}

a.no-hover:hover {
	text-decoration: none !important;
	cursor: auto;
}

@media (max-width: 1160px) {
	.header__menu--desktop {
		display: none;
	}

	.header__menu-container--mobile {
		display: block;
		background: #999899;
		height: 90px;
		width: 90px;
		display: flex;
		justify-content: center;
	}

	.header__menu--show {
		transform: translateX(0);
	}

	.header__logo-col {
		padding-left: 36px;
	}
}

/* Menu items */

.header__menu-item .header__menu-item--depth-2 {
	display: flex;
	flex-direction: column;
	position: relative;
}

.header__menu-item {
	display: inline-flex;
}

.header__menu-link {
	padding: 3rem 0.9rem;
	position: relative;
}

.header__menu-link:hover {
	text-decoration: none;
	color: #000;
}
.header__menu-link.main-menu::after {
	transition: all 0.3s;
	content:'';
	opacity: 0;
}
.header__menu-link.main-menu:hover::after {
	content: "";
	width: 100%;
	bottom: 0;
	height:6px;
	background:  #c9EB61;
	position: absolute;
	left: 0;
	opacity: 1;
}

@media (max-width: 1160px) {
	.header__menu-item {
		display: block;
		text-align: left;
		width: 100%;
	}

	.header__menu-link {
		display: block;
		padding: 1.5rem 36px;
		width: 100%;
	}

	.header__menu-link.main-menu:hover::after {
		display: none;
	}

	ul.header__menu-submenu.header__menu-submenu--level-2 {
		-webkit-box-shadow: none;
		box-shadow: none;
		border-top: 1px solid #d8d9d6;
	}
}

/* Menu items - top level */

@media (max-width: 1160px) {
	.header__menu-item--depth-1 {
		padding: 0;
	}
}

/* Menu items - submenus */

.header__menu-submenu {
	display: none;
	left: -1px;
	position: absolute;
	text-align: left;
	top: 100%;
	width: 100%;
	z-index: 99;
	padding: 2rem 36px!important;
	margin-top: -4px;
}

.header__menu-submenu.header__menu-submenu--level-2 {
	-webkit-box-shadow: 0px 15px 15px -11px rgba(0,0,0,0.1); 
	box-shadow: 0px 15px 15px -11px rgba(0,0,0,0.1);
}

.header__menu-item--open>.header__menu-submenu {
	display: flex;
}

.header__menu-item--open>.header__menu-submenu .submenu-wrapper {
	display: flex;
	margin-right: auto;
	margin-left: auto;
	max-width: 1160px;
	width: 100%;
}

.header__menu .left-col {
	display: flex;
	flex-direction: column;
}

.header__menu .left-col li {
	margin-bottom: 1em;
}

.header__menu-item--depth-1:last-child>.header__menu-submenu {
	left: auto;
	right: 0;
}

.header__menu-submenu--level-3 {
	left: 0;
	top: 0;
	position: static;
	border: none;
	display: block;
	width: auto;
	padding: 0 !important;
}

/* prettier-ignore */
.header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
	left: auto;
	right: 100%;
	top: 0;
}

.header__menu-submenu .header__menu-item {
	background-color: inherit;
	width: 100%;
}

.header__menu-submenu .header__menu-link {
	display: inline-flex;
	padding: 0.4rem 1rem 0.4rem 0;
}

.header__menu-submenu .header__menu-link.submenu-title {
	font-size: 24px;
}

.header__menu-submenu .header__menu-link.submenu-title:hover,
.header__menu-submenu .header__menu-link.third-depth-title:hover {
	text-decoration: underline;
}

.header__menu-submenu .header__menu-link.third-depth-title {
	color: #999899;
}

.header__menu-item--depth-4>.header__menu-link {
	margin-left: 20px;
}

.header__menu-item--depth-5>.header__menu-link,
.header__menu-item--depth-6>.header__menu-link,
.header__menu-item--depth-7>.header__menu-link,
.header__menu-item--depth-8>.header__menu-link,
.header__menu-item--depth-9>.header__menu-link,
.header__menu-item--depth-10>.header__menu-link {
	margin-left: 30px;
}

.header__menu-item--button {
	padding: 0.7rem 1rem;
}

@media (max-width: 1160px) {

	/* prettier-ignore */
	.header__menu-submenu,
	.header__menu-submenu--level-3,
	.header__menu-item--depth-1:nth-last-child(-n + 2) .header__menu-submenu--level-3 {
		border: none;
		position: static;
		width: 100%;
	}

	.header__menu-item--button {
		padding: 0;
	}

	.header__menu-submenu .header__menu-link.submenu-title {
		font-size: 1.25rem;
	}

	.header__menu-submenu .header__menu-link.submenu-title:hover {
		text-decoration: none;
	}

	.header__container .header__bottom .header__menu .header__menu-item--button a.header__button {
		display: inline-block;
		width: 100%;
		background-color: #c9EB61 !important;
		border-color: #c9EB61 !important;
		color: #14302b !important;
		padding: 1.5rem 36px !important;
		border-radius: 0;
		text-align: left;
	}
	.header__menu-wrapper span.hs_cos_wrapper_type_cta a {
		display: flex !important;
		border-radius: 0 !important;
		background: #14302b !important;
		border: none !important;
		padding: 1.5rem 36px;
		font-size: 1.2rem;
	}
	.header__menu-wrapper span.hs_cos_wrapper_type_cta:nth-of-type(2) a {
 
		background: #c9EB61 !important;
	 
 
	}
}

/* Menu icons */

@media (min-width: 1160px) {
	.header__menu-submenu .header__menu-child-toggle {
		margin-left: auto;
		padding: 0.7rem 1rem;
	}
}

.header__menu-child-toggle svg {
	height: 15px;
	margin-left: 0.35rem;
	width: 15px;
}

.header__menu-toggle,
.header__menu-child-toggle {
	display: none;
}

.header__menu-toggle svg {
	height: 30px;
	width: 30px;
}

@media (max-width: 1160px) {

	.header__menu-item .header__menu-item--depth-2 .header__menu-child-toggle {
		right: 0;
	}

	.header__menu-child-toggle,
	.header__menu-child-toggle:hover,
	.header__menu-child-toggle:focus,
	.header__menu-child-toggle:active {
		border: 0;
		cursor: pointer;
		padding: 0;
		position: absolute;
		right: 20px;
		background-color: transparent;
		color: #000;
		font-size: 1.5rem;
		top: 50%;
		transform: translateY(-50%);
		display: block;
	}

	.relative-wrap {
		position: relative;
	}

	.header__menu-child-toggle svg {
		margin-left: 0;
	}

	.header__menu-child-toggle--open svg {
		transform: rotate(180deg);
		transform-origin: 50% 50%;
		transition: transform 0.4s;
	}

	.header__menu-toggle--show {
		display: flex;
	}

	.header__menu-submenu--level-3 {
		display: none;
	}

	.header__menu-item .header__menu-item--depth-2 {
		margin-bottom: 1em;
	}

	.header__container--left a.header__menu-link,
	.header__menu-item--depth-1 .button {
		font-size: 1.2rem;
	}

	.header__container--left a.header__menu-link.child-toggle-text {
		cursor: pointer;
	}
}

/* Mobile menu custom rules */

@media (max-width: 1160px) {
	.header__menu-item img {
		display: none;
	}

	.header__menu-item ul.header__menu-submenu {
		padding: 1em 36px;
	}

	.header__menu-item ul.header__menu-submenu .submenu-wrapper {
		margin-right: 0;
		margin-left: 0;
		flex-direction: column;
		width: 100%;
	}
}

/* Search */

form.search-submit {
	display: flex;
	width: 800px;
	border: none;
	padding: 0; 
}

form.search-submit input {
	border: none !important;
	padding-left: 20px !important;
}

.search-close p {
	cursor: pointer;
	margin: 2em 0 0 0;
	font-family: 'Avenir Heavy', sans-serif;
}

.search-close:hover {
	color: #ec008c;
}

.search-button {
	margin-left: 1em;
	cursor: pointer;
}

.search-bar.show {
	transform: translateY(0);
}

.search-bar {
	transform: translateY(-100%);
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
 
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
	justify-content: center;
	padding: 50px 0 40px;
	display: flex !important;
	transition: 0.3s ease-in-out;
	flex-direction: column;
	align-items: center;
}

.search-bar form.search-submit input {
	width: 50%;
	height: 50px;
	border-bottom: 1px solid #000 !important
}

.search-mobile {
	display: none;
}

@media (max-width: 1160px) {
	.search-button,
	.search-bar.show,
	.search-bar {
		display: none;
	}

	.search-mobile {
		display: flex;
		padding: 1.5rem 36px;
		background-color: #f6f6f5;
		border-top: 1px solid #d8d9d6;
	}

	.search-mobile form.search-submit {
		width: 100%;
	}

	.search-mobile input {
		padding: 20px 10px;
	}

	.search-mobile input::placeholder {
		color: #1e2121;
	}
}

.blog-tags {
	justify-content: center;
	text-transform: uppercase;
	flex-wrap: wrap;
}

.blog-tags a {
	text-decoration: none;
}

.blog-tags p {
	font-size: 1.25rem;
}

img.featured-image {
	width: 100%;
	height: 396px;
	object-fit: cover;
}

/* Date */

.blog-post__timestamp {
	display: block;
	margin-bottom: 0.7rem;
}

/* Author */

.blog-post__author {
	align-items: center;
	display: flex;
	margin-bottom: 1.4rem;
}

.blog-post__author-image {
	height: auto;
	margin-right: 0.7rem;
	width: 50px;
}

.blog-post__author-name,
.blog-post__author-name:hover,
.blog-post__author-name:focus,
.blog-post__author-name:active {
	text-decoration: none;
}

/* Content */

.blog-post__body img {
	height: auto;
	max-width: 100%;
}

/* Comments */

.blog-comments .hs-submit {
	text-align: center;
}

.blog-comments .comment-reply-to {
	border: 0 none;
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus,
.blog-comments .comment-reply-to:active {
	background-color: transparent;
	text-decoration: underline;
}

a.back-link {
	color: #264D4D;
}

p.read-time {
	margin: 3em 0 .6em 0;
}

.case-study-post p.read-time {
	color: #999899;
}

.blog-post h1 {

	text-align: center;
}

blockquote.quote {
	border-left: none;
	margin: 0;
	padding: 0;
	font-family: 'Avenir Book', sans-serif;
	font-size: 2rem;
}

h1.post-header {
	margin: 0;
}

.case-study-header {
	margin-bottom: 1.5em;
}

.case-study-header h1 {
	text-transform: uppercase;
	margin: 0;
	width: 45%;
	margin-right: 5%;
}

.case-study-header .right {
	width: 50%;
}

.case-study-post .img-section {
	display: flex;
	flex-direction: column;
	padding-bottom: 3em;
}

.case-study-post .black-box {
	 
	padding: 5em 0;
	position: relative;
	 
}

.case-study-post .black-box::before {
	 
	position: absolute;
	left: -94px;
	top: 0;
	transform: scale(.7);
}

.case-study-post .black-box::after {
	 
	position: absolute;
	right: -75px;
	top: 0;
	width: 40%;
	transform: scale(-0.7);
	bottom: 0;
}

.case-study-post .quote {
	margin: 1em 0 4em;
}

.case-study-post .case-study-two-column {
	margin: 5em 0;
}

.case-study-post .case-study-two-column .content-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.case-study-post .case-study-two-column .left,
.case-study-post .case-study-two-column .right {
	width: 47%;
}

.statistic .content-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4em 36px;
	background: rgb(0,212,255);
	background: linear-gradient(90deg, #fff 20%, #999899 20%);
}

.statistic .left,
.statistic .right {
	width: 47%;
}

.challenge-banner {
	display: flex;
	align-items: center;
	background: #DBD9D6;
	margin: 4em 0;
	justify-content: space-between;
	padding-right: 2em;
}

.challenge-banner h4 {
	margin: 0;
	padding: 0;
}

.blog-products-display .product {
	width: 32%;
}

.blog-products-display .product .title {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	font-size: 1.2rem;
	font-family: Avenir Heavy, sans-serif;
	padding: 15px 0 10px 0;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.accordion__summary {
		align-items: center;
		padding: 0.7rem 0;
	}

	.accordion__summary:after {
		color: #000;
		background-color: #fff;
		padding: 10px 17px 8px 17px;
		border-radius: 30px;
	}

	.benefits {
		flex-direction: column;
	}

	.benefits .benefit {
		width: 100% !important;
		margin: 0 0 2em 0 !important;
	}

	.ebook-download-banner .banner {
		flex-direction: column;
		background-size: contain;
		padding: 3em 36px;
	}

	.ebook-download-banner .banner .left,
	.ebook-download-banner .banner .right {
		width: 100%;
	}

	.ebook-download-banner .banner .left a.cta_button {
		display: flex;
		justify-content: center;
	}

	.ebook-download-banner .banner .right img {
		position: static;
		width: 100%;
		transform: inherit;
	}

	.feature-banner-wrapper .feature-banner .content-wrapper-narrow {
		flex-direction: column !important;
	}

	.feature-banner-wrapper .feature-banner .left,
	.feature-banner-wrapper .feature-banner .right,
	.feature-banner-wrapper .feature-banner .right img {
		width: 100%;
	}

	.feature-banner-wrapper .feature-banner .right {
		margin: 0 !important;
	}

	.feature-banner-wrapper .feature-banner .left {
		margin: 0 0 3em 0;
	}

	.feature-banner-wrapper .feature-banner {
		padding: 3em 0 0;
	}

	.featured-blog {
		flex-direction: column;
	}

	.featured-blog .left,
	.featured-blog .right {
		width: 100%;
	}

	.featured-blog .left > * {
		margin-bottom: 25px !important;
	}

	.featured-blog .left {
		margin-bottom: 1em;
	}
	.form-banner-wrapper {
		padding: 0;
	}

	.form-banner-wrapper .content-wrapper {
		padding: 0;
	}

	.form-banner {
		flex-direction: column;
	}

	.form-banner .left {
		padding: 5em 36px 3em;
	}

	.form-banner .right h3 {
		padding: 45px 26px 25px;
	}

	.form-banner .right form {
		padding: 0 36px 55px;
	}

	.form-banner .left,
	.form-banner .right {
		width: 100%;
	}

	.guide-listing .guide {
		width: 100%;
	}

	.hero-banner-wrapper {
		background-position: top;
		margin-bottom: 0;
		background: #ffffff !important;
		padding: 4em 0; 
	}

	.hero-banner {
		flex-direction: column;
	}

	.hero-banner .left,
	.hero-banner .right {
		width: 100%;
		margin-right: 0;
	}

	.hero-banner .left {
		margin-bottom: 4em;
	}

	.hero-banner .left a.cta_button {
		display: flex;
		justify-content: center;
	}

	.hero-banner .left h1 {
		margin-bottom: 1em;
	}

	.image-carousel .mob-arrows {
		width: 100%;
		justify-content: space-around;
		margin-top: 3em;
	}

	.image-carousel .mob-arrows,
	.image-carousel .mob-arrows .swiper-arrow.left,
	.image-carousel .mob-arrows .swiper-arrow.right {
		display: flex;
	}

	.image-carousel .swiper-arrow.left,
	.image-carousel .swiper-arrow.right {
		display: none;
	}

	.image-carousel {
		flex-direction: column;
	}

	.cta-repeater {
		flex-direction: column;
	}

	.cta-repeater .cta .cta-image {
		display: none;
	}

	.product-banner-wrapper {
		padding: 4em 0;
		margin-bottom: 0;
	}

	.product-banner {
		flex-direction: column;
	}

	.product-banner .left,
	.product-banner .right {
		width: 100%;
		margin-right: 0;
	}

	.product-banner .left a.cta_button {
		display: flex;
		justify-content: center;
	}

	.product-banner .right img {
		width: 100%;
	}

	.content-wrapper.gallery-wrapper {
		padding: 0;
	}

	.product-gallery .gallery-title {
		padding: 0 36px;
	}

	.gallery-repeater {
		flex-direction: column;
	}

	.product-gallery .gallery-repeater .product {
		width: 100% !important;
		padding: 0 36px 2em;
		margin: 2em 0;
	}

	.product-gallery .gallery-title {
		padding: 0 36px;
	}

	.gallery-repeater {
		flex-direction: column;
	}

	.product-gallery .gallery-repeater .product {
		width: 100% !important;
		padding: 0 36px 2em;
	}

	.product-gallery .swiper-arrow {
		display: none;
	}

	.arrows-mob {
		display: flex;
	}

	.arrows-mob .mob-arrow {
		margin: 1em;
	}

	.product a.cta_button {
		display: flex;
		justify-content: center;
	}

	.statement-module {
		flex-direction: column;
	}

	.statement-module .left,
	.statement-module .right {
		max-width: 100%;
	}    

	.statement-module .right img {
		position: static;
		width: 100%;
		height: 100%;
	}

	.team-slider .team .team-member .team-image {
		align-self: center;
	}

	.team-slider .team-arrows {
		justify-content: center;
	}

	.testimonial-wrapper {
		padding: 0;
	}

	.testimonial-wrapper .content-wrapper {
		padding: 0;
	}

	.testimonial-slider .testimonial {
		flex-direction: column-reverse;
	}

	.testimonial-slider .testimonial .left,
	.testimonial-slider .testimonial .right {
		width: 100%;
		padding: 0 36px;
	}

	.testimonial-slider .testimonial .left img {
		width: 100%;
		margin-top: 3em;
	}

	.testimonial-slider .testimonial .right p {
		font-size: 1.4rem !important;
	}

	a.back-link {
		display: flex;
		justify-content: center;
	}

	.case-study-post .case-study-header {
		flex-direction: column;
	}

	.case-study-post .case-study-header h1,
	.case-study-post .case-study-header .right {
		width: 100%;
	}

	.case-study-post .case-study-header .right {
		margin-top: 1em;
	}

	.case-study-post .case-study-two-column.second .content-wrapper {
		flex-direction: column-reverse;
	}

	.case-study-post .case-study-two-column .content-wrapper {
		flex-direction: column;
	}

	.case-study-post .case-study-two-column .content-wrapper .left,
	.case-study-post .case-study-two-column .content-wrapper .right {
		width: 100%;
	}

	.case-study-post .black-box {
		background-image: url("https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/2022%20Site%20Assets/leaf-background-9.png");
		background-repeat: no-repeat;
		background-position: center;
	}

	.case-study-post .black-box::before,
	.case-study-post .black-box::after {
		display: none;
	}

	.statistic .content-wrapper {
		flex-direction: column-reverse;
		background: linear-gradient(180deg, #999899 80%, #fff 80%);
	}

	.statistic .content-wrapper .left,
	.statistic .content-wrapper .right {
		width: 100%;
	}

	.challenge-banner {
		flex-direction: column;
		padding: 2em;
	}

	.challenge-banner .left {
		display: none;
	}

	.challenge-banner .middle {
		text-align: center;
		margin-bottom: 2em;
	}

	.blog-products-display {
		flex-direction: column;
	}

	.blog-products-display .product {
		width: 100%;
	}

	.blog-products-display .product img {
		width: 100%;
	}
}

@media (max-width: 767px) {

	.swiper-arrows {
		margin-bottom: -90px!important;
	}
}
/**
 * Swiper 8.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 3, 2022
 */

 @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:50%;background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

.case-study-post__header{
    background-color: #FFF2EB;
    padding: 200px 0px;
    border-radius: 0px 0px 100px 0px;
    margin-top: -100px;
    position: relative;
}

.case-study-post__header .content-wrapper{
    text-align: center;
    max-width: 1024px;
    position: relative;
}

.case-study-post__header .content-wrapper a:first-of-type{
    position: absolute;
    top: -50px;
    left: 32px;
    text-decoration: none;
}

.case-study-post__header .content-wrapper h1{
    color: #264D4D;
    font-size: 24px;
    margin-bottom: 40px;
}

.case-study-post__header .content-wrapper h2{
    color: #1E2121;
    font-size: 40px;
    line-height: 1;
}

.case-study-post__featured-image{
    margin-top: -100px;
    margin-bottom: 100px;
}

.case-study-post__featured-image .content-wrapper{
    max-width: 1024px;
}

.case-study-post__featured-image .content-wrapper img{
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
    border-radius: 200px 0px 180px 0px;
    position: relative;
    z-index: 3;
}


.case-study-post__post-content .content-wrapper{
    max-width: 1024px!important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.case-study-post__post-content .content-wrapper.case-study-section{
    padding: 100px 32px;
}

.case-study__social-links{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.case-study__social-links h2{
    font-size: 40px;
    margin-bottom: 40px;
    color: #14302B;
}

.case-study__social-links__socials{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
}

.case-study__social-links__socials a{
    width: 60px;
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #14302B;
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.case-study__social-links__socials svg{
    width: 20px;
    height: 20px;
}

.case-study__social-links__socials svg path{
    fill: #14302B;
    transition: 0.3s ease-in-out;
}


.case-study__social-links__socials a:hover{
    background-color: #14302B;
}

.case-study__social-links__socials a:hover svg path{
    fill: white;
}

.content-wrapper.related-case-studies{
    padding: 100px 32px;
}

.content-wrapper.related-case-studies h2{
    font-size: 40px!important;
}


.related-case-study-button{
    background-color: transparent;
    border: 2px solid #14302B;
    border-radius: 50px;
    font-family: Avenir Book, sans-serif;
    font-weight: 600;
    padding: 15px 20px 12px;
    text-decoration: none;
    transition: .3s ease-in-out;
    width: max-content;
    color: #14302B;
}

.related-case-study-button:hover{
    background-color: #14302B;
    color: white;
    text-decoration: none;
}

.oembed_container {
    display: inline-block;
    position: relative;
    min-height: 526px!important;
    width: 1290px!important;
}

@media screen and (max-width: 767px){

    .case-study-post__header {u
        padding: 200px 0 150px 0px;
    }

    .case-study-post__featured-image .content-wrapper img{
        height: 350px;
    }

    .case-study-post__post-content .content-wrapper{
        gap: 50px;
    }
    .case-studies__content-repeater .content-wrapper {
        padding: 50px 32px!important;
    }

    .case-study-post__post-content .content-wrapper.case-study-section{
        padding: 50px 32px;
    }

    .related-case-study-button{
        display: none;
    }

    .content-wrapper.related-case-studies{
        padding: 50px 32px;
    }
}



/* Modules */

.three_column_image_links_columns{
    display: flex;
    gap: 50px;
}
.three_column_image_links{
    position: relative;
    padding: 80px 0 50px;
}
.three_column_image_links_intro{
    max-width: 830px;
    margin-bottom: 50px;
}
.three_column_image_links_background{
    position: absolute;
    height: calc(100% - 170px);
    width: 100vw;
    top: 0;
    left: -36px;
    z-index: -1;
    border-radius: 0 0px 0 240px;
}
.three_column_image_links_column_image img{
    border-radius: 48% 0 48% 0;
    height: auto;
    width: 100%;
}
@media(max-width:767px){
    .three_column_image_links_columns{
        flex-direction: column;
    }
    .three_column_image_links_background{
        left: -36px;
        height: 540px;
    }
}

.three_column_image_links_column a{

color: #1E2121;
}
.three_column_image_links_column a:hover{

    color: #CCE2BF;
    }
 .three-icon__grid {
  display: grid;
  gap: 50px;
}

.grid-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

.grid-item h3 {
  font-size: 24px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .three-icon__grid {
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
 details[open] > *:not(summary) {
  max-height: 1000px; /* or some other large value that you know will be bigger than the content */
  opacity: 1;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

details:not([open]) > *:not(summary) {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
 section.anchor-links {
  border-top: 1px solid #c7e6eb;
}

.anchor-item a {
  display: block;
  border-bottom: 1px solid #c7e6eb;
  padding: 15px 0;
  font-family: STIX Two Text, serif;
  font-size: 24px;
  text-decoration: none;
}

section.anchor-links.anchor-links--blog {
  column-count: 2;

  border-top: 1px solid #c7e6eb;
  border-bottom: 1px solid #c7e6eb;
  padding: 25px 0;
}

section.anchor-links.anchor-links--blog .anchor-item a {
  display: inline-block;
  border-bottom: none;
  font-family: Avenir Book, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  text-decoration: underline;
  padding: 5px 0;
}
 #hs_cos_wrapper_widget_1701861007971 .blog-listing__post-title .blog-listing__post-title-link {
    text-transform: none!important;
    color: #1e2121!important;
    font-size: 1.5rem!important;
    font-weight: normal!important;
    font-style: normal!important;
}

#hs_cos_wrapper_dnd_area-module-18 .blog-listing__post-content {
    background: #FFF2EB!important;
}

.blog-listing__post-content {
    background: #FFF2EB!important;
}


.blog-listing__post a:hover .blog-listing__post-button {
    text-decoration: underline!important;
}
.blog-listing__post-button-wrapper .blog-listing__post-button:hover {
    color: #264c4c!important;
}
.blog-listing__post-button-wrapper .blog-listing__post-button {
    color: #1e2121!important;
    display: block!important;
    font-family: STIX Two Text,serif!important;
    font-size: 1.125rem!important;
    margin: 20px 0 0!important;
    text-decoration: underline!important;
    text-transform: none!important;
    font-weight: normal!important;
    text-align: left!important;
}

.blog-listing__post-summary, .blog-listing__post-summary * {
    padding-bottom: 0px!important;
    margin-bottom: 0px!important;
    margin-top: 16px!important;
}
 
 .case_study_feature_right span {
  font-family: STIX Two Text, serif;
  font-size: 24px;
  display: block;
  margin-bottom: 40px;
  position: relative;
}
.case_study_feature_right span:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39.424" height="30.669" viewBox="0 0 39.424 30.669"><path id="Path_77" data-name="Path 77" d="M12.132,41a7.964,7.964,0,0,1,5.711,1.86,6.347,6.347,0,0,1,1.947,4.8,6.715,6.715,0,0,1-2.359,5.3A8.409,8.409,0,0,1,11.7,55.022a8.434,8.434,0,0,1-6.525-2.806Q2.617,49.41,2.617,43.445a19.91,19.91,0,0,1,2.17-9.612,18.809,18.809,0,0,1,5.393-6.36,16.493,16.493,0,0,1,6.352-3,3.539,3.539,0,0,1,2.043.052,1.43,1.43,0,0,1,.88,1.108,1.625,1.625,0,0,1-.375,1.391,5.266,5.266,0,0,1-2.133,1.3,15.618,15.618,0,0,0-4.691,2.784A12.723,12.723,0,0,0,9.286,34.8a8.246,8.246,0,0,0-1.017,3.788,2.529,2.529,0,0,0,.584,1.78A2.915,2.915,0,0,0,11.029,41Zm22.25,0a7.964,7.964,0,0,1,5.711,1.86,6.347,6.347,0,0,1,1.947,4.8,6.715,6.715,0,0,1-2.359,5.3,8.41,8.41,0,0,1-5.733,2.062,8.435,8.435,0,0,1-6.525-2.805q-2.556-2.805-2.556-8.772a19.91,19.91,0,0,1,2.17-9.612,18.809,18.809,0,0,1,5.393-6.36,16.493,16.493,0,0,1,6.352-3,3.539,3.539,0,0,1,2.043.052,1.43,1.43,0,0,1,.88,1.108,1.625,1.625,0,0,1-.375,1.391,5.266,5.266,0,0,1-2.133,1.3,15.61,15.61,0,0,0-4.691,2.784A12.726,12.726,0,0,0,31.536,34.8a8.247,8.247,0,0,0-1.017,3.789,2.529,2.529,0,0,0,.584,1.779A2.915,2.915,0,0,0,33.279,41Z" transform="translate(-2.617 -24.353)" fill="%23000"/></svg>');
  content: '';
  width: 39px;
  height: 31px;
  position: absolute;
  top: -50px;
}

.case_study_feature {
  display: flex;
  gap: 50px;
  align-items: center;
}
.case_study_feature_right {
  width: 50%;
  padding-left: 10%;
}
.case_study_feature_left {
  position: relative;
  width: 50%;
  padding: 80px 20px 80px 0px;
  border-radius: 0 240px 0 0;
}
.case_study_feature_left > div {
  width: 42%;
}
.case_study_feature_left img {
  position: absolute;
  border-radius: 48% 0 48% 0;
  top: 50%;
  right: -100px;
  transform: translate(0px, -50%);
  max-width: 60%;
}

.case_study_feature_left .cta_button {
  display: inline-flex;
}

.case_study_feature_left:after {
  content: '';
  height: 100%;
  position: absolute;
  right: 100%;
  width: 100%;
  top: 0;
}
.case_study_feature_left_title {
  font-size: 24px;
  font-family: STIX Two Text, serif;
  margin-bottom: 20px;
  display: block;
}
.case_study_feature_right img {
  min-width: 200px;
  max-width: 300px;
}
@media (max-width: 767px) {
  .case_study_feature {
    flex-direction: column;
    gap: 230px;
  }
  .case_study_feature_left,
  .case_study_feature_left > div,
  .case_study_feature_right {
    width: 100%;
  }
  .case_study_feature_left {
    border-radius: 0 0 150px;
    padding: 50px 0;
  }
  .case_study_feature_left img {
    border-radius: 48% 0 48% 0;
    max-width: 100%;
    position: relative;
    right: auto;
    top: 0;
    transform: translateY(0%);
    margin-bottom: -180px;
    margin-top: 20px;
  }
  .case_study_feature_left:after {
    content: '';
    height: 100%;
    position: absolute;
    left: -81px;
    top: 0;
    width: 200vw;
    z-index: -1;
  }
  .case_study_feature_right {
    padding-left: 0;
  }
}
 .custom-image-wrapper {
    display: flex;
	justify-content: center;
	align-items: center;
}

.custom-image {
	max-width: 100%;
	border-radius: 48% 0 48% 0;
}
 
 .blog-listing__post-image-wrapper.featured__wrapper{
    border-radius: 140px 0px 140px 0px;
    overflow: hidden;
    height: 380px;
}

.blog-listing__post-image-wrapper.featured__wrapper img{
    object-fit: cover;
}

.featured-blog .left .featured-title {
    text-transform: capitalize!important;
    color: #1e2121!important;
    font-size: 1.5rem!important;
    font-weight: normal!important;
    font-style: normal!important;
    font-family: STIX Two Text, serif!important;
}

.featured-blog{
    gap: 100px;
}

.featured-blog .left{
    width: 55%;
    gap: 20px;
}

.featured-blog .right {
    width: 45%;
}

@media(max-width:767px){
  
     .featured-blog{
        gap: 50px;
    }
  
    .featured-blog .left{
        width: 100%;
    }

    .featured-blog .right{
        width: 100%;
    }
}


.featured-blog .left .featured-link{
    color: #1e2121!important;
    display: block!important;
    font-family: STIX Two Text,serif!important;
    font-size: 1.125rem!important;
    font-weight: 400!important;
    margin: 20px 0 0!important;
    text-align: left!important;
    text-decoration: underline!important;
    text-transform: none!important;
}
 .formWrapper-inner form {
  padding: 0 !important;
}

.form-container {
  transition: visibility 0s, opacity 1.5s linear;
  width: 100%;
}

.progress_bar {
  border: 1px solid #c2c8cc;
  height: 8px;
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}
.progress_bar span {
  max-width: 100%;
  background: #d6d6d6;
  display: inline-block;
  height: 7px;
  position: absolute;
  transition: all 1s;
}
.progress_step {
  text-align: center;
  margin-bottom: 10px;
  color: #d6d6d6;
}
.form-columns-2 label,
.hs_message label {
  display: block !important;
}

#formWrapper {
  display: flex;
  flex-direction: column;
  transition: all 0.1s;
}
#formWrapper .formWrapper-inner {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: flex;
  flex: 1;
}
.form-hidden {
  visibility: hidden;
  opacity: 0;
  display: none;
  height: 0;
}
.form-visible {
  visibility: visible;
  opacity: 1;
  height: auto;
  display: flex;
  flex-direction: column;
}
#formContainerLast {
    align-items: flex-start;
    justify-content: flex-start;
 
    height: 100%;
    flex: 1;
  }
  #formContainerLast p{
    color: #fff
  }
#formWrapper .hs-form-booleancheckbox label {
  align-items: center;
}
.form-banner-wrapper .content-wrapper{
  position: relative;
  z-index: 3;
}
.form-banner h3,
.form-banner form .legal-consent-container{
  color: #fff;
}
.form-banner-wrapper form,
.form-banner-wrapper .form-title {
  background-color: transparent;
}

.form-banner-wrapper .form-title {
  display: none;
}

.form-banner-wrapper form {
  padding: 0;
}

.form-banner-wrapper form input[type='text'],
.form-banner-wrapper form input[type='email'],
.form-banner-wrapper form input[type='tel'],
.form-banner-wrapper form select,
.form-banner-wrapper form textarea {
  background-color: transparent;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

.form-banner-wrapper form label {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
}

.form-banner-wrapper form .hs-button:hover {
    color: #fff;
}
 
 
 .pagination {
	margin-top: 80px;
}

.pagination a {
	padding: 0 30px;
}

.guide-listing .guide h4, .guide-listing .guide h6 {
    font-family: Avenir Book,sans-serif;
    text-align: center;
    text-transform: none;
}
 section.hero-banner-lp {
  position: relative;
  display: flex;
  align-items: center;
  background: #1e2121;
  height: 100%;
  min-height: 800px;
}

.hero-banner__grid {
  position: relative;
  display: grid;
  gap: 50px;
  max-width: 1234px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 3;
}

.hero-banner__form form,
.hero-banner__form .form-title {
  background-color: transparent;
}

.hero-banner__form .form-title {
  display: none;
}

.hero-banner__form form {
  padding: 0;
}

.hero-banner__form form input[type='text'],
.hero-banner__form form input[type='email'],
.hero-banner__form form input[type='tel'],
.hero-banner__form form select,
.hero-banner__form form textarea {
  background-color: transparent!important;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}


.windows-os .hero-banner__form form select,
.windows-os .form-banner-wrapper form select {
	background-color: transparent!important;
	border-bottom: 1px solid #fff!important;
	color: #fff!important;
}

.windows-os .hero-banner__form form select option,
.windows-os .form-banner-wrapper form select option {
    background-color: #1e2121!important;
}

.hero-banner__form form label {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
}

.hero-banner__form form .hs-button:hover {
    color: #fff;
}

@media screen and (min-width: 992px) {
  .hero-banner__grid {
    grid-template-columns: 1fr 1fr;
    gap: 100px;
  }

  section.hero-banner-lp h1 {
    font-size: 60px;
    max-width: 455px;
  }

  section.hero-banner-lp p {
    font-size: 18px;
    max-width: 455px;
  }
}
 section.hero-banner-page {
	position: relative;
}

section.hero-banner-page::after {
	position: absolute;
	content: "";
	top: -50%;
	right: -30%;
	background-color: #264D4D;
	width: 795px;
	height: 579px;
	border-bottom-left-radius: 80%;
	z-index: 0;
}

section.hero-banner-page .hero-banner__grid {
	position: relative;
	display: grid;
	gap: 50px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	z-index: 1;
}

section.hero-banner-page .hero-banner__content h1,
section.hero-banner-page .hero-banner__content p {
	max-width: 445px;
}

section.hero-banner-page .hero-banner__content p {
	font-size: 18px;
}

section.hero-banner-page .hero-banner__content p:first-of-type {
	font-size: 24px;
}

@media screen and (max-width: 767px) {
	section.hero-banner-page::after {
		top: -15%;
		right: -5%;
		width: 312px;
		height: 285px;
	}

	section.hero-banner-page .hero-banner__content {
		grid-row: 2;
	}

	section.hero-banner-page .hero-banner__image {
		grid-row: 1;
	}
}

@media screen and (min-width: 992px) {
	section.hero-banner-page .hero-banner__content h1 {
		font-size: 65px;
	}
}
 .module_hero_home {
  position: relative;
  padding: 230px 0 80px;
  text-align: center;
}
.module_hero_home .content-wrapper {
  z-index: 1;
  position: relative;
}
.module_hero_home:before {
  content: '';
  background: #264d4d;
  width: 800px;
  height: 550px;
  position: absolute;
  border-radius: 0 0 0 552px;
  top: 0;
  right: 0;
  z-index: 0;
}
.module_hero_home:after {
  content: '';
  background: #193935;
  bottom: 0;
  left: 0;
  width: 550px;
  height: 450px;
  position: absolute;
  border-radius: 0 552px 0 0;
  z-index: 0;
}
.module_hero_home h1 {
  font-size: 84px;
  color: #fff;
}
.module_hero_home h2 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 60px;
}
.module_hero_home h3 {
  font-size: 32px;
  color: #fff;
}
.module_hero_home_slider {
  position: relative;
}
.module_hero_home_slider .swiper-button-prev,
.module_hero_home_slider .swiper-button-next {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
}

.module_hero_home_slider .swiper-button-prev {
  top: 50%;
  left: 0;
  transform: translate(-50%, -32px);
}

.module_hero_home_slider .swiper-button-next {
  top: 50%;
  right: 0;
  transform: translate(50%, -32px);
}

.module_hero_home_slider .swiper-button-next:after,
.module_hero_home_slider .swiper-button-prev:after {
  font-size: 15px;

  color: #000;
}
.module_hero_home_slider img {
  width: 100%;
}
.homeCarousel {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .homeCarousel {
    min-height: 250px;
    max-height: 250px;
  }
}
.module_hero_home_slider_slide {
  position: relative;
}
.module_hero_home_slider_slide img {
  display: block;
}
.module_hero_home_slider_slide a span {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  color: #264d4d;
  font-size: 18px;
  font-weight: 600;
  padding: 20px 50px 20px 20px;
  border-radius: 0 100px 0 0;
  text-decoration: underline;
}

.module_hero_home h1 span,
h1 .rotating_words {
  display: inline-block;
  vertical-align: top;
}
h1 .rotating_words {
  position: relative;
  color: #c9eb61;
}
.rotating_word span {
  position: absolute;
  opacity: 0;
  left: 0;
  transition: opacity 1s;
}
.rotating_word span.showing {
  opacity: 1;
}
.module_hero_home_slider-scrollbar {
  height: 4px;
  margin: 60px 0 0;
  background-color: #264d4d;
}
.module_hero_home_slider-scrollbar .swiper-scrollbar-drag {
  background: #c9eb61;
  border-radius: 0;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .module_hero_home h1 {
    font-size: 40px;
    color: #fff;
  }
  .module_hero_home h2 {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .module_hero_home h3 {
    font-size: 26px;
  }
  .module_hero_home:before {
    width: 287px;
    height: 262px;
  }
  .module_hero_home:after {
    width: 287px;
    height: 262px;
  }
  .module_hero_home {
    padding: 140px 0 100px 0;
  }
  h1 .rotating_words,
  h1 .rotating_word,
  h1 .rotating_word span {
    width: 100% !important;
  }
}

.module_hero_home_slider_slide img {
  min-height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
 .hero_quote {
  position: relative;
  display: flex;
  gap: 50px;
  align-items: center;
  z-index: 1;
}

.hero_quote_left {
  width: 50%;
}

.hero_quote_right {
  position: relative;
  width: 50%;
  border-radius: 0 0 0 180px;
  color: #fff;
}

.hero_quote_right img{
    border-radius: 50% 0 50% 0;
    width: 100%;
}

.hero_quote_right span {
  font-family: STIX Two Text, serif;
  font-size: 24px;
  display: block;
  margin-bottom: 40px;
  position: relative;
}

.hero_quote_right span:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="39.424" height="30.669" viewBox="0 0 39.424 30.669"><path id="Path_77" data-name="Path 77" d="M12.132,41a7.964,7.964,0,0,1,5.711,1.86,6.347,6.347,0,0,1,1.947,4.8,6.715,6.715,0,0,1-2.359,5.3A8.409,8.409,0,0,1,11.7,55.022a8.434,8.434,0,0,1-6.525-2.806Q2.617,49.41,2.617,43.445a19.91,19.91,0,0,1,2.17-9.612,18.809,18.809,0,0,1,5.393-6.36,16.493,16.493,0,0,1,6.352-3,3.539,3.539,0,0,1,2.043.052,1.43,1.43,0,0,1,.88,1.108,1.625,1.625,0,0,1-.375,1.391,5.266,5.266,0,0,1-2.133,1.3,15.618,15.618,0,0,0-4.691,2.784A12.723,12.723,0,0,0,9.286,34.8a8.246,8.246,0,0,0-1.017,3.788,2.529,2.529,0,0,0,.584,1.78A2.915,2.915,0,0,0,11.029,41Zm22.25,0a7.964,7.964,0,0,1,5.711,1.86,6.347,6.347,0,0,1,1.947,4.8,6.715,6.715,0,0,1-2.359,5.3,8.41,8.41,0,0,1-5.733,2.062,8.435,8.435,0,0,1-6.525-2.805q-2.556-2.805-2.556-8.772a19.91,19.91,0,0,1,2.17-9.612,18.809,18.809,0,0,1,5.393-6.36,16.493,16.493,0,0,1,6.352-3,3.539,3.539,0,0,1,2.043.052,1.43,1.43,0,0,1,.88,1.108,1.625,1.625,0,0,1-.375,1.391,5.266,5.266,0,0,1-2.133,1.3,15.61,15.61,0,0,0-4.691,2.784A12.726,12.726,0,0,0,31.536,34.8a8.247,8.247,0,0,0-1.017,3.789,2.529,2.529,0,0,0,.584,1.779A2.915,2.915,0,0,0,33.279,41Z" transform="translate(-2.617 -24.353)" fill="%23fff"/></svg>');
  content: '';
  width: 39px;
  height: 31px;
  position: absolute;
  top: -50px;
}

.hero_quote_right:after {
  content: '';
  height: 100%;
  position: absolute;
  left: 100%;
  width: 100%;
  top: 0;
}

@media (max-width: 767px) {
  .hero_quote {
    flex-direction: column;
    gap: 20px
  }

  .hero_quote_right,
  .hero_quote_left {
    width: 100%;
  }

  .hero_quote_right {
    border-radius: 0 0 0 120px;
    padding: 20px 20px 100px 20px;
    margin-bottom: -270px;
  }
}
 section.icons-grid h2 {
  display: block;
  color: #264d4d;
  margin-bottom: 50px;
}

section.icons-grid .icons-grid__grid {
  display: grid;
  gap: 50px;
  color: #264d4d;
}

section.icons-grid .icons-grid__grid h3 {
  color: #264d4d;
}

section.icons-grid .icons-grid__grid img {
  margin-bottom: 20px;
}

section.icons-grid .icons-grid__grid hr {
  width: 50px;
  margin: 0 0 30px 0;
  border-bottom-color: #264d4d !important;
}

.icon-item--left {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 40px;
}

.icon-item--left img {
  margin-bottom: 0;  
}

@media screen and (min-width: 768px) {
  section.icons-grid .icons-grid__grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  section.icons-grid.three .icons-grid__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
  section.icons-grid.two .icons-grid__grid {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  section.icons-grid.one .icons-grid__grid {
    grid-template-columns: repeat(auto-fit, minmax(600px, 1fr));
  }
}
 section.large-cta {
  position: relative;
  padding: 36px;
  background: #fff2eb;
}

section.large-cta .large-cta__grid {
  position: relative;
  display: grid;
  align-items: center;
  gap: 30px;
  z-index: 2;
}

section.large-cta .large-cta__grid .large-cta__content,
section.large-cta .large-cta__grid .large-cta__image {
  position: relative;
  z-index: 3;
}

section.large-cta .large-cta__grid::before {
  position: absolute;
  content: '';
  bottom: 150px;
  right: -50px;
  width: 161px;
  height: 161px;
  border-bottom-left-radius: 100%;
  background: #cce3bf;
  z-index: 0;
}

section.large-cta .large-cta__grid::after {
  position: absolute;
  content: '';
  bottom: -50px;
  right: 150px;
  width: 105px;
  height: 105px;
  border-top-right-radius: 100%;
  background: #c7e6eb;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  section.large-cta::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff;
    z-index: 0;
  }
}

@media screen and (min-width: 768px) {
  section.large-cta {
    padding: 60px 36px;
  }

  section.large-cta .large-cta__grid {
    grid-template-columns: 2fr 1fr;
  }

  section.large-cta .large-cta__grid::before {
    top: -150px;
    right: -150px;
    bottom: unset;
    width: 298px;
    height: 298px;
  }

  section.large-cta .large-cta__grid::after {
    width: 194px;
    height: 194px;
    bottom: -150px;
  }
}
 .logo-swiper {
    overflow: visible;
}

.logo-swiper .swiper-wrapper {
    transition-timing-function : linear;
}

.logo-swiper .swiper-slide img{
  max-height:75px;
}

.logo-swiper .swiper-slide {
    flex-shrink: 0;
    height: unset;
    position: relative;
    transition-property: transform;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
 
 
 section.product-carousel {
	position: relative;
}

section.product-carousel .intro-content {
	margin-bottom: 50px;
}

section.product-carousel h2 {
	margin-bottom: 0;
}

section.product-carousel .productCarousel {
    display: flex;
}

section.product-carousel .productCarousel .swiper-wrapper {
    height: auto;
}

section.product-carousel .swiper-slide,
section.product-carousel .product-item {
	display: flex;
	flex-direction: column;
	height: 100%!important;
}

section.product-carousel .product-item .product-item__content {
	flex: 1;
}

section.product-carousel .swiper-arrows {
	position: relative;
}

.product-item__image {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
}

.product-item__image img {
	width: 100%;
	object-fit: cover;
	object-position: center;
    height: 280px;
}

section.product-carousel .swiper-button-prev,
section.product-carousel .swiper-button-next {
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #14302b;
}

section.product-carousel .swiper-button-prev {
	top: 0;
	left: unset;
	right: 75px;
}

section.product-carousel .swiper-button-next {
	top: 0;
	right: 0;
}

section.product-carousel .swiper-button-next:after,
section.product-carousel .swiper-button-prev:after {
	font-size: 15px;

	color: #fff;
}
 .enquire{
        background-color: transparent;
        border: 2px solid #000;
        color: black;
        padding: 15px 20px 12px;
        text-decoration: none;
        transition: 0.3s;
        
}

.enquire:hover{

    background-color: black;
    color: white;
    text-decoration: none;
}

.product-link{
    margin: 22px 0px;
}


.product-three {
      border: 1px solid #dbd9d6;
}

.product-gallery.product-gallery--layout_3 button.swiper-arrow {
  -webkit-appearance: button;
  height: 48px;
  width: 48px;
  background: #14302b;
  border: 0;
  font-size: 0;
  z-index: 9;
}

.product-gallery.product-gallery--layout_3 button.swiper-arrow:after {
  content: "";
  background: url(https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/right-arrow.svg) no-repeat 50% / cover;
  display: inline-block;
  filter: brightness(100);
  height: 16px;
  width: 20px;
}

.product-gallery.product-gallery--layout_3 button.swiper-arrow.left {
  left: -34px;
  position: relative;
  margin: 0;
  transform: rotate(180deg);
}

.product-gallery.product-gallery--layout_3 button.swiper-arrow.right {
  left: 34px;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 768px) {

  .product-gallery.product-gallery--layout_3 button.swiper-arrow.left {
    left: -24px;
  }

  .product-gallery.product-gallery--layout_3 button.swiper-arrow.right {
    left: 24px;
  }

}
 
 .curved__grid {
    display: grid;
	gap: 50px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.rich_text_curved_background {
	display: flex;
	flex-direction: column;
    padding: 40px;
    margin-bottom: 50px;
    border-radius: 0 0 140px 0;
}

.curved-background__body {
    flex: 1;
	margin-bottom: 15px;
}
 .stat-counter{
    font-family: STIX Two Text, serif;
    background-color: #264D4D;
    color: #fff;
    padding: 40px 40px 40px 0;
    gap: 40px;
    border-radius: 0 100px 0 0;
    position: relative;
}
.stat-counter .stat{
    display: flex;
}
.stat h4, .stat p{
    margin-bottom: 0;
}
.stat h4{
    min-width: 100px;
}
.stat-counter:after {
    content: "";
    height: 100%;
    position: absolute;
    right: 100%;
    width: 100%;
    top: 0;
    background-color: #264D4D;
}
@media screen and (max-width: 767px) {
    .stat-counter {
        flex-direction: column;
        padding: 40px 40px 40px 0;
    }
    .stat-counter .stat {
        flex-direction: column;
    }
}
 section.newsletter-banner {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top-right-radius: 130px;
  background: #264d4d;
}

section.newsletter-banner .newsletter-banner__grid {
  display: grid;
  align-items: center;
  gap: 30px;
  max-width: 1234px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

section.newsletter-banner .newsletter-banner__content p {
  max-width: 550px;
}

section.newsletter-banner form,
section.newsletter-banner .form-title {
  background-color: transparent;
}

section.newsletter-banner .form-title {
  display: none;
}

section.newsletter-banner form {
  padding: 0;
}

section.newsletter-banner form input[type='text'],
section.newsletter-banner form input[type='email'],
section.newsletter-banner form select,
section.newsletter-banner form textarea {
  background-color: transparent;
  border: 0 !important;
  border-bottom: 1px solid #fff !important;
  color: #fff !important;
}

section.newsletter-banner form label {
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
}

section.newsletter-banner form .hs-button:hover {
    color: #fff;
}

section.newsletter-banner .submitted-message {
	font-family: STIX Two Text, serif;
	font-size: 18px;
	color: #fff;
    background-color: transparent!important;
	text-align: center;
}

@media screen and (max-width: 1280px) {
  section.newsletter-banner .newsletter-banner__grid {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (min-width: 768px) {
  section.newsletter-banner .newsletter-banner__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

form .hs-form-required {
    color: #ffffff;
}
 .testimonial-slider {
    position: relative;
}

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

.testimonial-two .intro-title {
	width: 100%;
}

.intro-title h3 {
	font-size: 24px;
}

.intro-title img {
	margin-right: 40px;
}

.testimonial-slider .testimonial {
    padding: 4em 0;
}

.testimonial-slider .testimonial .right p {
	font-family: STIX Two Text, serif;
	text-align: left;
}

.testimonial-two .left img {
	border-top-left-radius: 100px;
	border-bottom-right-radius: 100px;
	-webkit-box-shadow: 0 15px 15px -20px rgba(0,0,0,.1)!important;
    box-shadow: 15px 15px 15px -20px rgba(0,0,0,.1)!important;
    width: 100%;
  height: auto;
}

.testimonial__quote--narrow {
 width: 700px;
  max-width: 100%;
}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	top: 90%;
	left: 45px;
	width: 100%;
	bottom: unset;
}

.swiper-pagination {
	position: absolute;
	text-align: left;
	transform: translateZ(0);
	transition: opacity .3s;
	z-index: 10;
}

.swiper-pagination-bullet {
	width: 12px;
    height: 12px;
    background: transparent;
	border: 1px solid #000;
	opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #000;
}


@media screen and (max-width: 767px) {
	.testimonial-two .testimonial {
		padding: 3rem 0 6rem;
	}
	
	.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
	    top: 92%;
		left: 20px;
	}

	.testimonial-two .left img {
		width: auto !important;
		margin-bottom: 60px;
	}
}

.testimonial--quote blockquote {
  border: 0;
  padding: 0;
  margin: 25px 0;
}


.testimonial-wrapper--disable-bg {
 background: transparent !important; 
}

.testimonial__quote--default, .testimonial__quote--default p {
 font-size: 20px; 
  line-height: 1.33em;
}


@media (min-width: 768px) {
.testimonial__quote--default, .testimonial__quote--default p {
 font-size: 36px;
  line-height: 1.33em;
  
}
  
  .swiper-slide.swiper-slide--wide-text .testimonial .right {
    width: 100%;
    padding-right: 0;
  }
  
}
 /* Timeline slide reset */

.timeline-wrapper .swiper-button-next,
.timeline-wrapper .swiper-button-prev {
	width: 50px;
	height: 50px;
	background: #14302B;
	color: #fff;
	border-radius: 50%;
	transition: all 0.6s ease;
}

.timeline-wrapper .swiper-button-next:after,
.timeline-wrapper .swiper-button-prev:after {
	font-size: 22px;
	font-weight: 900;
}

.timeline-wrapper .swiper-button-next {
	transition: all 0.6s ease;
}
.timeline-wrapper .swiper-button-next.swiper-button-disabled {
	opacity: 0;
}

.timeline-wrapper .swiper-button-next {
	right: -20px;
}

.timeline-wrapper .swiper-button-prev {
	left: -20px;
}

/* Timeline */

.timeline-wrapper {
	position: relative;
	color: #14302B;
	padding-top: 60px;
	padding-bottom: 60px;
}

.timeline-wrapper .content-wrapper {
	position: relative;
}

.timeline_intro {
	padding-top: 30px;
	max-width: 730px;
}

.timeline_content {
	padding-top: 20px;
	padding-bottom: 40px;
}

.timeline_content_bottom {
	padding-top: 50px;
}

.timeline_content_image {
	width: 230px;
	height: 180px;
	border-radius: 70px 0 70px 0;
	overflow: hidden;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
}

.timeline_content_image img {
	object-fit: cover;
	min-width: 100%;
	min-height: 100%;
}

.timeline_content_year {
	padding-top: 40px;
}

.timeline_content_year h2 {
	font-size: 46px;
	margin-bottom: 10px;
}

/* Nav years */
.timeline-slider-nav {
	width: calc(100vw - 36px);
	margin-top: 40px;
}

.timeline-slider-nav .swiper-slide {
	padding: 30px 30px 0 0;
	position: relative;
	cursor: pointer;
	border-top: 1px solid #14302B;
}
.timeline-slider-nav h2,
.timeline-slider-nav p {
	margin-bottom: 0;
}

.timeline-slider-nav .swiper-slide:before {
	content: '';
	display: block;
	width: 1px;
	height: 15px;
	background: #14302B;
	position: absolute;
	left: 0;
	top: -1px;
}
.timeline-slider-nav .swiper-slide:last-child {
	border-color: transparent !important;
}

.timeline-slider-nav .swiper-slide-thumb-active h2 {
	transform: scale(1.4);
	transform-origin: left center;
}

.timeline-slider-nav h2 {
	transition: all 0.3s ease;
	transform-origin: left center;
}


/* Background color*/

.timeline-slider-background {
	position: absolute;
	left: 50%;
	top: -60px;
	background: #CCE3BF;
	transform: translateX(-50%);
	width: 100vw;
	height: calc(100% + 120px);
}

.timeline-slider-background .swiper-wrapper {
	transform: none !important;
}

.timeline-slider-background .swiper-slide {
	position: absolute;
	left: 0;
	top: 0;
	width: 100% !important;
	height: 100%;
	opacity: 0;
	transition: all 0.6s ease;
}

.timeline-slider-background .swiper-slide.swiper-slide-prev {
	opacity: 1;
}

.timeline-slider-background .swiper-slide.swiper-slide-active {
	opacity: 1;
}

.timeline-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 100vw;
	height: 100%;
	transform: translateX(-50%);
	transition: background 0.6s ease;
	background: #CCE3BF;
	pointer-events: none;
}
.timeline-wrapper.timeline-dark::before {
	background: #14302B;
}


/* Dark color */

.timeline-dark {
	color: #fff;
}

.timeline-dark .timeline-slider-nav .swiper-slide:before {
	background: #fff;
}

.timeline-dark .timeline-slider-nav .swiper-slide {
	border-color: #fff;
}

.timeline-dark .timeline-slider-nav .swiper-slide.slide-dark {
	color: #CAEB61;
}

.timeline-wrapper.timeline-dark .swiper-button-next,
.timeline-wrapper.timeline-dark .swiper-button-prev {
	color: #14302B;
	background: #CAEB61;
}
.slide-dark .timeline_content_bottom_title {
	color: #c9eb61;
}


/* CTA last slide */

.timeline-slider a.button-last {
	position: absolute;
	right: -60px;
	top: 50%;
	transform: translateY(-100%);
	opacity: 1;
	z-index: 9999;
}

.timeline-slider a.button-last:hover {
	color: #fff;
	background: #14302b;
}

@media (max-width:767px){

	.timeline-wrapper .content-wrapper {
		padding-left: 0;
		padding-right: 0;
	}
	.timeline-wrapper .swiper-button-next, .timeline-wrapper .swiper-button-prev {
		top: calc(100% - 180px);
	}

	.timeline-slider a.button-last {
		top: calc(100% - 20px);
		right: -21px;
	}

	.timeline_content {
		padding-bottom: 100px;
	}
	
}
@media (min-width:768px){
	
	.timeline-wrapper .swiper-button-next {
		right: 10px;
	}

	.timeline-wrapper .swiper-button-prev {
		left: 10px;
	}
	
	.timeline-slider a.button-last {
		right: 0;
	}
}

@media (min-width:992px){

	.timeline_content_image {
		width: 325px;
		height: 250px;
		border-radius: 100px 0 100px 0;
	}
	.timeline_content_year {
		padding-left: 40px;
	}
}

@media (min-width:1306px){

	.timeline-slider-nav {
		width: calc(100vw + ((1306px - 100vw - 72px) /2));
	}
	.timeline-slider-nav .swiper-slide-thumb-active h2 {
		transform: scale(1.8);
	}
}
 .footer-link{
    color: white;
    transition: 0.3s ease-in-out;
}

.footer-link:hover{
    color: #c9EB61!important;
    transition: 0.3s ease-in-out;
}

.footer-new .social-links {
    display: flex;
    gap: 8px;
    justify-content: flex-start;
    height: 26px;
}


.footer-new .social-links a{
    background-color: transparent;
    border-radius: 100%;
    transition: 0.3s ease-in-out;
}

.footer-new .social-links a:hover{
    background-color: #c9EB61;
}
@media screen and (max-width: 767px) {
    .footer-new .middle p {
        margin-left: auto;
        margin-right: auto;
    }
    .footer-new .social-links {
        justify-content: center;
    }
}
 header.header.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 0;
	z-index: 999;
}

header.header.sticky .header__container--left .header__logo-col {
	flex: 1;
}

header.header.sticky .contact__mobile {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	background: #000;
}

header.header.reduce .header__menu-link:not(.header__menu-link.main-menu.pink) {
	padding: 2rem 0.9rem;
}

@media screen and (max-width: 1160px) {

	.header__bottom .cta_button.cta-button.green.solid-green-hover {
		color: #fff !important;
	}

}

.header__bottom .cta_button.cta-button.green.solid-green-hover:hover {
	color: #14302b !important;
}

@media screen and (min-width: 1161px) {
	header.header.sticky .header__menu-link.main-menu {
		transition: padding 0.3s ease-out;
	}

	header.header.sticky.scrolled
	.header__menu-link.main-menu:not(.main-menu.pink) {
		padding: 2rem 0.9rem;
	}

	.header__menu-wrapper {
		display: flex;
		align-items: center;
	}
	.header__menu-item--open > .header__menu-submenu .submenu-wrapper {
		min-height: 470px !important;
		position: relative;
	}
}

@media (max-width: 1160px) {
	.header__menu-container--mobile {
		background: #1f2121;
		display: block;
		display: flex;
		height: 50px;
		justify-content: center;
		align-items: center;
		width: 50px;
	}
}

/*  Hacky Menu Fix */

.header__menu-item--open > .header__menu-submenu .submenu-wrapper {

	position: relative;
}

.header__top .content-wrapper {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}

.header__top__content,
.header__top__content a {
	font-size: 12px;
	font-weight: 700;
}

.header__top__content a {
	margin: 0 0.75rem;
}

.header__top__content a:last-of-type {
	margin-right: 0;
}

 :target {
    scroll-margin-top: 141px;
  }

/* product page css */

.container_width { padding: 0 15px; margin: 0 auto; max-width: 1250px; }

.productarea_main h2 { color: #14302B; }
/* .productarea_main h2 { font-size: 40px; line-height: 44px; color: #14302B; } */
/* .productarea_main p { font-size: 18px !important; line-height: 26px; } */

.btn_style1 a { background: #C9EB61; text-align: center; padding: 12px 25px; border-radius: 60px; display: inline-block; text-decoration: none; font-size: 16px; line-height: 22px; color: #14302B; font-weight: 500; border: 2px solid #C9EB61; transition: .3s ease-in-out; }
.btn_style2 a, a.btn_style2 { background: transparent; text-align: center; padding: 12px 25px; border-radius: 60px; display: inline-block; text-decoration: none; font-size: 16px; line-height: 22px; color: #14302B; font-weight: 500; border: 2px solid #14302B; transition: .3s ease-in-out; }
.btn_style1 a:hover { background: transparent; border-color: #c9eb61; text-decoration: none; }
.btn_style2 a:hover, a.btn_style2:hover { background: #C9EB61; border-color: #C9EB61; text-decoration: none; }
.btn_style2 a:focus, a.btn_style2:focus,
.btn_style1 a:focus { text-decoration: none; }

.cta_button .cta_style1 { background: #264d4d; text-align: center; padding: 12px 25px; border-radius: 60px; display: inline-block; text-decoration: none; font-size: 16px; line-height: 22px; color: #fff; font-weight: 500; border: 2px solid #264d4d; transition: .3s ease-in-out; }
.cta_button .cta_style1:hover { background: transparent; border-color: #c9eb61; color: #264d4d; }

.cta_button .cta_style2 { background: transparent; text-align: center; padding: 12px 25px; border-radius: 60px; display: inline-block; text-decoration: none; font-size: 16px; line-height: 22px; color: #264d4d; font-weight: 500; border: 2px solid #264d4d; transition: .3s ease-in-out; }
.cta_button .cta_style2:hover { background: #264d4d; border-color: #415239; color: #fff; }

.cta_button .green_cta { background: #c9EB61; text-align: center; padding: 12px 25px; border-radius: 60px; display: inline-block; text-decoration: none; font-size: 16px; line-height: 22px; color: #000; font-weight: 500; border: 2px solid #c9EB61; transition: .3s ease-in-out; }
.cta_button .green_cta:hover { background: #fff; border-color: #fff; }

.module_form_styled .hs-input option { color: #000; }

.productarea_main .case_study_feature_left>div { width: 55%; }

/*  */
.herowithbg_sc { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; }
.videocont_main:after { content: ''; background: rgb(30 33 33 / 47%); height: 100%; width: 100%; display: inline-block; position: absolute; inset: 0; }
.videocont_main { height: 100vh; width: 100%; max-width: 100%; position: relative; overflow: hidden; border-radius: 0 0 90px 0; }
.videocont_main video { object-fit: cover; position: absolute; height: 100%; width: 100%; top: 0; left: 0; }
.videocont_width { max-width: 1234px; margin: 0 auto; height: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; }
.herocontent_bx { display: flex; justify-content: center; align-items: center; flex-direction: column; position: relative; z-index: 9; color: #fff; max-width: 455px; text-align: center; padding: 0 15px; }
.herocontent_bx h1 { font-size: 72px; line-height: 1; }
.herocontent_bx .pretitle { font-size: 24px; line-height: 30px; font-family: 'STIX Two Text', serif; }

/*  */
.whatdoneed_sc .container_width { max-width: 1050px; }
.whatdoneed_sc { padding: 87px 0; }
.whatdoneed_sc .heading { text-align: center; font-size: 40px; line-height: 44px; color: #14302B; margin-bottom: 83px; }
.whatdoneed_sc .whatdoneedsc_wrap { display: flex; flex-flow: row wrap; margin: 0 -15px; justify-content: center; }
.whatdoneed_sc .whatdoneedsc_box { width: 33.33%; padding: 10px 15px; position: relative; }
.whatdoneed_sc .whatdoneedsc_box a.box_link { background: #FFF2EB; padding: 30px 124px 30px 34px; display: inline-block; width: 100%; text-decoration: none; font-size: 24px; line-height: 30px; font-family: 'STIX Two Text', serif; color: #264D4D; font-weight: 500; height:100%; }
.whatdoneed_sc .whatdoneedsc_box a.box_link:hover { background: #264D4D; color: #fff; }
.whatdoneed_sc .whatdoneedsc_box a.box_link:hover .right_arrow { background: #C9EB61; }
.whatdoneed_sc .whatdoneedsc_box a.box_link:hover .right_arrow img { filter: inherit; }
.whatdoneed_sc .whatdoneedsc_box a.box_link .right_arrow { height: 37px; width: 37px; background: #14302B; border-radius: 50%; position: absolute; right: 60px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center; }
.whatdoneed_sc .whatdoneedsc_box a.box_link .right_arrow img { width: 9px; height: 15px; filter: brightness(100); }

.whatdoneed_sc.four_column .container_width { max-width: 1250px; }
.whatdoneed_sc.four_column .whatdoneedsc_box { width: 25%; }

/*  */
.imgslidercon_sc { padding: 23px 0 95px; }
.imgsliderconsc_wrap { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
.imgsliderconsc_wrap .left_part { width: 40%; }
.imgsliderconsc_wrap .slider_img { padding: 15px; }
.imgsliderconsc_wrap .slider_img img { height: 363px !important; object-fit: cover; border-radius: 140px 0px 140px 0; width: 100%; }
.imgsliderconsc_wrap .sliderbx_in .title { font-family: 'Avenir Book'; text-align: center; font-size: 18px; color: #1E2121; line-height: 26px; margin: 40px 55px 0; }
.sliderdet_main button.slick-arrow { height: 48px; width: 48px; font-size: 0; background: #14302B; border: 0; position: absolute; bottom: -8px; z-index: 9; }
.sliderdet_main button.slick-arrow:after { content: ''; background: url(https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/right-arrow.svg) no-repeat center / cover; width: 20px; height: 16px; display: inline-block; filter: brightness(100); }
.sliderdet_main button.slick-next.slick-arrow { right: 0; left: inherit; }
.sliderdet_main button.slick-prev.slick-arrow:after { content: ''; transform: rotate(180deg); }
.imgsliderconsc_wrap .right_part { width: calc(60% - 100px); }
.imgsliderconsc_wrap .title { font-size: 40px; line-height: 44px; color: #14302B; }
.imgsliderconsc_wrap .pretitle { font-size: 24px; line-height: 30px; color: #14302B; }
.imgsliderconsc_wrap .content { font-size: 18px; line-height: 26px; color: #1E2121; }
.imgsliderconsc_wrap .button_group, .bgimgwithconsc_wrap .button_group { display: flex; flex-flow: row wrap; gap: 15px; }

/*  */
.couplusslider_sc { background: #264D4D; color: #fff; padding: 50px 0 131px; }
.countersc_bx { width: 33.33%; }
.countersc_bx .countersc_in { max-width: 215px; }
.countersc_bx .counter_number { display: flex; font-size: 72px; line-height: 1; color: #C9EB61; }
/* .countersc_bx .title { font-size: 18px; line-height: 26px; } */
.countersc_main { display: flex; flex-flow: row wrap; margin-bottom: 100px; padding-bottom: 100px; border-bottom: 1px solid #fff; }
.sliderdet_head .heading { color: #fff; }
.sliderdet_head .pretext { font-size: 24px; line-height: 30px; font-family: 'STIX Two Text'; }
.productdet_main .sliderdet_head { padding-bottom: 80px; }
.productslider_bx .productslider_in { padding: 20px; }
.productslider_bx .slick-list.draggable { margin: 0 -325px 0 -20px; }
.productslider_bx .slick-track { margin-left: 0; }
.productslider_bx .product_image img { width: 100%; object-fit: cover; height: 235px !important; }
.productslider_bx .product_image { padding-bottom: 33px; }
.productslider_bx .content ul { padding-left: 11px; }
.productslider_bx .title {  font-family: 'STIX Two Text', serif; }
.productslider_bx button.slick-arrow { height: 48px; width: 48px; font-size: 0; background: #C9EB61; border: 0; position: absolute; bottom: -78px; z-index: 9; }
.productslider_bx button.slick-arrow:after { content: ''; background: url(https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/right-arrow.svg) no-repeat center / cover; width: 20px; height: 16px; display: inline-block; }
.productslider_bx button.slick-next.slick-arrow { right: 0; left: inherit; }
.productslider_bx button.slick-prev.slick-arrow:after { content: ''; transform: rotate(180deg); }
.productslider_bx button.slick-arrow.slick-prev { right: 120px; }
.productslider_bx .slick-arrow.slick-disabled { display: none !important; }
.productdet_main .btn_style1 { padding-top: 30px; }
.productdet_main .btn_style1 a { min-width: auto; padding: 12px 25px; }
.productdet_main .btn_style1 a:hover { color: #fff; }

.couplusslider_sc.counterbx_in { padding: 90px 0 60px; border-radius: 0px 180px 0px 0px; }
.couplusslider_sc.counterbx_in .countersc_main { margin: 0; padding-bottom: 70px; }

/*  */
.enquirenow_sc { background: #C9EB61; text-align: center; padding: 59px 0 50px; }
.enquirenowsc_wrap .title { font-size: 40px; line-height: 44px; color: #14302B; margin-bottom: 40px; }
.enquirenowsc_wrap .btn_style1 a { background-color: #14302B; color: #fff; min-width: auto; padding: 12px 32px; font-weight: 500; }
.enquirenowsc_wrap .btn_style1 a:hover { background-color: transparent; border-color: #14302B; color: #14302B; }

/*  */
.requirements_sc { background: #CCE3BF; padding: 90px 0; position: relative; z-index: 9; margin-bottom: 90px; }
.requirements_sc:after { content: ''; height: 649px; width: 505px; display: inline-block; border-radius: 0px 0px 180px 0px; background: #264D4D; position: absolute; top: 0; right: 0; z-index: -1; }
.requirementssc_wrap { display: flex; flex-flow: row wrap; justify-content: space-between; }
.requirementssc_wrap .heading { margin-bottom: 55px; }
.requirementssc_wrap .left_part { width: calc(50% - 70px); }
.requirementssc_wrap .right_part { width: 50%; position: relative; }
.requirementssc_wrap .right_image { position: absolute; top: 0; }
.requirementssc_wrap .right_image img { width: 100%; border-radius: 200px 0px 180px 0px; object-fit: cover; height: 742px !important; }
.requirementssc_wrap .iconbtn { padding-bottom: 38px; }
.requirementssc_wrap .iconbtn img { vertical-align: top; }
.requirementssc_wrap .btn_style1 a { background: #264D4D; color: #fff; border-color: #264D4D; text-decoration: none; }
.requirementssc_wrap .btn_style1 a:hover { background: transparent; color: #264d4d; }
.requirementssc_wrap .cta_button,
.requirementssc_wrap .btn_style1 { padding-top: 38px; } 

/*  */
.productdetails_sc { padding: 172px 0 77px; }
.productdetailssc_wrap { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; }
.productdetailssc_wrap .left_part { width: calc(50% - 100px); }
.productdetailssc_wrap .right_part { width: 50%; }
.productdetailssc_wrap .heading { margin-bottom: 60px; }
.productdetailssc_wrap .btn_style1 { padding-top: 20px; }
.productdetailssc_wrap .btn_style1 a { min-width: 230px; font-weight: 600; }
.productdetailssc_wrap .product_img img { width: 100%; object-fit: cover; }
.productimg_in .product_img img { height: 500px !important; }
/* .productdetailssc_wrap .productimg_in .slick-list.draggable { margin: 0 50px 80px; } */
.productdetailssc_wrap .product_list img { cursor: pointer; height: 75px !important; }
.productdetailssc_wrap .product_list .slick-list.draggable { margin: 0 60px; }
.productdetailssc_wrap .product_list .product_img { padding: 10px; }
.productdetailssc_wrap button.slick-arrow { height: 48px; width: 48px; font-size: 0; background: #14302B; border: 0; position: absolute; bottom: 28px; z-index: 9; }
.productdetailssc_wrap button.slick-arrow:after { content: ''; background: url(https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/right-arrow.svg) no-repeat center / cover; width: 20px; height: 16px; display: inline-block; filter: brightness(100); }
.productdetailssc_wrap button.slick-next.slick-arrow { right: 0; left: inherit; }
.productdetailssc_wrap button.slick-prev.slick-arrow:after { content: ''; transform: rotate(180deg); }
.product_list .slick-slide.slick-current.slick-active .product_img { border: 3px solid #C9EB61; }
.productdetails_sc.everything_you_need { padding-top: 50px; } 

/*  */
.sidebtside_sc { padding: 50px 0 138px; position: relative; }
.sidebtside_sc:before { content: ''; background: #C7E6EB; border-radius: 0px 240px 0px 0px; height: 732px; width: 50%; display: inline-block; position: absolute; top: 0; z-index: -1; left: 0; }
.sidebtsidesc_wrap { display: flex; flex-flow: row wrap; justify-content: space-between; }
.sidebtsidesc_wrap .left_part { width: calc(50% - 70px); padding-top: 50px; position: relative; }
.sidebtsidesc_wrap .right_part { width: calc(50% - 70px); }
.sidebtsidesc_wrap .heading { margin-bottom: 58px; }
.sidebtsidesc_wrap .left_part .image_fd { padding-top: 60px; }
.sidebtsidesc_wrap .right_part .image_fd { padding-bottom: 53px; }STIX Two Text
.sidebtsidesc_wrap .image_fd img { width: 100%; vertical-align: top; object-fit: cover; }
.sidebtsidesc_wrap .left_part .image_fd img { height: 450px !important; object-fit:cover;object-position:center;}
.sidebtsidesc_wrap .left_part:after { content: 'VS'; color: #264D4D; font-size: 72px; font-family: 'STIX Two Text', serif; line-height: 42px; position: absolute; top: 50%; right: -110px; }

.sidebtside_sc .slider_box button.slick-arrow { height: 48px; width: 48px; font-size: 0; background: #14302B; border: 0; position: absolute; top: 50%; z-index: 9; transform: translateY(-50%); left:-60px; }
.sidebtside_sc .slider_box button.slick-arrow:after { content: ''; background: url(https://3364795.fs1.hubspotusercontent-na1.net/hubfs/3364795/right-arrow.svg) no-repeat center / cover; width: 20px; height: 16px; display: inline-block; filter: brightness(100); }
.sidebtside_sc .slider_box button.slick-next.slick-arrow { right: -60px; left: inherit; }
.sidebtside_sc .slider_box button.slick-prev.slick-arrow:after { content: ''; transform: rotate(180deg); }

/*  */
.bgimgwithcon_sc { padding: 86px 0 118px; position: relative; z-index: 9; }
.bgimgwithcon_sc:after { background: rgba(30, 33, 33, .47); content: ""; display: inline-block; height: 100%; inset: 0; position: absolute; width: 100%; z-index: -1; }
.bgimgwithconsc_wrap { max-width: 1013px; color: #fff; }
.bgimgwithconsc_wrap .icon_bx { padding-bottom: 49px; }
.bgimgwithconsc_wrap .icon_bx img { vertical-align: top; border-radius: 50%; width: 101px; height: 101px !important; object-fit: cover; }
.bgimgwithconsc_wrap .title { color: #fff; margin-bottom: 30px; }
.bgimgwithconsc_wrap .cta_button,
.bgimgwithconsc_wrap .btn_style1 { padding-top: 40px; }
.bgimgwithconsc_wrap .btn_style1 a { min-width: 200px; font-weight: 600; }
.bgimgwithconsc_wrap .btn_style1 a:hover { color: #fff; }

/*  */
.sustainable_sc { background: #CCE3BF; border-radius: 0px 0px 250px 0px; padding: 94px 0; overflow: hidden; }
.sustainablesc_wrap { display: flex; flex-flow: row wrap; justify-content: space-between; align-items: center; padding-left: calc((100% - 1235px) / 2); }
.sustainablesc_wrap .left_part { width: calc(50% - 40px); }
.sustainablesc_wrap .right_part { width: 50%; }
.sustainablesc_wrap .right_part img { width: 100%; }
.sustainablesc_wrap .title { margin-bottom: 30px; }
.sustainablesc_wrap .content { font-size: 18px; line-height: 26px; }
.sustainablesc_wrap .btn_style1 { padding-top: 40px; }
.sustainablesc_wrap .btn_style1 a { background: #264D4D; color: #fff; border-color: #264D4D; }
.sustainablesc_wrap .btn_style1 a:hover { background: transparent; color: #264D4D; border-color: #264D4D; }

/*  */
.certifications_sc { padding: 116px 15px 50px; text-align: center; }
.certifications_sc .heading { margin-bottom: 60px; }
.certifications_sc .btn_style1 a { background: #264D4D; color: #fff; border-color: #264D4D; }
.certifications_sc .btn_style1 a:hover { background: transparent; color: #264d4d; border-color: #c9eb61; }
.logo_slider .logo_img img { width: 100px; margin: 0 auto; }
.logo_slider .logo_img { padding: 15px; }
.logo_slider .slick-list.draggable { margin: 0 -15px; }
.certifications_sc .btn_style1 { padding-top: 60px; }

.productimg_in .product_img h5.title { margin: 20px auto 0; text-align: center; font-family: Avenir Book, sans-serif; }

/* media query */
@media(min-width: 768px){
    .productdetailssc_wrap .right_part .heading { display: none; }
}


@media(max-width: 1440px){
    .productslider_bx .slick-list.draggable { margin: 0 -110px 0 -20px; }
}
@media(max-width: 1200px){
    .herocontent_bx h1 { font-size: 60px; }
    
    .imgsliderconsc_wrap .right_part { width: calc(60% - 30px); }
    
    .couplusslider_sc { border-radius: 0; }
    .countersc_bx .counter_number { font-size: 50px; margin-bottom: 10px; }
    .countersc_main { margin-bottom: 50px; padding-bottom: 50px; }
    .productdet_main .sliderdet_head { padding-bottom: 40px; }
    
    .productdetails_sc { padding: 50px 0; }
    .productdetailssc_wrap .left_part { width: calc(50% - 50px); }
    
    
    .sustainablesc_wrap .left_part { padding: 0 15px; }
    .sustainable_sc { padding: 70px 0; border-radius: 0px 0px 140px 0px; }
    
    .couplusslider_sc.counterbx_in { border-radius: 0 70px 0 0; }
    
    .sidebtside_sc .slider_box button.slick-arrow { top:auto; bottom:-100px; left:0; }
    .sidebtside_sc .slider_box button.slick-next.slick-arrow { right:0; }
}
@media(max-width: 991px){
    .whatdoneed_sc .whatdoneedsc_box a.box_link .right_arrow { right: 40px; }
    .whatdoneed_sc .whatdoneedsc_box a.box_link { padding: 30px 70px 30px 34px; }
    .whatdoneed_sc .heading { font-size: 30px; line-height: 44px; margin-bottom: 58px; }
    
    .productslider_bx .slick-list.draggable { margin: 0 -15px 0 -20px; }
    
    .requirements_sc:after { width: 415px; }
    .requirementssc_wrap .heading { margin-bottom: 25px; }
    .requirementssc_wrap .left_part { width: calc(50% - 30px); }
    
    .sidebtsidesc_wrap .left_part .image_fd img { height: 380px !important; }
    
}
@media(max-width: 767px){
/*     .productarea_main h2 { font-size: 30px; line-height: 34px; } */
    
    .videocont_main { height: 500px; }
    .herocontent_bx h1 { font-size: 40px; line-height: 50px; }
    .herocontent_bx .pretitle { font-size: 20px; line-height: 28px; }
    
    .whatdoneed_sc { padding: 59px 0 30px; }
    .whatdoneed_sc .whatdoneedsc_box { width: 50%; }STIX Two Text
    .whatdoneed_sc .whatdoneedsc_box a.box_link { padding: 30px 70px 30px 34px; font-size: 20px; line-height: 30px; }
    
    .imgslidercon_sc { padding: 23px 0 60px; }
    .imgsliderconsc_wrap .left_part,
    .imgsliderconsc_wrap .right_part { width: 100%; }
    .imgsliderconsc_wrap { flex-direction: column-reverse; gap: 50px; }
    .imgsliderconsc_wrap .title { font-size: 30px; }
    .imgsliderconsc_wrap .pretitle { font-size: 20px; }
    
    .couplusslider_sc { padding: 50px 0 70px; }
    .countersc_bx .counter_number { font-size: 40px; }
    .sliderdet_head .heading { font-size: 30px; }
    .sliderdet_head .pretext { font-size: 20px; line-height: 28px; font-family: 'STIX Two Text', serif; }
    
    .enquirenowsc_wrap .title { font-size: 30px; line-height: 34px; }
    
    .requirementssc_wrap .left_part,
    .requirementssc_wrap .right_part { width: 100%; }
    .requirements_sc:after { display: none; }
    .requirements_sc { padding: 70px 0 0; border-radius: 0px 0px 140px 0px; }
    .requirementssc_wrap .right_image img { border-radius: 140px 0px; height: 452px !important; }
    .productarea_main .case_study_feature_left>div{ width: 100%; }
    .requirementssc_wrap .right_image { position: relative; top: auto; bottom: -98px; }
    .requirementssc_wrap .cta_button,
    .requirementssc_wrap .btn_style1 { padding-top: 20px; }
    
    .productdetailssc_wrap .left_part .heading { display: none; }
    .productdetailssc_wrap .right_part .heading { margin-bottom: 40px; }
    .productdetailssc_wrap .left_part,
    .productdetailssc_wrap .right_part { width: 100%; }
    .productdetailssc_wrap { flex-direction: column-reverse; gap: 60px; }
    .productdetailssc_wrap button.slick-arrow { bottom: -52px; }
    .productdetailssc_wrap .product_list .slick-list.draggable { margin: 0 -15px; }
    .productdetailssc_wrap .product_image .slick-list.draggable { margin: 0 20px 80px; }
    .productslider_bx .product_image img { height: 195px !important; }
    
    .sidebtside_sc { padding: 50px 0 100px; }
    .sidebtsidesc_wrap .left_part:after { font-size: 40px; top: auto; right: 0; bottom: 40px; text-align: center; width: 100%; }
    .sidebtside_sc:before { width: 100%; border-radius: 0px 180px 0px 0px; height: 650px; }
    .sidebtsidesc_wrap .left_part { padding: 0 0 120px; width: 100%; }
    .sidebtsidesc_wrap .heading { margin-bottom: 35px; }
    .sidebtsidesc_wrap .left_part .image_fd { padding-top: 70px; }
    .sidebtsidesc_wrap .right_part { width: 100%; }
    
    .bgimgwithcon_sc { padding: 80px 0; }
    .bgimgwithconsc_wrap .icon_bx { padding-bottom: 38px; }

    .sustainablesc_wrap .left_part { width: 100%; padding-bottom: 50px; }
    .sustainablesc_wrap .right_part { width: 100%; }
    
    .certifications_sc { padding: 76px 15px 40px; }
    .certifications_sc .heading { margin-bottom: 40px; }
    
    .couplusslider_sc.counterbx_in { padding: 60px 0; }
    
    .imgsliderconsc_wrap .slider_img img { height: 320px !important; }
    
    
}
@media(max-width: 575px){
    .whatdoneed_sc .heading { margin-bottom: 30px; }
    .whatdoneed_sc .whatdoneedsc_box { width: 100%; }
    .whatdoneed_sc .whatdoneedsc_box a.box_link { padding: 25px 70px 25px 23px; }
    
    .countersc_bx { width: 100%; padding-bottom: 20px; }
    .countersc_bx:last-child { padding-bottom: 0; }
    .countersc_bx .countersc_in { max-width: 100%; }
    .productdet_main .btn_style1 { padding-top: 90px; text-align: center; }
    .productslider_bx button.slick-next.slick-arrow { left: inherit; right: 0; }
    .productslider_bx button.slick-arrow { bottom: -50px; }
    .productslider_bx button.slick-arrow.slick-prev { right: auto; }
    .productdet_main .btn_style1 a { max-width: 260px; width: 100%; }
    .bgimgwithconsc_wrap .button_group { flex-flow:column; }
    .bgimgwithconsc_wrap .button_group .btn_style1+.btn_style1 { padding-top:0px; }
    .productimg_in .product_img img { height: 350px!important; }
}

@media(max-width: 414px){
    .imgsliderconsc_wrap .button_group .btn_style1 a,
    .imgsliderconsc_wrap .button_group .btn_style2 a { width: 100%; min-width: 100%; max-width: 100%; }
    .imgsliderconsc_wrap .button_group .btn_style1,
    .imgsliderconsc_wrap .button_group .btn_style2 { width: 100%; }
    .imgsliderconsc_wrap .button_group { gap: 25px; }
    
    .bgimgwithconsc_wrap .btn_style1 a { max-width: 100%; min-width: 100%; }
    
    .sidebtsidesc_wrap .left_part .image_fd img { height: 280px !important; }
}