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

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section[class*="-force-full-width-section"]>.row-fluid {
  max-width: 100% !important;
  padding-left: 0;
  padding-right:0;
  width:100% !important;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@font-face {
    font-family: Avenir Next;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-Regular.woff) format("woff"),
      url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Avenir Next;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-Italic.woff) format("woff"),
      url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-Italic.ttf) format("truetype");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: Avenir Next;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-Bold.woff) format("woff"),
      url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Avenir Next;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-DemiBold.woff) format("woff"),
      url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-DemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Avenir Next;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-UltraLight.woff) format("woff"),
      url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/AvenirNext-UltraLight.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/Lato-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/Lato-Black.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/Lato-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Lato;
    src: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/fonts/Lato-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  line-height: 1.15;
  font-family: Avenir Next, Lato, Helvetica,Arial,sans-serif;
}

body {
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
  overflow: hidden;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
  outline:0;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.2;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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



ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

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

.custom-menu-primary {
  font-family: Lato!important;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}


.cm_btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  padding: 10px 26px 9px;
  overflow: hidden;
  cursor: pointer;
  z-index: 2;
}

.cm_btn:focus {
  text-decoration: none;
  color: #fff;
}

.cm_btn:before {
  content: "";
  position: absolute;
  background-color: #4fa018;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 1;
  transition: left .3s;
  z-index: -1;
  animation: roundOut .5s;
}

.cm_btn:after {
  content: "";
  position: absolute;
  background-color: #7ed026;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

.cm_btn:hover {
  color: #fff;
  text-decoration: none;
}

.cm_btn:focus:before, .cm_btn:hover:before {
  left: 0;
  animation: roundIn .5s;
}

@media (max-width: 767.98px) {
  body {
    font-size: 18px !important;
    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!important;
  margin: 0 0 20px
}

h3.form-title {
font-family: Lato, sans-serif!important;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  border-style: solid;
  font-size: 15px;

  text-decoration: none;
  outline:0;
}

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

  color: #fff;
  text-decoration: none;
}

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

a.hs-button,
a.hs-button:hover {
  overflow: hidden;
  background-color: unset !important;
  border-color: unset !important;
}

a.hs-button::before {
      content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
    left: -100%;
    opacity: 1;
    transition: left .3s;
    z-index: -1;
    animation: roundOut .5s ease-in;
}

a.hs-button::after {
   content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

a.hs-button:hover::before {
      left: 0;
    animation: roundIn .5s ease-in;
}


.hs-form label {
  font-size: 15px;
  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: 5px 0 .5rem !important;
      color: #e96e48 !important;
      font-size: 1rem;
    font-weight: 400 !important;
    line-height: 1.5 !important;
}

.hs-input,
.widget-type-password_prompt input[type="password"] {
  display: inline-block;
  width: 100%;
  padding: 20px 36px 17px 17px;
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
  color: #000;
  background-color: #ffffff;
  border: 1px solid;
  box-sizing: border-box;
  outline:0;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  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;
}

form select {
  height: 59px;
}

.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;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.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,
.hs-search-module input,
.widget-type-password_prompt input[type="password"] {
  margin-bottom: 20px;
}

.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: 1rem;
  color: #494a52;
}
.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: Lato, serif;
}
.leadinModal {
  top: 70px !important;
}
/* ******************************************************************************
*********************************************************************************
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;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

.hs-menu-item.active a {
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

header.header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
  background: #fff;
  transition:all 0.3s;
}
.header-spacer {
  min-height: 68px;
}



.nav-up header.header {
  transform: translateY(-100%);
}

.nav-down header.header {
  transform: translateY(0%);
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 30px;
}

.header-logo a {
  height: 33px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0;
  width: 300px;
  display: block;
}

.lp .header-logo {
  padding: 18px 0 0;
}

.custom-menu-primary {
  display: flex;
  align-items: center;
  z-index: 1000;
}

.custom-menu-primary ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.custom-menu-primary ul li {
  margin: 0;
  padding: 0;
}

.custom-menu-primary ul li a {
  position: relative;
  padding: 0 40px 0 15px;
  height: 100%;
  display: block;
  outline: none;
  font-size: 15px;
  line-height: 68px;
  font-weight: 600;
  text-decoration: none;
}

.custom-menu-primary ul.level-1>li:last-child>a {
  padding: 0 51px 0 15px;
}

.custom-menu-primary ul li.has-submenu>a::after {
  content: "";
  position: absolute;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--arrow-green.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-left: 8px;
  transform: translateY(-50%) rotate(180deg);
  top: 52%;
  transition: transform .3s;
  z-index: 0;
}

.custom-menu-primary ul li.has-submenu>a:hover::after,
.custom-menu-primary ul li.has-submenu:hover>a::after{
  transform: translateY(-50%) rotate(0);
}

.custom-menu-primary ul.level-1>li>svg {
  display: none;
}

.custom-menu-primary ul ul {
  position: fixed;
  height: 0;
  visibility: hidden;
  display: flex;
  width: 100%;
  left: 0;
  background-color: #f8f8f8;
  z-index: 1111;
  flex-wrap: wrap;
  padding: 50px 30px 0;
  pointer-events: none;
  transition: all .2s ease-in;
}

.custom-menu-primary ul ul li {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 0 40px 50px;
  margin-right: 0;
  display: flex;
  flex-direction: column;
  opacity:0;
  left:-30px;
}



.custom-menu-primary ul ul li svg {
  position: absolute;
  right: 18px;
  top: -18px;
  display: block;
  visibility: visible;
  pointer-events: none;
}

.custom-menu-primary ul ul li svg circle {
  fill: none;
  stroke-width: 1px;
  stroke: #7ed026;
  stroke-dasharray: 300 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset .5s linear;
}

.custom-menu-primary ul ul li:hover svg circle {
  stroke-dashoffset: 0;
}

.custom-menu-primary ul ul li a {
  position: relative;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 0;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
  display: inline-block;
  height: unset;
  text-decoration: none;
}

.custom-menu-primary ul ul li a::after {
  content: "";
  position: absolute;
  top: 5px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--arrow-grey.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 14px;
  right: 0;
  opacity: 0;
  transition: all .3s;
  transform: none!important;
}

.custom-menu-primary ul ul li:hover a::after {
  opacity: 1;
}







.header-btn>*>* {
  display: flex;
}

.header-btn a {
  position: relative;
  padding: 24px 33px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  z-index: 2;
  overflow: hidden;
  text-decoration: none;
  text-align: center;
}

.header-btn a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  opacity: 1;
  transition: left .3s;
  z-index: -1;
  animation: roundOut .5s ease-in;
}

.header-btn a:hover::before {
  left: 0;
  animation: roundIn .5s ease-in;
}

.header-btn a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
}

@keyframes roundIn {
  0% {
    border-radius: 0 50px 50px 0;
  }

  to {
    border-radius: 0;
  }
}

@keyframes roundOut {
  0% {
    border-radius: 0 50px 50px 0;
  }

  to {
    border-radius: 0;
  }
}


.lets-talk {
  position: fixed;
  right: 0;
  display: none;
  flex-direction: column;
  top: 0;
  padding: 68px 61px 61px;
  background-color: #7ed026;
  z-index: 100001;
  min-width: 576px;
}

.talk-open .lets-talk {
  display: flex;
}

.site-header__more-btns-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  position: absolute;
  top: 10px;
  right: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  cursor: pointer;
  outline: 0;
}

.site-header__more-btns-close span {
  position: absolute;
  right: 3px;
  height: 3px;
  width: 26px;
  background-color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

.site-header__more {
  border: 0;
  position: relative;
  margin-bottom: 11px;
  padding: 21px 26px 20px 91px;
  background-color: #57b219;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  transition: all .3s;
  cursor: pointer;
}

.site-header__more:hover {
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
}

.site-header__more::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 32px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--ready-to-talk.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
  transition: background-image .3s;
}

.site-header__more:hover::before {
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--ready-to-talk-white.svg);
}


.site-header__ready a,
.site-header__ready a:hover {
  padding: 21px 26px 20px 91px;
  background-color: #57b219;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  transition: all .3s;
  position: relative;
  display: block;
}

.site-header__ready a:hover {
  text-decoration: none;
  border-radius: 10px;
  font-weight: 700;
}

.site-header__ready a::before {
  content: "";
  position: absolute;
  width: 49px;
  height: 30px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-ready.svg);
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: 28px;
  transition: background-image .3s;
}

.site-header__ready a:hover::before {
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-ready-white.svg);

}

body.modal-open {
  overflow: hidden
}

.header-modal {
  z-index: 111111;
  position: fixed;
  background-color: #7ed026;
  height: 100vh;
  overflow: scroll;
  top: -200%;
  left: 0;
  width: 100vw;
  transition: top .3s;
}



.modal-open .header-modal {
  top: 0;
}

.header-modal .page-center {
  padding: 0 50px !important;
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 45px;
  height: 60px;
  width: 60px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-close.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  cursor: pointer;
  z-index: 3;
}

.modal-row {
  position: relative;
  display: flex;
  margin-top: 120px;
}

.modal-column.col1 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 30px;
  margin-bottom: 1rem;
}

.modal-column.col1 h3 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  color: #fff!important;
  margin-bottom: 20px;
}

.modal-column.col1 p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin:0;
}

.modal-column.col2 {
  display: flex;
  margin: 1em -0.5em;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin-top: 19px;
  flex-wrap: wrap;
}

.modal-form {
  width:100%;
}

.modal-form form {
  margin: 0;
  padding: 0 0 275px;
}

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

.modal-form label {
  margin:0;
}

.modal-form .hs-input {
  background: transparent;
  border: none;
  border-bottom: 2px solid #377f06;
  border-radius: 0;
  padding: 0;
  height: 40px;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  color: #fff;
}

.modal-form .hs-input::placeholder,
.modal-form select.hs-input {
  color: #377f06;
  font-weight: 500;
}

.modal-form .hs-form-field {
  margin-bottom: 61px;
}

.modal-form fieldset .hs-form-field .input {
  margin:0 !important;
}

.modal-form fieldset .hs-form-field:first-child .input {
  padding: 0 30px 0 0;
}

.modal-form fieldset.form-columns-1 .hs-form-field:first-child .input {
  padding: 0;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  height: unset;
}

.modal-form .hs-submit .actions {
  text-align: right;
}

.modal-form .hs-button,
.modal-form .hs-button:hover {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  height: 60px;
  text-align: left;
  z-index: 1;
  padding: 0 53px 0 0;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-right.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 100%;
  transition: background-image .3s;
}

.modal-form .hs-button:hover {
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-right-circle.svg);
}

.modal-form .hs-form-booleancheckbox-display p {
  position: relative;
  top: auto!important;
  font-size: 13px!important;
  line-height: 18px!important;
  font-weight: 700!important;
  color: #377f06!important;
  margin-left: 0px;
}

.modal-form .hs-form-booleancheckbox input {
  opacity: 0;
  margin: 0;
  width: 23px !important;
}



.modal-form .hs-form-booleancheckbox input + span {
  position: relative;
  cursor:pointer;
}

.modal-form .hs-form-booleancheckbox input + span:before {
  content: "";
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  width: 23px;
  background-image: none;
  border: 1px solid #377F06;
  background-color: #7ED026;
  border-radius: 50%;
}
.modal-form .hs-form-booleancheckbox input:checked + span:before {
  content: "";
  position: absolute;
  left: -28px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  width: 23px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-small-circle-check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border: none;
}

.modal-form .legal-consent-container .inputs-list {
  margin-top: -36px;
  padding-left: 13px;
}

.modal-form .legal-consent-container .hs-form-booleancheckbox-display>span {
  display: block;
  margin-left: 25px;
}
.modal-form .hs-form-booleancheckbox input:checked+span:before {
  left: -33px;
}
.modal-form .hs-form-booleancheckbox input+span:before {
  left: -33px;
}
.modal-form .hs_submit.hs-submit {
  padding-top: 178px;
}



.modal-form .back-btn {
  position: absolute;
  bottom: 240px;
  left: 50px;
}

.modal-form .back-btn a {
  text-decoration: none;
  background-color: transparent;
  border: 0;
  position: relative;
  font-size: 15px;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
  z-index: 1;
  padding: 0 0 0 3px;
  color: #fff;
}

.modal-form .back-btn a::before {

  content: '';
  position: absolute;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-left.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 100%;
  transition: background-image .3s;
  width: 60px;
  height: 60px;
  left: -50px;
  display: inline-block;
}

.modal-form .back-btn a:hover::before {
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-left-circle.svg);
}







.interest-modal {
  z-index: 111111;
  position: fixed;
  background-color: #7ed026;
  height: 100vh;
  overflow: scroll;
  top: -200%;
  left: 0;
  width: 100vw;
  transition: top .3s;
}

.first-step .interest-modal {
  top: 0%;
}

.interest-modal .container {
  padding: 0 50px !important;
}

.interest-modal .step-1 {
  position: relative;
  display: flex;
  margin-top: 120px;
}

.form-item-markup {
  margin-bottom: 1rem;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 30px;
}

.small-label {
  position: relative;
  display: block;
  margin-bottom: 19px;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  color: #4fa018;
}

.form-item-markup h3 {
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}

.form-item-markup>div {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
}






fieldset.webform-type-checkboxes {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin-top: 19px;
}

.webform-type-checkboxes legend {
  display: none;
}

.fieldset-wrapper {
  width: 100%;
}

.form-checkboxes {
  column-count: 2;
  column-gap: 30px;
}

.js-form-type-checkbox {
  margin-bottom: 22px;
  break-inside: avoid;
  display: inline-block;
  width: 100%;
  position: relative;
  background-color: #57b219;
  transition: border-radius .3s;
}

.js-form-type-checkbox:hover,
.js-form-type-checkbox.checked {
  border-radius: 15px;
}

.js-form-type-checkbox input {
  margin: 0;
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
  cursor: pointer;
}

.js-form-type-checkbox label {
  position: absolute;
  width: 100%;
  top: 0;
  pointer-events: none;
  margin-bottom: 0;
  padding: 21px 39px 20px 93px;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #fff;
  transition: background-image .3s;
}

.js-form-type-checkbox:hover label,
.js-form-type-checkbox.checked label{
  font-weight: 700;
}

.js-form-type-checkbox label::before {
  content: "";
  position: absolute;
  left: 23px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.form-item-options-loyalty label::before {
  height: 44px;
  width: 44px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-shield.svg);
}

.form-item-options-loyalty:hover label::before {
  height: 44px;
  width: 44px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-shield-white.svg);
}

.form-item-options-crm--analytics label::before {
  height: 48px;
  width: 48px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-stat.svg);
}

.form-item-options-crm--analytics:hover label::before {
  height: 48px;
  width: 48px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-stat-white.svg);
}

.form-item-options-email--sms label::before {
  height: 32px;
  width: 45.56px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-email.svg);
}

.form-item-options-email--sms:hover label::before {
  height: 32px;
  width: 45.56px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-email-white.svg);
}

.form-item-options-direct-mail label::before {
  height: 46px;
  width: 46px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-stamp.svg);
}

.form-item-options-direct-mail:hover label::before {
  height: 46px;
  width: 46px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-stamp-white.svg);
}

.form-item-options-visual-marketing label::before {
  height: 42px;
  width: 42px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-marketing.svg);
}

.form-item-options-visual-marketing:hover label::before {
  height: 42px;
  width: 42px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-marketing-white.svg);
}

.form-item-options-web-to-print label::before {
  height: 30px;
  width: 49.43px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-webprint.svg);
}

.form-item-options-web-to-print:hover label::before {
  height: 30px;
  width: 49.43px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-webprint-white.svg);
}

.form-item-options-fulfillment label::before {
  height: 34px;
  width: 34px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-fulfillment.svg);
}

.form-item-options-fulfillment:hover label::before {
  height: 34px;
  width: 34px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-fulfillment-white.svg);
}

.form-item-options-personalized-communication label::before {
  height: 27px;
  width: 44.28px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-speak.svg);
}

.form-item-options-personalized-communication:hover label::before {
  height: 27px;
  width: 44.28px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-speak-white.svg);
}

.form-item-options-other label::before {
  height: 32px;
  width: 22.55px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-magnify.svg);
}

.form-item-options-other:hover label::before {
  height: 32px;
  width: 22.55px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-magnify-white.svg);
}
















.js-form-type-checkbox.checked label::before {
  height: 38px;
  width: 38px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-small-circle-check.svg)!important;
}

.js-form-type-checkbox label::after {
  content: "";
  position: absolute;
  right: 29px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--uncheck.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  opacity: 0;
}

.js-form-type-checkbox.checked label::after {
  opacity: 1;
}

.second-step-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  text-align: right;
}

.step-btn {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 60px;
  text-align: left;
  z-index: 1;
  padding: 0 53px 0 0;
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-right.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 100%;
  transition: background-image .3s;
  color:#fff;
}

.step-btn:hover {
  background-image: url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--talk-right-circle.svg);
  line-height: 60px;
}













.cmenu-para {
  display: none;
}

@media (min-width: 1200px) {

  .custom-menu-primary .cmenu-para {
    display: block;
    font-size:15px;
    line-height:20px;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul {
    height: auto;
    visibility: visible;
    pointer-events: auto;
  }



  .custom-menu-primary ul li.has-submenu:hover>ul li {
    max-height: 100%;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    left:0;
    transition:all 0.3s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:first-child {
    transition-delay: 0.3s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(2) {
    transition-delay: 0.5s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(3) {
    transition-delay: 0.7s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(4) {
    transition-delay: 0.9s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(5) {
    transition-delay: 1.1s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(6) {
    transition-delay: 1.3s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(7) {
    transition-delay: 1.5s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(8) {
    transition-delay: 1.7s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(9) {
    transition-delay: 1.9s;
  }
  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(10) {
    transition-delay: 2.1s;
  }
  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(11) {
    transition-delay: 2.3s;
  }

  .custom-menu-primary ul li.has-submenu:hover>ul li:nth-of-type(12) {
    transition-delay: 2.5s;
  }



  .header-logo a svg, .navbar-toggle {
    display: none;
  }

}

@media (max-width: 1199px) {

  body.open-menu {
    overflow: hidden;
  }

  header.header {
    max-width: 100vw;
  }

  .header__container {
    padding: 22px 30px;
  }

  .header-logo a svg {
    display: none;
  }

  .header-logo a {
    height: 24px;
  }

  .open-menu .header-logo a {
    /*     background-image: unset !important; */
    /*     transform: scale(.82); */
    /*     transform-origin: top left; */
  }

  /*   .open-menu .header-logo a svg {
  display: block;
} */

  .navbar-toggle {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .navbar-toggle button {
    padding: 0;
    background-color: transparent;
    border: 0;
    position: relative;
    outline:0;
    cursor: pointer;
  }

  .open-menu .navbar-toggle button.menu-toggle {
    visibility: hidden;
    height: 0;
  }

  .open-menu .navbar-toggle button.menu-toggle-close {
    visibility: visible;
    height: 30px;
    width: 30px;
  }

  .open-menu .navbar-toggle button.menu-toggle-close span {
    position: absolute;
    right: 3px;
    height: 2px;
    width: 26px;
    background-color: #434343;
    top: 50%;
    transform: translateY(-50%);
  }

  .custom-menu-primary {
    visibility: hidden;
    height: 0;
    position: fixed;
    top: 68px;
    background-color: #fff;
    left: 0;
    width: 100vw;
    align-items: unset;
    flex-direction: column;
    opacity:0;
    pointer-events: none;
    z-index:-99999;
  }

  .open-menu .custom-menu-primary {
    visibility: visible;
    height: 100vh;
    z-index: 111111;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 0 70px;
    display: flex;
    opacity:1;
    pointer-events: auto;
  }

  .custom-menu-primary ul {
    flex-direction: column;
    padding: 10px 30px 70px;
    overflow: hidden;
  }

  .custom-menu-primary ul li{
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
    opacity: 0;
    left:-30px;
  }
  .open-menu .custom-menu-primary ul.level-1>li {
    opacity: 1;
    left:0;
    transition:all 0.3s;
  }

  .open-menu .custom-menu-primary ul.level-1>li:first-child {
    transition-delay: 0.3s;
  }

  .open-menu .custom-menu-primary ul.level-1>li:nth-of-type(2) {
    transition-delay: 0.5s;
  }

  .open-menu .custom-menu-primary ul.level-1>li:nth-of-type(3) {
    transition-delay: 0.7s;
  }

  .open-menu .custom-menu-primary ul.level-1>li:nth-of-type(4) {
    transition-delay: 0.9s;
  }

  .open-menu .custom-menu-primary ul.level-1>li:nth-of-type(5) {
    transition-delay: 1.1s;
  }

  .custom-menu-primary ul li a,
  .custom-menu-primary ul.level-1>li:last-child>a {
    padding: 0 10px;
    font-size: 25px;
    line-height: 26px;
    font-weight: 400;
    width: 100%;
    height: unset;
  }

  .custom-menu-primary ul li.has-submenu>a::after {
    right:0;
  }

  .custom-menu-primary ul ul {
    position: relative;
    background-color: #fff;
    padding: 0;
    display: none;
    height:unset;
    max-height:unset;
    visibility: unset;
    background-color: unset !important;
  }

  .custom-menu-primary ul ul li {
    flex: 0 0 100%;
    max-width: 100%;
    flex-direction: row;
    border-bottom: none;
    padding: 0 0 30px;
  }

  .custom-menu-primary ul ul li:first-child {
    padding: 30px 0;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li {
    max-height: 100%;
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
    left:0;
    transition:all 0.3s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:first-child {
    transition-delay: 0.3s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(2) {
    transition-delay: 0.5s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(3) {
    transition-delay: 0.7s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(4) {
    transition-delay: 0.9s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(5) {
    transition-delay: 1.1s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(6) {
    transition-delay: 1.3s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(7) {
    transition-delay: 1.5s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(8) {
    transition-delay: 1.7s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(9) {
    transition-delay: 1.9s;
  }

   .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(10) {
    transition-delay: 2.1s;
  }
  
  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(11) {
    transition-delay: 2.3s;
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>ul li:nth-of-type(12) {
    transition-delay: 2.5s;
  }

  .custom-menu-primary ul ul li svg {
    display: none;
  }

  .custom-menu-primary ul ul li a {

    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
    padding-right: 0;
  }

  .custom-menu-primary ul.level-1>li:hover>a {
    color: unset !important;
    background-color: unset !important;
  }

  .custom-menu-primary ul li.has-submenu>a:hover::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .custom-menu-primary ul li.has-submenu.accordian_open>a:hover::after {
    transform: translateY(-50%) rotate(0deg);
  }

  .header-btn {
    position: fixed;
    bottom: 0;
    width: 100vw;
  }

  .header-btn a {
    padding: 19px 24px;
    width: 100%;
  }

  .lp .header-logo {
    padding: 0 0 0;
  } 

  .lets-talk {
    top: auto;
    bottom: 0;
    width: 100%;
    padding: 68px 40px 40px;
    min-width: unset;
  }

  .custom-menu-primary ul ul li a::after {
    display: none;
  }
}


@media (max-width:991px) {

  .modal-close {
    right: 30px;
  }

  .modal-column.col1 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .modal-column.col1 h3 {
    font-size: 48px;
    line-height: 54px;
  }

  .modal-column.col2 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .modal-form fieldset .hs-form-field:first-child .input {
    padding: 0;
  }

  .modal-form .hs-form-field {
    width:100% !important;
    margin-bottom: 61px;
  }




  .interest-modal .container {
    padding: 0 17px !important;
  }

  .interest-modal .modal-content {
    padding: 0 30px;
  }

  .form-item-markup {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .form-item-markup h3 {
    font-size: 48px;
    line-height: 54px;
  }

  fieldset.webform-type-checkboxes {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .form-checkboxes {
    column-count: 1;
    column-gap: 0;
  }

  .modal-form .back-btn {
    bottom: 240px;
    left: 50px;
  }


}



@media (max-width: 767.98px) {

  .header__container {
    padding: 22px 15px;
  }

  .header-logo a {
    width: 200px;
  }
  /* 
  .open-menu .header-logo a {
  transform: scale(.69);
} */

  .custom-menu-primary ul {
    padding: 10px 15px 70px;
  }


  .header-modal .page-center {
    padding: 0 15px !important;
  }

  .modal-close {
    right: 15px;
  }

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


  .modal-column.col1,
  .modal-column.col2 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
  }

  .modal-column.col1 h3 {
    font-size: 38px;
    line-height: 44px;
  }

  .modal-column.col2 {
    margin: 19px 0 0;
  }

  .header-modal .page-center {
    padding: 0 15px !important;
  }




  .interest-modal .container {
    padding: 0 !important;
  }

  .interest-modal .modal-content {
    padding: 0 15px;
  }


  .interest-modal .step-1 {
    flex-direction: column;
  }


  .form-item-markup {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .form-item-markup h3 {
    font-size: 38px;
    line-height: 44px;
  }

  fieldset.webform-type-checkboxes {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .modal-form form {
    padding: 0 0 280px;
  }
  .modal-form .hs_submit.hs-submit {
    padding-top: 153px;
  }
  .modal-form .legal-consent-container .inputs-list {
    padding-left: 9px;
    margin-top: -25px;
  }
  .modal-form .hs-form-field {
    margin-bottom: 30px;
    min-height: 66px;
  }


  .js-form-type-checkbox input {
    height: auto !important;
    display: none;
  }
  .js-form-type-checkbox label {
    position: relative;
    display: inline-block;
  }

  .modal-form form {
    padding: 0 0 340px;
  }
  .modal-form .back-btn {
    bottom: 279px;
    left: 50px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */


.footer { position: relative; font-size: 1rem; font-weight: 400; line-height: 1.5; }
.footer__container { position: relative; padding: 60px 30px 40px; display: flex; justify-content: space-between; }
.footer-column { position: relative; display: flex; flex-direction: column; width: 33%; }
.footer-logo a { width: 194px; height: 35px; text-decoration: none; }
.footer-desktop { position: absolute; bottom: 0; }
.site-social a { margin-right: 15px; text-decoration: none; transition: opacity .3s; }
.corporate-logo { width: 148px; height: 73px; }
.fulfillment-logo { width: 173px; height: 76px; }
.footer-column-inner h4 { font-family: Avenir Next, Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 700; line-height: 35px; margin: 35px 0 8px; width: 75%; }
.footer-column-inner p { font-family: Avenir Next, Helvetica, Arial, sans-serif; font-size: 18px; line-height: 30px; margin: 0; }
.footer-column.col4 { display: block; width: 33%; padding: 40px 40px 58px; align-self: flex-start; }
.column4-inner h4 { margin-bottom: 20px; font-family: Avenir Next, Helvetica, Arial, sans-serif; font-size: 25px; font-weight: 700; line-height: 35px; }
.column4-inner h4 span { color: #57b219; }
.column4-inner p { margin-bottom: 30px; opacity: .8; font-family: Avenir Next, Helvetica, Arial, sans-serif; font-size: 15px; line-height: 20px; }
.footer-btn a { position: relative; display: inline-block; padding: 13px 28px; font-family: Avenir Next, Helvetica, Arial, sans-serif; font-size: 15px; font-weight: 700; line-height: 20px; text-align: center; z-index: 2; overflow: hidden; text-decoration: none; }
.footer-btn a::before { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: -100%; opacity: 1; transition: left .3s; z-index: -1; animation: roundOut .5s ease-in; }
.footer-btn a:hover::before { left: 0; animation: roundIn .5s ease-in; }
.footer-btn a::after { content: ""; position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: -2; }
.footer__copyright .footer__container { padding: 20px 30px; display: flex; align-items: center; justify-content: space-between; }
.copy-text { opacity: .8; font-size: 15px; line-height: 20px; font-family: Avenir Next, Helvetica, Arial, sans-serif; }
.footer-menu ul { margin: 0; padding: 0; list-style: none; display: flex; }
.footer-menu ul li { margin: 0; padding: 0; }
.footer-menu ul li:first-child { padding-right: 50px; }
.footer-menu ul li a { font-size: 15px; line-height: 20px; font-family: Avenir Next, Helvetica, Arial, sans-serif; font-weight: 700; text-decoration: none; margin: 0; padding: 0; }
.footer-menu ul li a:hover { text-decoration: underline; }
@media (min-width:992px) {
    .social-mobile { display: none; }
}
@media (max-width:991px) {
    .footer__container { flex-direction: column; padding: 103px 30px 69px; }
    .footer-column { width: 100%; }
    .footer-column.col1 { margin-bottom: 95px; }
    .footer-desktop { display: none; }
    .footer-column.col2, .footer-column.col3 { flex-direction: row; margin-bottom: 95px; }
    .footer-column-inner { margin-left: 65px; }
    .footer-column.col3 .footer-column-inner { margin-left: 40px; }
    .footer-column-inner h4 { width: 100%; margin: 0 0 18px; font-size: 31px; line-height: 38px; }
    .footer-column.col4 { width: 100%; display: flex; -ms-grid-row-align: unset; align-self: unset; justify-content: space-between; padding: 48px 41px; flex-direction: row; align-items: center; }
    .footer-btn>*>* { display: flex; }
    .column4-inner h4 { margin-bottom: 8px; font-size: 31px; line-height: 38px; }
    .column4-inner p { margin-bottom: 0px; }
    .social-mobile { display: block; position: relative; bottom: auto; text-align: center; margin-top: 70px; }
    .footer__copyright .footer__container { padding: 45px 52px; flex-direction: column; text-align: center; justify-content: unset; align-items: unset; }
    .footer-menu ul { flex-direction: column; text-align: center; margin-top: 9px; }
    .footer-menu ul li:first-child { padding-right: 0; margin-bottom: 13px; }
    .footer-menu ul li a { line-height: 24px; }
    .site-social a:last-child { margin-right: 0; }
}
@media (max-width:767.98px) {
    .footer__container { padding: 70px 25px 60px; }
    .footer-column.col1 { margin-bottom: 56px; align-items: center; }
    .footer-column.col2, .footer-column.col3 { flex-direction: column; margin-bottom: 80px; align-items: center; text-align: center; }
    .footer-column-inner, .footer-column.col3 .footer-column-inner { margin-top: 31px; margin-left: 0; }
    .footer-column-inner h4 { width: 70%; margin: 0 auto 16px; font-size: 25px; line-height: 35px; }
    .footer-column.col4 { flex-direction: column; justify-content: unset; padding: 40px 56px; text-align: center; }
    .column4-inner { width: 100%; }
    .column4-inner h4 { margin: 0 auto 16px; width: 80%; font-size: 25px; line-height: 30px; }
    .column4-inner p { line-height: 25px; margin-bottom: 25px; }
    .social-mobile { margin-top: 60px; }
}
.blog-header{background-color:#F8FAFC; text-align:center;}
.blog-header__inner{max-width:600px;margin:0 auto;padding:3.3rem 0;}
.blog-header__title{font-size:2rem;}
.blog-header__subtitle{margin:1rem 0 2rem;}
.blog-header__form{margin:0 1rem;}
@media screen and (min-width:768px){
    .blog-header__form{width:500px;margin:0 auto;}
}
.blog-header__author-avatar{height:200px;width:200px;background-position:center center;background-size:cover;background-repeat:no-repeat;border-radius:50%;box-shadow:0 0 12px 0 rgba(0,0,0,0.15);margin:0 auto 1.5rem;}
.blog-header__author-social-links a{display:inline-block;position:relative;background-color:#000;border-radius:50%;width:40px;height:40px;margin:0 5px;}
.blog-header__author-social-links a:hover{background-color:#494a52;}
.blog-header__author-social-links svg{fill:#fff;height:15px;width:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);}
.article__editor-subtitle{color:#434343;font-size:18px;line-height:25px;font-weight:500;}

 
.featured-post{position:relative;height:620px;display:block;background-size:cover;background-position:50%;background-repeat:no-repeat;}
.featured-post::before{content:'';position:absolute;width:100%;height:100%;top:0;left:0;mix-blend-mode:multiply;background:linear-gradient(270deg,hsla(0,0%,47.1%,0),#434343);opacity:.6;z-index:1;}
.featured-post__content-section{position:absolute;bottom:54px;z-index:2;display:block;max-width:95%;width:96%;}
.featured-post__small-title{position:relative;margin-bottom:20px;font-family:Avenir Next,Helvetica,Arial,sans-serif;font-size:15px;font-weight:700;line-height:20px;color:#00aeef;text-transform:uppercase;}
.featured-post__title{flex:0 0 66.66667%;max-width:66.66667%;position:relative;margin-bottom:22px;color:#fff;font-size:55px;line-height:60px;font-weight:700;}
.featured-post__title a,.featured-post__title a:hover{color:#fff;text-decoration:none;}
.featured-post-btn,.featured-post-btn:hover{position:relative;display:inline-block;color:#fff;font-size:15px;font-family:Avenir Next,Helvetica,Arial,sans-serif;font-weight:700;line-height:20px;text-decoration:none;padding:10px 26px 9px;overflow:hidden;}
.featured-post-btn::before{content:"";position:absolute;background-color:#4fa018;width:100%;height:100%;top:0;left:-100%;opacity:1;transition:left .3s;z-index:-1;animation:roundOut .5s;}
.featured-post-btn:hover::before{left:0;animation:roundIn .5s;}
.featured-post-btn::after{content:"";position:absolute;background-color:#7ed026;width:100%;height:100%;top:0;left:0;z-index:-2;}
.filter-link-count{display:none;}
.blog-filter{flex:0 0 22.91667%;max-width:22.91667%;position:relative;margin-top:71px;margin-bottom:75px;}
.filter-centent{position:absolute;background-color:#fff;width:100%;z-index:10000;box-shadow:0 0 30px 0 rgb(51 51 51 / 7%);transition:height .3s;overflow:scroll;padding:33px 25px;height:suto;display:none;}
.filter-close{display:none;cursor:pointer;}
.blog-filter ul{list-style:none;margin:0;padding:0;}
.blog-filter ul li{margin:0;padding:0;}
.blog-filter ul li a{margin-bottom:16px;font-size:15px;line-height:20px;color:#434343;opacity:.8;transition:font-weight .3s;font-weight:400;padding-left:25px!important;text-decoration:none;}
.blog-filter ul li a:hover{font-weight:600;}
.blog-filter .filter-toggle{width:100%;border:none;cursor:pointer;position:relative;text-transform:uppercase;padding:0 0 4px;font-size:15px;line-height:20px;font-weight:700;color:#434343;text-align:left;border-bottom:1px solid #979797;background-color:unset!important;appearance:none;outline:0;}
.blog-filter .filter-toggle::after{content:"";position:absolute;top:50%;right:0;height:8px;width:16px;background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--caret.svg);background-repeat:no-repeat;transform:translateY(-50%) rotate(-180deg);transition:transform .3s;}
.blog-filter.open-filter .filter-toggle::after{transform:translateY(-50%) rotate(0deg);}
.blog-index{display:flex;flex-wrap:wrap;height:auto!important;}
.blog-index__post--small{position:relative!important;left:auto!important;top:auto!important;}
.blog-index__post--small:nth-child(odd){width:calc(50% - 15px);margin-bottom:90px;margin-right:0;}
.blog-index__post--small:nth-child(2n){width:calc(50% - 15px);margin-bottom:90px;margin-right:30px;}
.blog-index__post--small:nth-child(5),.blog-index__post--small:nth-child(12),.blog-index__post--small:nth-child(19),.blog-index__post--small:nth-child(26),.blog-index__post--small:nth-child(33){width:calc(33.33333% - 20px);margin-right:0;margin-bottom:90px;}
.blog-index__post--small:nth-child(4),.blog-index__post--small:nth-child(11),.blog-index__post--small:nth-child(18),.blog-index__post--small:nth-child(25),.blog-index__post--small:nth-child(32){width:calc(33.33333% - 20px);margin-right:30px;margin-bottom:90px;}
.blog-index__post--small:nth-child(3),.blog-index__post--small:nth-child(10),.blog-index__post--small:nth-child(17),.blog-index__post--small:nth-child(24),.blog-index__post--small:nth-child(31){width:calc(33.33333% - 20px);margin-right:30px;margin-bottom:90px;}
.blog-index__post--small:nth-child(2),.blog-index__post--small:nth-child(14),.blog-index__post--small:nth-child(16),.blog-index__post--small:nth-child(28),.blog-index__post--small:nth-child(30),.blog-index__post--small:nth-child(42),.blog-index__post--small:nth-child(44),.blog-index__post--small:nth-child(56),.blog-index__post--small:nth-child(58){width:calc(50% - 15px);margin-bottom:90px;margin-right:0;}
.blog-index__post--small:first-child,.blog-index__post--small:nth-child(13),.blog-index__post--small:nth-child(15),.blog-index__post--small:nth-child(27),.blog-index__post--small:nth-child(29),.blog-index__post--small:nth-child(41),.blog-index__post--small:nth-child(43),.blog-index__post--small:nth-child(55),.blog-index__post--small:nth-child(57){width:calc(50% - 15px);margin-bottom:90px;margin-right:30px;}
.blog-index__post--small:nth-child(odd) .blog-index__post-image{height:450px!important;width:100%;-o-object-fit:cover;object-fit:cover;}
.blog-index__post--small:nth-child(2n) .blog-index__post-image{height:450px!important;width:100%;-o-object-fit:cover;object-fit:cover;}
.blog-index__post--small:nth-child(5) .blog-index__post-image,.blog-index__post--small:nth-child(12) .blog-index__post-image,.blog-index__post--small:nth-child(19) .blog-index__post-image,.blog-index__post--small:nth-child(26) .blog-index__post-image,.blog-index__post--small:nth-child(33) .blog-index__post-image{height:293px!important;width:100%;-o-object-fit:cover;object-fit:cover;}
.blog-index__post--small:nth-child(4) .blog-index__post-image,.blog-index__post--small:nth-child(11) .blog-index__post-image,.blog-index__post--small:nth-child(18) .blog-index__post-image,.blog-index__post--small:nth-child(25) .blog-index__post-image,.blog-index__post--small:nth-child(32) .blog-index__post-image{height:293px!important;width:100%;-o-object-fit:cover;object-fit:cover;}
.blog-index__post--small:nth-child(3) .blog-index__post-image,.blog-index__post--small:nth-child(10) .blog-index__post-image,.blog-index__post--small:nth-child(17) .blog-index__post-image,.blog-index__post--small:nth-child(24) .blog-index__post-image,.blog-index__post--small:nth-child(31) .blog-index__post-image{height:293px!important;width:100%;-o-object-fit:cover;object-fit:cover;}
.blog-index__post--small:nth-child(2) .blog-index__post-image,.blog-index__post--small:nth-child(14) .blog-index__post-image,.blog-index__post--small:nth-child(16) .blog-index__post-image,.blog-index__post--small:nth-child(28) .blog-index__post-image,.blog-index__post--small:nth-child(30) .blog-index__post-image,.blog-index__post--small:nth-child(42) .blog-index__post-image,.blog-index__post--small:nth-child(44) .blog-index__post-image,.blog-index__post--small:nth-child(56) .blog-index__post-image,.blog-index__post--small:nth-child(58) .blog-index__post-image{height:450px!important;width:100%;-o-object-fit:cover;object-fit:cover;}
.blog-index__post--small:first-child .blog-index__post-image,.blog-index__post--small:nth-child(13) .blog-index__post-image,.blog-index__post--small:nth-child(15) .blog-index__post-image,.blog-index__post--small:nth-child(27) .blog-index__post-image,.blog-index__post--small:nth-child(29) .blog-index__post-image,.blog-index__post--small:nth-child(41) .blog-index__post-image,.blog-index__post--small:nth-child(43) .blog-index__post-image,.blog-index__post--small:nth-child(55) .blog-index__post-image,.blog-index__post--small:nth-child(57) .blog-index__post-image{height:450px!important;width:100%;-o-object-fit:cover;object-fit:cover;}
.blog-index__post-image{position:relative;}
.blog-index__post-image a{background-size:cover;background-position:50%;background-repeat:no-repeat;position:absolute;top:0;left:0;width:100%;height:100%;border-radius:0;transition:border-radius .3s;}
.blog-index__post-content h4{position:relative;margin:41px 0 0.5rem;padding-right:40px;font-size:35px;line-height:48px;font-weight:700;color:#434343;}
.blog-index__post-content h4 a,.blog-index__post-content h4 a:hover{color:#434343;text-decoration:none;font-family:Avenir Next,Helvetica,Arial,sans-serif;}
.blog-index__post-content h4 a::after{content:"";position:absolute;width:19px;height:14px;background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--right-arrow-green.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;transform:rotate(-180deg);transition:right .3s;right:auto;top:auto;margin-left:10px;margin-top:16px;}
.blog-index__post-content h4 a .circle-span{position:relative;}
.blog-index__post-content h4 a svg{position:absolute;right:-50px;top:auto;bottom:-4px;z-index:-1;}
.blog-index__post-content h4 a svg circle{fill:none;stroke-width:1px;stroke:#7ed026;stroke-dasharray:300 300;stroke-dashoffset:300;transition:stroke-dashoffset .5s linear;}
.blog-index__post-content h4 a:hover svg circle{stroke-dashoffset:0;}
.blog-index__para{padding-right:40px;margin-top:12px;}
.blog-index__para p{font-size:25px;line-height:35px;margin-bottom:0;}
.blog-post__body .copy-with-title__links{display:flex;flex-direction:column;}
.blog-post__body .copy-with-title__call-to-action{position:relative;margin-bottom:25px;align-self:flex-start;}
.blog-post__body .copy-with-title__call-to-action:last-child{margin-bottom:0;}
.blog-post__body .call-to-action-link{position:relative;font-size:16px;font-family:Avenir Next,Helvetica,Arial,sans-serif;line-height:20px;font-weight:600;color:#434343;}
.blog-post__body .call-to-action-link svg{position:absolute;right:-54px;top:-20px;z-index:-1;}
.blog-post__body .call-to-action-link:after{content:"";position:absolute;right:-33px;width:19px;height:14px;background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--right-arrow-green.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;top:3px;transform:rotate(-180deg);transition:right .3s;}
.blog-post__body .copy-with-title__call-to-action a:after{transition:all .3s;}
.blog-post__body .call-to-action-link .anicircle{fill:none;stroke-width:1px;stroke:#7ed026;stroke-dasharray:300 300;stroke-dashoffset:300;transition:stroke-dashoffset .5s linear;}
.blog-post__body .call-to-action-link:focus,.blog-post__body .call-to-action-link:hover{color:#434343;text-decoration:none;font-weight:600;}
.blog-post__body .call-to-action-link:focus .anicircle,.blog-post__body  .call-to-action-link:hover .anicircle{stroke-dashoffset:0;}
.blog-post__body .copy-with-title__call-to-action a:focus:after,.blog-post__body .copy-with-title__call-to-action a:hover:after{background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--right-arrow-black.svg);}
.blog-pagination{display:block!important;position:relative;text-align:center;margin-bottom:120px;}
.blog-pagination a,.blog-pagination a:hover{padding:0;background-color:transparent;border:0;font-size:18px;font-weight:700;line-height:25px;color:#434343;position:relative;text-align:center;text-decoration:none;}
.blog-pagination a::after{content:"";position:relative;display:block;left:50%;transform:translateX(-50%);margin-top:13px;width:50px;height:50px;background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--plus-outline.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;}
.blog-pagination.hide{display:none!important;}
.blog-pagination .no-post{display:none;}

/* Blog Subscription Section */
.blog__subscription{position:relative;overflow:hidden;background-color:#f8f8f8;}
.blog__subscription-wrap{position:relative;display:flex;padding:100px 0;justify-content:space-between;}
.blog__subscription-wrap h2{flex:0 0 60.41667%;max-width:60.41667%;font-size:80px;line-height:86px;letter-spacing:-1px;font-weight:700;margin-bottom:.5rem;}
.blog__subscription-wrap h2 span{color:#57b219;}
.subscription-form{flex:0 0 33.33333%;max-width:33.33333%;}
.subscription-form form{margin:0;}
.subscription-form form label{margin:0;}
.subscription-form form .actions{position:relative;overflow:hidden;display:inline-block;}
.subscription-form form .actions::before{content:"";position:absolute;background-color:#4fa018;width:100%;height:100%;top:0;left:-100%;opacity:1;transition:left .3s;z-index:1;animation:roundOut .5s ease-in;}
.subscription-form form .actions:hover::before{left:0;animation:roundIn .5s ease-in;}
.subscription-form form .actions::after{content:"";position:absolute;background-color:#57b219;width:100%;height:100%;top:0;left:0;z-index:0;}
.subscription-form form .hs-button,.subscription-form form .hs-button:hover{cursor:pointer;z-index:2;background-color:unset;}

/*             Blog Post Layout          */
.hs-blog-post .featured-post{margin-bottom:68px;background-color:#333;}
.blog-post__links a,.blog-post__links a:hover{padding:0;background-color:transparent;border:0;position:absolute;top:50px;margin-left:28px;font-size:15px;font-weight:700;line-height:20px;color:#fff;z-index:1;text-decoration:none;}
.blog-post__links a::before{content:"";position:absolute;left:-28px;width:19px;height:14px;background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--right-arrow-green.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;top:3px;text-decoration:none;}
.blogpost{position:relative;}
.blog-post__title{flex:0 0 66.66667%;max-width:66.66667%;position:absolute;bottom:54px;z-index:1;color:#fff!important;font-size:55px;line-height:60px;font-weight:700;margin-bottom:.5rem;}
.article__left{flex:0 0 20.83333%;max-width:20.83333%;position:absolute;margin-top:21px;}
.article__left-item{margin-bottom:55px;}
.article__left-item span{position:relative;display:block;margin-bottom:10px;opacity:.4;color:#434343;font-size:13px;font-weight:700;line-height:18px;}
.article__editor-title{margin-bottom:6px;color:#434343;font-size:18px;font-weight:700;line-height:25px;}
.article__left-item{margin-bottom:55px;}
.article__left-item span{position:relative;display:block;margin-bottom:10px;opacity:.4;color:#434343;font-size:13px;font-weight:700;line-height:18px;}
.article__topic a{color:#434343;font-size:18px;line-height:25px;position:relative;display:block;margin-bottom:13px;font-weight:700;pointer-events:none;}
.article__left-item:last-child{margin-bottom:0;}
.share{position:relative;display:flex;flex-wrap:wrap;max-width:105px;}
.share a{width:50%;margin-bottom:20px;display:inline-block;transition:opacity .3s;}
.share a:hover{opacity:0.7;}
.blog-post{flex:0 0 66.66667%;max-width:66.66667%;margin-left:25%;}
.blog-post__links-bottom{position:relative;margin-bottom:57px;padding-bottom:25px;border-bottom:1px solid #979797;}
.blog-post__links-bottom a,.blog-post__links-bottom a:hover{position:relative;padding-left:34px;font-size:15px;font-weight:700;line-height:20px;color:#434343;text-decoration:none;}
.blog-post__links-bottom a::before{content:"";position:absolute;left:0;width:19px;height:14px;background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--right-arrow-green.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;top:3px;transform:rotate(-1turn);}
.blog-post__links-bottom a:hover::before{background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--arrow-grey.svg);transform:rotate(180deg);}
.blog-post__links-bottom a svg{position:absolute;left:-22px;top:-20px;transform:rotate(180deg);z-index:-1;}
.blog-post__links-bottom a svg circle{fill:none;stroke-width:1px;stroke:#7ed026;stroke-dasharray:300 300;stroke-dashoffset:300;transition:stroke-dashoffset .5s linear;}
.blog-post__links-bottom a:hover svg circle{stroke-dashoffset:0;}

/* Blog Comments */
.blog-comments{max-width:680px;margin:0 auto;}
.blog-comments form{max-width:100%;}
.blog-comments .hs-submit{text-align:center;}
.blog-comments .hs-button{background-color:transparent; border:2px solid#494A52; color:#494A52;}
.blog-comments .hs-button:hover{background-color:#494A52;color:#fff;}
.blog-comments .comment-reply-to{border:0 none;}
.blog-comments .comment-reply-to:hover{background-color:transparent;text-decoration:underline;color:#494A52;}
.blog-comments{max-width:100%;}
.comment.depth-0:first-child{margin-top:2em;}
.comment.depth-1{padding-left:2em;padding-top:1em;margin-top:1em;}
.blog-comments form{margin-top:2em;padding-top:2em;}
@media (min-width:1500px){
.featured-post__content-section{position:absolute;bottom:54px;z-index:2;display:block;max-width:50%;width:96%;}
}
@media (max-width:991px){
.featured-post__title,.blog-post__title{font-size:48px!important;line-height:54px;}
.article__left{margin-top:0;}
.blog-post__links-bottom a svg{display:none;}
.blog__subscription-wrap{justify-content:unset;flex-direction:column;}
.blog__subscription-wrap h2{flex:0 0 83.33333%;max-width:83.33333%;margin-left:8.33333%;text-align:center;margin-bottom:32px;font-size:70px;line-height:76px;letter-spacing:-.87px;}
.subscription-form{flex:0 0 66.66667%;max-width:66.66667%;margin-left:16.66667%;}
.subscription-form form .hs-submit{text-align:center;}
.blog-post__body .call-to-action-link svg{display:none;}
.blog-post__body table th,.blog-post__body table td{font-size:18px;}
}
@media (min-width:768px){
.article__left.mobile{display:none;}
}
@media (max-width:767px){
.featured-post{height:600px;margin:0 0 80px;}
.featured-post::before{background:linear-gradient(270deg,hsla(0,0%,47.1%,.3),#434343);}
.featured-post__small-title{font-size:20px;line-height:27px;margin-bottom:13px;}
.featured-post__title{flex:0 0 100%;max-width:100%;margin-bottom:51px;font-size:38px;line-height:44px;}
.blog-filter{flex:0 0 100%;max-width:100%;margin-top:40px;margin-bottom:40px;}
.blog-filter .filter-toggle{padding-bottom:14px;overflow:visible;}
.blog-filter .filter-toggle::after{width:31px;height:31px;background-image:url(//14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/BAESMAN_JUNE_2021/images/icon--baesman-filter.svg);transform:none;top:-5px;}
.filter-centent{position:fixed;margin-bottom:0;padding-top:100px;padding-bottom:220px;top:0;height:100vh;width:100vw;left:0;overflow:scroll;background-color:#7ed026;}
.filter-centent::before{content:"Filter";position:absolute;margin-top:-40px;left:25px;font-size:15px;font-weight:600;line-height:20px;color:#4fa018;}
.blog-filter ul{margin:8px 0;}
.blog-filter ul li a{color:#fff;margin-bottom:20px;font-size:25px;line-height:34px;padding-left:35px!important;}
.blog-filter ul li a:hover{font-weight:400;}
.filter-close{padding:0;background-color:transparent;border:0;display:block;visibility:visible;position:fixed;top:30px;right:30px;z-index:10001;}
.filter-close span{position:absolute;right:3px;height:3px;width:26px;background-color:#434343;top:50%;transform:translateY(-50%);}
.blog-index__post--small{width:100%!important;margin-right:0!important;margin-bottom:80px!important;}
.blog-index__post--small .blog-index__post-image{height:233px!important;max-height:233px;}
.blog-index__post-content h4{font-size:28px;line-height:35px;padding-right:0;}
.blog-index__para{padding-right:0px;}
.blog-index__para p{font-size:18px;line-height:26px;}
.blog-post__title{flex:0 0 100%;font-size:38px!important;line-height:44px;bottom:25px;max-width:calc(100% - 30px);}
.article__left.desktop{display:none;}
.article__left.mobile{flex:0 0 91.66667%;max-width:91.66667%;margin-left:8.33333%;position:relative;margin-top:80px;display:block;visibility:visible;}
.blog-post{flex:0 0 100%;max-width:100%;margin-left:0;}
.blog__subscription-wrap h2{flex:0 0 83.33333%;max-width:83.33333%;margin-left:8.33333%;text-align:center;margin-bottom:32px;font-size:38px;line-height:44px;letter-spacing:-.47px;}
.subscription-form{flex:0 0 100%;max-width:100%;margin-left:0;}
}
@media (max-width:600px){
.table-wrapper{width:100%;overflow-x:auto;}
.table-wrapper table{min-width:600px;border-collapse:collapse;}
.blog-post__body table th,.blog-post__body table td{font-size:16px;}
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

p.header {
  background: transparent !important;
  position: static !important;
}
.systems-page label, .systems-page .hs-form-field a{
  display:inline-block;
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}

.error-page a.hs-button{
  border:0;
}


.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: -5;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}
.backup-emal .page-header h1:after{
  display:none;
}

.systems-page {
  padding: 30px 0px;
}
.custom-email p.header {
  padding: 20px 10px;
  margin: 20px 0;
}
.custom-email .subscribe-options {
  margin-bottom: 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 100%;
  background-color: #cde3cc;
  border: 1.5px solid #4f7d24;
  border-radius: 6px;
  color: #4f7d24;
  padding: 12px 10px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

.systems-page .widget-type-email_simple_subscription form,
.hs_cos_wrapper_type_member_login form,
.hs_cos_wrapper_type_member_register form,
.hs_cos_wrapper_type_password_reset_request form,
.hs_cos_wrapper_type_password_reset form,
.widget-type-password_prompt form{
  max-width:550px;
  width:100%;
}

.systems-page .widget-type-email_simple_subscription form .email-edit,
.widget-type-password_prompt input[type="password"]{
  width: 100% !important;
  padding: 12px 10px !important;
  font-size:14px !important;
  height:auto !Important;
}

form ul.hs-error-msgs{
  padding:0;
  margin:0;
}

@media (max-width: 767px){

  .systems-page .hs-button {
    float: none;
  }
  .systems-page .success, .systems-page .email-edit {
    width: 100% !important;
  }
  
  .systems-page h1 {
    font-size:55px;
  }
  
  .systems-page h2 {
    font-size:36px;
  }
}
@media (max-width: 480px){

  .systems-page h1 {
    font-size:35px;
  }
  
  .systems-page h2 {
    font-size:24px;
  }
  .systems-page .hs-button {
  }
}