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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
}

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

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

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

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


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

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

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

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

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

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

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

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

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

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:16px;
  font-family: ;
}

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

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

/* Anchor Links */
a {
  color: ;
  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: ;
  font-family: ;
  color: ;
  word-break: break-word;
}

h1 {
  line-height: 1;
  letter-spacing: .4px;
}

h2 {
  line-height: 1.07500;
  letter-spacing: -1px
}

@media (max-width: 991.98px) {
  h2 {
    line-height: 1.08571429;
    letter-spacing: -.87px;
  }
}

@media(max-width: 767px) {
  h2 {
    letter-spacing: -.47px;
    line-height: 1.15789474;
  }
}

h3 {
  line-height: 1.09090909;
}

@media (max-width: 991.98px) {
  h3 {
    line-height: 1.12500;
  }
}

@media(max-width: 767px) {
  h3 {
    line-height: 1.15789474;
  }
}


h4 {
  line-height: 1.37142857;
}

@media(max-width: 767px) {
  h4 {
    line-height: 1.25;
  }
}

h5 {
  line-height: 1.5;
}

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


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

@media (max-width: 767.98px) {

  p,
  body {
    line-height: 1.44444444;
  }

}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  text-decoration: none;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

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

/* Labels */

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

input, button, textarea, select {
  outline: 0 !important;
}
/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
  outline:none;
}

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

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


.landing-page-a input[type=password], 
.landing-page-a form input[type=text], 
.landing-page-a form input[type=email], 
.landing-page-a form input[type=password],
.landing-page-a form input[type=tel], 
.landing-page-a form input[type=number], 
.landing-page-a form input[type=file], 
.landing-page-a form select, 
.landing-page-a form textarea {
  height: 2.93em;
}
.landing-page-a form select {
  padding-top: 0.52rem;
}
.landing-page-a h3.form-title {
  font-size: 34px;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
@charset 'UTF-8';

/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* ******************************************************************************
*********************************************************************************
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;
}
.header-spacer {
  min-height: 68px;
}
.hide-nav header.header {
  transform: translateY(-100%);
}

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

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

.header__logo a svg {
  display: none;
}

.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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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 li.has-submenu.accordian_open>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;
}

.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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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.header.header--no-navigation .header__container {
  min-height: 68px;
}



.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;
  cursor:pointer;
}

.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;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 600;
  text-align: left;
  transition: all .3s;
  cursor: pointer;
  text-decoration: none;
}

.site-header__more a.hs-buton {
  padding: 21px 26px 20px 91px;
  display: block;
  background-color: #57b219;
}

.site-header__more-btns-close:active, .site-header__more-btns-close:hover {
  background-color: transparent;
}

.site-header__more a.hs-buton {
  text-align: left;
  transition: all .3s;
  color: #fff;
  text-decoration: none;
}


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

.site-header__more a.hs-buton::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 32px;
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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 a.hs-buton:hover::before {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--talk-shield.svg);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.js-form-type-checkbox.checked label::before {
  height: 38px;
  width: 38px;
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--talk-right-circle.svg);
  line-height: 60px;
}

.cmenu-para {
  display: none;
}

.custom-menu-primary .cmenu-para {
  color: #212529;
}
body.has-loaded:not(.hide-nav) div#leadinModal-3922487 {
  top: 68px;
}

@media (min-width: 1200px) {

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

  .custom-menu-primary ul li.has-submenu.accordian_open>ul  {
    height: auto !important;
    visibility: visible;
    pointer-events: auto;
    transition: all .2s ease-in;
    display: flex !important;
    padding-top: 50px !important;
  }

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

  .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: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .navbar-toggle button {
    font-size: inherit;
    line-height: inherit;
  }

  .navbar-toggle button {
    padding: 0;
    background-color: transparent !important;
    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;
    background-color: transparent;
  }

  .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%);
    display: none;
  }

  
  .open-menu button.menu-toggle-close::before {
    display: inline-block!important;
    content: "\00D7";
    font-size: 54px;
    font-weight: 400;
    line-height: 25px;
    width: 40px;
    height: 40px;
    text-align: right;
    color: #000;
    background: transparent;
    padding-top: 6px;
    padding-right: 12px;
  }
  .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;
    height: calc(100% - 60px);
  }

  .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  .header__logo a svg {
    display: block;
    margin-top: 4px;
  }

  .open-menu   .header__logo a {
    background-image: unset !important;
    transform: scale(.82);
    transform-origin: top left;
    display: inline-block;
  }
 */
  .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;
    padding: 0 0 0 15px;
    z-index: 0;
  }

  .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 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::after {
    transform: translateY(-50%) rotate(180deg);
  }

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

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

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

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

  .header__logo a {
    height: 24px !important;
  }

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

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

  .nav-down header.header {
    transform: none;
  }

  .custom-menu-primary ul ul {
    transition: none;
  }

  .custom-menu-primary ul ul li {
    width: 100%;
  }

}


@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__logo a {
    width: 200px !important;
  }

  .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;
  }
/* 
  .open-menu .header__logo a{
    transform: scale(.69);
  }

  .open-menu .header__logo a svg {
    margin-top: 6px;
  } */

}
/* ******************************************************************************
*********************************************************************************
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: 16px;
  font-weight: 400;
  line-height: 1.5;
}

footer .footer__container {
    margin-left: auto;
    margin-right: auto;
}

.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.footer h4 {
  font-family: Avenir Next,Helvetica,Arial,sans-serif !important;
}

.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.hs-button{
  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.hs-button::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.hs-button:hover::before {
  left: 0;
  animation: roundIn .5s ease-in;
}

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

.footer__copyright .footer__container {
  padding: 19px 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;
}

.footer-column.col4 p {
  margin-bottom: 30px;
}

@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 !important;
  }

  .footer-menu ul li:first-child {
    padding-right: 0;
    margin-bottom: 13px;
  }

  .site-social a:last-child {
    margin-right: 0;
  }

  .footer-logo a,
  .footer-btn a.hs-button {
    display: block;
  }

  .footer-column.col4 p {
    margin-bottom: 0px;
  }

}


@media (max-width: 767.98px) {

  .footer__container {
    padding: 70px 25px 60px;
  }

  .footer-column.col1 {
    margin-bottom: 80px;
    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;
  }

  .footer-column.col4 p {
    margin-bottom: 25px;
  }

}
/* Menu and simple menu */

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

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

body.has-loaded {
  opacity: 1;
}
.is-chrome.is-Win32 h6,
.is-chrome.is-Win32 h5,
.is-chrome.is-Win32 h4,
.is-chrome.is-Win32 h3,
.is-chrome.is-Win32 h2,
.is-chrome.is-Win32 h1,
.is-chrome.is-Win32 body{
  font-family: Lato, sans-serif;
}

.project-inner-page .cm_wrap15 .content-wrapper {
  padding: 0 30px;
}

.middle-section .fw_cnt_wrap .text_wrap+.btn_wrap {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 6px;
}

.marketing-page .top-section .fw_cnt_wrap h3 {
  margin-bottom: 32px;
}


.analytics-page .bottom-section .fw_cnt_wrap .text_wrap+.btn_wrap,
.marketing-page .bottom-section .fw_cnt_wrap .text_wrap+.btn_wrap {
  margin-top: 0;
  padding-bottom: 6px;
}

.analytics-page .bottom-section .fw_cnt_wrap .text_wrap+.btn_wrap{
  margin-top: 49px;
}

.marketing-page .bottom-section .fw_cnt_wrap {
  font-size: 16px;
  line-height: 1.5;
}

p:last-child {
  margin-bottom: 0;
}

.analytics-page .testi_wrap>.content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.full-width-page .hs_cos_wrapper_type_module > hr {
  background: transparent;
}

.servcs_wrap .box_item .popup_section .p_links {
  font-size: 16px;
}

/*  */
.migration .hs-form {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.migration .row-fluid [class*="span"] {
  margin-bottom: 15px;
}


.cnt_wdImg_wrap.overlayLinks_add .content_wrap .cmoverlay__overlay-title:before {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--gear.svg);
}

.cnt_wdImg_wrap.overlayLinks_add a.link_text:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
}

.cnt_wdImg_wrap.overlayLinks_add a.link_text:hover:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-black.svg);
}

.servcs_wrap .box_item .popup_section a.link_text:hover:after,
.servcs_wrap .box_item .popup_section a.link_text:focus:after{
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--arrow-grey.svg) !Important;
}


.feat-pro-wrp .case-study__btn-wrapper a.case-study__call-to-action:before {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
}

.projct_slidr_wrap .slick-m-controls button.p_slick-m-prev {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--slick-prev.svg);
}

.projct_slidr_wrap .slick-m-controls button.p_slick-m-next {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--slick-next.svg);
}

.testi_wrap .test_row.ic_arrow .quote__icon:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--arrow-large.svg);
}

.testi_wrap .quote__wrapper .quote__icon:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--quote.svg);
}

.values_wrap a.link_text:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
}

.servcs_wrap a.talk_cta:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
}

.servcs_wrap a.talk_cta:hover:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-black.svg);
}

@media (max-width: 991.98px){

  .marketing-page .top-section .fw_cnt_wrap h3 {
    margin-bottom: 27px;
  }

  .analytics-page .bottom-section .fw_cnt_wrap .text_wrap+.btn_wrap {
    margin-top: 34px;
  }

  .analytics-page .projct_slidr_wrap .top_cont {
    margin-bottom: 50px;
  }

  .analytics-page .features-wrapper.two-column .list-wrapper ul li {
    font-size: 25px;
    line-height: 35px;
  }

  .cnt_wdImg_wrap.overlayLinks_add.remove_overlay_hover a.link_text:hover:after{
    background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
  }

  .cnt_wdImg_wrap.overlayLinks_add.remove_overlay_hover a.link_text svg{
    display:none;
  }

}

@media (max-width: 767.98px){

  .project-inner-page .fw_cnt_wrap.mod_left .text_wrap {
    text-align: center;
  }

  .project-inner-page .cm_wrap15 .content-wrapper {
    padding: 0 15px;
  }

  .marketing-page .top-section .fw_cnt_wrap h3 {
    margin-bottom: 10px;
  }

  .analytics-page .features-wrapper.two-column .list-wrapper ul li {
    font-size: 18px;
    line-height: 26px;
  }

  .analytics-page .video_pop_wrap .top_sec {
    margin-bottom: -40px;
  }

  .analytics-page .fw_cnt_wrap.mod_left .text_wrap {
    text-align: center;
  }

  .analytics-page .servcs_wrap .top_title p {
    font-size: 18px;
    line-height: 26px;
  }

  .analytics-page .servcs_wrap .top_title {
    padding-top: 45px;
  }

  .analytics-page .servcs_wrap .box_item.more_info h4 {
    font-size: 25px;
    line-height: 30px;
  }


}

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

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

.cm_wrap15 .content-wrapper{
  padding-left:15px;
  padding-right:15px;
}


.cm_wrap30 .content-wrapper{
  padding-left:30px;
  padding-right:30px;
}

.slick-slide {
  display: inline-block;
  vertical-align: top;
}

.feature-slide__overlay {
  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;
}

.bg_image,
.image--background {
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer__copyright .footer__container {
  font-size: 16px;
}

span > a.cta_button {
  box-sizing: border-box !important;
}

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

p {
  margin-bottom:16px;
}

.st6 {
  fill: none;
  stroke: #434343;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10
}

.st0 {
  fill: none;
  stroke: #2ac3fb;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round
}


.link_text_wrap a.link_text {
  position: relative;
  font-size: 16px;
  font-family: Avenir Next,Helvetica,Arial,sans-serif;
  line-height: 20px;
  font-weight: 600;
  color: #434343;
  font-weight: 600;
  text-decoration: none;
}


.link_text_wrap {
  position: relative;
  align-self: flex-start;
}


.link_text_wrap a.link_text:after {
  content: "";
  position: absolute;
  right: -33px;
  width: 19px;
  height: 14px;
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  top: 3px;
  transform: rotate( -180deg);
  transition: right .3s;
}


.servcs_wrap .box_item .popup_section a.link_text:after,
.link_text_wrap a.link_text:hover:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--arrow-grey.svg);
  transform: rotate(0);
}

.spec_sec_wrap .call-to-action-link:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
}

.servcs_wrap .box_item .popup_section a.link_text:hover:after,
.servcs_wrap .box_item .popup_section a.link_text:focus:after,
.spec_sec_wrap .link-callout-section__title a:focus:after, 
.spec_sec_wrap .link-callout-section__title a:hover:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-white.svg);
}

.servcs_wrap .box_item .popup_section a.link_text:hover:after{
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-white.svg) !Important;
}

.servcs_wrap .box_item .popup_section a.link_text:hover:after,
.servcs_wrap .box_item .popup_section a.link_text:focus:after {
  transform: rotate(-180deg);
}


.servcs_wrap .box_item.more_info a.link_text:hover:after{
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-black.svg);
  transform: rotate(-180deg);
}

.link_text_wrap a.link_text svg {
  position: absolute;
  right: -54px;
  top: -20px;
  z-index: 0;
  overflow: hidden;
}

.link_text_wrap a.link_text svg circle {
  fill: none;
  stroke-width: 1px;
  stroke: #7ed026;
  stroke-dasharray: 300 300;
  stroke-dashoffset: 300;
  transition: stroke-dashoffset .5s linear;
}

.link_text_wrap a.link_text:hover svg circle {
  stroke-dashoffset: 0;
}

.slick-slider *,button {
  outline: none !important;
}

.slick-arrow:hover,
.slick-arrow:focus {
  opacity: 1 !important;
}

.popup_section .text {
  word-break: break-word;
}
/*-------------*/

.testi_wrap button.slick-arrow.test_prev {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  background-color: transparent;
  border: 0;
  position: relative;
  width: 52px;
  height: 52px;
  margin-right: 5px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  z-index: 10000;
  opacity: .4;
  transition: all .3s;
  -webkit-appearance: button;
  text-transform: none;
}

.testi_wrap button.slick-arrow.test_next {
  text-transform: none;
  -webkit-appearance: button;
  padding: 0;
  background-color: transparent;
  border: 0;
  position: relative;
  width: 52px;
  height: 52px;
  margin-left: 5px;

  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  opacity: .4;
  transition: all .3s;
}

.cm-gallery-slider .slick-m-controls button.slick-arrow.gall_prev,
.testi_wrap button.slick-arrow.test_prev {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--slick-prev.svg);
}
.cm-gallery-slider .slick-m-controls button.slick-arrow.gall_next,
.testi_wrap button.slick-arrow.test_next {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--slick-next.svg);
}

.cm-gallery-slider .slick-m-controls button.slick-arrow:hover,
.testi_wrap button.slick-arrow:hover{
  opacity: 1 !important;
}

.project-stats h3.stat-callout-item__stat {
  margin-bottom: 8px;
}

.features-wrapper .list-wrapper {
  margin-left: auto;
  margin-right: auto;
}

/*----------*/

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(42,42,42,.98);
  opacity: 0;
  transition: opacity .3s;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
}

.modal .video-modal__close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 0;
  background-color: transparent;
  font-size: 9px;
  letter-spacing: 2px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 1px 6px;
}

.video-modal__dialog {
  position: relative;
  max-width: 1265px;
  width: 80vw;
  max-height: 80vh;
  height: 100%;
  margin: 10vh auto;
}

.video-modal__close svg {
  display: block;
  margin-bottom: 4px;
  overflow: hidden;
  vertical-align: middle;
}

.video-modal__content, .video-modal__video {
  width: 100%;
  height: 100%;
}

.video-modal.show {
  opacity: 1;
  z-index: 10003;
  pointer-events: auto;
  visibility: visible;
}

/*------------*/


.feat_sec_wrap .t_item.t1 .section__button-mobile .mobile.close,
.feat_sec_wrap .t_item.t1 .section__buttons .close {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--circle-minus-blue.svg);
}

.feat_sec_wrap .t_item.t1 .section__buttons .open {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--circle-plus-blue.svg);
}

.feat_sec_wrap .t_item.t2 .section__buttons .open {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--circle-plus-dark.svg);
}

.feat_sec_wrap .t_item.t2 .section__button-mobile .mobile.close,
.feat_sec_wrap .t_item.t2 .section__buttons .close{
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--circle-minus-dark.svg);
}

.servcs_wrap .box_item .c_toggler,
.team_item .grid-item__button {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--circle-plus.svg);
}


.projects__list-buttons button.projects__list-more:not(.less):after,
.team-grid__more-btns button.team-grid__more:not(.less):after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--plus-outline.svg);
}

.projects__list-buttons button.projects__list-more.less:after,
.team-grid__more-btns button.team-grid__more.less:after{
  background-image:url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--minus-outline.svg);
}


.open_pos_wrap .acc_item .toggler:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--plus.svg);
}

.open_pos_wrap .acc_item.active .toggler:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--minus.svg);
}


.video_pop_wrap .media__img a.popup_trigger {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--play-blue.svg);
}

.projects .quote__icon:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--quote.svg);
}
/*----- home pahe --------*/



.hero-slider .slick-m-controls .hm_next {
  background-image:url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--slick-next-white.svg)  ;
}

.hero-slider .slick-m-controls .hm_prev {
  background-image:url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--slick-prev-white.svg)  ;
}


/*-----------*/

.pane_main_sec .project-stats .stat-callout__top-content .stat-callout__copy {
  margin-bottom: 62px;
}

.full-width-page .benefits_wrap .top-content h2 {
  font-size: 55px;
  line-height: 60px;
  position: relative;
  margin-bottom: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.benefits_wrap svg.count_svg {
  stroke: none !important;
}

.services_page .top-section .fw_cnt_wrap .text_wrap h3 {
  margin-bottom: 32px;
}

.services_page .fw_cnt_wrap.ds_center .btn_wrap {
  min-height: 45px;
  font-size: 16px;
}


.pane_page .feat_sec_wrap .t_item h3.section__title {
  white-space: nowrap;
}
/* --------------------- */
@media(min-width:768px){

  .full-width-page .values_wrap .box_row.type_simple.items_2 .smiple_section_wrapper.sm2 {
    top: 200px;
  }
}

@media(max-width:991px){
  .link_text_wrap a.link_text:after {
    top: 6px;
  }

  .link_text_wrap a.link_text svg {
    display: none;
  }

  .analytics-page .cnt_wdImg_wrap.featuresList_added .top_sec {
    min-height: 475px;
  }

  .full-width-page .benefits_wrap .top-content h2 {
    font-size: 48px;
    line-height: 54px;
  }

  .full-width-page .features-wrapper.two-column.sizeSmallTab .features-wrapper-inner ul li {
    font-size: 18px;
    line-height: 25px;
  }

  .services_page .top-section .fw_cnt_wrap .text_wrap h3 {
    margin-bottom: 27px;
  }

}



@media(max-width:767px){
  .cm_wrap30 .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  } 

  .carr_page .values_wrap .box-section__icon {
    margin-top: -35px;
  }

  .tt_desc_wrap.al_left .bottom_sec a.link_text:after{
    transform: rotate(-180deg);
    background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
  }

  .pane_page  .servcs_wrap .box_item.more_info h4 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 24px;
  }

  .servcs_wrap a.talk_cta ,
  .pane_page .servcs_wrap  .link_text_wrap a.link_text {
    font-size: 20px;
    line-height: 27px;
  }

  .fulfillment-page .cnt_wdImg_wrap.featuresList_added .list_cont_wrap li p {
    line-height: inherit;
  }

  .pane_page .values_wrap .box-section__icon {
    margin-top: -35px;
  }

  .analytics-page .bottom-section .features-wrapper.text_left.cont_center .list-wrapper.ul_type {
    margin-top: 41px !important;
  }

  .analytics-page .bottom-section .features-wrapper.cont_center.full-width.text_center .list-wrapper.ul_type {
    margin-top: 50px !important;
  }

  .analytics-page .bottom-section .fw_cnt_wrap .text_wrap+.btn_wrap {
    margin-top: 30px;
  }

  .analytics-page .servcs_wrap .box_item.more_info .more_link_text a.talk_cta {
    font-size: 20px;
    line-height: 27px;
  }

  .pane_main_sec .project-stats .stat-callout__top-content .stat-callout__copy {
    margin-bottom: 40px;
  }

  .home_page .brand-images-with-title .brand-title-wrapper p {
    font-size: 18px;
    line-height: 26px;
  }
  .servcs_wrap a.talk_cta.talk_cta_Caps:after,
  .servcs_wrap a.talk_cta:after {
    top: 6px;
  }


  .full-width-page .benefits_wrap .top-content h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 35px;
  }

  .services_page .top-section .fw_cnt_wrap .text_wrap h3 {
    margin-bottom: 10px;
  }


}





/******** terms and condition page css ********/



.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap ol li {
  position: relative;
  counter-increment: li;
  margin-bottom: 10px;
  padding-left: 40px;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap ol li:before {
  content: counter(li,decimal-leading-zero) ". ";
  position: absolute;
  top: 6px;
  left: 0;
  color: #fd7e14;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 14px;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p {
  font-size: 25px;
  line-height: 35px;
}


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


.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a:hover {
  text-decoration: none;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a:before {
  content: "";
  position: absolute;
  border-bottom: 2px solid #57b219;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a {
  position: relative;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a:after {
  content: "";
  position: absolute;
  border-bottom: 2px solid #57b219;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform .3s ease-out;
  transition-delay: .1s;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a:hover:after,
.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a:focus:after{
  transform: scaleX(1);
  transform-origin: bottom left;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a:hover:before,
.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a:focus:before{
  width: 0;
  transition: width .05s;
}


.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 1.5;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 20px;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap ul li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap ul li a {
  color: #00aeef;
  text-decoration: none;
  background-color: transparent;
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap ul li a:hover {
  color: #0076a3;
  text-decoration: underline;
}



@media (max-width: 767px){
  .cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p {
    font-size: 18px;
    line-height: 26px;
  }
}

@media (max-width: 417px){
  .cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a {
    word-break: break-all;
  }
}






/******** end csss *************/



/****************** lets talk css ************************/

.talk_page .talk_container {
  position: relative;
  background-color: #7ed026;
  left: 0;
  width: 100vw;
  padding-bottom: 100px;
  min-height: 100vh;
}

.talk_container {}

.talk_page {
  overflow: hidden;
}

.talk_page .talk_container .content-wrapper {
  padding: 0 50px;
  display: flex;
  padding-top: 120px;
  flex-wrap: wrap;
}

.talk_page .talk_container  .left_side {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  padding-right: 30px;
  margin-bottom: 1rem;
}

.talk_page .talk_container .right_side {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  margin: 19px 0 0;
  flex-wrap: wrap;
  display: -webkit-flex;
  display: flex;
}

.talk_page .talk_container .left_side h3 {
  color: #fff;
  margin-bottom: 20px;
}

.talk_page .talk_container .left_side p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  margin: 0;
}


.talk_page .talk_container input[type=password], 
.talk_page .talk_container form input[type=text], 
.talk_page .talk_container form input[type=email],
.talk_page .talk_container form input[type=password], 
.talk_page .talk_container form input[type=tel], 
.talk_page .talk_container form input[type=number],
.talk_page .talk_container form input[type=file],
.talk_page .talk_container form select, 
.talk_page .talk_container form textarea {
  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;
  width: 100%;
  display: block;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.talk_page .talk_container .right_side .right_main {
  width: 100%;
}

.talk_page .talk_container fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

.talk_page .talk_container fieldset.form-columns-2 .hs-form-field:first-child {
  padding-right: 30px;
}

.talk_page .talk_container fieldset.form-columns-2 .hs-form-field:first-child .input {
  margin: 0;
}

.talk_page .talk_container .talk_page .talk_container .right_side {
  margin: 19px 0 0;
}

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



.talk_page .talk_container fieldset.form-columns-2 .input {
  margin: 0 !important;
}

.talk_page .talk_container .hs-form-field >label {
  color: #377f06;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 8px;
  transition: all .2s ease;
  -moz-transition: .2s ease all;
  -webkit-transition: all .2s ease;
  margin-bottom: 0;
}

.talk_page .talk_container ::placeholder{
  color: #377f06;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}


.talk_page .talk_container ::placeholder,
.talk_page .talk_container form select{
  color: #6c757d;
  opacity: 1;
  color: #377f06;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}


.talk_page  form .hs-input.invalid.error {
  border-color: #ef6b51 !important;
}

.talk_page .talk_container .hs-form-field {
  position: relative;
}

.talk_page .talk_container .hs-form-field.filled >label,
.talk_page .talk_container .hs-form-field.focused >label {
  top: -18px;
  font-size: 13px;
  color: #377f06;
  line-height: 18px;
}

.talk_page .talk_container .hs-form-field.filled >label span.hs-form-required,
.talk_page .talk_container .hs-form-field.focused >label span.hs-form-required {
  opacity: 0;
}

.talk_page .talk_container ul.no-list.hs-error-msgs label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

.talk_page .talk_container form .inputs-list>li {
  margin: 0;
} 




.talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox {
  display: flex;
  align-items: center;
  margin-top: -30px;
}



.talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox .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;
  opacity: 0;
  cursor: pointer;
  width: 23px !important;
}

.talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox .hs-input + span {
  position: relative;
  top: auto !important;
  font-size: 13px !important;
  line-height: 18px !important;
  font-weight: 700 !important;
  color: #377f06 !important;
  margin-left: 3px;
  pointer-events: none;
  left: 0;
  transition: all .2s ease;
  -moz-transition: .2s ease all;
  -webkit-transition: all .2s ease;
  margin-bottom: 0;
  padding-left: 0;
}

.talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox .hs-input:not(:checked) + span:before {
  content: "";
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  width: 23px;
  background-image: none;
  border: 1px solid #377f06;
  background-color: #7ed026;
  border-radius: 50%;
  opacity: 1;
}

.talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox .hs-input:checked + span:before {
  content: "";
  position: absolute;
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
  height: 23px;
  width: 23px;
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--talk-small-circle-check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  border: 0;
}

.talk_page .talk_container form input[type=submit] {
  background-color: transparent;
  border: 0;
  position: absolute;
  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(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--talk-right.svg);
  background-repeat: no-repeat;
  background-size: 60px;
  background-position: 100%;
  transition: background-image .3s;
}

.talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox {
  margin-bottom: 0;
}

.talk_page .talk_container .actions {
  margin-top: 40px;
}

.talk_page .talk_container label.hs-form-booleancheckbox-display {
  margin: 0;
}

.talk_page .talk_container fieldset.form-columns-1 .input {
  margin: 0 !IMPORTANT;
}

.talk_page .talk_container input[type=password]:focus,
.talk_page .talk_container form input[type=text]:focus, 
.talk_page .talk_container form input[type=email]:focus,
.talk_page .talk_container form input[type=password]:focus,
.talk_page .talk_container form input[type=tel]:focus, 
.talk_page .talk_container form input[type=number]:focus,
.talk_page .talk_container form input[type=file]:focus, 
.talk_page .talk_container form select:focus,
.talk_page .talk_container form textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(0 174 239 / 25%);
}

.talk_page form .hs-fieldtype-select .input:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate( 45deg);
  transition: all .15s ease-in-out;
  width: 5px;
  width: 10px;
  height: 10px;
  right: 10px;
  margin-top: -5px;
  border-bottom: 2px solid #377f06;
  border-right: 2px solid #377f06
}

.talk_page form .hs-fieldtype-select .input {
  position: relative;
}

.talk_page .talk_container form select {
  -webkit-appearance: none ;
  cursor: pointer;
  padding-right: 26px;
}

.talk_page form .hs-fieldtype-select.focused .input:after {
  transform: rotate( -135deg);
}

.cm_web_page .tt_desc_wrap.al_left .bottom_sec .text-wrap p a:focus {
  text-shadow: none;
  outline: none;
}


@media (max-width: 991.98px){
  .talk_page .talk_container .left_side {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%;
    margin-bottom: 70px;
    text-align: center;
  }

  .talk_page .talk_container .right_side {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .talk_page .talk_container .content-wrapper {
    padding: 0 17px;
    padding-top: 120px;
    display: block;
  }

  .talk_page .talk_container  fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
  }

  .talk_page .talk_container {
    width: 100%;
  }

  .talk_page .talk_container fieldset.form-columns-2 .hs-form-field:first-child {
    padding: 0;
  }
}


@media (max-width: 767.98px){
  .talk_page .talk_container .hs-form-field {
    margin-bottom: 30px;
    min-height: 66px;
  }

  .talk_page .talk_container .actions {
    margin-bottom: 0;
    margin-top: 31px;
    position: relative;
  }

  .talk_page .talk_container {
    min-height: unset;
    padding-bottom: 91px;
  }

  .talk_page .talk_container form input[type=submit] {
    position: static;
  }

  .talk_page .talk_container .left_side {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .talk_page .talk_container .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cm_web_page .tt_desc_wrap.al_left .bottom_sec .inner_wrap {
    width: 100%;
  }

  .talk_page .talk_container .hs_tell_us_how_we_can_help {
    margin-bottom: 20px;
  }

  .talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox .hs-input+span {
    padding-left: 3px;
  }

  .talk_page .talk_container .hs_tell_us_how_we_can_help {
    margin-bottom: 20px;
  }

  .talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox .hs-input:checked+span:before {
    left: -31px;
    margin-top: -2px;
  }

}

@media (max-width: 354px){
  .talk_page .talk_container label.hs-form-booleancheckbox-display {
    display: flex;
  }

  .talk_page .talk_container .hs-form-field.hs-fieldtype-booleancheckbox .hs-input+span {
    display: inline-block;
  }
}

/******** end csss *************/


/*------am ends-------*/

/*------ suraj starts----------*/
.fulfillment-page p:last-child {
  margin-bottom: 0;
}

.fulfillment-page .top-pane h4.small_title {
  margin: 0;
  margin-bottom: 17px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  color: #434343;
} 

.fulfillment-page .main-wrapper .cnt_wdImg_wrap .img_wrap {
  height: 450px;
}

.fulfillment-page .main-wrapper .cnt_wdImg_wrap.img_right.cm_wrap30 .content-wrapper {
  padding: 0 30px;
}

.fulfillment-page .main-wrapper .values_wrap .st0 {
  fill:none; 
  stroke:#2ac3fb;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round
}

.fulfillment-page .hs_cos_wrapper_type_module > hr {
  height: 0;
}

.marketing-page .cm_wrap30 .content-wrapper,
.fulfillment-page .main-wrapper .testi_wrap.cm_wrap30 .content-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}

.marketing-page .top-section .cm_wrap30 .content-wrapper,
.marketing-page .middle-section .cm_wrap30 .content-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}

.full-width-page .middle-section .benefits_wrap svg {
  fill: none;
  stroke: #2ac3fb;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.full-width-page .middle-section .cnt_wdImg_wrap:not(.img_left) .content_wrap {
  padding-top: 0; 
}

.full-width-page .middle-section .cnt_wdImg_wrap.imgHeight_small:not(.img_left) .img_wrap {
  margin-top: 38px;
}

.full-width-page .middle-section .cnt_wdImg_wrap:not(.img_left) .content_wrap .text h4 {
  position: relative;
  margin-bottom: 23px; 
}

.full-width-page .middle-section .cnt_wdImg_wrap.img_right.imgHeight_small.simpleSec.cm_wrap30 .content_wrap {
  padding-right: 30px;
}

.full-width-page .middle-section .cnt_wdImg_wrap.img_right.imgHeight_small.simpleSec.cm_wrap30 .cntw-row {
  min-height: 487px;
}

@media (max-width: 991.98px) {
  .fulfillment-page .top-pane h4.small_title {
    font-size: 48px;
    line-height: 54px;
  }

  .fulfillment-page .main-wrapper .cnt_wdImg_wrap .img_wrap {
    height: 380px; 
  }

  .fulfillment-page .main-wrapper .benefits_wrap .section__row {
    justify-content: unset;
  }

  .full-width-page .middle-section .cnt_wdImg_wrap.imgHeight_small:not(.img_left) .img_wrap {
    height: 400px;
  }

}

@media (max-width: 767.98px) {
  .fulfillment-page .top-pane h4.small_title {
    font-size: 38px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .fulfillment-page .main-wrapper .cnt_wdImg_wrap.img_right.cm_wrap30 .content-wrapper {
    padding: 0 15px;
  }

  .fulfillment-page .main-wrapper .cnt_wdImg_wrap .img_wrap {
    height: 221px;
  }

  .fulfillment-page .cnt_wdImg_wrap .content_wrap .text p {
    line-height: 26px;
  }

  .fulfillment-page .top-pane .cnt_wdImg_wrap.featuresList_added .content_wrap .text p {
    line-height: 25px;
  }

  .fulfillment-page .cnt_wdImg_wrap .content_wrap .text h4 {
    margin-bottom: 20px;
  }

  .fulfillment-page .servcs_wrap .top_title {
    padding-top: 45px;
  }

  .marketing-page .top-section .cm_wrap30 .content-wrapper,
  .marketing-page .middle-section .cm_wrap30 .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*--------suraj ends-------*/

/*-------sagar starts------*/

.full-width-page .fw_cnt_wrap h3 {
  margin-bottom: 32px;
}

.full-width-page .cnt_wdImg_wrap.overlayLinks_add .content_wrap .text h4 {
  margin-bottom: 26px;
}

.cnt_wdImg_wrap.overlayLinks_add .content_wrap .text h4 {
  margin-bottom: 26px;
}

.marketing-page .bottom-section .values_wrap .smiple_section_wrapper:nth-child(3),
.marketing-page .bottom-section .values_wrap .smiple_section_wrapper:nth-child(4) {
  top: 200px;
  padding-top: 0;
}

.full-width-page .benefits_wrap .top-content h3 {
  font-size: 35px;
  line-height: 48px;
  margin-bottom: 12px;
}

.web-print-page .testi_wrap .content-wrapper {
  padding-right: 15px;
  padding-left: 15px;
}

.web-print-page .cnt_wdImg_wrap .content_wrap .text h4 {
  margin-bottom: 23px;
}

.web-print-page .bottom-section .features-wrapper.full-width .content-wrapper{
  padding-right: 30px;
  padding-left: 30px;
}

.talk_page form .hs-input.invalid.error {
  border-bottom: 2px solid #377f06 !important;
}

.talk_page .talk_container form input[type=submit]:hover {
  font-weight: 600;
  background-image:url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--talk-right-circle.svg)
}

.talk_page .talk_container .hs-form-field>label .hs-form-required {
  display: none;
}

.talk_page .talk_container form input[type=text]:focus {
  border: none;
  border-bottom: 2px solid #377f06;
  box-shadow: 0 0 0 3px rgb(0 174 239 / 25%);
}


@media (max-width: 991.98px){
  .web-print-page .middle-section .cnt_wdImg_wrap .cntw-row p {
    font-size: 18px;
    line-height: 25px;
  }
  .web-print-page .bottom-section .cnt_wdImg_wrap .cntw-row p {
    font-size: 18px;
    line-height: 25px;
  }
  .full-width-page .benefits_wrap .section__row {
    justify-content: unset;
  }
  .full-width-page .features-wrapper.two-column .features-wrapper-inner ul li {
    font-size: 25px;
    line-height: 35px;
  }
  .full-width-page .fw_cnt_wrap h3 {
    margin-bottom: 27px;
  }
}


@media (max-width: 767.98px){
  .full-width-page .cnt_wdImg_wrap.overlayLinks_add .content_wrap .text h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .cnt_wdImg_wrap.overlayLinks_add .content_wrap .text h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
  .web-print-page .bottom-section .features-wrapper.full-width .content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }
  .full-width-page .features-wrapper.two-column .features-wrapper-inner ul li {
    font-size: 18px;
    line-height: 26px;
  }
  .full-width-page .fw_cnt_wrap h3 {
    margin-bottom: 10px;
  }
  .web-print-page .bookmark-section-wrapper .box-anchor-links__wrapper.has-large-title {
    margin-top: -30px;
  }
  .web-print-page .servcs_wrap .top_title {
    padding-top: 45px;
  }
}


/*--------sagar ends------*/
.feat-pro-wrp .case-study__btn-wrapper a.case-study__call-to-action:hover:before {
  background-image: url(https://www.baesman.com/themes/fire/assets/media/svgs/icon--arrow-grey.svg);
  transform: rotate( 180deg);
}

.faq_wrap .questions__action a.link_text:hover:after {
  background-image: url(https://14557590.fs1.hubspotusercontent-na1.net/hubfs/14557590/raw_assets/public/Baesman_October2021/images/icon--right-arrow-green.svg);
  transform: rotate(-180deg);
}

.full-width-page .servcs_wrap .box_item.more_info .link_text_wrap a.link_text svg {
  right: -21px;
}

.full-width-page .servcs_wrap .box_item.more_info .link_text_wrap a.link_text:after {
  position: relative;
  right: 0;
  margin-left: 12px;
  display: inline-block;
}

.full-width-page .servcs_wrap .box_item.more_info .link_text_wrap a.link_text {
  display: inline-flex;
}

.project-stats .stat-callout__top-content .stat-callout__copy span {
  display: block;
  margin-top: 16px;
}

/*------*/


.full-width-page .middle-section .tt_desc_wrap .bottom_sec .text-wrap {
  column-count: unset;
}

.full-width-page .middle-section .tt_desc_wrap .bottom_sec .text-wrap ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: item;
}

.full-width-page .middle-section .tt_desc_wrap .bottom_sec .text-wrap ol li {
  font-size: 18px;
  line-height: 25px;
  counter-increment: item;
  margin-bottom: 5px;
  display: flex;
  position: relative;
  margin-bottom: 42px;
  color: #434343;
}

.full-width-page .middle-section .tt_desc_wrap .bottom_sec .text-wrap ol li:before {
  text-align: center;
  display: inline-block;
  content: counter(item);
  position: relative;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  color: #434343;
  margin-right: 45px;
}

.full-width-page .middle-section .tt_desc_wrap .bottom_sec .text-wrap ol li:after {
  content: "";
  position: absolute;
  border-right: 1px solid #e96e48;
  height: 100%;
  margin-left: 0;
  left: 24px;
  top: 0;
}

.team_wrap .team_item .grid-item__close-button,
.servcs_wrap .popup_section .close_toggler,
.servcs_wrap .box_item .c_toggler, .team_item .grid-item__button {
  -webkit-appearance: none;
}

.servcs_wrap .box_item .more-info-section__title {
  color: #212529;
}

.slick-m-controls .slick-arrow {
  z-index: 50 !important;
}

.landing-page-a h3 {
  font-size: 40px;
}
.landing-page-a ul,
.landing-page-a p {
  font-size: 20px;
}
.landing-page-a p strong {
  font-weight: 600;
}
.landing-page-a .hs-error-msgs label {
  font-size: .67rem;
}

@media (max-width: 767.98px) {
  .full-width-page .middle-section  .tt_desc_wrap .bottom_sec .text-wrap ol li {
    line-height: 26px;
  }

  .full-width-page .middle-section  .tt_desc_wrap .bottom_sec .text-wrap ol li:after {
    height: 30%;
  }

  .marketing-page .bottom-section .values_wrap .smiple_section_wrapper:nth-child(3), 
  .marketing-page .bottom-section .values_wrap .smiple_section_wrapper:nth-child(4) {
    top: auto;
  } 

  .full-width-page .feat_sec_wrap .t_item.closed h3.section__title {
    margin-left: 0;
    left: -19px;
  }
}