/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.banner-section .row-fluid {
  padding: 0 !important;
}

@media (max-width: 767px) {
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Font Awesome 5 Brands";
  src:
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-brands-400.eot") format("embedded-opentype"),
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-brands-400.woff") format("woff"), 
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-brands-400.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: 
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-solid-900.eot") format("embedded-opentype"),
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-solid-900.woff") format("woff"), 
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-solid-900.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
    font-display: swap;
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: 
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-regular-400.woff") format("woff"), 
    url("https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/fonts/fa-regular-400.ttf") format("truetype");
    font-display: swap;
}


body {
  font-family: Roboto, sans-serif;
  font-size: 22px;
  color: #212121;
  line-height: 1.636365;
}

p {
  margin: 0;
  padding-bottom: 50px;
}

/* Anchor Links */
a {
  color: #707070;
  text-decoration: none;
  transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -wekit-transition: all 300ms linear;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 400;
  font-family: Roboto, serif;
  color: #595959;
  word-break: break-word;
}

h1 {
  font-size: 85px;
  line-height: 1.070588;
}

h2 {
  font-size: 40px;
  line-height: 1.2;
}

h3 {
  font-size: 35px;
  line-height: 1.22857;
}

h4 {
  font-size: 30px;
  line-height: 1.433332;
}

h5 {
  font-size: 30px;
  line-height: 1.266665;
}

h6 {
  font-size: 27px;
  line-height: 1.5;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}


blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
  margin-left: 0;
}

/* TODO */
small {

}

/* TODO */
mark {

}

i {
  transition: all 0.5s;
}

.fa, .fas, .far, .fal, .fad, .fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.fab {
  font-family: 'Font Awesome 5 Brands';
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

* {
  outline: none;
}

.hs-search-field__suggestions li#results-for, 
.hs-search-field__suggestions li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}

img {
  
}

::selection {
  background-color: #a9a9a9;
  color: #000;
  text-shadow: none;
}

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

[class*="force-full-width-section"]>.row-fluid {
  padding: 0;
}

@media (max-width: 1599px) {
  body {
    line-height: 27px;
  }
}

@media (max-width: 1400px) {
  body {
    line-height: 25px;
  }
}

@media (max-width: 991px) {
  body {
    line-height: 26px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0 0 20px;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  text-decoration: none;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input,
.hs-search-field input.hs-search-field__input,
input[type="password"] {
  display: block;
  width: 100% !important;
  padding: 8px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  background-color: #f5f8fa;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display: inline-block;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field,
.hs-form-field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 22px;
  color: #212121;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto, sans-serif;
}

.hs-error-msgs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hs-error-msgs label {
  color: #f2545b !important;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: normal;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

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

td, th {
  padding: 10px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */


.service-row1 .dnd-section {
  width: 100%;
  position: relative;
  padding: 0;
}

.service-row1 .dnd-section:before {
  content: '';
  position: absolute;
  background: #eef4f3;
  left: 0;
  right: 600px;
  bottom: 0;
  top: 0;
  opacity: 0.85;
  z-index: 0;
}

.service-row1 .dnd-section>.row-fluid>div {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 65%;
  padding: 127px 198px 127px 0;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.service-row1 h2 {
  margin-bottom: 40px;
  color: #595959;
}

.service-row2 .dnd-section {
  padding: 150px 0 70px;
}

.service-row2 .span5 {
  width: 40%;
  -webkit-box-shadow: 0 0 45px rgb(0 0 0 / 8%);
  box-shadow: 0 0 45px rgb(0 0 0 / 8%);
  position: relative;
  min-height: 412.3px;
  border-radius: 23px;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 493px;
  height: 100%;
  padding: 58px;
  overflow: hidden;
  margin-top: -80px;
  background-position: initial !important;
}

.service-row2 .span7 {
  float: right;
  width: 60%;
  padding-left: 30px;
  height: 100%;
  min-height: 402px;
  margin: 0;
  margin-left: auto;
}

.service-row2 h2 {
  color: #595959;
  margin-bottom: 25px;
}

.service-row2 .span7 ul {
  margin: 0;
  list-style: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  padding: 0 0px 35px 45px;
}

.service-row2 .span7 ul li {
  list-style: disc;
}

.service-row2 .span5:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: -webkit-gradient( linear , left top, left bottom , from(#fe5621), to(#be4019));
  background: -o-linear-gradient( top , #fe5621 0%, #be4019 100%);
  background: linear-gradient( 180deg , #fe5621 0%, #be4019 100%);
  opacity: 0.85;
}

.service-row2 .span5>div {
  position: relative;
}

.service-row2 .dnd-section>.row-fluid>div {
  display: block !important;
}

.service-row2 .form-title,
.contact-page .form-title {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}

.service-row2 form {
  padding-top: 20px;
}

.service-row2 form .hs-input,
.contact-page form .hs-input {
  border-radius: 6px;
  border: 1px solid #747474;
  min-width: 211px;
  background-color: #ffffff;
  padding: 8px 15px;
  color: #595959;
  font-size: 24px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  width: 100% !important;
}

.service-row2 form .hs-input:hover,
.contact-page form .hs-input:hover {
  background: #ffffff;
  color: #fe5621;
}

.service-row2 form .hs-form-field,
.contact-page form .hs-form-field {
  margin: 0;
  padding-right: 10px;
  padding-bottom: 20px;
}

.service-row2 form textarea,
.contact-page form textarea {
  min-height: 76px;
  font-size: 24px;
  line-height: normal;
}

.service-row2 form .hs-form-field>label,
.contact-page form .hs-form-field>label {
  margin: 0;
}

.service-row2 form input.hs-button.primary.large,
.contact-page form input.hs-button.primary.large {
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 17px;
  border: 3px solid #ffffff;
  min-width: 211px;
  background: transparent;
  padding: 20px 15px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  font-weight: 400;
  margin-top: 10px;
}

.service-row2 form input.hs-button.primary.large:hover,
.contact-page form input.hs-button.primary.large:hover {
  background: #ffffff;
  color: #fe5621;
}

.service-row2 form .actions,
.contact-page form .actions {
  margin-bottom: -19px;
}

.service-row2 form .hs-error-msgs label,
.contact-page form .hs-error-msgs label {
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding-left: 9px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.service-row2 form .hs-error-msgs,
.contact-page form .hs-error-msgs {
  padding-top: 11px;
  padding-bottom: 6px;
}

.service-row2 .span7 p {
  padding-bottom: 36px;
}

.service-row3 .dnd-section {
  position: relative;
  padding: 150px 0 190px;
}

.service-row3 .dnd-section:before {
  content: '';
  position: absolute;
  background-color: #0096a6;
  opacity: 0.95;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.service-row3 .dnd-section>.row-fluid>div {
  width: 100%;
  max-width: 991px;
  margin: 0 auto;
  float: none;
  color: #fff;
}

.service-row3 h2 {
  color: #fff;
  margin-bottom: 40px;
}

.service-row3 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  width: 100%;
  padding-left: 30px;
}

.service-row3 ul li {
  list-style: disc;
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 5px;
}

/*.service-row4 classes migrated to service-page.css*/


.service-row5 .dnd-section {
  padding: 0;
}

.service-row5 h2 {
  line-height: 48px;
  color: #595959;
  margin: 0;
  margin-bottom: 40px;
}

.service-row5 .wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: auto;
}

.service-row5 .wrap:before,.service-row5 .wrap:after {
  content: none;
}

.service-row5 .wrap>.span6 {
  width: auto;
  margin: 0 15px;
}

.service-row6 .dnd-section {
  padding-top: 58px;
  padding-bottom: 80px;
}

.service-row7 .dnd-section {
  padding: 80px 0;
}

.dnd-section p:last-child {
  padding: 0;
}

.service-row8 .dnd-section {
  padding: 0 15px;
  padding-bottom: 100px;
}

.service-row1 .dnd-section p {
  padding-bottom: 40px;
}

.inbound-page .dnd-section {
  padding-top: 136px;
  padding-bottom: 45px;
}

.inbound-page .dnd-section>div>div {
  max-width: 900px;
  margin: 0 auto !important;
  float: none !important;
}

.inbound-page h2 {
  margin-bottom: 40px;
  color: #595959;
}

.inbound-page a {
  text-decoration: none;
}

.inbound-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
}

.inbound-page ul li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #707070;
  border-radius: 100%;
  margin: 0 15px 0 30px;
  vertical-align: middle;
}

.inbound-page img {
  display: block;
  margin: 0 auto;
}

.inbound-page h3 {
  margin: 0;
}

h3 {
  line-height: 43px;
}

.inbound-page blockquote {
  border: 0;
  margin: 0;
  line-height: inherit;
  box-shadow: 0 0 45px rgb(0 0 0 / 9%);
  border-radius: 33px;
  background-color: #ffffff;
  padding: 58px;
  margin: 55px 0;
}

.inbound-page blockquote p {
  padding: 0 0 10px 0 !important;
}

.about-row2 .dnd-section {
  padding: 150px 0;
}

.about-row2 .span4 {
  width: 37%;
  padding: 0 15px;
}

.about-row2 .span8 {
  width: 63%;
  padding: 0 15px;
  margin-left: 0;
}

.about-row2 .dnd-section>.row-fluid {
  padding: 0;
}

.about-row2 .span4 img {
  max-width: 412px;
  object-fit: cover;
  width: 100%;
}

.about-row2 .span8 h2 {
  margin-bottom: 20px;
}

.about-row2 .span4 .dnd-module {
  display: block !important;
}

.about-row3 .dnd-section {
  padding: 25px 0 70px;
}

.about-row3 .hs_cos_wrapper_type_rich_text p {
  padding-bottom: 50px;
}

.about-row3 .span4:nth-child(3n + 2) .industry-card .inner:before {
  background-color: rgba(116, 116, 116, 0.9);
}

.about-row4 .dnd-section {
  padding: 70px 0 120px;
}

.about-row3 .span4 {
  padding: 20px 0;
}

.about-row4 h2 {
  margin-bottom: 15px;
}

.about-row4 .span6 {
  margin-left: 0;
  float: left;
  width: 50%;
  padding: 25px;
}

.about-row4 .row-fluid.wrap {
  width: auto;
  margin: 0 -25px;
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.about-row4 .team-section {
  width: 50%;
  padding: 25px;
  padding-left: 0;
}

.about-row4 .span6 .team-section {
  width: 100%;
  padding: 0;
}

.about-row3 .row-fluid.wrap {
  width: auto;
  margin: 0 -20px;
}

.about-row3 .span4 {
  width: 33.33%;
  margin-left: 0;
  padding: 20px;
}

.team-row1 .span6 {
  width: 43%;
  padding: 0 30px;
  padding-left: 15px;
}

.team-row1 .span6:last-child {
  width: 57%;
  margin-left: 0;
  padding-left: 30px;
  padding-right: 15px;
}

.team-row1 .span6 .dnd-module {
  display: block !important;
}

.team-row1 img {
  width: 100%;
  height: 475px !important;
  object-fit: cover;
}

.team-row1 .dnd-section>.row-fluid {
  padding: 0;
}

.team-row1 p {
  font-size: 28px;
  line-height: 40px;
  color: #595959;
}

.team-row1 .dnd-section {
  padding: 80px 0;
}

.team-row2 .dnd-section {
  padding: 0;
  padding-bottom: 100px;
}

.team-row3 .dnd-section {
  padding: 0;
}

.team-row3 .dnd-section>div>div {
  padding: 50px 1.75rem 200px;
}

.team-row3 .latest-post-section .blog-inner {
  margin: 0;
}

.team-row4 .dnd-section {
  padding: 0;
  padding-bottom: 160px;
}

.team-row4 .custom-free-consult-section:before {
  background: rgba(254, 86, 33, 0.7);
  opacity: 1;
}

.team-row4 .custom-free-consult-section .expert-left-section {
  padding: 0;
  width: 35%;
}

.team-row4 .custom-free-consult-section .expert-right-section {
  padding: 0;
  width: 65%;
  min-height: 296px;
}

.team-row4 .custom-free-consult-section {
  background-image: url(https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/images/form-bg.png);
  box-shadow: 0 0 45px rgb(0 0 0 / 19%);
  background-repeat: no-repeat;
  background-size: cover;
  height: initial;
  min-height: 412.3px;
  border-radius: 23px;
  overflow: hidden;
  padding: 58px;
  position: relative;
  z-index: 0;
}


.team-row4 .custom-free-consult-section .expert-wrap {
  float: none;
  margin: 0;
}

.team-row4 .custom-free-consult-section .expert-left-section h2 {
  margin: 0;
}

.team-row4 .custom-free-consult-section input.hs-button.primary.large {
  margin: 0;
}

.team-row4 .custom-free-consult-section form {
  padding-top: 15px;
}

.team-row2 {
  padding-bottom: 40px;
}

/*.progress-container {
  opacity: 0;
  transition: all ease 0.5s;
  transition-delay: 0.4s;
  width: 100%;
  height: 14px;
  background: #ffffff;
  position: fixed;
  top: 163px;
  z-index: 4;
}

.progress-bar {
  height: 14px;
  background: #00bbd3;
  width: 0%;
}*/

.scroll-header /*.progress-container*/ {
  opacity: 1;
}

.fw-row1 .dnd-section {
  padding: 85px 0 0;
}

.fw-row1 p {
  padding: 17px 0 !important;
}

.fw-row1 .hs_cos_wrapper_type_rich_text {
  display: block;
  max-width: 900px;
  margin: 0 auto;
}

.fw-row1 h2 {
  color: #00606b;
  margin: 40px 0 0 0;
  font-weight: 700;
  line-height: 48px;
}

.fw-row1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.fw-row1 ul li {
  padding: 5px 0;
}

.fw-row1 ul li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #707070;
  border-radius: 100%;
  margin: 0 15px 0 30px;
  vertical-align: middle;
}

.fw-row2 .dnd-section>div>.dnd-column {
  max-width: 900px;
  margin: 0 auto !important;
  float: none !important;
}

.fw-row2 .dnd-section {
  padding: 0;
  padding-bottom: 22px;
}

.fw-row2 .form-title {
  color: #00606b;
  margin: 40px 0 0 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  padding-bottom: 90px;
}

.fw-row2 .hs-form-field>label {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}

.fw-row2 .hs-input {
  max-width: 500px;
}

.fw-row2 legend.hs-field-desc {
  color: #7c98b6 !important;
  line-height: normal;
}

.fw-row2 .hs-richtext p {
  margin: 14px 0;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  line-height: 24px;
  font-size: 14px;
  color: #33475b;
}

.fw-row2 .actions {
  margin-top: 17px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.fw-row2 .actions input.hs-button.primary.large {
  margin: 0;
}

.fw-row3 .dnd-section {
  padding: 95px 0 70px;
}

.fw-row3 {
  padding-bottom: 45px;
}

.fw-row5 .dnd-section {
  padding: 0;
  padding-bottom: 100px;
}

.fw-row5 .latest-post-section .blog-inner {
  justify-content: initial;
  align-items: initial;
}

.fw-row5 .latest-post-section .single-blog .blog-content h4 {
  min-height: initial;
}

.team-row4.fw-row4 .custom-free-consult-section form {
  padding-top: 12px;
}

.fw-row4 .custom-free-consult-section .expert-right-section .hs-input {
  font-family: 'Montserrat', sans-serif;
  padding: 8.5px 15px;
}

.marketing-consultant-page h2,
.marketing-consultant-page .fw-row2 .form-title {
  color: #595959 !important;
  font-weight: 400 !important;
  margin: 0 0 40px !important;
}

.marketing-consultant-page .fw-row1 p {
  padding: 0 !important;
  padding-bottom: 50px !important;
}

.marketing-consultant-page .fw-row2 .form-title {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.contact-page .dnd-section {
  padding: 65px 0 125px;
}

.contact-page .dnd-section>.row-fluid {
  padding: 0;
  align-items: center;
}

.contact-page .span7 {
  width: 60%;
  padding-left: 15px;
  padding-right: 27px;
}

.contact-page .span5 {
  margin-left: 0;
  width: 40%;
  padding: 0 30px;
  position: relative;
  left: 3px;
}

.contact-page .hs_cos_wrapper_type_form {
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  height: initial;
  min-height: 684px;
  border-radius: 23px;
  overflow: hidden;
  padding: 58px;
  position: relative;
  z-index: 0;
  box-shadow: 0 0 45px rgb(0 0 0 / 8%);
  background-image: url(https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/images/work-with-pepperland.jpg);
}

.contact-page .hs_cos_wrapper_type_form:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(254, 86, 33, 0.7);
  z-index: -1;
}

.contact-page form {
  padding-top: 20px;
}

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

.contact-page .span5 h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #595959;
}

.contact-page form .hs-input {
  font-family: 'Montserrat', sans-serif;
  padding: 8.5px 15px;
}

.contact-page form select {
  font-family: 'Roboto',sans-serif !important;
  padding: 8px 15px;
}

.career-row1 .dnd-section {
  padding: 85px 0 55px;
}

.career-row1 .dnd-section>div>div {
  box-shadow: 0 0 45px rgb(0 0 0 / 9%);
  border-radius: 33px;
  background-color: #ffffff;
  padding: 50px;
  width: auto !important;
  margin: 0px -20px !important;
}

.career-row2 .dnd-section {
  padding: 0;
  padding-bottom: 100px;
}

.career-row2 .latest-post-section .single-blog .blog-content h4 {
  min-height: initial;
}

.career-row2 .latest-post-section {
  padding-bottom: 40px;
}

.career-row2 .latest-post-section span.date {
  display: none;
}

.career-row2 .latest-post-section span.hide {
  display: inline-block !important;
}

.custom-free-consult-section .expert-left-section p a {
  text-decoration: none;
  color: inherit;
}

.service-layout.paid-search .service-wrap {
  padding-top: 40px;
}

.service-layout.paid-search .service-wrap h3 span {
  display: none;
}

.service-layout .widget-span {
  min-height: 0;
}

.service-row2 form .grecaptcha-badge {
  margin: 0;
  margin-top: 11px;
  margin-bottom: -8px;
}

.home-row1 .dnd-section {
  padding: 0;
  background-position: center 105px !important;
  position: relative;
  background-attachment: fixed;
}

.home-row1 .mission-section {
  padding: 70px 0;
  clear: both;
  overflow: hidden;
}

.home-row1 .mission-section .page-center {
  max-width: 1200px;
}

.home-row1 .mission-section .content-with-img-column {
  box-shadow: 0 0 45px rgb(0 0 0 / 9%);
  border-radius: 33px;
  background-color: #ffffff;
  width: auto;
  margin: 0 -15px;
  padding: 60px 40px;
  float: left;
  display: flex;
  align-items: center;
}

.home-row1 .mission-section .content-with-img-column .left-section {
  float: left;
  width: 55%;
  padding: 0 15px;
}

.home-row1 .mission-section .content-with-img-column .image-section {
  float: left;
  width: 45%;
  padding: 0 15px;
  text-align: center;
}

.home-row1 .mission-section .content-with-img-column .left-section h2 {
  color: #595959;
  margin: 0;
  line-height: 48px;
  margin-bottom: 40px;
}

.home-row1 .mission-section .content-with-img-column .left-section p {
  line-height: 36px;
}

.home-row1 .mission-section .content-with-img-column .image-section img {
  object-fit: initial;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.home-row3 .dnd-section {
  padding: 133px 0 90px;
}

.home-layout h2 {
  color: #595959;
  margin: 0;
  line-height: 48px;
  margin-bottom: 40px;
}

.home-row4 .dnd-section {
  padding: 0;
}

.about-row3.home-row3 .span4 {
  padding-top: 0;
  padding-bottom: 0;
}

.home-row4 .row-fluid.wrap {
  width: auto;
  margin: 0 -18px;
}

.home-row4 .span6 {
  float: left;
  width: 50%;
  padding: 0 18px;
}

.home-row4 .span6:last-child {
  margin-left: 0;
}

.home-row4 .span6:last-child>div+div {
  margin-top: 36px;
}

.home-row4 .span6:first-child .title-img-column .help-right-inner {
  height: 674px;
}

.home-row5 .dnd-section {
  padding-top: 58px;
  padding-bottom: 133px;
}

.home-row6 .dnd-section,
.home-row7 .dnd-section {
  padding: 0;
}

.home-layout .latest-post-section .blog-inner {
  margin: 0;
}

.home-row7 .latest-post-section {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

.home-row7 .hs-button {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 17px;
  background-color: #fe5621;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 24px;
  display: inline-block;
  padding: 22px 10px;
  text-align: center;
  line-height: 24px;
  min-width: 211px;
  margin-left: 28px;
  text-decoration: none;
  margin-bottom: 200px;
  font-family: 'Roboto', sans-serif;
  border: 0;
}

.home-row7 .hs-button:hover {
  background-color: #ad401d;
}

.home-row8 .dnd-section {
  padding: 65px 0;
}

::-webkit-input-placeholder {
  -ms-filter: 'progid:DXImageTransform.Microform.Alpha(Opacity=100)';
  font-family: 'Poppins', sans-serif;
}
::-moz-placeholder {
  -ms-filter: 'progid:DXImageTransform.Alpha(Opacity=100)';
  font-family: 'Poppins', sans-serif;
}

.home-row9 .row-fluid.wrap {
  width: auto;
  margin: 0 -30px;
  display: flex;
  align-items: center;
}

.home-row9 .span7 {
  float: left;
  width: 60%;
  padding: 0 30px;
}

.home-row9 .span5 {
  margin-left: 0;
  float: left;
  width: 40%;
  padding: 0 30px;
}

.home-row7 {
  padding-top: 24px;
}

.home-row9 .dnd-section {
  padding: 65px 0 125px;
}

@media (min-width: 1600px) {
  .service-layout .main-banner h1 {
    padding-bottom: 0;
    line-height: 91px;
  }
}

@media (max-width: 1599px) {
  .service-row1 .dnd-section:before {
    right: 450px;
  }

  .service-row1 .dnd-section>.row-fluid>div {
    padding: 80px 150px 80px 0;
  }

  .service-row2 .dnd-section {
    padding: 80px 0 70px;
  }

  .service-row2 .span5 {
    margin-top: -10px;
    padding: 50px;
    min-height: 396px;
  }

  .service-row2 form .actions {
    margin-bottom: 0;
  }

  .service-row3 .dnd-section {
    padding: 100px 0 180px;
  }

  .service-row3 h2 {
    margin-bottom: 50px;
  }

  .service-row3 ul li {
    font-size: 21px;
    line-height: 32px;
  }

  .service-row6 .dnd-section {
    padding-bottom: 0;
    }

  .inbound-page .dnd-section {
    padding-top: 115px;
  }

  .inbound-page p {
    padding-bottom: 30px;
  }

  .inbound-page blockquote {
    padding: 50px;
  }

  h3 {
    line-height: 37px;
  }

  .about-row2 .span4 img {
    max-width: 350px;
  }

  .about-row2 p {
    padding-bottom: 30px;
  }

  .about-row2 .dnd-section {
    padding: 80px 0;
  }

  .about-row3 h2 {
    margin-bottom: 20px;
  }

  p {
    padding-bottom: 30px;
  }

  .about-row3 .hs_cos_wrapper_type_rich_text p {
    padding-bottom: 30px;
  }

  .about-row3 .dnd-section {
    padding-bottom: 80px;
  }

  .about-row4 .dnd-section {
    padding: 0px 0 60px;
  }

  .team-row1 .dnd-section {
    padding: 70px 0;
  }

  .team-row1 img {
    height: 450px !important;
  }

  .team-row1 .span6 {
    padding: 0 20px;
    padding-left: 15px;
  }

  .team-row1 .span6:last-child {
    padding-left: 20px;
    padding-right: 15px;
  }

  .team-row1 p {
    font-size: 23px;
    line-height: 34px;
  }

  .team-row3 .dnd-section>div>div {
    padding-bottom: 170px;
  }

  .team-row4 .dnd-section {
    padding-bottom: 100px;
  }

  .team-row2 {
    padding-bottom: 0;
  }

  .fw-row1 .dnd-section {
    padding-top: 70px;
  }

  .fw-row1 p {
    padding: 15px 0 !important;
  }

  .fw-row1 h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .fw-row1 ul {
    margin-bottom: 15px;
  }

  .fw-row1 ul li {
    padding: 0;
  }

  .fw-row1 ul li:before {
    margin: 0 15px 0 20px;
  }

  .fw-row2 .form-title {
    padding-bottom: 92px;
  }

  /*.progress-container {
    top: 107px;
  }*/

  .fw-row3 .dnd-section {
    padding: 30px 0;
  }

  .fw-row2 .dnd-section {
    padding-bottom: 5px;
  }

  .fw-row2 .actions {
    margin-top: 18px;
  }

  .team-row4.fw-row4 .custom-free-consult-section {
    padding: 50px;
    min-height: 396px;
  }

  .team-row4.fw-row4 .custom-free-consult-section .expert-left-section h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .fw-row5 .latest-post-section .single-blog .blog-content h4 {
    padding-bottom: 5px;
  }

  .fw-row5 .dnd-section {
    padding-bottom: 80px;
  }

  .marketing-consultant-page .fw-row1 p {
    padding-bottom: 30px !important;
  }

  .contact-page .hs_cos_wrapper_type_form {
    padding: 50px;
    min-height: 665px;
  }

  .contact-page .span5 {
    padding-right: 20px;
  }

  .contact-page .dnd-section {
    padding-bottom: 100px;
  }

  .career-row1 .dnd-section {
    padding: 80px 0 45px;
  }

  .career-row1 .dnd-section>div>div {
    margin: 0px -15px !important;
  }

  .career-row2 .dnd-section {
    padding-bottom: 80px;
  }

  .career-row2 .latest-post-section .single-blog .blog-content h4 {
    padding-bottom: 5px;
  }

  .service-layout.paid-search .service-wrap {
    padding-top: 30px;
  }

  .home-row1 .dnd-section {
    background-position: center 75px !important;
  }

  .home-row1 .mission-section .content-with-img-column {
    padding: 60px;
  }

  .home-row1 .mission-section .content-with-img-column .left-section p {
    font-size: 18px;
    line-height: 27px;
    padding-bottom: 30px;
  }

  .home-row1 .mission-section .content-with-img-column .image-section {
    padding-right: 40px;
  }

  .home-row1 .mission-section .content-with-img-column .left-section p:last-child {
    padding-bottom: 0;
  }

  .about-row3 .dnd-section {
    padding: 70px 0;
  }

  .about-row3 h2 {
    margin-bottom: 40px;
  }

  .home-row4 .span6:first-child .title-img-column .help-right-inner {
    height: 595px;
  }

  .home-row7 .latest-post-section {
    padding-top: 0;
  }

  .home-row7 .hs-button {
    margin-bottom: 150px;
    font-size: 18px;
    line-height: 26px;
    padding: 16px 10px;
    min-width: 200px;
  }

  .home-row9 .dnd-section {
    padding-bottom: 100px;
  }

  .home-row8 .dnd-section {
    padding-bottom: 0;
  }
}

@media (max-width: 1400px) {
  .service-row1 .dnd-section:before {
    right: 400px;
  }

  .service-row1 .dnd-section>.row-fluid>div {
    padding: 70px 120px 70px 0;
  }

  .service-row1 h2 {
    line-height: 42px;
    margin-bottom: 20px;
  }

  .service-row1 .dnd-section p {
    padding-bottom: 25px;
  }

  .service-row2 .dnd-section {
    padding: 70px 0;
  }

  .service-row2 .span5 {
    margin-top: 0;
    padding: 35px;
    min-height: 366px;
  }

  .service-row2 .form-title {
    font-size: 35px;
    line-height: 42px;
  }

  .service-row2 form .actions {
    padding-bottom: 40px;
  }

  .service-row2 form .hs-input {
    font-family: 'Montserrat', sans-serif;
    padding: 8.5px 15px;
  }

  .service-row3 .dnd-section {
    padding: 70px 0 150px;
  }

  .service-row5 h2 {
    line-height: 42px;
    margin-bottom: 20px;
  }

  .service-row7 .dnd-section {
    padding: 70px 0;
  }

  .inbound-page .dnd-section {
    padding-top: 113px;
  }

  .inbound-page h2 {
    margin-bottom: 20px;
  }

  .inbound-page blockquote {
    padding: 35px;
  }

  h3 {
    line-height: 38px;
  }

  .about-row2 .dnd-section {
    padding: 70px 0;
  }

  .about-row2 .span4 img {
    max-width: 320px;
  }

  .about-row2 .span8 {
    width: 65%;
  }

  .about-row2 .span4 {
    width: 35%;
  }

  .about-row3 .dnd-section {
    padding: 0px 0 70px;
  }

  .team-row3 .dnd-section>div>div {
    padding-bottom: 160px;
  }

  .team-row4 .custom-free-consult-section {
    padding: 35px;
    min-height: 366px;
  }

  .team-row4 .dnd-section {
    padding-bottom: 70px;
  }

  .fw-row1 h2 {
    line-height: 42px;
  }

  .fw-row2 .form-title {
    font-size: 35px;
    line-height: 42px;
  }

  .team-row4.fw-row4 .custom-free-consult-section {
    padding: 35px;
    min-height: 366px;
  }

  .team-row4.fw-row4 .custom-free-consult-section .expert-left-section h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .fw-row5 .dnd-section {
    padding-bottom: 70px;
  }

  /*.progress-container {
    top: 105px;
  }*/

  .marketing-consultant-page h2 {
    margin-bottom: 20px !important;
  }

  .marketing-consultant-page .fw-row2 .dnd-section {
    padding-bottom: 25px;
  }

  .contact-page .hs_cos_wrapper_type_form {
    padding: 35px;
    min-height: 622px;
  }

  .contact-page .form-title {
    font-size: 35px;
    line-height: 42px;
  }

  .contact-page .span5 h2 {
    line-height: 42px;
    margin-bottom: 20px;
    font-size: 35px;
  }

  .career-row1 .dnd-section {
    padding: 70px 0 35px;
  }

  .service-layout.paid-search .service-wrap {
    padding-top: 20px;
  }

  .home-row1 .dnd-section {
    background-position: center 95px !important;
  }

  .home-row1 .mission-section .page-center {
    max-width: 1100px;
  }

  .home-row1 .mission-section .content-with-img-column {
    padding: 40px;
  }

  .home-row1 .mission-section .content-with-img-column .left-section h2 {
    line-height: 42px;
    margin-bottom: 20px;
  }

  .home-row1 .mission-section .content-with-img-column .left-section p {
    font-size: 17px;
    line-height: 25px;
  }

  .home-row1 .mission-section .content-with-img-column .image-section img {
    height: auto;
  }

  .about-row3.home-row3 .dnd-section {
    padding: 70px 0;
  }

  .about-row3.home-row3 h2,.home-layout h2 {
    line-height: 42px;
    margin-bottom: 20px;
  }

  .home-row5 .dnd-section {
    padding-bottom: 70px;
  }


}

@media (max-width: 1199px) {
  .service-row1 .dnd-section:before {
    right: 350px;
  }

  .service-row1 .dnd-section>.row-fluid>div {
    width: 60%;
    padding: 60px 15px 60px 0;
  }

  .service-row1 h2 {
    line-height: 43px;
  }

  .service-row2 .dnd-section {
    padding: 60px 0;
  }

  .service-row2 .span5 {
    padding: 30px;
  }

  .service-row2 form .actions {
    padding-bottom: 60px;
  }

  .service-row8 .dnd-section {
    padding-bottom: 60px;
  }

  .service-row7 .dnd-section {
    padding: 60px 0;
  }

  h2 {
    line-height: 43px;
  }

  .inbound-page .dnd-section {
    padding-bottom: 30px;
  }

  .inbound-page blockquote {
    margin: 30px 0 40px;
  }

  h3 {
    line-height: 38px;
  }

  .about-row2 .span8 {
    padding-left: 50px;
  }

  .about-row2 .dnd-section {
    padding: 60px 0;
  }

  .about-row3 .dnd-section {
    padding-bottom: 50px;
  }

  .about-row4 .row-fluid.wrap {
    margin: 0 -15px;
  }

  .about-row4 .team-section {
    padding-left: 10px;
  }

  .about-row3 .span4 {
    padding: 15px;
  }

  .about-row3 .row-fluid.wrap {
    margin: 0 -15px;
  }

  .team-row1 p {
    font-size: 20px;
    line-height: 30px;
  }

  .team-row4 .custom-free-consult-section {
    padding: 30px;
  }

  .team-row4 .custom-free-consult-section .expert-left-section h2 {
    font-size: 35px;
    line-height: 43px;
  }

  .team-row4 .custom-free-consult-section .expert-left-section {
    padding-right: 10px;
  }

  .team-row1 .dnd-section {
    padding: 60px 0;
  }

  .fw-row1 .dnd-section {
    padding-top: 55px;
  }

  /*.progress-container {
    top: 86px;
  }*/

  .fw-row1 h2 {
    line-height: 43px;
  }

  .fw-row1 ul li:before {
    width: 8px;
    height: 8px;
    margin: 0 10px 0 15px;
  }

  .fw-row3 .dnd-section {
    padding: 5px 0;
  }

  .team-row4.fw-row4 .custom-free-consult-section {
    padding: 30px;
  }

  .fw-row5 .dnd-section {
    padding-bottom: 60px;
  }

  .marketing-consultant-page .fw-row2 .dnd-section {
    padding-bottom: 15px;
  }

  .contact-page .hs_cos_wrapper_type_form {
    padding: 30px;
    min-height: 614px;
  }

  .contact-page .span7 {
    padding-right: 19px;
  }

  .contact-page .form-title {
    line-height: 43px;
  }

  .contact-page .span5 {
    position: static;
    padding-left: 21px;
  }

  .contact-page .span5 h2 {
    line-height: 43px;
  }

  .career-row2 .dnd-section {
    padding-bottom: 60px;
  }

  .home-row1 .dnd-section {
    background-position: center 75px !important;
  }

  .home-row1 .mission-section {
    padding: 60px 0;
  }

  .home-row1 .mission-section .page-center {
    max-width: 950px;
  }

  .home-row1 .mission-section .content-with-img-column {
    padding: 60px 30px;
  }

  .home-row1 .mission-section .content-with-img-column .left-section h2 {
    line-height: 43px;
  }

  .about-row3.home-row3 h2, .home-layout h2 {
    line-height: 43px;
  }

  .home-row9 .span7 {
    padding: 0 20px;
  }

  .home-row9 .row-fluid.wrap {
    margin: 0 -20px;
  }

  .home-row9 .span5 {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .service-row1 .dnd-section:before {
    right: 300px;
  }

  .service-row1 h2 {
    margin-bottom: 25px;
  }

  .service-row2 .span5 {
    width: 45%;
    max-width: initial;
  }

  .service-row2 .span7 {
    width: 55%;
    min-height: 478px;
  }

  .service-row2 h2 {
    line-height: 43px;
  }

  .service-row2 .form-title {
    margin-bottom: 20px;
  }

  .service-row2 form .actions {
    padding-bottom: 50px;
  }

  .service-row3 .dnd-section {
    padding: 60px 0 150px;
  }

  .service-row3 h2 {
    margin-bottom: 25px;
    font-size: 33px;
    line-height: 41px;
  }

  .service-row3 ul li {
    font-size: 17px;
    line-height: 27px;
  }

  .service-row5 .wrap {
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
  }

  .service-row5 h2 {
    line-height: 43px;
    margin-bottom: 25px;
  }

  .inbound-page .dnd-section {
    padding-top: 107px;
  }

  h2,.inbound-page h2 {
    margin-bottom: 25px;
  }

  .inbound-page blockquote {
    padding: 25px;
  }

  .about-row2 .span4 {
    width: 40%;
  }

  .about-row2 .span8 {
    width: 60%;
    padding-left: 15px;
  }

  .about-row3 .span4 {
    width: 50%;
  }

  .team-row1 .span6,.team-row1 .span6:last-child {
    padding: 0 15px !important;
    width: 50%;
  }

  .team-row1 p {
    font-size: 16px;
    line-height: 27px;
  }

  .team-row3 .latest-post-section .blog-inner {
    justify-content: initial;
  }

  .team-row3 .dnd-section>div>div {
    padding-bottom: 130px;
  }

  .team-row4 .custom-free-consult-section .expert-left-section h2 {
    margin-bottom: 20px;
  }

  .team-row4 .dnd-section {
    padding-bottom: 60px;
  }

  /*.progress-container {
    top: 108px;
  }*/

  .contact-page .span7,.contact-page .span5 {
    width: 100%;
  }

  .contact-page .dnd-section>.row-fluid {
    display: block !important;
  }

  .contact-page .form-title {
    padding-bottom: 20px;
  }

  .contact-page .span7 {
    padding-right: 15px;
  }

  .contact-page .hs_cos_wrapper_type_form {
    min-height: 635px;
  }

  .contact-page .span5 {
    margin-top: 60px;
    padding: 0 15px;
  }

  .contact-page .dnd-section {
    padding-bottom: 70px;
  }

  .contact-page .span5 h2 {
    margin-bottom: 25px;
  }

  .career-row1 .dnd-section {
    padding: 50px 0 35px;
  }

  .career-row1 .dnd-section>div>div {
    padding: 30px;
  }

  .home-row1 .dnd-section {
    background-position: center !important;
  }

  .home-row1 .mission-section .page-center {
    max-width: 735px;
  }

  .home-row1 .mission-section .content-with-img-column .left-section h2 {
    margin-bottom: 25px;
  }

  .home-row1 .mission-section .content-with-img-column .left-section p {
    font-size: 16px;
    line-height: 26px;
  }

  .about-row3.home-row3 h2, .home-layout h2 {
    margin-bottom: 25px;
  }

  .about-row3.home-row3 .span4 {
    float: left;
    width: 33.33%;
  }

  .home-layout .latest-post-section .blog-inner {
    margin-bottom: 1.5rem;
    justify-content: initial;
  }

  .home-row7 .latest-post-section {
    padding-bottom: 0 !important;
  }

  .home-row7 .hs-button {
    margin-bottom: 110px;
  }

  .home-row9 .span7,.home-row9 .span5 {
    width: 100%;
    padding: 0;
  }

  .home-row9 .span5 {
    margin-top: 60px;
  }

  .home-row9 .row-fluid.wrap {
    margin: 0;
    width: 100%;
    display: block !important;
  }

  .home-row9 .dnd-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .service-row1 .dnd-section:before {
    content: none;
  }

  .service-row1 .dnd-section {
    padding-right: 15px;
    background-image: none !important;
    background-color: #f0f6f6;
  }

  .service-row1 .dnd-section>.row-fluid>div {
    padding: 50px 0;
    width: 100%;
  }

  .service-row1 h2 {
    line-height: 36px;
  }

  .service-row2 .span5 {
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important;
    float: none;
    padding: 25px 20px;
  }

  .service-row2 .dnd-section>.row-fluid {
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .service-row2 .span7 {
    width: 100%;
    min-height: initial;
    padding: 0;
  }

  .service-row2 .form-title {
    font-size: 28px;
    line-height: 36px;
  }

  .service-row3 .dnd-section {
    padding: 50px 0 100px;
  }

  .service-row3 h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .service-row3 ul {
    column-count: 1;
  }

  .service-row3 ul li {
    font-size: 16px;
    line-height: 26px;
  }

  .service-row2 .dnd-section {
    padding-bottom: 25px;
  }

  .service-row5 h2 {
    padding: 0 15px;
    margin-bottom: 0;
    line-height: 36px;
  }

  .service-row5 .wrap>.span6 {
    margin: 0;
  }

  .service-row6 .dnd-section {
    padding: 0;
  }

  .service-row7 .dnd-section {
    padding: 50px 0;
  }

  .inbound-page .dnd-section {
    padding-top: 101px;
  }

  h2, .inbound-page h2 {
    line-height: 36px;
  }

  .inbound-page img {
    width: auto;
    height: auto;
  }

  h3 {
    line-height: 34px;
  }

  .about-row2 .dnd-section {
    padding: 50px 0;
  }

  .about-row2 .span4,.about-row2 .span8 {
    width: 100%;
  }

  .about-row2 .span4 img {
    max-width: 260px;
  }

  .about-row2 .span4 {
    text-align: center;
    padding-bottom: 40px;
  }

  .about-row3 .span4 {
    width: 100%;
  }

  .about-row4 .span6 {
    width: 100%;
    padding: 15px 0;
  }

  .about-row4 .row-fluid.wrap {
    margin: 0;
  }

  .about-row4 .team-section {
    width: 100%;
    padding: 15px 0;
  }

  .about-row3 .row-fluid.wrap {
    margin: 0;
  }

  .team-row1 .span6, .team-row1 .span6:last-child {
    width: 100%;
  }

  .team-row1 .dnd-section {
    padding: 50px 0;
  }

  .team-row1 img {
    max-width: 450px !important;
    height: 300px !important;
    display: block;
    margin: 0 auto;
  }

  .team-row1 .span6:first-child {
    margin-bottom: 25px;
  }

  .team-row1 p {
    font-size: 20px;
    line-height: 30px;
  }

  .team-row2 .dnd-section {
    padding-bottom: 90px;
  }

  .team-row3 .dnd-section>div>div {
    padding-bottom: 50px;
  }

  .team-row4 .custom-free-consult-section {
    padding: 25px 20px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    min-height: 479px;
  }

  .team-row4 .custom-free-consult-section .expert-left-section h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .team-row4 .custom-free-consult-section form {
    padding-top: 20px !important;
  }

  .fw-row1 h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .fw-row2 .form-title {
    font-size: 40px;
    line-height: 48px;
  }

  .marketing-consultant-page h2, 
  .marketing-consultant-page .fw-row2 .form-title {
    font-size: 28px !important;
    line-height: 36px !important;
  }

  .contact-page .dnd-section {
    padding: 50px 0;
  }

  .contact-page .hs_cos_wrapper_type_form {
    padding: 25px 20px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    min-height: 636px;
  }

  .contact-page .form-title {
    font-size: 28px;
    line-height: 36px;
    padding-bottom: 45px;
  }

  .contact-page .span5 h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .career-row1 .dnd-section>div>div {
    margin: 0 !important;
    padding: 30px 20px;
    border-radius: 23px;
  }

  .home-row1 .mission-section .content-with-img-column {
    padding: 25px;
    margin: 0;
    display: block;
  }

  .home-row1 .mission-section .content-with-img-column .left-section {
    width: 100%;
    padding: 0;
    float: none;
  }

  .home-row1 .mission-section .content-with-img-column .image-section {
    width: 100%;
    text-align: center;
    padding: 30px 0 7px 0;
    float: none;
  }

  .home-row1 .mission-section .content-with-img-column .image-section img {
    max-width: 200px;
  }

  .home-row1 .mission-section {
    padding: 50px 15px;
  }

  .home-row1 .mission-section .page-center {
    padding: 0 !important;
  }

  .about-row3.home-row3 .dnd-section {
    padding: 50px 0;
  }

  .about-row3.home-row3 h2, .home-layout h2 {
    line-height: 36px;
    margin: 0 0 0 0;
  }

  .about-row3.home-row3 .span4 {
    width: 100%;
    float: none;
    max-width: 310px;
    padding: 0;
    margin: 0 auto;
  }

  .about-row3.home-row3 .span4 .industry-card:before {
    content: '';
    display: block;
    clear: both;
    overflow: hidden;
  }

  .about-row3.home-row3 .dnd-section {
    padding-bottom: 0px;
  }

  .home-row4 .span6 {
    float: none;
    width: 100%;
    padding: 0;
  }

  .home-row4 .row-fluid.wrap {
    margin: 0;
  }

  .home-row5 .dnd-section {
    padding-top: 0;
  }

  .home-row7 .latest-post-section .single-blog {
    width: 50%;
    padding: 15px;
    margin: 25px 0;
  }

  .home-row7 .latest-post-section h2 {
    padding-bottom: 25px;
  }

  .home-row7 .hs-button {
    max-width: 150px;
    padding: 10px;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto;
    display: block;
    width: 100%;
    min-width: initial;
  }

  .home-row7 .dnd-module {
    display: block !important;
  }

  .home-row8 h2 {
    margin-bottom: 25px;
  }

  .home-row9 .dnd-section {
    padding: 50px 0;
  }

  .home-row9 .form-with-background {
    padding: 25px 20px !important;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    min-height: 479px !important;
  }

  .form-with-background h2 {
    padding-bottom: 45px !important;
  }

  .home-row9 .span5 h2 {
    margin-bottom: 25px;
  }

  .home-row1 .mission-section .content-with-img-column .left-section h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

@media (max-width: 600px) {
  .inbound-page .dnd-section {
    padding-top: 95px;
  }

  .team-row1 .span6:first-child {
    margin-bottom: 33px;
  }

  .team-row4 .custom-free-consult-section {
    max-width: 400px;
  }

  .contact-page .hs_cos_wrapper_type_form {
    max-width: 400px;
    padding-bottom: 45px;
  }

  .contact-page form .hs-form-field {
    float: none !important;
    width: 100% !important;
  }

  .home-row7 .latest-post-section .single-blog {
    width: 100%;
  }

  .home-row7 .hs-button {
    margin-bottom: 30px;
  }

  .home-row9 .form-with-background {
    max-width: 400px !important;
    min-height: 505px !important;
  }
}

@media (max-width: 480px) {
  .service-row2 .span5 {
    padding: 30px 15px;
  }

  .service-row2 form .actions {
    padding-bottom: 5px;
  }

  .about-layout .main-banner {
    padding: 0 !important;
  }

  .team-layout .main-banner {
    padding: 0 !important;
  }

  .team-row1 img {
    max-width: 350px !important;
    height: 215px !important;
  }

  .team-row4 .custom-free-consult-section {
    padding: 30px 15px;
    min-height: 515px;
  }

  .contact-banner .main-banner {
    padding: 0 !important;
  }

  .contact-page .hs_cos_wrapper_type_form {
    padding: 30px 15px;
    padding-bottom: 45px;
  }

  .career-layout .main-banner {
    padding: 0 !important;
  }

  .videoask-embed__button_circle--55MVy.videoask-embed__button_left--2R4yp {
    display: none !important;
  }
}

@media (max-width: 400px) {
  .team-row3 .dnd-section>div>div {
    padding-left: 0;
    padding-right: 0;
  }

  .latest-post-section.post-topic-section .single-blog {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .fw-row1 h2 {
    font-size: 38px;
  }

  .home-row7 .latest-post-section .single-blog {
    padding-left: 0;
    padding-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.custom-header {
  width: 100%;
  padding: 0px 45px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.5s ease;
  -moz-transition: position 10s;
  -ms-transition: position 10s;
  -o-transition: position 10s;
  transition: all 0.5s ease-in-out;
  line-height: 36px;
  font-weight: 400;
  position: -webkit-sticky; /* For Safari */
  position: sticky;
  top: 0;
  z-index: 1000; /* Ensure it's above other content */
  background-color: white; /* Add background color to prevent content from showing through */
}

.custom-header .header__container.header-inner {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: 100% !important;
  margin:  0 !important;
}

.custom-logo {
  width: 28%;
  float: left;
}

.custom-logo a {
  border: 0 !important;
  text-decoration: none !important;
}

.custom-header-menu-group {
  text-align: right;
  float: left;
  width: 52%;
}

.header-button {
  padding-right: 15px;
  text-align: right;
  float: left;
  width: 16%;
}

.header-button-inner a {
  text-transform: uppercase;
  font-size: 15px;
  line-height: 26px;
  display: inline-block;
  min-width: 220px;
  text-align: center;
  padding: 13px 10px;
  border-radius: 10px;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  letter-spacing: normal;
}

.header-button-inner a:hover {
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.header-search {
  float: left;
  width: 5%;
}

.header-search-inner {
  width: 50px;
  height: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.5s;
  float: right;
}

.header-search .hs-search-field {
  z-index: 9;
  padding: 53px 50px;
  position: absolute;
  right: 0;
  border-radius: 0 0 20px 20px;
  min-width: 460px;
  top: 161px;
  max-width: 100% !important;
  box-shadow: none !important;
  width: auto !important;
  border: 0 !important;
  display: none;
}

.header-search .hs-search-field:before {
  content: '';
  position: fixed;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom-style: solid;
  border-bottom-width:16px; 
  right: 55px;
  top: 145px;
}

.header-search .hs-search-field input {
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  border: none;
  border-bottom: 1px solid;
  width: 100%;
  padding: 10px 10px;
  font-size: 26px;
  font-weight: 400;
  background: url(https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/images/search.png) no-repeat;
  background-position: right;
  outline: 0;
  border-radius: 0;
  letter-spacing: normal;
  line-height: normal;
  border-radius: 0 !important;
}

.header-search .hs-search-field input::placeholder {
  color: #ffffff;
}

.header-search .hs-search-field input:focus {
  outline: 0;
}

.header-search .hs-search-field__suggestions li,
.header-search .hs-search-field__suggestions li a {
  color: #fff;
  text-decoration: none;
}

.header-search .hs-search-field__suggestions {
  border-color: #fff !important;
}

.scroll-header .custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  animation: smoothScroll 0.5s forwards;
}

input[type="search" i]::-webkit-search-cancel-button {
  display:none !important;
}

.single-header-author {
  display: none !important;
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}

/* pop up content css */



.req-content {
  background-image: url(https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/images/bottom-bg-img01.jpg);
}



body.popup-open {
  overflow: hidden;
}



.fa-traffic-light:before {
  content: "\f637";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-user-friends:before {
  content: "\f500";
}

.req-form.single-form .hs-input {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  width: 100% !important;
  border-style: solid;
  border-width: 1px;
  background-color: #fff;
  padding: 8px 15px;
  color: #595959;
  font-family: 'Roboto',sans-serif;
  font-size: 24px;
  letter-spacing: normal;
  line-height: normal;
  font-weight: 400;
  height: 47px;
  border-color: rgba(116,116,116,1.0);
  border-radius: 6px;
  font-family: 'Montserrat', sans-serif;
}

.popup-top-content {
  background-image: url(https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/images/bottom-bg-img01.jpg);
}

.popup-bottom-content {
  background-image: url(https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/images/louie.jpg);
}

.hs-input::placeholder {
  color: #757575 !important
}

.hs-input::-webkit-input-placeholder {
  color: #757575;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}


.custom-logo img {
  max-width: 220px;
  width: auto;
  max-height: 160px;
}

.header-container-wrapper {
  min-height: 162px;
}

.custom-header-hor-space {
  height: 162px;
}

@media (min-width: 992px) {
  .header-search .hs-search-field input {
    padding-right: 30px;
  }
}

@media (max-width: 1599px) {
  .custom-header {
    line-height: 27px;
  }

  .header-search .hs-search-field {
    right: -20px;
    width: 370px !important;
    min-width: initial;
    padding: 30px 30px 45px;
    top: 107px;
  }

  .header-search .hs-search-field:before {
    right: 45px;
    top: 91px;
  }

  .header-container-wrapper {
    min-height: 107px;
  }
}

@media (max-width: 1579px) {
  .custom-logo {
    width: 20%;
  }

  .custom-header-menu-group {
    width: 57%;
  }

  .header-button {
    width: 19%;
  }

  .header-search {
    width: 4%;
  }

  .custom-header-hor-space {
    height: 107px;
  }
}

@media (max-width: 1400px) {
  .custom-header {
    padding: 0 35px;
    line-height: 25px;
  }

  .custom-logo {
    width: 18%;
  }

  .header-button {
    width: 21%;
  }

  .header-search {
    width: 4%;
  }

  .header-button-inner a {
    font-size: 16px;
  }

  .header-search .hs-search-field {
    width: 330px !important;
    padding: 25px 30px 40px;
    top: 105px;
  }

  .header-search .hs-search-field input {
    font-size: 19px;
  }

  .custom-header-hor-space {
    height: 105px;
  }

  .header-container-wrapper {
    min-height: 86px;
  }
}

@media (max-width: 1199px) {
  .custom-header {
    padding: 0 15px;
  }

  .custom-logo {
    width: 18%;
  }

  .header-button {
    width: 22%;
  }

  .header-search {
    width: 4%;
  }

  .header-button-inner a {
    font-size: 14px;
    min-width: 100%;
    padding: 10px;
  }

  .header-search-inner {
    width: 28px;
    height: 28px;
  }

  .header-search-inner i {
    font-size: 12px;
  }

  .header-search .hs-search-field {
    right: 0;
    top: 85px;
    width: 300px !important;
    padding: 20px 20px 35px;
  }

  .header-search .hs-search-field:before {
    top: 69px;
    right: 25px;
  }

  .header-search .hs-search-field input {
    background-size: 15px;
  }

  .custom-header-hor-space {
    height: 86px;
    width: 83%;
  }

  .header-container-wrapper {
    min-height: 86px;
  }
}
@media (max-width: 1400px) {
    
  .custom-logo img {
    max-width: 220px;
    width: auto;
    max-height: 80px;
  }
  }
@media (max-width: 991px) {
  .header-container-wrapper {
    min-height: calc(95px + 1.5vw);
  }

  .custom-header {
    padding: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .custom-header .header__container.header-inner {
    position: relative;
    padding: 25px 15px;
  }

  .custom-logo {
    width: 30%;
    /*
    max-width: 100%;
    width: auto;
    
    */
  }

  .custom-logo img {
    max-width: 220px;
    width: auto;
    max-height: calc(35px + 2vw);
  }


  .custom-header-menu-group {
    width: 70%;
  }

  .header-button, .header-search {
    display: none !important;
  }

  .header-button-inner {
    padding: 15px;
    float: left;
    width: auto;
  }

  .header-button-inner a {
    min-width: 268px;
    padding: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    font-size: 20px;
    border-radius: 17px;
    font-weight: 500;
    line-height: 26px;
    display: inline-block;
    background-color: #0096a6;
    color: #fff !important;
    text-transform: uppercase;
  }

  .header-button-inner a:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
  }

  .header-search-inner {
    width: 39px;
    height: 39px;
    float: left;
    margin: 18px 15px;
    background: #fff !important;
    border-color: #fff !important;
    position: relative;
  }

  .header-search-inner i {
    color: #00606b !important;
    font-size: 18px;
  }

  .header-search-inner:hover {
    background-color: #474646 !important;
    border-color: #474646 !important;
  }

  .header-search .hs-search-field {
    border-radius: 0;
    width: 0 !important;
    right: 70px;
    transition: all 0.4s ease-in-out;
    top: 14px;
    padding: 0;
    display: block !important;
    max-width: none !important;
    overflow: hidden;
  }

  .header-search .hs-search-field:before {
    display: none;
  }

  .header-search .hs-search-field input {
    margin-bottom: 13px;
  }

  .custom-header-hor-space {
    width: 70%;
    height: auto;
  }

  .header-search .hs-search-field input {
    border-radius: 0 !important;
  }
}

@media (max-width: 767px) {
  .custom-logo {
    width: 55%;
  }

  .custom-header-menu-group {
    width: 45%;
  }

  .custom-inside-popup-form {
    margin-top: 25px !important;
  }

  .custom-header-hor-space {
    width: 45%;
  }
}

@media (max-width: 480px) {
  .custom-logo {
    width: 76%;
  }

  .custom-header-menu-group {
    width: 24%;
  }

  .header-button-inner a {
    min-width: 218px;
    font-size: 16px;
  }

  .custom-header-hor-space {
    width: 24%;
  }

  .header-search .hs-search-field {
    right: 129px !important;
  }
}

@media (max-width: 390px) {
  .header-search .hs-search-field {
    right: 74px !important;
  }
}

@media (max-width: 334px) {
  .header-search-inner {
    margin: 0;
    top: 18px;
    float: right;
  }

  .header-search .hs-search-field {
    right: 44px !important;
  }
}

/* 2026 Pepperland header redesign */

.header-container-wrapper.pl-header-wrapper {
  min-height: 126px;
}

.pl-header.custom-header {
  background: var(--pl-header-main-bg, #fff);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.04), 0 10px 12px rgba(0, 0, 0, 0.02), 0 12px 25px rgba(0, 0, 0, 0.04);
  color: var(--pl-header-main-nav-text, #212121);
  font-size: var(--pl-header-utility-font-size, 12px);
  font-weight: 400;
  font-synthesis: none;
  line-height: 1.4;
  padding: 0;
  position: sticky;
  top: 0;
  transition: box-shadow 0.2s ease;
  width: 100%;
  z-index: 1000;
}

.scroll-header .pl-header.custom-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.pl-header *,
.pl-header *::before,
.pl-header *::after {
  box-sizing: border-box;
}

.pl-header a {
  text-decoration: none;
}

.pl-header a:focus-visible,
.pl-header button:focus-visible,
.pl-header input:focus-visible {
  outline: 2px solid #ff5722;
  outline-color: var(--pl-header-cta-bg, #ff5722);
  outline-offset: 3px;
}

.pl-header__skip {
  background: var(--pl-header-dropdown-bg, #fff);
  color: #004148;
  font-weight: 700;
  left: 16px;
  padding: 10px 14px;
  position: absolute;
  text-transform: uppercase;
  top: 8px;
  transform: translateY(-160%);
  z-index: 1002;
}

.pl-header__skip:focus {
  transform: translateY(0);
}

.pl-header__inner {
  margin: 0 auto;
  max-width: var(--pl-header-layout-max-width, 1642px);
  width: calc(100% - (var(--pl-header-desktop-side-gutter, 139px) * 2));
}

.pl-header__utility {
  align-items: center;
  background: var(--pl-header-utility-bg, #0096a6);
  color: var(--pl-header-utility-text, #fff);
  display: flex;
  max-height: var(--pl-header-utility-height, 39px);
  min-height: var(--pl-header-utility-height, 39px);
  opacity: 1;
  overflow: visible;
  transition: max-height 0.2s ease, min-height 0.2s ease, opacity 0.2s ease;
}

.scroll-header .pl-header__utility {
  max-height: 0;
  min-height: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
}

.pl-header__utility-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.pl-header__language {
  align-items: center;
  display: flex;
  min-width: 130px;
  position: relative;
}

.pl-header__language .hs_cos_wrapper_type_module,
.pl-header__language .hs_cos_wrapper,
.pl-header__language .lang_switcher_class,
.pl-header__language .globe_class,
.pl-header__language .header__language-switcher,
.pl-header__language .header__language-switcher-label-current {
  color: var(--pl-header-utility-text, #fff) !important;
  font-size: var(--pl-header-utility-font-size, 12px) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 26px !important;
  text-transform: uppercase !important;
}

.pl-header__language .header__language-switcher-label-current:after,
.pl-header__language .lang_switcher_class:after {
  border-top-color: var(--pl-header-utility-text, #fff) !important;
}

.pl-header__language-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--pl-header-utility-text, #fff);
  cursor: pointer;
  display: inline-flex;
  font-size: var(--pl-header-utility-font-size, 12px);
  font-weight: 400;
  gap: 7px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}

.pl-header__language-toggle:hover,
.pl-header__language-toggle:focus {
  background: transparent;
  color: var(--pl-header-utility-hover, #fff);
}

.pl-header__language-toggle-icon::before {
  content: "\f0ac";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 11px;
  line-height: 1;
}

.pl-header__language-toggle-caret::before {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 1;
  transform: translateY(-1px);
}

.pl-header__language.pl-language-open .pl-header__language-toggle-caret::before {
  transform: translateY(-1px) rotate(180deg);
}

.pl-header__language .widget-type-language_switcher,
.pl-header__language .hs_cos_wrapper_type_language_switcher,
.pl-header__language .lang_switcher_class {
  display: contents !important;
}

.pl-header__language .globe_class {
  background: transparent !important;
  border: 0 !important;
  display: contents !important;
  overflow: visible !important;
}

.pl-header__language .globe_class::before {
  content: none;
  display: none;
}

.pl-header__language .globe_class::after {
  content: none;
  display: none;
}

.pl-header__language .lang_switcher_class::after {
  content: none;
  display: none;
}

.pl-header__language .lang_list_class {
  background: var(--pl-header-dropdown-bg, #fff) !important;
  border: 1px solid var(--pl-header-dropdown-border, #cfd7dd) !important;
  border-radius: var(--pl-header-dropdown-radius, 6px);
  box-sizing: border-box;
  box-shadow: var(--pl-header-dropdown-shadow, 0 10px 22px rgba(37, 48, 61, 0.14));
  display: block !important;
  left: 0 !important;
  list-style: none;
  margin: 0;
  max-width: calc(100vw - 16px);
  min-width: 220px;
  opacity: 0 !important;
  outline: 0;
  padding: calc(var(--pl-header-dropdown-padding, 30px) / 2) calc(var(--pl-header-dropdown-padding, 30px) * 0.6) !important;
  pointer-events: none !important;
  position: absolute !important;
  right: auto !important;
  text-align: left;
  top: calc(100% + 8px) !important;
  transform: translateX(var(--pl-language-shift, 0)) translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  visibility: hidden !important;
  z-index: 1003;
}

.pl-header__language .lang_list_class::before,
.pl-header__language .lang_list_class::after {
  content: "" !important;
  display: block !important;
  height: 0;
  position: absolute;
  width: 0;
}

.pl-header__language .lang_list_class::before {
  border-bottom: 10px solid var(--pl-header-dropdown-border, #cfd7dd);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  left: calc(var(--pl-language-arrow-left, 42px) - 10px);
  top: -11px;
}

.pl-header__language .lang_list_class::after {
  border-bottom: 9px solid var(--pl-header-dropdown-bg, #fff);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  left: calc(var(--pl-language-arrow-left, 42px) - 9px);
  top: -9px;
}

#pl-header-language-list::before {
  border-color: transparent transparent var(--pl-header-dropdown-border, #cfd7dd) transparent;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  left: 32px;
  top: -11px;
}

#pl-header-language-list::after {
  border-color: transparent transparent var(--pl-header-dropdown-bg, #fff) transparent;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  left: 33px;
  top: -10px;
}

.pl-header__language .lang_switcher_class:hover .lang_list_class,
.pl-header__language .lang_switcher_class:focus-within .lang_list_class,
.pl-header__language .globe_class:hover .lang_list_class,
.pl-header__language .globe_class:focus-within .lang_list_class {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
  visibility: hidden !important;
}

.pl-header__language.pl-language-open .lang_list_class {
  display: block !important;
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: translateX(var(--pl-language-shift, 0)) translateY(0);
  visibility: visible !important;
}

.pl-header__language .lang_list_class li {
  border: 0 !important;
  display: block;
  line-height: 1.25;
  margin: 0;
  padding: 0 !important;
}

.pl-header__language .lang_list_class li::before,
.pl-header__language .lang_list_class li::after {
  content: none !important;
  display: none !important;
}

.pl-header__language .lang_list_class a,
.pl-header__language .lang_list_class a:visited {
  border: 0 !important;
  color: var(--pl-header-dropdown-text, #124e57) !important;
  display: block;
  font-size: var(--pl-header-utility-font-size, 12px);
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
  overflow-wrap: normal;
  padding: 0 0 14px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.pl-header__language .lang_list_class li:last-child a {
  padding-bottom: 0;
}

.pl-header__language .lang_list_class a:hover,
.pl-header__language .lang_list_class a:focus {
  color: var(--pl-header-dropdown-hover, #0097a7) !important;
  text-decoration: underline;
}

.pl-header__utility-actions {
  align-items: center;
  display: flex;
  gap: var(--pl-header-utility-link-gap, 25px);
  justify-content: flex-end;
  margin-left: auto;
}

.pl-header__utility-actions .hs-menu-wrapper > ul {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--pl-header-utility-link-gap, 25px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li {
  line-height: 1;
  margin: 0;
  padding: 0;
  position: relative;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li > a,
.pl-header__utility-actions .hs-menu-wrapper > ul > li > a:visited {
  align-items: center;
  color: var(--pl-header-utility-text, #fff);
  display: inline-flex;
  font-size: var(--pl-header-utility-font-size, 12px);
  font-weight: 400;
  gap: 7px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li > a:hover,
.pl-header__utility-actions .hs-menu-wrapper > ul > li > a:focus {
  color: var(--pl-header-utility-hover, #fff);
  text-decoration: underline;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li.hs-item-has-children > a:hover,
.pl-header__utility-actions .hs-menu-wrapper > ul > li.hs-item-has-children > a:focus,
.pl-header__utility-actions .hs-menu-wrapper > ul > li.pl-utility-open > a {
  text-decoration: none;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  content: "\f107";
  display: inline-block;
  font-family: FontAwesome;
  font-size: 10px;
  line-height: 1;
  transform: translateY(-1px);
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li.pl-utility-open > a::after {
  transform: translateY(-1px) rotate(180deg);
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
  background: var(--pl-header-dropdown-bg, #fff);
  border: 1px solid var(--pl-header-dropdown-border, #cfd7dd);
  border-radius: var(--pl-header-dropdown-radius, 6px);
  box-shadow: var(--pl-header-dropdown-shadow, 0 10px 22px rgba(37, 48, 61, 0.14));
  box-sizing: border-box;
  display: block;
  left: auto;
  list-style: none;
  margin: 0;
  max-width: calc(100vw - 32px);
  min-width: 220px;
  opacity: 0;
  padding: calc(var(--pl-header-dropdown-padding, 30px) / 2) calc(var(--pl-header-dropdown-padding, 30px) * 0.6);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  transform: translateX(var(--pl-utility-shift, 0)) translateY(6px);
  transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
  visibility: hidden;
  z-index: 1003;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li.pl-utility-open > .hs-menu-children-wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translateX(var(--pl-utility-shift, 0)) translateY(0);
  visibility: visible;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper::before,
.pl-header__utility-actions .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper::after {
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper::before {
  border-bottom: 10px solid var(--pl-header-dropdown-border, #cfd7dd);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  right: 20px;
  top: -10px;
}

.pl-header__utility-actions .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper::after {
  border-bottom: 9px solid var(--pl-header-dropdown-bg, #fff);
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  right: 21px;
  top: -8px;
}

.pl-header__utility-actions .hs-menu-wrapper .hs-menu-children-wrapper li {
  display: block;
  line-height: 1.25;
  margin: 0;
  padding: 0;
}

.pl-header__utility-actions .hs-menu-wrapper .hs-menu-children-wrapper a,
.pl-header__utility-actions .hs-menu-wrapper .hs-menu-children-wrapper a:visited {
  color: var(--pl-header-dropdown-text, #124e57);
  display: block;
  font-size: var(--pl-header-utility-font-size, 12px);
  font-weight: 700;
  line-height: 1.25;
  padding: 0 0 14px;
  text-decoration: none;
  text-transform: none;
  white-space: nowrap;
}

.pl-header__utility-actions .hs-menu-wrapper .hs-menu-children-wrapper li:last-child > a {
  padding-bottom: 0;
}

.pl-header__utility-actions .hs-menu-wrapper .hs-menu-children-wrapper a:hover,
.pl-header__utility-actions .hs-menu-wrapper .hs-menu-children-wrapper a:focus {
  color: var(--pl-header-dropdown-hover, #0096a6);
  text-decoration: underline;
}

.pl-header__main {
  background: var(--pl-header-main-bg, #fff);
  border-bottom: 1px solid var(--pl-header-main-divider, #b9bec6);
}

.pl-header .header__container.header-inner.pl-header__main-inner {
  align-items: center;
  display: flex;
  gap: var(--pl-header-main-nav-link-gap, 30px);
  height: var(--pl-header-main-row-height, 87px);
  justify-content: space-between;
  margin: 0 auto !important;
  max-width: var(--pl-header-layout-max-width, 1642px) !important;
  min-height: var(--pl-header-main-row-height, 87px);
  padding: 0;
  position: relative;
  width: calc(100% - (var(--pl-header-desktop-side-gutter, 139px) * 2));
}

.pl-header__logo.custom-logo {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  float: none;
  height: 57px;
  width: 246px;
}

.pl-header__logo a {
  align-items: center;
  display: inline-flex;
  height: 57px;
}

.pl-header__logo img {
  display: block;
  height: auto !important;
  max-height: 57px;
  max-width: 225px;
  width: auto !important;
}

.pl-header__nav.custom-header-menu-group {
  flex: 0 1 auto;
  float: none;
  min-width: 0;
  text-align: left;
  width: auto;
}

.pl-header__drawer {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  gap: var(--pl-header-main-nav-link-gap, 30px);
  justify-content: flex-end;
  min-width: 0;
}

.pl-header__drawer[aria-hidden="true"] {
  display: none;
}

.pl-header__mobile-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--pl-header-main-nav-text, #212121);
  cursor: pointer;
  display: none;
  flex: 0 0 auto;
  height: 44px;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 0;
  width: 44px;
}

.pl-header__mobile-toggle-line {
  background: currentColor;
  border-radius: 999px;
  display: block;
  height: 2px;
  position: absolute;
  transition: opacity 0.18s ease, transform 0.18s ease;
  width: 24px;
}

.pl-header__mobile-toggle-line:nth-child(1) {
  transform: translateY(-7px);
}

.pl-header__mobile-toggle-line:nth-child(3) {
  transform: translateY(7px);
}

.pl-header.pl-mobile-open .pl-header__mobile-toggle-line:nth-child(1) {
  transform: rotate(45deg);
}

.pl-header.pl-mobile-open .pl-header__mobile-toggle-line:nth-child(2) {
  opacity: 0;
}

.pl-header.pl-mobile-open .pl-header__mobile-toggle-line:nth-child(3) {
  transform: rotate(-45deg);
}

.pl-header__nav .hs-menu-wrapper {
  background: transparent;
  line-height: 24px;
}

.pl-header__nav .hs-menu-wrapper > ul {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: var(--pl-header-main-nav-link-gap, 30px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.pl-header__nav .hs-menu-wrapper > ul > li {
  align-items: center;
  display: flex;
  float: none;
  line-height: 24px;
  margin: 0;
  padding: 31px 0 32px;
  position: relative;
}

.pl-header__nav .hs-menu-wrapper > ul > li > a,
.pl-header__nav .hs-menu-wrapper > ul > li > a:visited {
  align-items: center;
  color: var(--pl-header-main-nav-text, #212121);
  display: inline-flex;
  font-size: var(--pl-header-main-nav-font-size, 14px);
  font-synthesis: none;
  font-weight: 500 !important;
  letter-spacing: 0;
  line-height: 24px;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.pl-header__nav .hs-menu-wrapper > ul > li.hs-item-has-children > a::after {
  border: 0;
  content: "\f107";
  display: inline-flex;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  margin-left: 8px;
  transform: translateY(1px);
  transition: transform 0.2s ease;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-has-separate-toggle > a::after {
  content: none;
}

.pl-header__submenu-toggle {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--pl-header-main-nav-text, #212121);
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  margin: 0 0 0 8px;
  padding: 0;
  width: 14px;
}

.pl-header__submenu-toggle::before,
.pl-header__submenu-toggle-icon::before {
  border: 0;
  content: "\f107";
  display: inline-flex;
  font-family: FontAwesome;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  transform: translateY(1px);
  transition: transform 0.2s ease;
}

.pl-header__submenu-toggle-icon::before {
  content: none;
}

.pl-header__submenu-toggle:hover,
.pl-header__submenu-toggle:focus,
.pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > .pl-header__submenu-toggle {
  color: var(--pl-header-main-nav-hover, #0097a7);
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > .pl-header__submenu-toggle::before {
  transform: translateY(1px) rotate(180deg);
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > a,
.pl-header__nav .hs-menu-wrapper > ul > li:hover > a,
.pl-header__nav .hs-menu-wrapper > ul > li > a:focus,
.pl-header__nav .hs-menu-wrapper > ul > li > a.active-branch,
.pl-header__nav .hs-menu-wrapper > ul > li > a.active-item {
  color: var(--pl-header-main-nav-hover, #0097a7);
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > a::after {
  transform: translateY(1px) rotate(180deg);
}

.pl-header__nav .hs-menu-wrapper > ul > li > ul,
.pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper {
  background: var(--pl-header-dropdown-bg, #fff);
  border: 0;
  border-top: 1px solid var(--pl-header-main-divider, #c4c8cf);
  border-radius: 0 0 var(--pl-header-dropdown-radius, 10px) var(--pl-header-dropdown-radius, 10px);
  box-shadow: var(--pl-header-dropdown-shadow, 0 0 2px rgba(0, 0, 0, 0.04), 0 10px 12px rgba(0, 0, 0, 0.02), 0 12px 25px rgba(0, 0, 0, 0.04));
  display: grid;
  gap: 18px var(--pl-header-dropdown-column-gap, 36px);
  grid-template-columns: repeat(2, minmax(180px, max-content));
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 0;
  opacity: 0;
  padding: var(--pl-header-dropdown-padding, 30px);
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
  visibility: hidden;
  z-index: 1001;
}

.pl-header__nav .hs-menu-wrapper > ul > li > ul[data-pl-submenu-label],
.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper[data-pl-submenu-label] {
  padding-top: var(--pl-header-dropdown-padding, 30px);
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > ul,
.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper {
  gap: 18px var(--pl-header-dropdown-column-gap, 44px);
  grid-template-columns: minmax(220px, 311px);
  max-width: calc(100vw - 80px);
  min-width: 341px;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > ul[data-pl-column-count="2"],
.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper[data-pl-column-count="2"] {
  grid-template-columns: repeat(2, minmax(220px, 311px));
  min-width: min(666px, calc(100vw - 80px));
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > ul[data-pl-column-count="3"],
.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper[data-pl-column-count="3"] {
  grid-template-columns: repeat(3, minmax(220px, 311px));
  min-width: min(1021px, calc(100vw - 80px));
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > ul.pl-has-menu-columns,
.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper.pl-has-menu-columns {
  align-items: start;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured > li.pl-mega-heading-node {
  display: contents;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured > li.pl-mega-heading-node > a {
  display: none;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured > li.pl-mega-heading-node > .hs-menu-children-wrapper {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: contents;
  left: auto;
  margin: 0;
  min-width: 0;
  opacity: 1;
  padding: 0;
  pointer-events: auto;
  position: static;
  top: auto;
  transform: none;
  visibility: visible;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured > li.pl-mega-heading-node > .hs-menu-children-wrapper::before {
  content: none;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-ai > ul,
.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-ai > .hs-menu-children-wrapper {
  grid-template-columns: minmax(220px, 281px);
  min-width: 341px;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-about > ul,
.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-about > .hs-menu-children-wrapper {
  grid-template-columns: minmax(170px, 170px);
  min-width: 230px;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > ul,
.pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > .hs-menu-children-wrapper {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

@media (min-width: 1100px) {
  .pl-header__nav .hs-menu-wrapper > ul > li > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper {
    display: grid !important;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li:not(.pl-submenu-open) > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li:not(.pl-submenu-open) > .hs-menu-children-wrapper {
    opacity: 0 !important;
    pointer-events: none !important;
    visibility: hidden !important;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > .hs-menu-children-wrapper {
    opacity: 1 !important;
    pointer-events: auto !important;
    visibility: visible !important;
  }
}

.pl-header__nav .hs-menu-wrapper > ul > li > ul[data-pl-submenu-label]::before,
.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper[data-pl-submenu-label]::before {
  border-bottom: 1px solid var(--pl-header-dropdown-border, #d1d1d6);
  color: var(--pl-header-dropdown-heading, #212121);
  content: attr(data-pl-submenu-label);
  font-size: calc(var(--pl-header-main-nav-font-size, 14px) + 2px);
  font-weight: 800;
  grid-column: 1 / -1;
  line-height: 1;
  order: -1;
  padding-bottom: 18px;
  text-transform: uppercase;
}

.pl-header__nav .hs-menu-wrapper > ul > li > ul > li,
.pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper > li {
  float: none;
  line-height: 1.25;
  margin: 0;
  padding: 0;
  width: auto;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper > li.pl-menu-column {
  display: flex;
  flex-direction: column;
  gap: calc(var(--pl-header-dropdown-column-gap, 44px) * 0.409);
  min-width: 0;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node {
  display: flex;
  flex-direction: column;
  gap: calc(var(--pl-header-dropdown-column-gap, 44px) * 0.409);
  min-width: 0;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper > li.pl-menu-column > a {
  border-bottom: 0;
  color: var(--pl-header-dropdown-heading, #212121);
  font-size: var(--pl-header-main-nav-font-size, 14px);
  font-weight: 800;
  line-height: 1.25;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node > a {
  border-bottom: 0;
  color: var(--pl-header-dropdown-heading, #212121);
  font-size: var(--pl-header-main-nav-font-size, 14px);
  font-weight: 800;
  line-height: 1.25;
  padding: 0;
  pointer-events: none;
  text-decoration: none;
  text-transform: uppercase;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper > li.pl-menu-column > a[href="javascript:;"] {
  pointer-events: none;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper > li.pl-menu-column > .hs-menu-children-wrapper {
  background: transparent;
  border-top: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: calc(var(--pl-header-dropdown-column-gap, 44px) * 0.409);
  left: auto;
  margin: 0;
  min-width: 0;
  opacity: 1;
  padding: 0;
  pointer-events: auto;
  position: static;
  top: auto;
  transform: none;
  visibility: visible;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper > li.pl-menu-column > .hs-menu-children-wrapper::before {
  content: none;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node > .hs-menu-children-wrapper {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: calc(var(--pl-header-dropdown-column-gap, 44px) * 0.409);
  left: auto;
  margin: 0;
  min-width: 0;
  opacity: 1;
  padding: 0;
  pointer-events: auto;
  position: static;
  top: auto;
  transform: none;
  visibility: visible;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node > .hs-menu-children-wrapper::before {
  content: none;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-links {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column;
  gap: calc(var(--pl-header-dropdown-column-gap, 44px) * 0.409);
  height: auto !important;
  left: auto !important;
  margin: 0 !important;
  min-width: 0 !important;
  opacity: 1 !important;
  overflow: visible !important;
  padding: 0 !important;
  pointer-events: auto !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
  visibility: visible !important;
}

.pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-links > li {
  display: block !important;
  margin: 0;
  padding: 0;
}

.pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper > li.pl-menu-column > .hs-menu-children-wrapper > li {
  margin: 0;
  padding: 0;
}

.pl-header__nav .hs-menu-wrapper > ul > li > ul a,
.pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper a,
.pl-header__nav .hs-menu-wrapper > ul > li > ul a:visited,
.pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper a:visited {
  color: var(--pl-header-dropdown-text, #212121);
  display: block;
  font-family: inherit;
  font-size: var(--pl-header-main-nav-font-size, 14px);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  padding: 0;
  text-transform: none;
  white-space: normal;
}

.pl-header__nav .hs-menu-wrapper > ul > li > ul a:hover,
.pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper a:hover,
.pl-header__nav .hs-menu-wrapper > ul > li > ul a:focus,
.pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper a:focus {
  color: var(--pl-header-dropdown-hover, #0097a7);
  text-decoration: underline;
}

.pl-header__cta.header-button {
  flex: 0 0 auto;
  float: none;
  margin-left: auto;
  padding: 0;
  text-align: right;
  width: auto;
}

.pl-header__cta .header-button-inner {
  align-items: center;
  display: flex;
  padding: 0;
}

.pl-header__cta .hs_cos_wrapper {
  align-items: center;
  display: flex;
  line-height: 0;
  margin: 0 !important;
}

.pl-header__cta .hs_cos_wrapper_type_module,
.pl-header__cta .hs_cos_wrapper_widget,
.pl-header__cta .hs_cos_wrapper_widget_container {
  align-items: center;
  display: flex;
  line-height: 0;
  margin: 0 !important;
}

.pl-header__cta .hs-button,
.pl-header__cta a,
.pl-header__cta button {
  align-items: center;
  background: var(--pl-header-cta-bg, #ff5722) !important;
  border: 0 !important;
  border-radius: var(--pl-header-cta-radius, 10px) !important;
  color: var(--pl-header-cta-text, #fff) !important;
  display: inline-flex !important;
  font-size: var(--pl-header-main-nav-font-size, 14px) !important;
  font-synthesis: none;
  font-weight: 500 !important;
  justify-content: center;
  letter-spacing: 0 !important;
  line-height: 26px !important;
  margin: 0 !important;
  min-height: var(--pl-header-cta-min-height, 52px);
  min-width: var(--pl-header-cta-min-width, 220px);
  padding: 13px 22px !important;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}

body .pl-header .pl-header__cta a.hs-button,
body .pl-header .pl-header__cta .hs-button,
body .pl-header .pl-header__cta button.hs-button {
  background: var(--pl-header-cta-bg, #ff5722) !important;
  border: 0 !important;
  border-radius: var(--pl-header-cta-radius, 10px) !important;
  color: var(--pl-header-cta-text, #fff) !important;
  font-family: inherit !important;
  font-size: var(--pl-header-main-nav-font-size, 14px) !important;
  font-synthesis: none;
  font-weight: 500 !important;
  line-height: 26px !important;
  margin: 0 !important;
  min-height: var(--pl-header-cta-min-height, 52px);
  min-width: var(--pl-header-cta-min-width, 220px);
  padding: 13px 22px !important;
  text-decoration: none !important;
  text-transform: uppercase;
}

.pl-header__cta .hs-button:hover,
.pl-header__cta a:hover,
.pl-header__cta button:hover,
.pl-header__cta .hs-button:focus,
.pl-header__cta a:focus,
.pl-header__cta button:focus {
  background: var(--pl-header-cta-hover-bg, #e94716) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.pl-header__search {
  align-items: center;
  display: flex;
  float: none;
  min-height: 24px;
  position: relative;
  width: auto;
}

.pl-header .header-search-inner.pl-header__icon-button {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  color: var(--pl-header-utility-text, #fff);
  cursor: pointer;
  display: inline-flex;
  height: 24px;
  justify-content: center;
  padding: 0;
  width: 20px;
}

.pl-header .header-search-inner.pl-header__icon-button:hover,
.pl-header .header-search-inner.pl-header__icon-button:focus {
  background: transparent;
  color: var(--pl-header-utility-hover, #fff);
}

.pl-header .header-search-inner.pl-header__icon-button .fas {
  font-size: 13px;
  line-height: 1;
}

.pl-header .header-search-inner.pl-header__icon-button[aria-expanded="true"] .fas::before {
  content: "\f00d";
}

.pl-header__search-panel {
  background: var(--pl-header-search-input-bg, #fff);
  border-radius: var(--pl-header-search-radius, 6px);
  box-shadow: none;
  height: 24px;
  max-width: 415px;
  min-width: 415px;
  overflow: visible;
  padding: 0;
  position: static !important;
  right: auto !important;
  top: auto !important;
  width: 415px;
  z-index: 1002;
}

.pl-header__search-panel[hidden] {
  display: none;
}

.pl-header__search-panel .hs-search-field {
  background: transparent;
  border: 0 !important;
  border-radius: var(--pl-header-search-radius, 6px) !important;
  box-shadow: none !important;
  display: block;
  height: 24px;
  max-width: none !important;
  min-width: 0;
  overflow: visible !important;
  padding: 0 !important;
  position: relative !important;
  right: auto !important;
  top: auto !important;
  width: 100% !important;
}

.pl-header__search-panel .hs-search-field::before {
  display: none !important;
}

.pl-header__search-panel .hs-search-field__bar form {
  align-items: center;
  background: var(--pl-header-search-input-bg, #fff);
  border-radius: var(--pl-header-search-radius, 6px);
  display: flex;
  gap: 0;
  height: 24px;
  overflow: hidden;
  width: 100%;
}

.pl-header__search-panel .hs-search-field label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.pl-header__search-panel .hs-search-field input,
.pl-header__search-panel .hs-search-field input.hs-search-field__input {
  background: var(--pl-header-search-input-bg, #fff) !important;
  border: 0 !important;
  border-radius: var(--pl-header-search-radius, 6px) 0 0 var(--pl-header-search-radius, 6px) !important;
  color: var(--pl-header-search-text, #0097a7) !important;
  flex: 1 1 auto;
  font-size: var(--pl-header-utility-font-size, 12px);
  height: 24px;
  line-height: 24px;
  margin: 0 !important;
  min-height: 24px;
  padding: 0 6px;
  text-transform: uppercase;
  width: 100%;
}

.pl-header__search-panel .hs-search-field input::placeholder {
  color: var(--pl-header-search-text, #0097a7);
  opacity: 1;
}

.pl-header__search-panel .hs-search-field button {
  background: var(--pl-header-search-submit-bg, #ff5722);
  border: 0;
  border-radius: 0 var(--pl-header-search-radius, 6px) var(--pl-header-search-radius, 6px) 0;
  color: var(--pl-header-cta-text, #fff);
  cursor: pointer;
  flex: 0 0 auto;
  height: 24px;
  min-height: 24px;
  min-width: 32px;
  margin: 0 !important;
  padding: 0;
  width: 32px;
}

.pl-header__search-panel .hs-search-field button svg {
  display: block;
  fill: currentColor;
  height: 12px;
  margin: 0 auto;
  width: 12px;
}

.pl-header__search-panel .hs-search-field__suggestions {
  background: var(--pl-header-dropdown-bg, #fff);
  border-color: var(--pl-header-dropdown-border, #d1d1d6) !important;
  left: 0;
  margin: 4px 0 0;
  position: absolute;
  right: 0;
  top: 100%;
}

.pl-header__search-panel .hs-search-field__suggestions li,
.pl-header__search-panel .hs-search-field__suggestions li a {
  color: var(--pl-header-dropdown-text, #212121);
}

.header-container-wrapper.pl-landing-header-wrapper {
  min-height: 96px;
}

.pl-landing-header.custom-header {
  align-items: center;
  background: var(--pl-header-main-bg, #fff);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.04), 0 10px 12px rgba(0, 0, 0, 0.02), 0 12px 25px rgba(0, 0, 0, 0.04);
  display: flex;
  min-height: 96px;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 1000;
}

.pl-landing-header .pl-landing-header__inner.header__container.header-inner {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto !important;
  max-width: var(--pl-header-layout-max-width, 1642px) !important;
  min-height: 96px;
  padding: 0;
  width: calc(100% - (var(--pl-header-desktop-side-gutter, 139px) * 2));
}

.pl-landing-header__logo.custom-logo {
  align-items: center;
  display: flex;
  float: none;
  height: 57px;
  width: 246px;
}

.pl-landing-header__logo a {
  align-items: center;
  display: inline-flex;
  height: 57px;
}

.pl-landing-header__logo img {
  display: block;
  height: auto !important;
  max-height: 57px;
  max-width: 225px;
  width: auto !important;
}

.pl-landing-header__cta {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  justify-content: flex-end;
}

.pl-landing-header__cta .hs-button,
.pl-landing-header__cta .pl-landing-header__cta-button {
  align-items: center;
  background: var(--pl-header-cta-bg, #ff5722) !important;
  border: 0 !important;
  border-radius: var(--pl-header-cta-radius, 10px) !important;
  color: var(--pl-header-cta-text, #fff) !important;
  display: inline-flex !important;
  font-size: var(--pl-header-main-nav-font-size, 14px) !important;
  font-synthesis: none;
  font-weight: 500 !important;
  justify-content: center;
  letter-spacing: 0 !important;
  line-height: 26px !important;
  margin: 0 !important;
  min-height: var(--pl-header-cta-min-height, 52px);
  min-width: var(--pl-header-cta-min-width, 220px);
  padding: 13px 22px !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
}

.pl-landing-header__cta .hs-button:hover,
.pl-landing-header__cta .hs-button:focus,
.pl-landing-header__cta .pl-landing-header__cta-button:hover,
.pl-landing-header__cta .pl-landing-header__cta-button:focus {
  background: var(--pl-header-cta-hover-bg, #e94716) !important;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

@media (max-width: 1399px) {
  .pl-header__inner,
  .pl-header .header__container.header-inner.pl-header__main-inner {
    width: calc(100% - 70px);
  }

  .pl-landing-header .pl-landing-header__inner.header__container.header-inner {
    width: calc(100% - 70px);
  }

  .pl-header__nav .hs-menu-wrapper > ul {
    gap: 20px;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > a,
  .pl-header__nav .hs-menu-wrapper > ul > li > a:visited {
    font-size: 14px;
  }

  .pl-header__logo.custom-logo {
    width: 220px;
  }

  .pl-header__search-panel {
    min-width: 338px;
  }
}

@media (max-width: 1199px) {
  .pl-header .header__container.header-inner.pl-header__main-inner {
    gap: 20px;
  }

  .pl-header__inner,
  .pl-header .header__container.header-inner.pl-header__main-inner {
    width: calc(100% - 30px);
  }

  .pl-header__logo.custom-logo {
    width: 190px;
  }

  .pl-header__logo img {
    max-width: 190px;
  }

  .pl-header__cta .hs-button,
  .pl-header__cta a,
  .pl-header__cta button {
    min-width: 190px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .pl-header__search-panel {
    min-width: 280px;
  }

  .pl-landing-header .pl-landing-header__inner.header__container.header-inner {
    width: calc(100% - 30px);
  }
}

@media (max-width: 1099px) {
  body.pl-mobile-nav-open {
    overflow: hidden;
  }

  .header-container-wrapper.pl-header-wrapper {
    min-height: auto;
  }

  .pl-header__inner,
  .pl-header .header__container.header-inner.pl-header__main-inner {
    width: calc(100% - 32px);
  }

  .pl-header__utility {
    min-height: 36px;
  }

  .pl-header--no-language .pl-header__utility {
    display: none;
  }

  .pl-header__utility-inner {
    gap: 12px;
  }

  .pl-header__language {
    min-width: 0;
  }

  .pl-header__utility-actions {
    gap: 14px;
  }

  .pl-header__utility-actions .hs-menu-wrapper > ul {
    gap: 14px;
  }

  .pl-header__utility-actions .hs-menu-wrapper > ul > li > a,
  .pl-header__utility-actions .hs-menu-wrapper > ul > li > a:visited {
    line-height: 20px;
  }

  .pl-header__utility-actions .hs-menu-wrapper > ul > li:not(:first-child) {
    display: none;
  }

  .pl-header__main {
    position: relative;
  }

  .pl-header .header__container.header-inner.pl-header__main-inner {
    gap: 16px;
    height: 72px;
    min-height: 72px;
  }

  .pl-header__logo.custom-logo {
    height: 48px;
    width: auto;
  }

  .pl-header__logo a {
    height: 48px;
  }

  .pl-header__logo img {
    max-height: 48px;
    max-width: 205px;
  }

  .header-container-wrapper.pl-landing-header-wrapper {
    min-height: 72px;
  }

  .pl-landing-header.custom-header,
  .pl-landing-header .pl-landing-header__inner.header__container.header-inner {
    min-height: 72px;
  }

  .pl-landing-header__logo.custom-logo {
    height: 48px;
    width: auto;
  }

  .pl-landing-header__logo a {
    height: 48px;
  }

  .pl-landing-header__logo img {
    max-height: 48px;
    max-width: 205px;
  }

  .pl-landing-header__cta .hs-button,
  .pl-landing-header__cta .pl-landing-header__cta-button {
    min-height: 46px;
    min-width: 180px;
    padding: 10px 18px !important;
  }

  .pl-header__mobile-toggle {
    display: inline-flex;
    position: relative;
  }

  .pl-header__drawer {
    align-items: stretch;
    background: var(--pl-header-dropdown-bg, #fff);
    border-top: 1px solid var(--pl-header-main-divider, #b9bec6);
    box-shadow: 0 14px 28px rgba(37, 48, 61, 0.18);
    display: flex;
    flex-direction: column;
    gap: 0;
    left: 0;
    max-height: calc(100vh - 108px);
    opacity: 0;
    overflow-y: auto;
    padding: 8px 16px 28px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    transform: translateY(-8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    visibility: hidden;
    width: 100%;
    z-index: 1002;
  }

  .pl-header.pl-mobile-open .pl-header__drawer {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    visibility: visible;
  }

  .pl-header__nav.custom-header-menu-group {
    width: 100%;
  }

  .pl-header__nav .hs-menu-wrapper {
    line-height: 1.3;
    width: 100%;
  }

  .pl-header__nav .hs-menu-wrapper > ul {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li {
    align-items: stretch;
    border-bottom: 1px solid rgba(207, 215, 221, 0.8);
    display: block;
    line-height: 1.3;
    padding: 0;
    width: 100%;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li.pl-has-separate-toggle {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > a,
  .pl-header__nav .hs-menu-wrapper > ul > li > a:visited {
    display: flex;
    justify-content: space-between;
    line-height: 1.25;
    min-height: 54px;
    padding: 18px 0;
    width: 100%;
  }

  .pl-header__submenu-toggle {
    align-self: stretch;
    height: auto;
    justify-self: end;
    margin: 0;
    min-height: 54px;
    width: 44px;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li.pl-has-separate-toggle > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-has-separate-toggle > .hs-menu-children-wrapper {
    grid-column: 1 / -1;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > ul,
  .pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-ai > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-ai > .hs-menu-children-wrapper,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-about > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-about > .hs-menu-children-wrapper {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: block;
    gap: 0;
    grid-template-columns: none;
    left: auto !important;
    margin: 0;
    max-width: none;
    min-width: 0;
    opacity: 1;
    overflow: hidden;
    padding: 0;
    pointer-events: auto;
    position: static;
    top: auto;
    transform: none;
    transition: max-height 0.2s ease, visibility 0.2s ease;
    visibility: visible;
    width: 100%;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li:not(.pl-submenu-open) > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li:not(.pl-submenu-open) > .hs-menu-children-wrapper {
    max-height: 0;
    visibility: hidden;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > ul,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > .hs-menu-children-wrapper {
    max-height: 1200px;
    padding: 4px 0 22px;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > ul[data-pl-submenu-label]::before,
  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper[data-pl-submenu-label]::before {
    border-bottom-color: rgba(207, 215, 221, 0.8);
    color: var(--pl-header-main-nav-hover, #0097a7);
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.25;
    margin: 0 0 18px;
    padding: 0 0 14px;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured > li.pl-mega-heading-node,
  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured > li.pl-mega-heading-node > .hs-menu-children-wrapper {
    display: block;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > .hs-menu-children-wrapper.pl-mega-structured > li.pl-mega-heading-node > .hs-menu-children-wrapper,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node > .hs-menu-children-wrapper,
  .pl-header__nav .hs-menu-wrapper > ul > li.pl-submenu-open > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-links {
    max-height: none;
    overflow: visible;
    visibility: visible;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper > li.pl-menu-column,
  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node,
  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-links {
    display: flex !important;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 18px;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node {
    padding: 0 0 20px 14px;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node > a {
    margin-bottom: 0;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-links {
    padding: 2px 0 0 10px;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li.pl-menu-enrollment > .hs-menu-children-wrapper > li.pl-menu-column > a,
  .pl-header__nav .hs-menu-wrapper > ul > li > .hs-menu-children-wrapper.pl-mega-structured .pl-mega-column-heading-node > a {
    color: var(--pl-header-dropdown-heading, #212121);
    font-size: 12px;
    line-height: 1.25;
  }

  .pl-header__nav .hs-menu-wrapper > ul > li > ul a,
  .pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper a,
  .pl-header__nav .hs-menu-wrapper > ul > li > ul a:visited,
  .pl-header__nav .hs-menu-wrapper .hs-menu-children-wrapper a:visited {
    line-height: 1.35;
    padding: 3px 0;
  }

  .pl-header__cta.header-button {
    border-top: 1px solid rgba(207, 215, 221, 0.8);
    margin: 6px 0 0;
    padding-top: 24px;
    text-align: left;
    width: 100%;
  }

  .pl-header__cta .header-button-inner,
  .pl-header__cta .hs_cos_wrapper,
  .pl-header__cta .hs-button,
  .pl-header__cta a,
  .pl-header__cta button,
  body .pl-header .pl-header__cta a.hs-button,
  body .pl-header .pl-header__cta .hs-button,
  body .pl-header .pl-header__cta button.hs-button {
    width: 100%;
  }

  .pl-header__search-panel {
    max-width: min(415px, calc(100vw - 170px));
    min-width: min(300px, calc(100vw - 170px));
    width: min(415px, calc(100vw - 170px));
  }
}

@media (max-width: 480px) {
  .pl-header__utility-inner {
    width: calc(100% - 20px);
  }

  .pl-header__utility-actions .hs-menu-wrapper {
    display: none;
  }

  .pl-header__logo img {
    max-width: 185px;
  }

  .pl-landing-header .pl-landing-header__inner.header__container.header-inner {
    gap: 16px;
    width: calc(100% - 32px);
  }

  .pl-landing-header__logo img {
    max-width: 185px;
  }

  .pl-landing-header__cta .hs-button,
  .pl-landing-header__cta .pl-landing-header__cta-button {
    font-size: 12px !important;
    min-height: 42px;
    min-width: 0;
    padding: 8px 14px !important;
  }

  .pl-header__search-panel {
    left: 0;
    max-width: calc(100vw - 32px);
    min-width: calc(100vw - 32px);
    position: absolute !important;
    top: calc(100% + 8px) !important;
    width: calc(100vw - 32px);
  }

  .pl-header__search {
    position: static;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  margin: 0 auto;
}

.custom-footer {
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 74px 0;
}

.lp-footer .bottom-footer {
  margin: 0 !important;
}

.custom-footer .footer__container {
  padding-left: 15px;
  padding-right: 15px;
}

.custom-footer-content {
  width: auto;
  margin: 40px -15px;
}

.col-footer {
  float: left;
  padding: 0 15px;
}

.custom-footer-contact-details {
  width: 32%;
}

.custom-footer-menu-group.left {
  width: 28%;
}

.custom-footer-menu-group.middle {
  width: 19%;
}

.custom-footer-menu-group.right {
  width: 21%;
}

.footer-contact h4 {
  font-size: 27px;
  line-height: 43px;
  font-weight: 700;
  margin: 0 0 30px 0;
  font-family: 'Roboto',sans-serif;
  word-break: initial;
}

.custom-footer-menu .hs-menu-wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
  display: block;
}

.custom-footer-menu .hs-menu-wrapper > ul > li {
  transition: all 0.5s;
  line-height: inherit;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a {
  font-size: 22px;
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 0;
  line-height: 30px;
}

.custom-footer-menu .hs-menu-wrapper > ul > li > a:hover {
  text-decoration: none;
}

.footer-contact > div > span > p {
  line-height: 45px;
}

.footer-contact p {
  font-weight: 400;
  padding-bottom: 18px;
  margin-bottom: 0;
  line-height: 30px;
}

.footer-contact a {
  line-height: 30px;
  padding-bottom: 18px;
  display: block;
  text-decoration: none !important;
  font-weight: 400;
}

.footer-contact a + div {
  margin-top: 40px;
}

.bottom-footer {
  width: 100%;
  text-align: center;
  margin: 50px 0 0 0;
}

.bottom-footer p {
  line-height: 36px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.custom-footer-content:before,
.custom-footer-content:after {
  display: block;
  clear: both;
  content: "";
}

.inner-blog-footer:last-child {
  padding-top: 30px;
}

.custom-footer-no-nav .bottom-footer {
  margin: 0;
}

.footer-menu ul {
  margin: 0;
  padding: 0;
  display: block;
}

.footer-menu ul a {
  padding: 0;
  display: inline-block;
}

.footer-menu .hs-menu-wrapper>ul>li {
  width: 27.95%;
  float: left;
  padding: 0 15px;
}

.footer-menu .hs-menu-wrapper>ul>li>a,
.footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li>a {
  color: #ffffff;
  font-size: 27px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 43px;
  pointer-events: none;
}

.footer-menu .hs-menu-wrapper>ul ul li a {
  margin-bottom: 18px;
  line-height: 30px;
}

.footer-menu {
  width: 68%;
  float: left;
}

.footer-menu .hs-menu-wrapper>ul>li:last-child>a {
  display: none;
}

.footer-menu .hs-menu-wrapper>ul>li:first-child {
  width: 41.177%;
}

.footer-menu .hs-menu-wrapper>ul>li:last-child {
  width: 30%;
}

.footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li:last-child {
  padding-top: 30px;
}

@media (max-width: 1599px) {
  .custom-footer {
    line-height: 27px;
  }

  .custom-footer .footer__container {
    max-width: 1170px;
  }

  .custom-footer {
    padding: 70px 0;
  }

  .footer-contact h4 {
    margin: 0 0 20px 0;
    line-height: 35px;
  }

  .bottom-footer p {
    line-height: 27px;
  }

  .footer-contact p {
    padding-bottom: 10px;
  }

  .footer-contact a {
    padding-bottom: 10px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
  }

  .footer-contact>div>span>p {
    line-height: 40px;
  }

  .nested_con_wrap .req-content i {
    padding-right: 5px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a, 
  .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li>a {
    line-height: 35px;
    margin-bottom: 20px;
  }
}

@media (max-width: 1400px) {
  .custom-footer {
    line-height: 25px;
  }

  .bottom-footer p {
    line-height: 25px;
  }
}

@media (max-width: 1199px) {
  .custom-footer .footer__container {
    max-width: 960px;
  }

  .footer-contact h4 {
    font-size: 23px;
    line-height: 31px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a,
  .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li>a {
    font-size: 23px;
    line-height: 31px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    width: 31%;
    left: 6px;
    position: relative;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 27%;
  }
}

@media (max-width: 991px) {
  .custom-footer .footer__container {
    max-width: 750px;
  }

  .col-footer {
    width: 50% !important;
    padding: 15px;
  }

  .col-footer:nth-child(2n+1) {
    clear: left;
  }

  .custom-footer {
    line-height: 26px;
  }

  .bottom-footer p {
    line-height: 26px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:first-child {
    display: none;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 50% !important;
    padding: 15px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    position: static;
  }

  .footer-menu {
    float: none;
    width: 100%;
    clear: both;
    overflow: hidden;
  }

  .custom-footer-contact-details+li.hide {
    display: block;
    float: left;
    width: 50%;
    padding: 15px;
  }

  .custom-footer-contact-details+li.hide>a {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 20px;
    padding: 0;
  }

  .custom-footer-contact-details+li.hide ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .custom-footer-contact-details+li.hide ul li a {
    font-size: 16px;
    display: inline-block;
    color: #fff;
    margin-bottom: 18px;
    padding: 0;
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .custom-footer {
    padding: 50px 0;
  }

  .custom-footer .footer__container {
    max-width: 100%;
  }

  .custom-footer-content {
    width: 100%;
    margin: 20px 0 0;
  }

  .col-footer {
    width: 100% !important;
    padding: 0 0 30px 0;
  }

  .bottom-footer p {
    font-size: 16px;
    line-height: 26px;
  }

  .col-footer:last-child {
    padding: 0;
  }

  .footer-contact h4 {
    margin-bottom: 0 0 15px 0;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 16px;
  }

  .footer-contact p {
    font-size: 16px;
    padding-bottom: 0;
  }

  .footer-contact a {
    font-size: 16px;
    padding-bottom: 0;
  }

  .footer-contact>div>span>p {
    line-height: 28px;
  }

  .footer-contact a+div {
    margin-top: 0;
  }

  .custom-footer-contact-details+li.hide {
    display: none;
  }

  .footer-menu .hs-menu-wrapper>ul>li:first-child {
    display: block;
  }

  .footer-menu .hs-menu-wrapper>ul>li {
    width: 100% !important;
    float: none;
    padding: 0;
    padding: 0 0 30px 0;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a,
  .footer-menu .hs-menu-wrapper>ul>li:last-child>ul>li>a {
    margin-bottom: 15px;
  }

  .footer-menu .hs-menu-wrapper>ul>li:last-child {
    padding: 0;
  }

  .footer-contact p {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .footer-contact a {
    margin-bottom: 10px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.blog-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blog-header.page-center {
  padding-top: 30px;
}

.blog-banner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #00bbd3;
  opacity: 0.7;
  z-index: 0;
}

.blog-banner .banner-inner {
  width: 100%;
  display: table;
  height: 500px;
  position: relative;
}

.blog-banner .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.blog-banner h1 {
  color: #ffffff;
  margin: 0;
  padding-bottom: 1px;
}

.blog-banner p {
  font-size: 39px;
  padding: 15px 0 53px;
  color: #ffffff;
  line-height: 36px;
  font-weight: 400;
}

.blog-banner .seo-banner-btn a {
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 17px;
  background-color: #fe5621;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: 22px 10px;
  text-align: center;
  min-width: 450px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none !important;
}

.blog-banner .seo-banner-btn a:hover {
  background-color: #ad401d;
  text-decoration: none;
}

.blog-latest-post-section h2 {
  margin-bottom: 40px;
  color: #595959;
}

.blog-latest-post-section .blog-inner {
  width: auto;
  margin: 0 -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog-latest-post-section .single-blog {
  float: left;
  width: 33.33%;
  padding: 20px;
}

.blog-latest-post-section .single-blog .blog-single-wrap {
  width: 100%;
  background: #fff;
  border-radius: 23px;
  overflow: hidden;
  float: left;
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 9%);
  box-shadow: 0 0 20px rgb(0 0 0 / 9%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.blog-latest-post-section .single-blog .blog-image {
  width: 100%;
  position: relative;
}

.blog-latest-post-section .single-blog .blog-content {
  width: 100%;
  padding: 35px;
}

.blog-latest-post-section .single-blog .blog-image img {
  width: 100%;
  height: 267px;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.blog-latest-post-section .single-blog .blog-content h4,
.blog-latest-post-section h2.post-listing-simple,
.search-page .hs-search-results__title {
  font-size: 35px;
  line-height: 43px;
}

.blog-latest-post-section .single-blog .blog-content h4,
.blog-latest-post-section h2.post-listing-simple a,
.search-page .hs-search-results__title {
  color: #595959;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.blog-latest-post-section .single-blog .blog-desc {
  width: 100%;
  margin: 20px 0;
}

.blog-latest-post-section .single-blog .blog-inner-content {
  margin-bottom: 50px;
  min-height: 144px;
}

.blog-latest-post-section .single-blog a.transparent-bg {
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  color: #fe5621;
  text-transform: uppercase;
  display: inline-block;
}

.blog-latest-post-section .single-blog a {
  text-decoration: none;
  color: #595959;
}

.blog-latest-post-section .single-blog .blog-desc .blog-date {
  float: left;
  margin-right: 30px;
}

.blog-latest-post-section .single-blog .blog-desc .blog-sharing {
  cursor: pointer;
}

.blog-latest-post-section .single-blog .blog-desc .share-dialog {
  position: fixed;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 280px;
  display: none;
  width: 95%;
  max-width: 500px;
  z-index: -1;
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 4px;
  background-color: #fff;
}

.blog-latest-post-section .single-blog .blog-desc i {
  color: #0096a6;
  margin-right: 7px;
}

.blog-latest-post-section .single-blog a.transparent-bg:hover {
  color: #ad401d;
}

.blog-latest-post-section .single-blog .blog-single-wrap:hover {
  -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 38%);
  box-shadow: 0 0 30px rgb(0 0 0 / 38%);
}

.blog-latest-post-section .single-blog .blog-desc .share-dialog h3.dialog-title {
  color: #585858;
  font-weight: 600;
  margin: 0;
}

.blog-latest-post-section .single-blog button.close-button {
  display: none;
}

.blog-latest-post-section .single-blog  .targets {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  margin-bottom: 20px;
}

.blog-latest-post-section .single-blog .targets a {
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  cursor: pointer;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
}

.blog-latest-post-section .single-blog .targets a svg {
  width: 20px;
  height: 20px;
  margin-right: 7px;
}

.blog-latest-post-section .single-blog .link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
  background-color: #eee;
}

.blog-latest-post-section .single-blog .link .pen-url {
  margin-right: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.blog-latest-post-section .single-blog .link button.copy-link {
  font-family: 'Montserrat', sans-serif;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-appearance: initial;
  width: 100%;
  max-width: 142.17px;
}

.share-open .blog-latest-post-section .single-blog .blog-desc .share-dialog>header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 21px;
}

.blog-latest-post-section .single-blog .blog-desc.cm-share-open .share-dialog,
.latest-post-section .single-blog .blog-desc.cm-share-open .share-dialog{
  display: block;
  z-index: 999 !important;
}

.blog-custom-free-consult-section {
  position: relative;
  padding: 50px;
  border-radius: 23px;
  overflow: hidden;
}

.blog-custom-free-consult-section:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient( 180deg , #fe5621 0%, #ce461c 100%);
  z-index: -1;
  opacity: 0.85;
}

.blog-custom-free-consult-section .expert-wrap {
  float: left;
  width: auto;
  margin: 0 -30px;
}

.blog-custom-free-consult-section .expert-left-section {
  float: left;
  width: 45%;
  padding: 0 30px;
}

.blog-custom-free-consult-section .expert-right-section {
  float: left;
  width: 55%;
  padding: 0 30px;
}

.blog-custom-free-consult-section .expert-left-section h2 {
  margin-bottom: 40px;
  color: #ffffff;
}

.blog-custom-free-consult-section .expert-left-section p {
  color: #ffffff;
}

.blog-custom-free-consult-section .expert-right-section .single-form.expert-form {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

.blog-custom-free-consult-section .expert-right-section .hs-input {
  border-radius: 6px;
  border: 1px solid #747474;
  min-width: 211px;
  background-color: #ffffff;
  padding: 8px 15px;
  color: #595959;
  font-size: 24px;
  outline: none;
  font-family: 'Roboto', sans-serif;
  width: 100% !important;
}

.blog-custom-free-consult-section .hs-form-field {
  margin: 0;
  padding-right: 10px;
  padding-bottom: 20px;
}

.blog-custom-free-consult-section textarea {
  min-height: 76px;
  font-size: 24px;
  line-height: normal;
}

.blog-custom-free-consult-section .hs-form-field>label {
  margin: 0;
}

.blog-custom-free-consult-section input.hs-button.primary.large {
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  border-radius: 17px;
  border: 3px solid #ffffff;
  min-width: 211px;
  background: transparent;
  padding: 20px 15px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
  font-weight: 400;
  margin-top: 10px;
}

.blog-custom-free-consult-section input.hs-button.primary.large:hover {
  background: #ffffff;
  color: #fe5621;
}

.blog-custom-free-consult-section form .hs-error-msgs label {
  color: #fff !important;
  font-size: 13px;
  font-weight: 500;
  line-height: 16px;
  padding-left: 9px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
}

.blog-custom-free-consult-section form .hs-error-msgs {
  padding-top: 11px;
  padding-bottom: 6px;
}

.blog-custom-free-consult-section:before {
  background: rgba(254,86,33,0.7);
  opacity: 1
}

.blog-custom-free-consult-section .expert-left-section {
  padding: 0;
  width: 35%
}

.blog-custom-free-consult-section .expert-right-section {
  padding: 0;
  width: 65%;
  min-height: 296px
}

.blog-custom-free-consult-section {
  box-shadow: 0 0 45px rgb(0 0 0 / 19%);
  background-repeat: no-repeat;
  background-size: cover;
  height: initial;
  min-height: 412.3px;
  border-radius: 23px;
  overflow: hidden;
  padding: 58px;
  position: relative;
  z-index: 0
}

.blog-custom-free-consult-section .expert-wrap {
  float: none;
  margin: 0
}

.blog-custom-free-consult-section .expert-left-section h2 {
  margin: 0
}

.blog-custom-free-consult-section input.hs-button.primary.large {
  margin: 0
}

.blog-custom-free-consult-section form {
  padding-top: 15px
}

.blog-post-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.blog-post-banner:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  opacity: 0.7;
  mix-blend-mode: inherit;
  background: linear-gradient(152deg, #00BCD4 0%, #00717e 91%);
}

.blog-post-banner .banner-inner {
  width: 100%;
  display: table;
  height: 500px;
  position: relative;
}

.blog-post-banner .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.blog-post-banner h1 {
  color: #fff;
  margin: 0;
  padding-bottom: 1px;
  padding: 10px 0;
  font-size: 3.5rem;
  line-height: 91px;
}

.blog-post-banner .breadcrumbs ul.hs-breadcrumb-menu {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  text-transform: uppercase;
  padding: 0;
}

.blog-post-banner .breadcrumbs ul.hs-breadcrumb-menu>li {
  float: none;
  display: inline-block;
  padding: 0;
}

.blog-post-banner .breadcrumbs ul.hs-breadcrumb-menu a {
  color: #fff;
}

.blog-post-banner .breadcrumbs ul.hs-breadcrumb-menu a {
  line-height: 24px;
  padding: 0;
  text-decoration: none;
}

.blog-post-banner .breadcrumbs ul.hs-breadcrumb-menu .hs-breadcrumb-menu-divider {
  display: none;
}

.blog-post-banner .breadcrumbs ul.hs-breadcrumb-menu>li:after {
  content: '>';
  margin-left: 3px;
  margin-right: 15px;
  font-weight: 500;
}

.main-banner .breadcrumbs ul.hs-breadcrumb-menu>li:last-child:after {
  margin-left: 19px;
  margin-right: 0;
}

.blog-post-banner p {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 !important;
}

.blog-post-banner .breadcrumbs {
  padding-bottom: 0 !important;
}

.blog-social-sharing-section {
  text-align: center;
}

.blog-social-sharing-section h6 {
  color: #707070;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 50px;
  line-height: 36px;
}

.blog-social-sharing-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
  display: inline-block;
}

.blog-social-sharing-section ul li {
  display: inline-block;
  margin: 0 35px;
}

.blog-social-sharing-section ul li a {
  color: #0096a6;
  font-size: 39px;
  display: inline-block;
  line-height: 24px;
}

.blog-social-sharing-section ul li a:hover {
  color: #595959;
}
/*
.progress-container {
  opacity: 0;
  transition: all ease 0.5s;
  transition-delay: 0.4s;
  width: 100%;
  height: 14px;
  background: #ffffff;
  position: fixed;
  top: 163px;
  z-index: 4;
}

.progress-bar {
  height: 14px;
  background: #00bbd3;
  width: 0%;
}*/

.scroll-header /*.progress-container*/ {
  opacity: 1;
}

.hs-blog-listing .blog-tags {
  width: 100%;
  box-shadow: 0 3px 45px rgb(0 0 0 / 16%);
  background-color: #008796;
  padding: 17px 0;
}

.hs-blog-listing .blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.hs-blog-listing .blog-tags ul li {
  display: inline-block;
  padding: 0 40px;
}

.hs-blog-listing .blog-tags ul li a {
  line-height: 24px;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
}

.hs-blog-listing .blog-tags ul li a:hover {
  color: #013c43;
}

.hs-blog-listing .blog-tags ul li.subscribe-btn a {
  min-width: 163px;
  display: inline-block;
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  border-radius: 10px;
  background-color: #b1eaf1;
  color: #008796;
  padding: 13px 15px;
}

.hs-blog-listing .blog-tags ul li.subscribe-btn:hover>a {
  background-color: #004148;
  color: #0096a6;
}


.cm-blog-abt-wrapper {
  width: 100%;
  padding: 85px 0 55px;
}

.cm-blog-abt-wrapper h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 400;
  margin-bottom: 40px;
  color: #595959;
}

.cm-blog-abt-wrapper .about-blog-inner {
  width: auto;
  margin: 0px -20px;
  clear: both;
  overflow: hidden;
}

.cm-blog-abt-wrapper .single-blog {
  float: left;
  width: 33.33%;
  padding: 46px 20px;
}

.cm-blog-abt-wrapper .single-blog .blog-single-wrap {
  width: 100%;
  background: #fff;
  border-radius: 23px;
  overflow: initial;
  float: left;
  box-shadow: 0 0 20px rgb(0 0 0 / 9%);
  transition: all 0.5s;
}

.cm-blog-abt-wrapper .single-blog .blog-image {
  float: left;
  width: 100%;
  box-shadow: 0 0 45px rgb(0 0 0 / 9%);
  transition: all 0.5s;
  position: relative;
  z-index: 0;
}

.cm-blog-abt-wrapper .single-blog .blog-content {
  float: left;
  width: 100%;
  padding: 35px;
}

.cm-blog-abt-wrapper .single-blog .blog-image:before {
  content: '';
  position: absolute;
  background-image: url(https://722788.fs1.hubspotusercontent-na1.net/hubfs/722788/raw_assets/public/Pepperland_June2021/images/shadow-img.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  top: -42px;
  max-width: 420px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.cm-blog-abt-wrapper .single-blog .blog-inner-image {
  width: 100%;
  border-radius: 23px 23px 0 0;
  overflow: hidden;
  position: relative;
}

.cm-blog-abt-wrapper .single-blog .blog-inner-image:before {
  content: '';
  position: absolute;
  background-color: #00bbd3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.75;
}

.cm-blog-abt-wrapper .single-blog .blog-inner-image img {
  width: 100%;
  height: 267px;
  object-fit: cover;
  display: block;
}

.cm-blog-abt-wrapper .single-blog:nth-child(3n + 2) .blog-inner-image:before {
  background-color: #595959;
  opacity: 0.75;
}

.cm-blog-abt-wrapper .single-blog .blog-content a.title {
  color: #595959;
  font-size: 25px;
  font-weight: 700;
  line-height: 36px;
  display: block;
}

.cm-blog-abt-wrapper .single-blog .blog-content .blog-inner-content {
  margin: 15px 0 30px;
  width: 100%;
}

.cm-blog-abt-wrapper .single-blog a.transparent-bg {
  line-height: 24px;
  font-size: 24px;
  font-weight: 700;
  color: #fe5621;
  text-transform: uppercase;
  display: inline-block;
}

.cm-blog-abt-wrapper .single-blog a {
  text-decoration: none;
}

.cm-blog-abt-wrapper .single-blog a.transparent-bg:hover {
  color: #ad401d;
}

.blog-latest-post-section {
  padding: 85px 0 55px;
}

.blog-pagination {
  width: auto;
  display: flex;
  align-items: center;
  padding-top: 40px;
  margin: 0 -20px;
}

.blog-pagination a {
  text-decoration: none;
  line-height: 24px;
  display: flex;
  margin: 0 20px;
  font-size: 32px;
  font-weight: 700;
  color: #747474;
}

.blog-pagination a.active {
  margin: 0 20px;
  color: #fe5621;
  pointer-events: none;
}

.blog-pagination a.next-link span,
.blog-pagination a.prev-link span {
  font-size: 0;
  position: relative;
  height: 52px;
  border-radius: 100%;
  color: #ffffff;
  width: 52px;
  box-shadow: 0 3px 16px rgb(0 0 0 / 16%);
  background-color: #fe5621;
  transition: all 0.5s;
  font-weight: 700;
  display: inline-block;
}

.blog-pagination a.next-link span:before,
.blog-pagination a.prev-link span:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 44px;
  line-height: 52px;
  left: 0;
  right: 0;
  text-align: center;
  content: '\f105';
}

.blog-pagination a.next-link span:hover,
.blog-pagination a.prev-link span:hover {
  background-color: #ad401d;
}

.blog-pagination a.prev-link span:before {
  content: '\f104';
}

.blog-pagination a.prev-link span {
  background-color: #bcbcbc !important;
}

.blog-pagination a[class*="disabled"] {
  display: none;
}

.blog-subscribe-form-wrapper {
  padding-bottom: 160px;
}

.cm-blog-abt-wrapper .single-blog .blog-single-wrap:hover {
  box-shadow: 0 0 30px rgb(0 0 0 / 38%);
}

.cm-blog-post-content-wrapper {
  width: 100%;
  padding: 45px 0;
}

.cm-blog-post-content-wrapper .blog-post-inner {
  max-width: 900px;
  margin: 0 auto;
  clear: both;
  overflow: hidden;
}

.cm-blog-post-content-wrapper .blog-post-inner img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.cm-blog-post-content-wrapper .post-left-content {
  width: auto;
  float: left;
  padding: 1rem 1rem 0 0;
  margin-right: 1rem;
  border-right: 1px solid;
}

.cm-blog-post-content-wrapper .cm-post-content {
  padding: 0 0 40px 0;
}

.cm-blog-post-content-wrapper .post-left-content .author-wrap {
  clear: both;
  overflow: hidden;
}

.cm-blog-post-content-wrapper .post-left-content .author-wrap .author-content {
  float: left;
  width: calc(100% - 134px);
  padding: 0 0 0 30px;
}

.cm-blog-post-content-wrapper .post-left-content .author-wrap .author-img {
  float: left;
  width: 134px;
}

.cm-blog-post-content-wrapper .post-left-content .author-wrap .author-img img {
  border-radius: 100%;
  object-fit: cover;
  width: 100px;
  height: 100px;
}

.cm-blog-post-content-wrapper .post-left-content .author-wrap .author-content h6 {
  color: #595959;
  font-weight: 400;
}

.cm-blog-post-content-wrapper .post-left-content .author-wrap .author-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
  display: inline-block;
  margin-top: 10px;
}

.cm-blog-post-content-wrapper .post-left-content .author-wrap.no-authr-img .author-content {
  padding-left: 0;
  width: 100%;
  float: none;
}

.cm-blog-post-content-wrapper .cm-post-content p {
  margin: 1rem 0 2rem 0;
  padding-bottom: 0px;
}

.cm-blog-post-content-wrapper .cm-post-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  transition: all 0.5s;
  margin-bottom: 30px;
}

.cm-blog-post-content-wrapper .cm-post-content ul li {
  padding: 5px 0;
}

.cm-blog-post-content-wrapper .cm-post-content ul li:before {
  content: '';
  display: inline-block;
  height: 10px;
  width: 10px;
  background: #707070;
  border-radius: 100%;
  margin: 10px 15px 0 30px;
  vertical-align: middle;
  float: left;
}

.cm-blog-post-content-wrapper .cm-post-content ul li h6 {
  margin: 0;
  font-size: 27px;
  line-height: 40px;
}

.cm-blog-post-content-wrapper .cm-post-content a {
  color: #0097a7;
  text-decoration: underline;
}

.cm-blog-post-content-wrapper .cm-post-content hr {
  margin: 0;
}

.blog-comments .grecaptcha-badge {
  margin: 0 !important;
}

.blog-social-sharing-section {
  margin: 95px 0 70px;
}

.fancybox-bg {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47,0,.74,.71);
  visibility: hidden;
  z-index: 9;
}
.share-open .fancybox-bg {
  opacity: .43;
  transition-timing-function: cubic-bezier(.22,.61,.36,1);
  visibility: visible;
}

button.fancybox-button {
  border: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 401;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 2px;
  text-transform: capitalize;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 4px;
  border: 1px solid #ddd;
  cursor: pointer;
  width: 44px;
  height: 37px;
}

button.fancybox-button svg {
  display: block;
  height: 15px;
  overflow: visible;
  position: relative;
  width: 15px;
}

button.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

button.fancybox-button:hover {
  opacity: 1;
}

@media (min-width: 1580px) {
  .blog-latest-post-section .single-blog .blog-content h4,
  .blog-latest-post-section h2.post-listing-simple a,
  .search-page .hs-search-results__title {
    font-size: 23px;
  }
}

@media (min-width: 1600px) {
  .blog-banner p {
    padding: 15px 0 53px !important;
  }
}

@media (max-width: 1599px) {
  /*.progress-container {
    top: 107px;
  }*/

  .blog-banner h1 {
    line-height: 70px;
    padding: 0;
  }

  .blog-banner p {
    font-size: 33px;
    padding: 15px 0 30px !important;
    line-height: 43px;
  }

  .blog-banner .seo-banner-btn a {
    min-width: 360px;
    font-size: 18px;
    line-height: 26px;
    padding: 15px 10px;
  }

  .blog-latest-post-section .blog-inner {
    margin: 0px -15px;
  }

  .blog-latest-post-section .single-blog {
    padding: 15px;
  }

  .blog-latest-post-section .single-blog .blog-content h4,
  .blog-latest-post-section h2.post-listing-simple,
  .search-page .hs-search-results__title {
    font-size: 27px;
    line-height: 35px;
  }

  .blog-latest-post-section .single-blog a.transparent-bg {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-latest-post-section .single-blog .blog-content h4,
  .blog-latest-post-section h2.post-listing-simple a,
  .search-page .hs-search-results__title {
    font-size: 22px;
    line-height: 25px;
  }

  .blog-custom-free-consult-section .expert-left-section h2 {
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 23px;
  }

  .blog-custom-free-consult-section .expert-left-section {
    padding: 0 15px;
  }

  .blog-custom-free-consult-section .expert-right-section {
    padding: 0 15px;
  }

  .blog-custom-free-consult-section .expert-wrap {
    margin: 0 -15px;
  }

  .blog-custom-free-consult-section .expert-right-section .hs-input {
    font-family: 'Montserrat', sans-serif;
    padding: 8.5px 15px;
  }

  .blog-custom-free-consult-section .expert-right-section form {
    padding-top: 10px;
  }

  .blog-post-banner .breadcrumbs {
    padding-bottom: 5px;
  }

  .blog-social-sharing-section ul li {
    margin: 0 20px;
  }

  .blog-social-sharing-section ul li a {
    font-size: 30px;
  }

  .blog-social-sharing-section h6 {
    margin-bottom: 19px;
  }

  .cm-blog-abt-wrapper .about-blog-inner {
    margin: 0px -15px;
  }

  .cm-blog-abt-wrapper {
    padding: 80px 0 45px;
  }

  .cm-blog-abt-wrapper .single-blog {
    padding: 30px 15px;
  }

  .cm-blog-abt-wrapper .single-blog .blog-image:before {
    top: -29px;
    max-width: 330px;
  }

  .cm-blog-abt-wrapper .single-blog a.transparent-bg {
    font-size: 18px;
    line-height: 26px;
  }

  .blog-latest-post-section {
    padding: 0 15px 25px;
    padding-bottom: 80px;
  }

  .blog-pagination {
    margin: 0 -15px;
  }

  .blog-subscribe-form-wrapper {
    padding-bottom: 100px;
  }

  .blog-custom-free-consult-section .expert-right-section {
    padding-left: 3px;
    padding-right: 7px;
  }

  .blog-custom-free-consult-section .expert-left-section h2 {
    margin-bottom: 0px;
  }

  .blog-custom-free-consult-section .expert-left-section {
    padding: 0;
  }

  .blog-post-banner h1 {
    line-height: 70px;
  }

  .cm-blog-post-content-wrapper .post-left-content .author-wrap .author-img {
    width: 120px;
  }



  .cm-blog-post-content-wrapper .post-left-content .author-wrap .author-content {
    width: calc(100% - 120px);
  }

  .cm-blog-post-content-wrapper .cm-post-content {
    padding: 0 0 25px 0;
  }

  .cm-blog-post-content-wrapper .cm-post-content ul {
    margin-bottom: 15px;
  }

  .cm-blog-post-content-wrapper .cm-post-content ul li {
    padding: 0;
  }

  .cm-blog-post-content-wrapper .cm-post-content ul li:before {
    margin: 1px 15px 0 20px;
  }

  .blog-social-sharing-section {
    margin: 30px 0;
  }

  .hs-blog-post .blog-custom-free-consult-section {
    padding: 50px;
  }

  .hs-blog-post .blog-custom-free-consult-section .expert-wrap {
    margin: 0;
  }

  .hs-blog-post .blog-custom-free-consult-section .expert-left-section h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .hs-blog-post .blog-custom-free-consult-section .expert-right-section {
    padding-left: 0;
    padding-right: 0;
  }

  .blog-social-sharing-section h6 {
    line-height: 33px;
  }

  .cm-blog-post-content-wrapper .cm-post-content h6,
  .cm-blog-post-content-wrapper .cm-post-content ul li h6 {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 15px;
    margin-top: 34px;
    margin-bottom: 17px;
  }

  .cm-blog-post-content-wrapper .cm-post-content ul li h6 {
    padding-bottom: 0;
  }

  .cm-blog-post-content-wrapper .cm-post-content ul li:before {
    margin: 10px 15px 0 20px;
  }
}

@media (max-width: 1400px) {
  /*.progress-container {
    top: 105px;
  }*/

  .blog-banner h1 {
    line-height: 68px;
  }

  .blog-banner p {
    font-size: 30px;
    line-height: 38px;
  }

  .blog-latest-post-section h2 {
    line-height: 42px;
    margin-bottom: 20px;
  }

  .blog-latest-post-section .single-blog .blog-image img {
    height: 200px;
  }

  .blog-latest-post-section .single-blog .blog-content {
    padding: 25px;
  }

  .blog-custom-free-consult-section .expert-right-section form {
    padding-top: 12px;
  }

  .blog-custom-free-consult-section input.hs-button.primary.large {
    margin-top: 7px;
  }

  .blog-custom-free-consult-section {
    padding: 35px;
    min-height: 366px
  }

  .blog-post-banner .breadcrumbs {
    padding-bottom: 4px;
  }

  .cm-blog-abt-wrapper {
    padding: 70px 0 35px;
  }

  .cm-blog-abt-wrapper h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .cm-blog-abt-wrapper .single-blog .blog-inner-image img {
    height: 200px;
  }

  .blog-latest-post-section {
    padding-bottom: 70px;
  }

  .blog-custom-free-consult-section .expert-left-section {
    padding: 0 15px;
  }

  .blog-custom-free-consult-section .expert-right-section {
    padding: 0 15px;
    padding-left: 7px;
  }

  .blog-subscribe-form-wrapper {
    padding-bottom: 70px;
  }

  .cm-blog-abt-wrapper .single-blog .blog-content {
    padding: 25px;
  }


  .blog-post-banner h1 {
    line-height: 68px;
  }

  .hs-blog-post .blog-custom-free-consult-section {
    padding: 35px;
  }

  .hs-blog-post .blog-custom-free-consult-section .expert-left-section {
    padding: 0;
  }

  .hs-blog-post .blog-custom-free-consult-section .expert-left-section h2 {
    font-size: 35px;
    line-height: 42px;
  }

  .blog-social-sharing-section h6 {
    margin-bottom: 20px;
  }

  .cm-blog-post-content-wrapper .cm-post-content h6,
  .cm-blog-post-content-wrapper .cm-post-content ul li h6 {
    font-size: 18px;
    line-height: 30px;
    margin-top: 28px;
    margin-bottom: 11px;
  }
}

@media (max-width:1199px) {
  /*.progress-container {
    top: 86px;
  }*/

  .blog-custom-free-consult-section {
    padding: 30px
  }

  .blog-custom-free-consult-section .expert-left-section h2 {
    font-size: 35px;
    line-height: 43px
  }

  .blog-custom-free-consult-section .expert-left-section {
    padding-right: 10px
  }

  .blog-social-sharing-section ul li {
    margin: 0 15px;
  }

  .blog-social-sharing-section ul li a {
    font-size: 25px;
  }

  .cm-blog-abt-wrapper .single-blog .blog-image:before {
    top: -25px;
    max-width: 270px;
  }

  .cm-blog-abt-wrapper h2 {
    font-size: 35px;
    line-height: 43px;
  }

  .blog-latest-post-section {
    padding-bottom: 60px;
  }

  .cm-blog-post-content-wrapper .post-left-content .author-wrap .author-content {
    width: calc(100% - 100px);
  }

  .cm-blog-post-content-wrapper .post-left-content .author-wrap .author-img {
    width: 100px;
  }

  .cm-blog-post-content-wrapper .cm-post-content {
    padding: 0 0 10px 0;
  }

  .cm-blog-post-content-wrapper .cm-post-content ul li:before {
    width: 8px;
    height: 8px;
    margin: 1px 10px 0 15px;
  }

  .cm-blog-post-content-wrapper {
    padding-bottom: 30px;
  }

  .hs-blog-post .blog-custom-free-consult-section {
    padding: 30px;
  }

  .hs-blog-post .blog-custom-free-consult-section .expert-left-section {
    padding-right: 10px;
  }

  .cm-blog-post-content-wrapper .cm-post-content ul li:before {
    width: 8px;
    height: 8px;
    margin: 10px 10px 0 15px;
  }
}

@media (max-width: 991px) {
  /*.progress-container {
    
  }*/

  .blog-banner p {
    font-size: 25px;
    line-height: 32px;
  }

  .blog-banner h1 {
    line-height: 62px;
  }

  .blog-latest-post-section .single-blog {
    width: 50%;
    padding: 15px;
  }

  .blog-latest-post-section h2 {
    padding-bottom: 50px;
  }

  .blog-custom-free-consult-section {
    padding: 40px;
  }

  .blog-custom-free-consult-section .expert-left-section h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .blog-custom-free-consult-section .expert-left-section {
    width: 50%;
  }

  .blog-custom-free-consult-section .expert-right-section {
    width: 50%;
    padding-top: 25px;
  }

  .blog-custom-free-consult-section .expert-left-section h2 {
    margin-bottom: 20px
  }

  .blog-post-banner h1 {
    line-height: 62px;
  }

  .blog-post-banner .breadcrumbs {
    padding-bottom: 0;
  }

  .hs-blog-listing .blog-tags ul li {
    padding: 0 18px;
  }

  .cm-blog-abt-wrapper {
    padding: 50px 0 35px;
  }

  .cm-blog-abt-wrapper .single-blog {
    padding: 30px 15px;
    width: 50%;
  }

  .cm-blog-abt-wrapper .single-blog .blog-image:before {
    top: -30px;
    max-width: 325px;
  }

  .cm-blog-abt-wrapper h2 {
    margin-bottom: 25px;
  }

  .blog-subscribe-form-wrapper {
    padding-bottom: 60px;
  }

  .blog-custom-free-consult-section {
    padding: 30px;
  }

  .blog-custom-free-consult-section .expert-left-section {
    width: 35%;
  }

  .blog-custom-free-consult-section .expert-right-section {
    width: 65%;
    padding-top: 0;
    padding-left: 2px;
  }

  .blog-custom-free-consult-section .expert-left-section h2 {
    font-size: 35px;
    line-height: 43px;
  }

  .cm-blog-post-content-wrapper .cm-post-content h6,
  .cm-blog-post-content-wrapper .cm-post-content ul li h6 {
    font-size: 16px;
    line-height: 26px;
  }

}

@media (max-width: 767px) {
  .blog-banner p {
    font-size: 22px;
    line-height: 28px;
  }

  .blog-banner h1 {
    line-height: 56px;
  }

  .blog-latest-post-section .single-blog {
    width: 100%;
    padding: 15px 0;
  }

  .blog-latest-post-section .blog-inner {
    width: 100%;
    margin: 0;
  }

  .blog-latest-post-section .single-blog .blog-single-wrap {
    max-width: 310px;
    margin: 0 auto;
    float: none;
  }

  .blog-latest-post-section .single-blog .blog-inner-content {
    min-height: initial;
  }

  .blog-latest-post-section .single-blog .blog-desc {
    margin: 10px 0;
  }

  .blog-custom-free-consult-section {
    padding: 25px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
  }

  .blog-custom-free-consult-section .expert-wrap {
    margin: 0;
  }

  .blog-custom-free-consult-section .expert-wrap>div {
    width: 100% !important;
    padding: 0 !important;
  }

  .blog-custom-free-consult-section .expert-wrap form {
    padding-top: 40px;
    margin: 25px 0 0;
  }

  .blog-custom-free-consult-section {
    padding: 25px 20px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    min-height: 479px
  }

  .blog-custom-free-consult-section .expert-left-section h2 {
    font-size: 28px;
    line-height: 36px
  }

  .blog-custom-free-consult-section form {
    padding-top: 20px !important
  }

  .blog-post-banner h1 {
    line-height: 56px;
  }

  .hs-blog-listing .blog-tags ul li {
    padding: 0 10px;
  }

  .hs-blog-listing .blog-tags ul li:first-child,
  .hs-blog-listing .blog-tags ul li:last-child {
    padding-left: 0;
  }

  .hs-blog-listing .blog-tags ul li.subscribe-btn a {
    padding: 8px 15px;
    min-width: 124px;
  }

  .cm-blog-abt-wrapper h2 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .cm-blog-abt-wrapper .single-blog {
    width: 100%;
    max-width: 310px;
    margin: 0 auto;
    float: none;
    padding: 0;
  }

  .cm-blog-abt-wrapper .about-blog-inner {
    width: 100%;
    margin: 0;
  }

  .cm-blog-abt-wrapper .single-blog .blog-single-wrap {
    margin: 30px 0;
  }

  .cm-blog-abt-wrapper .single-blog .blog-image:before {
    top: -27px;
    max-width: 297px;
  }

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

  .blog-pagination a {
    margin: 0 15px;
  }

  .blog-custom-free-consult-section .expert-wrap form {
    margin: 0;
  }

  .blog-custom-free-consult-section input.hs-button.primary.large {
    margin: 0;
  }

  .blog-custom-free-consult-section .form-title {
    margin: 0;
  }

  .cm-blog-post-content-wrapper .post-left-content {
    padding-bottom: 30px;
    width: 100%;
    border-right: none;
    float: none;
  }

  .cm-blog-post-content-wrapper .post-left-content .author-wrap {
    border-bottom: 1px solid;
    padding-bottom: 25px;
  }

  .cm-blog-post-content-wrapper .cm-post-content {
    clear: both;
    overflow: hidden;
  }

  .hs-blog-post .blog-custom-free-consult-section {
    padding: 25px 20px;
    max-width: 500px;
    margin: 0 auto;
    float: none;
    min-height: 479px;
  }

  .hs-blog-post .blog-custom-free-consult-section .expert-left-section h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-pagination {
    align-items: initial;
  }
}

@media (max-width: 600px) {
  .blog-banner .banner-inner {
    height: 275px;
  }

  .blog-banner h1 {
    line-height: 50px;
  }

  .blog-latest-post-section.post-topic-section .single-blog {
    width: 100%;
  }

  .blog-custom-free-consult-section {
    padding: 25px 15px;
    max-width: 400px
  }

  .blog-post-banner .banner-inner {
    height: 275px;
  }

  .blog-post-banner h1 {
    font-size: 2.9rem;
    line-height: 50px;
  }

  .hs-blog-listing .blog-tags ul li {
    padding: 10px 0;
    display: block;
  }

  .hs-blog-listing .blog-tags ul li.subscribe-btn a {
    min-width: 163px;
    padding: 13px 15px;
  }

  .blog-custom-free-consult-section {
    max-width: 400px;
    padding: 25px 20px;
  }

  .hs-blog-post .blog-custom-free-consult-section {
    max-width: 400px;
    min-height: 505px;
  }
}

@media (max-width: 480px) {
  .blog-banner .seo-banner-btn a {
    min-width: initial;
    font-size: 16px;
    line-height: 24px;
  }

  .blog-custom-free-consult-section {
    padding: 30px 15px;
    min-height: 515px
  }

  .blog-post-banner h1 {
    font-size: 2.4rem;
  }

  .blog-post-banner .breadcrumbs ul.hs-breadcrumb-menu {
    font-size: 14px;
  }

  .blog-post-banner p {
    font-size: 14px;
  }

  .blog-pagination {
    margin: 0;
    flex-wrap: wrap;
  }

  .blog-pagination a {
    margin-bottom: 10px;
  }
}

@media (max-width: 339px) {
  .blog-banner {
    padding: 5px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto, serif;
  font-size: 1.25rem;
  color: #212121;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #212121;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page form {
  max-width: 500px;
}

.systems-page form .actions {
  margin: 20px 0;
}

.systems-page.subs form {
  max-width: 100%;
}

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.search-page .hs-search-results__title {
  font-family: 'Roboto', sans-serif;
  min-height: initial !important;
  text-decoration: none;
  margin-bottom: 30px;
}

.hs-search-results__pagination a {
  line-height: normal;
  font-weight: 700;
  color: #747474;
  text-decoration: none;
}

.custom-error-page {
  padding: 50px 0;
}

.custom-error-page .page-header {
  text-align: center;
}

.custom-error-page .page-content {
  text-align: center;
}

.custom-error-page .page-header h2.page-title {
  line-height: 48px;
  margin-bottom: 20px;
  color: #595959;
}

.custom-error-page .page-content p {
  font-size: 22px;
  line-height: 30px;
}

.custom-error-page form {
  text-align: left;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.custom-error-page form>label {
  font-size: 20px;
  display: inline-block;
  margin-right: 5.5px;
  margin-top: -4px;
}

.custom-error-page form input.hs-search-field__input {
  font-family: 'Montserrat',sans-serif;
  border: none !important;
  border-bottom: 1px solid #707070 !important;
  margin: 0 20px;
  min-width: 250px;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 26px;
  outline: 0;
  color: #707070;
  background: transparent;
  border-radius: 0 !important;
  display: inline-flex;
  width: auto !important;
}

.custom-error-page form button {
  font-family: 'Montserrat',sans-serif;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: #0096a6;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 17px;
  line-height: 26px;
  display: inline-block;
  min-width: 140px;
  text-align: center;
  padding: 10px;
  border-radius: 10px;
  border: 0;
  height: 46px;
  cursor: pointer;
  margin-left: 5px;
}

.custom-error-page form button div,
.custom-error-page form button span {
  display: none;
}

.custom-error-page form button:before {
  content: 'Search';
}

.custom-error-page form button:hover {
  box-shadow: 0 3px 10px rgb(0 0 0 / 50%);
}

.custom-error-page ul.hs-search-field__suggestions {
  width: 250px;
  margin: 0 auto;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  left: -22px;
  position: relative;
}

@media (max-width:1599px) {
  .custom-error-page form>label {
    margin-right: 5px;
    margin-top: -3px;
  }
}

@media (max-width:1400px) {
  .custom-error-page .page-header h2.page-title {
    font-size: 35px;
    line-height: 42px;
  }

  .custom-error-page form>label {
    margin-right: 4px;
  }

  .custom-error-page form button {
    margin-left: 4px;
  }
}

@media (max-width:1199px) {
  .custom-error-page .page-header h2.page-title {
    line-height: 43px;
  }
}

@media (max-width:767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page .success {
    min-width: 100%;
  }

  .systems-page h2 {
    font-size: 25px;
  }

  .systems-page h1 {
    font-size: 35px;
  }

  .systems-page input[type="email"] {
    width: 100% !important;
  }

  .custom-error-page .page-header h2.page-title {
    font-size: 28px;
    line-height: 36px;
  }

  .custom-error-page .page-content p {
    font-size: 20px;
    line-height: 28px;
  }
}

@media (max-width:600px) {
  .custom-error-page form button {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }

  .custom-error-page form {
    flex-wrap: wrap;
    max-width: 500px;
  }

  .custom-error-page .hs-search-field--open ul.hs-search-field__suggestions {
    margin-top: -66px;
    background: #fff;
    position: relative;
    max-width: 250px;
    margin-left: auto;
    left: 50px;
  }
}

@media (max-width:480px) {
  .custom-error-page .page-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .custom-error-page form {
    max-width: 300px;
    justify-content: initial;
    display: block;
    margin: 0;
    clear: both;
    overflow: hidden;
  }

  .custom-error-page form>label {
    font-size: 16px;
    margin-top: 10px;
    float: left;
  }

  .custom-error-page form input.hs-search-field__input {
    max-width: 200px;
    margin: 0 0 0 6px;
    min-width: initial;
    font-size: 16px;
    line-height: 24px;
    margin-right: 10px;
    float: left;
  }

  .custom-error-page form button {
    float: right;
    font-size: 16px;
    line-height: 24px;
    min-width: 130px;
    height: auto;
    margin-right: 19px;
  }

  .custom-error-page .hs-search-field--open ul.hs-search-field__suggestions {
left: 87px;
    top: 2px;
    max-width: 200px;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
  }
}

@media (max-width:344px) {
  .custom-error-page form>label {
    float: none;
  }

  .custom-error-page form input.hs-search-field__input {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
    float: none;
    width: 100% !important;
  }

  .custom-error-page form button {
    float: none;
    margin: 0;
    margin-top: 20px;
  }

  .custom-error-page .hs-search-field--open ul.hs-search-field__suggestions {
    max-width: 100%;
    position: static;
    width: 100%;
  }
}