*, *: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 ;
    }
}
.banner-section .dnd-section,
.DND_banner-row-0-force-full-width-section > .row-fluid{
  padding: 0 !important; 
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face {
  font-family: 'Gotham';
  src: url(https://d29yvlvnh0dzaw.cloudfront.net/assets/Gotham-Book-a5a935ce42b0c6e0b228608fb8e9c90256f98475da05c5b6bbe46ad6764c6d6a.eot);
  src: url(https://d29yvlvnh0dzaw.cloudfront.net/assets/Gotham-Book-440c9a95f650848a072c4d46360eab04470b628116ef91bfe2430b86880da3c8.woff) format("woff"),
    url(https://d29yvlvnh0dzaw.cloudfront.net/assets/Gotham-Book-57dd9388844660b61436a58b7c9c5121aae49958cfbda88888c139ed79731e99.ttf) format("truetype"),
    url(https://d29yvlvnh0dzaw.cloudfront.net/assets/Gotham-Book-c71c05e1739d1635842502e54818097480f1f8ea3a11a744f99c4076c79be3d4.svg) format("svg");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'Gotham';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/Fohlio_October2021/fonts/Gotham-Medium.eot);
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Medium.woff) format("woff"),
    url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'Gotham';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/Fohlio_October2021/fonts/Gotham-Bold.eot);
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/Fohlio_October2021/fonts/Gotham-Bold.eot#iefix) format("embedded-opentype"),
    url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Bold.woff2) format("woff2"),
    url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Bold.woff) format("woff"),
    url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal
}
@font-face {
  font-family: 'Gotham-Book';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/Fohlio_October2021/fonts/Gotham-Book.eot);
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Book.woff) format("woff"), url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Book.ttf) format("truetype");
  font-weight: 900;
  font-style: normal
}

@font-face {
  font-family: 'Gotham-Medium';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/Fohlio_October2021/fonts/Gotham-Medium.eot);
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Medium.woff) format("woff"), url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: 'Gotham-Bold';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/Fohlio_October2021/fonts/Gotham-Bold.eot);
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Bold.woff) format("woff"), url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Gotham-Bold.ttf) format("truetype");
  font-weight: bold;
  font-style: normal
}
@font-face {
  font-family: "Ionicons";
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/Fohlio_October2021/fonts/ionicons.eot);
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/Fohlio_October2021/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"),
    url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/ionicons.ttf) format("truetype"),
    url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/ionicons.woff) format("woff");
  font-weight: normal;
  font-style: normal
}
@font-face { font-family: "ProximaNova-Extrabold";
  src: url("https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/ProximaNova-Extrabold.woff") format("woff"), 
    url("https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/ProximaNova-Extrabold.ttf") format("truetype");
      font-style: normal; font-weight: 900; }

@font-face {
  font-family: 'Poppins-Medium';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Poppins-Medium.ttf) format("truetype");
}

@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Poppins-SemiBold.ttf) format("truetype");
}

@font-face {
  font-family: 'Poppins-Regular';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Poppins-Regular.ttf) format("truetype");
}

@font-face {
  font-family: 'Poppins-Bold';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/Poppins-Bold.ttf) format("truetype");
}

@font-face {
  font-family: 'DMSans-Bold';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/DMSans-Bold.ttf) format("truetype");
}

@font-face {
  font-family: 'DMSans-Medium';
  src: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/fonts/DMSans-Medium.ttf) format("truetype");
}

body {
  line-height: 1.42857;
  word-break: break-word;
  -webkit-font-smoothing: auto;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
img {
  max-width: 100%; 
  vertical-align: middle;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  font-weight:400;
}

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 */
.hs-form-field > label {
  font-family: 'Gotham-Book';
  letter-spacing: 0.05em;
  font-size: 12px;
  margin-bottom: 7px;

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

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color: #FFF;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  min-height: 32px;
  width: 100%;
  padding: 0 15px;
  outline: none;
  font-weight: 300;
}

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

form .hs-error-msg,
form .hs_error_rollup 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;
  font-family: 'Gotham-Book';
  border-width: 1px;
  border-style: solid;
}
form input[type=submit]:hover,
form .hs-button:hover{
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  text-decoration: none;
}
/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 767px) {
  .body-container.migration form {
    margin-bottom: 30px;
  }
}
/* 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;
}
/* Header container */
a.header-logo {
  display: inline-block;
  width: 116px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 62px;
  vertical-align: top;
}

.haeder-row {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}
.haeder-row .col-7,
.haeder-row .col-5 {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.haeder-row .col-5-inner {
  text-align: right;
}
.site-header .navbar_menu {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 24px;
  margin-left: -4px;
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
  cursor: pointer;
}
.site-header .navbar_menu a {
  vertical-align: top;
}
.site-header .navbar_menu a:hover {
  text-decoration: none;
}
.custom-menu-primary {
  display: inline-block;
}
.custom-menu-primary ul.submenu.level-1 > li {
  display: inline-block;
  padding: 10px 15px;
  margin-right: 28px;
  margin-left: -4px;
}

.custom-menu-primary ul.submenu.level-1 > li > a {
  font-size: 14px;
  font-weight: 500;
  -webkit-transition: color 0.2s ease, border 0.2s ease;
  -o-transition: color 0.2s ease, border 0.2s ease;
  transition: color 0.2s ease, border 0.2s ease;
}
.navigation-primary {
  display: inline-block;
}

.navigation-primary .submenu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation-primary .submenu a {
  text-decoration: none;
}

.submenu.level-1 {
  display: inline-block;
  white-space: nowrap;
}

.submenu.level-1 > li.has-submenu {
  position: relative;
}

.submenu.level-2 {
  border: 1px solid #d1d6dc;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  left: -9999px;
  opacity: 0;
  position: absolute;
  text-transform: none;
  top: 100%;
  z-index: 2;
}

.submenu.level-2 > li {
  /* border-bottom: 1px solid #D1D6DC; */
  padding: 0;
}

.submenu.level-2 .menu-item .menu-link {
  background-color: #ffffff;
  display: block;
  padding: 10px 20px 10px 40px;
  transition: background-color 0.3s;
}

.submenu.level-2 .menu-item .menu-link {
  position: relative;
  color: #5b5d59;
  font-family: Gotham-Book, sans-serif !important;
}

.submenu .level-2 > .has-submenu > .menu-link {
  font-family: Gotham-medium, sans-serif !important;
}

.submenu.level-2 .menu-item .level-3 .menu-link {
  transition: color 0.2s;
}

.submenu.level-2 .menu-item .level-3 .menu-link:hover {
  color: #84b54f;
  background-color: #F7FFED;
}

.level-2 .level-3 {
  margin-bottom: 20px;
}

.submenu.level-3 .menu-item .menu-link {
  padding-left: 60px;
  font-family: Gotham-Book, sans-serif !important;
}

.level-2 .has-submenu:hover li {
  display: block;
}

.submenu.level-1 > li.has-submenu:hover .submenu.level-2,
.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
  left: -80px;
  opacity: 1;
}

.sign-up-form {
  display: inline-block;
}
.sign-up-form .form-title,
.sign-up-form .hs-form-field > label,
.sign-up-form .hs_error_rollup {
  display: none;
}
.sign-up-form .hs-form-field {
  display: inline-block;
  width: 171px;
  vertical-align: top;
  margin: 0;
}
.sign-up-form .landing__signup__form-control,
.sign-up-form input[type="email"] {
  width: 171px;
  height: 40px;
  border: none;
  border-radius: 4px;
  background: #fff;
  padding: 10px 15px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  font-weight: 300;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.sign-up-form input[type="text"]::-webkit-input-placeholder,
.sign-up-form input[type="email"]::-webkit-input-placeholder {
  color: #999;
}
.sign-up-form ul.no-list.hs-error-msgs.inputs-list {
  text-align: left;
}
.sign-up-form .landing__signup__form-button {
  display: block;
  font-family: Gotham-medium, sans-serif !important;
}

.sign-up-form .hs-submit {
  display: inline-block;
  vertical-align: top;
}
.sign-up-form .landing__signup__form-button,
.sign-up-form input[type="submit"] {
  height: 40px;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
  background-color: #84b54f;
  border: none;
  -webkit-transition: border 0.2s ease, background 0.2s ease, color 0.2s ease;
  -o-transition: border 0.2s ease, background 0.2s ease, color 0.2s ease;
  transition: border 0.2s ease, background 0.2s ease, color 0.2s ease;
  line-height: 1.42857;
  margin: 0;
  font-family: inherit;
}
.sign-up-form form .landing__signup__form-button:hover {
  color: #fff;
  background-color: #139b2c;
}
input.landing__signup__form-control {
  position: relative;
  right: -4px;
}
.landing__navbar__menu-icon,
.landing__navbar__menu-icon--close {
  display: none;
  position: absolute;
  top: 25px;
  right: 25px;
  width: 40px;
  height: 40px;
  background-image: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/bars-solid.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.landing__navbar__menu-icon {
  opacity: 0.5;
}

.landing__navbar__menu-icon--close {
  background-image: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/menu-icon-close.svg);
}

.has-banner .custom-menu-primary ul.submenu.level-1 > li > a,
.has-banner .navbar_menu a {
  color: #fff;
}
.has-banner .custom-menu-primary a:hover,
.has-banner .navbar_menu a:hover {
  color: #84b54f !important;
}

.has-banner .site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.custom-menu-primary [type="checkbox"] {
  display: none;
}
.form.landing__signup__form,
.home-header,
.footer {
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 995px) {
  .haeder-row .col-7 {
    width: 58.33333%;
    float: left;
  }
  .haeder-row .col-5 {
    float: left;
    width: 41.66667%;
  }
  .custom-menu-primary ul.submenu.level-2 {
    display: flex;
    min-height: fit-content;
  }

  .custom-menu-primary ul.submenu.level-2 > .menu-item > .menu-link {
    font-size: 16px;
    border-radius: 6px;
  }

  /* .custom-menu-primary ul.submenu.level-2 > .menu-item > .menu-link::before {
    content: "";
    position: absolute;
    height: 20px;
    width: 20px;
    top: 10px;
    left: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/main-menu-icon-1.svg');
  }

  .custom-menu-primary ul.submenu.level-2 > .menu-item:nth-child(2) > .menu-link::before {
    background-image: url('https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/main-menu-icon-2.svg');
  }

  .custom-menu-primary ul.submenu.level-2 > .menu-item:nth-child(3) > .menu-link::before {
    background-image: url('https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/main-menu-icon-3.svg');
  } */

  .custom-menu-primary ul.submenu.level-2 .has-submenu:first-child {
    grid-row: 1 / -1;
  }

  .submenu.level-3 .menu-item .menu-link {
    padding: 7px 20px 7px 40px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .custom-menu-primary ul.submenu.level-1 > li {
    margin-right: 24px;
    margin-left: 0;
  }
  .site-header .navbar_menu {
    margin-right: 28px;
    margin-left: 0;
  }
}
@media screen and (max-width: 994px) {
  .haeder-row .col-5 {
    float: none !important;
  }

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

  .col-7 .header-logo {
    margin-left: 30px;
  }

  .landing__navbar__menu-icon--close {
    display: none;
  }
  .landing__navbar__menu-icon {
    display: inline-block;
  }
  .custom-menu-primary,
  .haeder-row .col-5-inner {
    display: none;
  }
  .navbar_open .landing__navbar__menu-icon--close {
    display: inline-block;
  }
  .navbar_open .landing__navbar__menu-icon {
    display: none;
  }
  .navbar_open .custom-menu-primary,
  .navbar_open .haeder-row .col-5-inner,
  .site-header .navbar_menu {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .haeder-row .col-5-inner {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 30px;
  }
  .custom-menu-primary ul.submenu.level-1 > li {
    display: block;
    margin: 0;
    padding: 0;
  }
  ul.submenu.level-2 {
    position: static;
    opacity: 1;
    visibility: visible;
    width: 100%;
    background-color: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    display: none;
  }

  .submenu.level-2 > li {
    border: none;
  }

  .submenu.level-2 .menu-item .menu-link {
    color: #fff;
    background-color: transparent;
    text-align: start;
  }

  .submenu.level-2 .menu-item:hover .menu-link {
    color: #84b54f;
    background-color: transparent;
  }

  .custom-menu-primary a,
  .site-header .navbar_menu {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 19px !important;
    margin: 0;
  }
  .site-header .navbar_menu {
    margin-bottom: 30px;
  }
  .navigation-primary,
  .submenu.level-1 {
    display: block;
  }
  .navbar_open .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: #2d353d;
    background-position: center bottom;
    background-size: cover;
    overflow-y: auto;
    background-repeat: no-repeat;
  }
  .no-banner .custom-menu-primary a,
  .no-banner .navbar_menu a {
    color: #fff !important;
  }
  .no-banner .custom-menu-primary a:hover,
  .no-banner .navbar_menu a:hover {
    color: #84b54f !important;
  }
  .child-trigger {
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 66px !important; /* Button height */
    padding: 0 !important;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .child-trigger i:after {
    position: absolute;
    content: "";
  }
  .child-trigger i,
  .child-trigger i:after {
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: block;
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-open .child-trigger i {
  }
  .child-open .child-trigger i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}

@media (max-width: 480px) {
  .submenu.level-2 .menu-item .menu-link {
    font-size: 16px !important;
  }
}

@media (max-width: 400px) {
  .submenu.level-2 .menu-item .menu-link {
    font-size: 14px !important;
  }
}
.site_header2023_container {
  max-width: 1200px !important;
  margin: 0px auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding: 20px;
}

.site_header2023_logo {
  display: block;
  width: 116px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 36px;
  transition: 0.3s;
}

.site_header2023_logo:hover {
  filter: brightness(1.1);
}

.site_header2023_navigation {
  display: flex;
  align-items: center;
}

.site_header2023_navigation .custom-menu-primary ul.submenu.level-1 > li > a {
  color: #1c1d1b;
  font-size: 16px;
  font-family: DMSans-Bold, sans-serif;
}

.site_header2023_navigation
  .custom-menu-primary
  ul.submenu.level-1
  > li
  > a:hover {
  color: #84b54f;
}

.site_header2023_buttons {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 16px;
  height: 50px;
}

.site_header2023_signin_button:hover {
  color: #84b54f !important;
  filter: brightness(1.1);
}

@media screen and (max-width: 1108px) {
  .site_header2023 .custom-menu-primary ul.submenu.level-1 > li {
    margin: 0px;
  }
}

@media screen and (max-width: 994px) {
  .navbar_open .site_header2023_container {
    flex-direction: column;
    max-width: 750px !important;
    padding: 40px;
    gap: 40px
  }

  .site_header2023_buttons {
    display: none;
  }

  .navbar_open .site_header2023_buttons {
    display: flex;
    flex-direction: column;
    height: fit-content;
    width: 100%;
    gap: 40px;
  }
  .navbar_open .site_header2023_logo {
    margin-right: auto;
  }

  .navbar_open .site_header2023 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 15;
    background-color: #2d353d;
    background-position: center bottom;
    background-size: cover;
    overflow-y: auto;
    background-repeat: no-repeat;
  }

  .navbar_open .site_header2023_navigation {
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #727272;
  }

  .navbar_open .custom-menu-primary {
    width: 100%;
  }
  .navbar_open .site_header2023 .site_header2023_signin_button {
    color: #84b54f !important;
    box-shadow: none !important;
  }

  .level-1 .level-2 .level-3  { 
    background-color: transparent !important ;
  }  
}
.fohlio__footer {
  font-family: "Gotham-Book", sans-serif;
  background-color: #333d45;
  padding: 60px 8% 40px 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: white;
  border-bottom: 1px solid #4a505b;
  color: #a2a8b3;
  font-size: 13px;
  line-height: 1.5em;
}
.fohlio__footer__content-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.fohlio__footer__content-block--logo img {
  width: 100% !important;
  max-width: 120px;
}
.fohlio__footer__content-block--navbar {
  margin: 0 60px;
}
.fohlio__footer__content-block--navbar .hs-menu-wrapper ul {
  display: block;
}
.fohlio__footer__content-block--navbar a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fohlio__footer a {
  line-height: 2.7em;
  color: #a2a8b3;
  font-size: 13px;
}
.fohlio__footer__content-block--social {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.fohlio__footer .mail {
  margin-bottom: 20px;
}
.fohlio__footer .mail:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8%2BCjxzdmcgd2lkdGg9IjIwcHgiIGhlaWdodD0iMTRweCIgdmlld0JveD0iMCAwIDIwIDE0IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0%2BCiAgICA8dGl0bGU%2BZW1haWw8L3RpdGxlPgogICAgPGRlc2M%2BQ3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M%2BCiAgICA8ZGVmcz48L2RlZnM%2BCiAgICA8ZyBpZD0iSW5kZXgiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJIb21lIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTIwMy4wMDAwMDAsIC02MjEwLjAwMDAwMCkiIGZpbGw9IiM2ODcxN0UiPgogICAgICAgICAgICA8ZyBpZD0iRm9vdGVyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgNjA4NS4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxnIGlkPSJlbWFpbCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTIwMy4wMDAwMDAsIDEyNS4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNOS41OTA0ODgzNyw4Ljg0NTE5MTg2IEM5Ljc5MzgxMzk1LDkuMDQ4Mzk1MzUgMTAuMTIzNzkwNyw5LjA0ODM5NTM1IDEwLjMyNzExNjMsOC44NDUxOTE4NiBMMTguMjY2NSwwLjkwNjEzMzcyMSBDMTguNDE1NjE2MywwLjc1NjkzNjA0NyAxOC40NjAwNTgxLDAuNTMyODk1MzQ5IDE4LjM3OTI3MzMsMC4zMzg0NDE4NiBDMTguMjk4ODU0NywwLjE0MzU4MTM5NSAxOC4xMDg5MTg2LDAuMDE2ODQ4ODM3MiAxNy44OTgxODYsMC4wMTY4NDg4MzcyIEwyLjAxOTcwMzQ5LDAuMDE2ODQ4ODM3MiBDMS44MDg5NzA5MywwLjAxNjg0ODgzNzIgMS42MTg5OTQxOSwwLjE0MzU4MTM5NSAxLjUzODMzMTQsMC4zMzg0NDE4NiBDMS40NTc4NzIwOSwwLjUzMjg5NTM0OSAxLjUwMjMxMzk1LDAuNzU2OTM2MDQ3IDEuNjUxNDMwMjMsMC45MDYxMzM3MjEgTDkuNTkwNDg4MzcsOC44NDUxOTE4NiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTkuNzE5ODU0NywxLjg4NjA5MzAyIEMxOS41OTk1NTIzLDEuODM2NDgyNTYgMTkuNDYxMDk4OCwxLjg2NDAzNDg4IDE5LjM2OTA4MTQsMS45NTYxMzM3MiBMMTEuMTQzNDMwMiwxMC4xODE4MjU2IEMxMC44MjkyNDQyLDEwLjQ5NTk3MDkgMTAuNDAzMDE3NCwxMC42NzI2Mzk1IDkuOTU4ODQzMDIsMTAuNjcyNjM5NSBDOS41MTQ3MDkzLDEwLjY3MjYzOTUgOS4wODg0MDExNiwxMC40OTU5NzA5IDguNzc0NTQwNywxMC4xODE4MjU2IEwwLjU0OTE3NDQxOSwxLjk1NjQ1OTMgQzAuNDU3MTE2Mjc5LDEuODY0MzYwNDcgMC4zMTg3MDM0ODgsMS44MzY3Njc0NCAwLjE5ODQ0MTg2LDEuODg2NzQ0MTkgQzAuMDc4NDY1MTE2MywxLjkzNjMxMzk1IDAsMi4wNTM3MjY3NCAwLDIuMTgzNzE1MTIgTDAsMTIuNjMxNzAzNSBDMCwxMy4zNjUwMzQ5IDAuNTk0NTUyMzI2LDEzLjk1OTU4NzIgMS4zMjc5MjQ0MiwxMy45NTk1ODcyIEwxOC41OTAzNzIxLDEzLjk1OTU4NzIgQzE5LjMyMzcwMzUsMTMuOTU5NTg3MiAxOS45MTgyNTU4LDEzLjM2NTAzNDkgMTkuOTE4MjU1OCwxMi42MzE3MDM1IEwxOS45MTgyNTU4LDIuMTgzMzg5NTMgQzE5LjkxODI1NTgsMi4wNTM0MDExNiAxOS44Mzk3NSwxLjkzNTk4ODM3IDE5LjcxOTg1NDcsMS44ODYwOTMwMiBaIiBpZD0iU2hhcGUiPjwvcGF0aD4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc%2B);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 15px;
}
.fohlio__footer .address:before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8%2BCjxzdmcgd2lkdGg9IjE3cHgiIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAwIDE3IDIwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPgogICAgPCEtLSBHZW5lcmF0b3I6IFNrZXRjaCAzOS4xICgzMTcyMCkgLSBodHRwOi8vd3d3LmJvaGVtaWFuY29kaW5nLmNvbS9za2V0Y2ggLS0%2BCiAgICA8dGl0bGU%2BYWRkcmVzczwvdGl0bGU%2BCiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxkZWZzPjwvZGVmcz4KICAgIDxnIGlkPSJJbmRleCIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI%2BCiAgICAgICAgPGcgaWQ9IkhvbWUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDEwLjAwMDAwMCwgLTYyNTEuMDAwMDAwKSIgZmlsbD0iIzY5NzE3RSI%2BCiAgICAgICAgICAgIDxnIGlkPSJGb290ZXIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCA2MDg1LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPGcgaWQ9ImFkZHJlc3MiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwMTAuMDAwMDAwLCAxNjYuMDAwMDAwKSI%2BCiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE0LjUxMTY1MjgsMi4wNTE2MDk4NCBDMTIuOTA2MTE1MSwwLjcyODY3Mzk1OSAxMC43NzEzMDg1LDAgOC41MDA4NjAxMSwwIEM2LjIyOTk2ODQ0LDAgNC4wOTU2MDUxMSwwLjcyODY3Mzk1OSAyLjQ5MDA2NzQxLDIuMDUxNjA5ODQgQy0wLjQ4MTE5Njg1Niw0LjQ5OTUxNjA0IC0wLjg1MDQ0MzkyOSw5LjEwNTMxOTg3IDEuNjkwNDAxNDgsMTEuODk1ODMwNyBMOC41MDA4NjAxMSwyMCBMMTUuMzAxMTIzNCwxMS45MDcxNTM0IEMxNy44NTIxNjQxLDkuMTA1MzE5ODcgMTcuNDgyOTE3MSw0LjQ5OTUxNjA0IDE0LjUxMTY1MjgsMi4wNTE2MDk4NCBaIE04LjUsMTEgQzYuNTcwNSwxMSA1LDkuNDI5NSA1LDcuNSBDNSw1LjU3MDUgNi41NzA1LDQgOC41LDQgQzEwLjQyOTUsNCAxMiw1LjU3MDUgMTIsNy41IEMxMiw5LjQyOTUgMTAuNDI5NSwxMSA4LjUsMTEgWiIgaWQ9IlNoYXBlIj48L3BhdGg%2BCiAgICAgICAgICAgICAgICA8L2c%2BCiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c%2BCiAgICA8L2c%2BCjwvc3ZnPg%3D%3D);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0 15px;
}
.fohlio__footer__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #333d45;
  padding: 35px 8% 60px 8%;
}
.fohlio__footer__description .description-text h5 {
  color: #788191;
  font-family: "Gotham-Book", sans-serif;
  font-size: 11px;
  line-height: 16px;
  margin-bottom: 8px;
  margin-top: 10px;
}
.copyright-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  color: #788191;
  font-family: "Gotham-Book", sans-serif;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
}

body.fancymodal-open {
  overflow: hidden;
  margin-right: 17px;
}

.fancymodal,
.fancymodal *,
.fancymodal *:before,
.fancymodal *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancymodal {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1700;
  padding-left: 8px;
  padding-right: 8px;
  padding: 0px 15px;
  padding-top: 80px;
  padding-bottom: 80px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s all ease-in;
  transition-duration: 0.5s;
}

body.fancymodal-open .fancymodal {
  opacity: 1;
  visibility: visible;
}

.fancymodal .fancymodal-overlay {
  -webkit-backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancymodal .fancymodal-content {
  max-width: 450px;
  -webkit-backface-visibility: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 2em 1em;
  border-radius: 5px;
  background: #eee;
  color: #000;
  position: relative;
  margin: 0 auto;
  padding: 0;
  border-radius: 6px;
  background-color: #ffffff;
}

.fancymodal .fancymodal-close {
  border-radius: 3px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.fancymodal .fancymodal-close:before {
  border-radius: 3px;
  position: absolute;
  content: "\00D7";
  font-size: 26px;
  line-height: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  top: 3px;
  right: 3px;
  color: #ccc;
}

.fancymodal .fancymodal-close:before {
  border: none;
  background-color: transparent;
  content: "";
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/images/close.svg) center no-repeat;
  background-size: contain;
}

.fancymodal .fancymodal-close:hover:before {
  background: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/images/close-hover.svg) center
    no-repeat;
  background-color: transparent;
}

body.fancymodal-open .fancymodal .fancymodal-content {
  -webkit-animation: fancymodal-in 0.5s;
  animation: fancymodal-in 0.5s;
}

body.fancymodal-close .fancymodal .fancymodal-content {
  -webkit-animation: fancymodal-out 0.5s;
  animation: fancymodal-out 0.5s;
}

body.fancymodal-open .fancymodal .fancymodal-overlay {
  -webkit-animation: fancymodal-fadeIn 0.5s;
  animation: fancymodal-fadeIn 0.5s;
}

body.fancymodal-close .fancymodal .fancymodal-overlay {
  -webkit-animation: fancymodal-fadeOut 0.5s;
  animation: fancymodal-fadeOut 0.5s;
}

.modal.fade {
  outline: none;
}

.modal.fade .modal-dialog {
  margin: auto;
  max-width: 100%;
}

.modal.fade .modal-dialog .modal-content {
  border-radius: 0;
}

.modal.fade .modal-dialog .modal-content .modal-header {
  background-color: #54688b;
  border: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 10px 30px;
  color: #ffffff;
}

.modal.fade .modal-dialog .modal-content .modal-header .title {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5em;
}

.modal.fade .modal-dialog .modal-content .modal-header .subtitle {
  font-size: 12px;
  line-height: 1.5em;
}

.modal.fade .modal-dialog .modal-content .modal-body {
  margin: auto;
  padding: 15px 40px;
  line-height: 1.2;
}

.modal.fade .modal-dialog .modal-content .modal-body .password-message {
  margin-top: 6px;
  font-size: 11px;
  line-height: 21px;
  color: var(--color-theme-navy-1);
}

.modal.fade .modal-dialog .modal-content .modal-body .password-message-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal.fade .modal-dialog .modal-content .modal-body .title {
  display: block;
  padding: 16px;
  font-size: 13px;
  line-height: 17px;
  letter-spacing: 0.6px;
  margin: 0 auto;
  text-align: center;
}

.modal.fade .modal-dialog {
  -webkit-font-smoothing: antialiased;
}

.fancymodal form {
  margin: 0 10px;
}

.fancymodal form .hs_submit.hs-submit {
  margin-top: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.fancymodal .footer-popup-form .form-title {
  display: none;
}

.fancymodal .footer-popup-form form .hs_email,
.fancymodal .footer-popup-form form .hs_what_are_your_current,
.fancymodal .footer-popup-form form .hs-phone {
  margin: 10px 0 !important;
}

.fancymodal .footer-popup-form form .hs-form-field > label {
  font-family: "Gotham-Book";
  letter-spacing: 0.05em;
  font-size: 12px !important;
  margin-bottom: 7px;
  display: block;
  line-height: 22px;
  color: #58636d;
}

.fancymodal .footer-popup-form form .hs-form-field > label .hs-form-required {
  display: none;
}

.fancymodal .footer-popup-form form .input {
  margin: 0 !important;
}

.fancymodal .footer-popup-form form .input .hs-input {
  width: 100% !important;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 0;
  padding: 0;
  font-size: 13px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.fancymodal .footer-popup-form form fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fancymodal .footer-popup-form form fieldset > div {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 10px 0;
}

.fancymodal .footer-popup-form form fieldset > div:first-child {
  margin-right: 5px;
}

.fancymodal .footer-popup-form form fieldset > div:last-child {
  margin-left: 5px;
}

.fancymodal
  .footer-popup-form
  form
  .input
  .hs-input::-webkit-input-placeholder {
  color: #aaa;
}

.fancymodal .footer-popup-form form .input .hs-input:-ms-input-placeholder {
  color: #aaa;
}

.fancymodal .footer-popup-form form .input .hs-input::-ms-input-placeholder {
  color: #aaa;
}

.fancymodal .footer-popup-form form .input .hs-input::placeholder {
  color: #aaa;
}

.fancymodal .footer-popup-form form .hs-button {
  height: 40px;
  font-family: "Gotham-Book";
  font-size: 14px;
  transition: none;
}

.fancymodal .footer-popup-form form .hs-button:hover {
  background-color: #84b54f;
  border: 1px solid #d7dadf;
}

.fancymodal .terms_of_use_note {
  font-size: 10px;
  text-align: center;
  color: #808080;
  line-height: 1.4em;
  letter-spacing: 0.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.fancymodal .terms_of_use_note a {
  display: inline;
  line-height: inherit;
  font-size: inherit;
  color: #84b54f;
  margin: 0 0.5em;
}

.fancymodal .terms_of_use_note a:hover {
  text-decoration: underline;
}
/* footer2 style */
footer.footer2 {
  background-color: #ffffff;
  padding: 69px 10px 55px;
  text-align: center;
}
.dark-bg footer.footer2 {
  background-color: #000000;
}

.footer2 .feature-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
}

.footer2 .ft-logo img {
  vertical-align: top;
}

.footer2 .ft-address {
  line-height: 20px;
  font-size: 14px;
  color: #3f4144;
}

.footer2 .ft-address p {
  margin: 0;
}

.footer2 .ft-address p a {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #32425d;
  line-height: 0;
  text-decoration: underline;
}

.footer2 .ft-address p span {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  color: #32425d;
  line-height: 0;
}

.footer2 .ft-logo {
  padding-bottom: 29px;
}

@-webkit-keyframes fancymodal-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fancymodal-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fancymodal-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes fancymodal-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes fancymodal-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fancymodal-fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fancymodal-fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fancymodal-fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@media (max-width: 960px) {
  .fohlio__footer__content-block--navbar {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .fohlio__footer__content-block--navbar .hs-menu-wrapper ul {
    display: block;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  .fohlio__footer,
  .fohlio__footer__description {
    display: block;
  }

  footer.footer {
    text-align: center;
  }
  .fohlio__footer__content-block--social,
  .fohlio__footer__content-block--navbar,
  .fohlio__footer__content-block--navbar .hs-menu-wrapper ul {
    align-items: center;
  }
  .copyright-text {
    text-align: center;
  }
}
@media (max-width: 720px) {
  .fohlio__footer__content-block--navbar,
  .fohlio__footer__content-block--navbar .hs-menu-wrapper ul {
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .fohlio__footer__content-block--navbar {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .fohlio__footer__description {
    flex-direction: column;
  }

  .fancymodal .footer-popup-form form fieldset {
    display: block;
  }

  .fancymodal .footer-popup-form form fieldset > div:last-child {
    margin-left: 0;
  }
}

/* footer-may22 styles */

.footer-may22 {
  max-width: 1285px;
  margin: 0 auto;
  padding: 0 30px;
  font-family: Gotham-book, sans-serif;
}

.fohlio__footer-may22 {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 52px;
  gap: 52px;
}

.footer-may22 .copyright-may22 {
  text-align: center;
  padding: 35px 0px;
  border-top: 1px solid #dfdfdf;
}

.footer-may22 .copyright-may22 span {
  color: #5b5d59;
  font-size: 16px;
  line-height: 25px;
  opacity: 0.7;
}

.footer-may22_logo_section {
  width: 100%;
  max-width: 483px;
  margin-right: auto;
}

.footer-may22_logo_section p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 25px;
  color: #5b5d59;
  opacity: 0.7;
}

.fohlio__footer-may22 .contact_and_menu_wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 50px;
}

.footer-may22_contact_section {
  max-width: 205px;
  min-width: 205px;
}

.footer-may22_contact_section > p {
  text-transform: uppercase;
  color: #5b5d59;
  font-size: 12px;
  line-height: 28px;
  font-family: Gotham-Medium, sans-serif;
  opacity: 0.7;
  margin: 0px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.footer-may22_contact_section .mail {
  display: block;
  color: #5b5d59;
  opacity: 0.7;
  text-decoration: none;
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
  margin-bottom: 16px;
}

.footer-may22_contact_section .address {
  color: #5b5d59;
  opacity: 0.7;
  font-size: 16px;
  line-height: 25px;
  margin: 0px;
}

.footer-may22_menu_section {
  width: 225px;
}

.footer-may22_menu_section p {
  text-transform: uppercase;
  color: #5b5d59;
  font-size: 12px;
  line-height: 28px;
  font-family: Gotham-Medium, sans-serif;
  opacity: 0.7;
  margin: 0px;
  margin-bottom: 12px;
  letter-spacing: 0.1em;
}

.fohlio__footer-may22 .footer-may22_menu_section ul {
  display: block;
  width: 225px;
}

.fohlio__footer-may22 .footer-may22_menu_section ul li {
  margin: 0px;
  margin-bottom: 16px;
}

.fohlio__footer-may22 .footer-may22_menu_section ul li a,
.fohlio__footer-may22 .footer-may22_menu_section ul li a:active,
.fohlio__footer-may22 .footer-may22_menu_section ul li a:visited {
  color: #5b5d59;
  opacity: 0.7;
  font-size: 16px;
  line-height: 25px;
}

.fohlio__footer-may22 .footer-may22_menu_section ul li a:hover {
  opacity: 1;
  text-decoration: none;
}

.footer-may22_logo {
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .fohlio__footer-may22 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-may22_logo_section {
    margin: 0px;
  }

  .footer-may22_contact_section {
    min-width: 0px;
  }

  .footer-may22_menu_section {
    min-width: 130px;
  }

  .fohlio__footer-may22 .footer-may22_menu_section ul {
    width: auto;
  }
}

@media (max-width: 600px) {
  .contact_and_menu_wrapper p {
    font-size: 16px !important;
  }

  .contact_and_menu_wrapper .mail,
  .contact_and_menu_wrapper .address,
  .contact_and_menu_wrapper li a {
    font-size: 16px !important;
    text-transform: none !important;
    font-family: Gotham-book, sans-serif;
    letter-spacing: normal !important;
  }
}

@media (max-width: 400px) {
  .fohlio__footer-may22 .contact_and_menu_wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-may22_contact_section {
    max-width: 225px;
  }
}
.footer2023 {
  font-family: Poppins-Regular, sans-serif;
  min-height: 272px;
}

.footer2023_container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px;
  background: linear-gradient(
    180deg,
    rgba(171, 255, 80, 0.1) 0%,
    rgba(132, 181, 79, 0.1) 100%
  );
  border-radius: 40px;
}

.footer2023_logo_section {
  width: 100%;
  max-width: 230px;
}

.footer2023_logo_section p {
  margin: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #777e90;
  margin-bottom: 40px;
}

.footer2023_logo {
  display: block;
  width: 116px;
  height: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  transition: 0.3s;
  margin-bottom: 26px;
}

.footer2023_links_section {
  display: flex;
  flex-wrap: wrap;
  max-width: 850px;
  gap: 20px;
}

.footer2023_section {
  width: 270px;
}

.footer2023_section p {
  color: #549d05;
  font-size: 14px;
  font-family: Poppins-Medium, sans-serif;
  line-height: 16px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.footer2023_container .footer2023_section ul {
  flex-direction: column;
}

.footer2023_container .footer2023_section ul li {
  margin: 0px;
  margin-bottom: 12px;
}

.footer2023_container .footer2023_section ul li a,
.footer2023_container .footer2023_section ul li a:active,
.footer2023_container .footer2023_section ul li a:visited {
  color: #777e90;
  font-size: 14px;
  line-height: 24px;
  transition: filter 0.3s;
}

.footer2023_container .footer2023_section ul li a:hover {
  text-decoration: none;
  filter: brightness(0.5);
}

@media (max-width: 1200px) {
  .footer2023_links_section {
    margin-left: 40px;
  }
}

@media (max-width: 930px) {
  .footer2023_section {
    max-width: 210px;
  }
}

@media (max-width: 800px) {
  .footer2023_container {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    flex-direction: column;
    align-items: center;
  }

  .footer2023_container > div,
  .footer2023_section {
    max-width: 260px;
    width: 100%;
  }

  .footer2023_links_section {
    margin: 0px;
  }

  .footer2023_logo_section {
    margin: 40px;
  }
}
.darker {
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100;
  transition: all 0.1s ease;
  overflow: hidden;
}

.featurespage2023_cta_button,
.homepage2023_cta_button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  padding: 16px 24px;
  text-decoration: none;
  color: #fcfcfd;
  font-family: Poppins-Semibold, sans-serif;
  font-size: 16px;
  line-height: 16px;
  max-width: 142px;
  box-sizing: border-box !important;
  background-color: #84b54f !important;
  border: none !important;
  z-index: 10;
  position: relative;
}

.featurespage2023_cta_button:hover,
.homepage2023_cta_button:hover {
  filter: brightness(1.1);
}

.homepage2023_tabber_content_button,
.featurespage2023_cta_button_white {
  border: 1px solid #84b54f;
  background-color: rgba(255, 255, 255, 0.5);
  color: #84b54f;
  font-size: 16px;
  line-height: 1;
  border-radius: 25px;
  font-family: Poppins-Medium, sans-serif;
  padding: 16px 24px;
}

.homepage2023_tabber_content_button:hover,
.homepage2023_tabber_content_button:focus,
.featurespage2023_cta_button_white:hover,
.featurespage2023_cta_button_white:focus {
  background-color: #fff;
  border-color: #84b54f;
  color: #84b54f;
  filter: brightness(1.1);
}

/* Popup styles */

.homepage2023_hero_section_popup_wrapper,
.featurespage2023_hero_section_popup_wrapper,
.get_demo_form {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0px;
  display: none;
  z-index: 100;
}

.homepage2023_hero_section_popup_wrapper__opened,
.featurespage2023_hero_section_popup_wrapper__opened {
  display: block;
}

.homepage2023_hero_section_popup_container,
.featurespage2023_hero_section_popup_container {
  font-family: Gotham-book, sans-serif;
  padding: 38px 100px 100px;
  max-width: 757px;
  min-width: 320px;
  max-height: fit-content;
  margin: auto;
  background-color: #fffefe;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homepage2023_hero_section_popup_close_button,
.featurespage2023_hero_section_popup_close_button,
.get_demo_form_close_button {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 10px;
  opacity: 0.2;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/xmark-solid.svg");
  cursor: pointer;
}

.homepage2023_hero_section_popup_form_inner,
.featurespage2023_hero_section_popup_form_inner {
  background-color: white;
}

/* form overrides */

.homepage2023_hero_section_popup_form_inner form *,
.featurespage2023_hero_section_popup_form_inner form * {
  font-family: Poppins-Regular, sans-serif;
  font-size: 14px;
}

.homepage2023_hero_section_popup_form_inner .hs-form-field,
.featurespage2023_hero_section_popup_form_inner .hs-form-field {
  margin-bottom: 16px;
}

.homepage2023_hero_section_popup_form_inner .input input,
.featurespage2023_hero_section_popup_form_inner .input input {
  border: none;
  height: 44px;
  border-radius: 22px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.homepage2023_hero_section_popup_form_inner form input[type="submit"],
.featurespage2023_hero_section_popup_form_inner form input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #84b54f;
  border-radius: 20px;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  border: none;
  padding: 12px 16px;
  font-family: DMSans-Bold, sans-serif;
  margin-top: 24px;
  width: 100%;
  text-transform: uppercase;
}

.homepage2023_hero_section_popup_form_inner .hs_recaptcha,
.featurespage2023_hero_section_popup_form_inner .hs_recaptcha {
  margin-top: 40px;
}

.homepage2023_hero_section_popup_form_inner form input[type="submit"]:hover,
.featurespage2023_hero_section_popup_form_inner form input[type="submit"]:hover {
  filter: brightness(1.1);
}

/**/
/* 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-wrapper {
  overflow-y: hidden;
}

.our-mission-body::-webkit-scrollbar-track-piece {
  background: #f3f4f7;
  border-radius: 8px;
}

.our-mission-body::-webkit-scrollbar-thumb {
  background: #d7dadf;
  border-radius: 8px;
  background-clip: padding-box;
}

.our-mission-body::-webkit-scrollbar-button {
  width: 0;
  height: 0;
  display: none;
}

.our-mission-body::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}

.fohlio__header.header-typ3 .fohlio__header__logo {
  margin-left: 17px;
  font-family: 'Merel-Black';
}

.our-mission-layout .cm-banner {
  height: 335px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 87px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 25%;
  margin-top: -92px;
}

.our-mission-layout .cm-banner .banner-title {
  font-size: 56px;
  font-family: "ProximaNova-Extrabold";
  margin-top: 63px;
}

.fohlio__header.header-typ3 {
  position: relative;
  z-index: 999;
  padding-top: 30px;
  height: auto;
  align-items: flex-start;
  font-family: "Gotham-Book", sans-serif;
  line-height: 1;
}

.fohlio__header.header-typ3 img {
  vertical-align: middle;
  width: 120px !important;
  height: auto;
}

.our-mission-layout .cm-banner .banner-content {
  padding:0;
}

.our-mission-row1 .dnd-section {
  padding-top: 50px;
}

.our-mission-row1 .dnd-section .dnd-column {
  padding: 0;
}

.our-mission-row1 .widget-type-header {
  text-align: center;
  padding:0 10px;
}

.our-mission-row1 .widget-type-header h2 {
  font-family: "Gotham-Medium", sans-serif;
  color: #84B54F;
  text-align: center;
  font-size: 30px;
  margin-bottom: 70px;
  line-height: 1.4em;
  margin-top: 0;
}

.our-mission-row1 .span6 {
  width: 50%;
  padding-left: 50px !important;
  min-width: 300px;
  max-width: 455px;
  margin: 0;
}

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

.our-mission-row1 h3 {
  font-family: "Gotham-Medium", sans-serif;
  margin-bottom: 15px;
  font-size: 18px;
  color: #4f4f4f;
  margin-top: 0;
  line-height: 1;
}

.our-mission-row1 p {
  text-align: justify;
  line-height: 1.3em;
  font-family: "Gotham-Book", sans-serif;
  margin-bottom: 25px;
}

.our-mission-row1 h6 {
  color: #84B54F;
  margin: 0;
  line-height: 1.3em;
  font-size: 14px;
  font-family:Gotham-Book,sans-serif;
  font-weight: 400;
}


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

.our-mission-row2 .dnd-section .dnd-column {
  padding: 0;
}

.our-mission-row3 .hs-button {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: 'Gotham-Book';
  line-height: 1.2;
  text-decoration: none !important;
  display:block;
}

.our-mission-row3 .hs-button:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  color: white;
  text-decoration: none;
}

.fohlio__header input[id=mobile-menu] {
  visibility: hidden;
  width: 0;
  height: 0;
}

.our-mission-row1 .dnd-section > .row-fluid {
  max-width: 100%;
}

.our-mission-row1 .dnd-section > .row-fluid {
  display:flex;
  flex-wrap:wrap;
}

.our-mission-row2 .dnd-section {
  padding: 20px 0;
}

.feature-inner-layout .body-container-wrapper {
  margin-top: 24px;
}

.feature-inner-row2 .dnd-section > .row-fluid {
  max-width: 966px;
  position: relative;
  padding: 0 92px;
}

.feature-inner-row2 .dnd-section[class*="background-image"]:before {
  background: rgba(18,17,17,0.9);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.feature-inner-row2 .dnd-section {
  position: relative;
  padding-top: 47px;
}



.feature-inner-row2 h5 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 18px;
  margin-top: 0;
}

.feature-inner-row2 h6 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 27px;
  margin-bottom: 16px;
  margin-top: 0;
}

.feature-inner-row2 .dnd-section .dnd-column {
  padding: 0;
}

.feature-inner-row2 p {
  font-family: Montserrat;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 14px;
}

.feature-inner-row2 p a {
  color: inherit;
  text-decoration: underline;
}

.feature-inner-row2 a.hs-button {
  display: block;
  background: rgba(228,129,35,1);
  border-style: none;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  padding: 15px 33px 16px;
  margin: 24px 0 2px;
}

.feature-inner-row2 a.hs-button:hover {
  background: rgba(75,26,242,0);
  box-shadow: none;
  color: #284898;
  text-decoration: none;
}

.feature-inner-row3 .dnd-section .dnd-column {
  padding: 0;
}

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

.feature-inner-row4 .dnd-section {
  position: relative;
  padding-top: 82px;
  padding-bottom: 88px;
}

.feature-inner-row4 .dnd-section > .row-fluid {
  max-width: 966px;
  position: relative;
}

.feature-inner-row4 .dnd-section:before {
  position: absolute;
  background: rgba(40,48,54,0.88);
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.feature-inner-row4 .widget-type-rich_text {
  max-width: 702px;
  margin: 0 auto;
}

.feature-inner-row4 .widget-type-rich_text h2 {
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  font-size: 32px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
}

.feature-inner-layout .dnd-section .dnd-column {
  padding: 0;
}

.feature-inner-row4 p {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: rgb(251, 238, 228);
  line-height: 26px;
  max-width: 528px;
  margin: 0 auto;
  position: relative;
  left: 7px;
}

.feature-inner-row4 a.hs-button {
  display: block;
  background: rgba(228,129,35,1);
  border-style: none;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  padding: 15px 33px 16px;
  margin: 36px 0 0;
}

.feature-inner-row4 a.hs-button:hover {
  background: rgba(75,26,242,0);
  box-shadow: none;
  text-decoration: none;
} 

.feature-inner-row5 h2 {
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: rgb(0, 0, 0);
  letter-spacing: -2px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
}

.feature-inner-row5 .dnd-section {
  padding-top: 56px;
  padding-bottom: 27px;
}

.feature-inner-row5 ul {
  max-width: 459px;
  margin: 14px auto;
  padding: 0;
  position: relative;
  left: 52px;
}

.feature-inner-row5 ul li {
  line-height: 26px;
  list-style: disc outside;
}

.feature-inner-row5 ul li a {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: rgb(48, 69, 121);
  text-decoration: underline;
}

.feature-inner-row5 .dnd-section .dnd-column {
  padding: 0;
}

.feature-inner-row5 a.hs-button {
  display: block;
  background: rgba(228,129,35,1);
  border-style: none;
  border-radius: 32px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  padding: 15px 33px 16px;
  margin: 23px 0 0;
}

.feature-inner-row5 a.hs-button:hover {
  background: rgba(75,26,242,0);
  box-shadow: none;
  text-decoration: none;
  color:#284898;
} 

.feature-inner-v2-layout .img-right-content-wrapper .content-right-inner h2 {
  margin-top: 0;
}

.feature-inner-v2-layout .img-right-content-wrapper .content-right-inner {
  padding-top: 0;
}

.feature-inner-v2-layout .img-right-content-wrapper .content-column-inner>.content-column-right {
  display: flex;
  align-items: center;
}

.feature-inner-v2-layout .img-right-content-wrapper .cm-btn {
  padding-bottom: 0;
  padding-top: 7px;
}

.feature-inner-v2-layout .feature-inner-row2 p {
  margin-bottom: 15px;
}

.feature-inner-v2-layout .feature-inner-row2 .dnd-section {
  padding-bottom: 46px;
}

.feature-inner-v2-layout .feature-inner-row4 .widget-type-rich_text h2 {
  line-height: 42px;
  margin-bottom: 38px;
}

.feature-inner-v2-layout .feature-inner-row4 p {
  left: 8px;
}

.feature-inner-v2-layout .feature-inner-row4 .dnd-section {
  position: relative;
  padding-top: 79px;
  padding-bottom: 49px;
}

.cm-feature-inner-logo .fohlio__header .fohlio__header__right-part .fohlio__header__navigation a {
  padding-left: 4px;
}

.cm-feature-inner-logo .fohlio__header .fohlio__header__right-part .fohlio__header__navigation ul li:first-child > a {
  padding-right: 9px;
}

.cm-feature-inner-logo .fohlio__header .fohlio__header__mobile-icon {
  background-color: #a0cc36;
}

@media (max-width:1024px) {
  .fohlio__header.header-typ3 .fohlio__header__logo {
    margin-left: 0;
    margin-bottom: 0;
  }

  .our-mission-row1 .dnd-section > .row-fluid {
    max-width: 100%;
  }

  .fohlio__header.header-typ3 .fohlio__header__user__info__sign-up {
    display: none;
  }

  .fohlio__header.header-typ3 .fohlio__header__right-part .fohlio__header__navigation ul li:last-child>a {
    margin-right: 12px;
  }

  .fohlio__header.header-typ3 .fohlio__header__right-part .fohlio__header__navigation:after {
    margin: 0 !important;
  }

  .fohlio__header.header-typ3 .fohlio__header__right-part .fohlio__header__navigation a {
    margin-right: 15px;
  }

}

@media (max-width:980px) {
  .our-mission-layout .cm-banner {
    position: relative;
    padding: 0 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: 75px;
    height: auto;
    padding-top: 20px;
    margin-top: -72px;
  }

  .our-mission-layout .cm-banner .banner-title {
    display: none;
  }

  .our-mission-layout .cm-banner {
    padding-top: 20px;
  }

  .fohlio__header.header-typ3 {
    margin-bottom:0;
  }

}


@media (max-width:910px) {
  .our-mission-row1 .span6 {
    padding: 0 25px !important;
  }
}


@media (max-width:800px) {
  .fohlio__header.header-typ3 {
    padding: 0 5%;
    padding-top: 30px;
  }

  .fohlio__header.header-typ3 .fohlio__header__logo {
    padding-top: 5px;
  }

  .our-mission-layout .cm-banner {
    margin-top: -77px;
    padding: 0 5%;
    padding-top: 87px;
    min-height: 335px;
  }

  .our-mission-layout .cm-banner .banner-title {
    display: block;
  }
}



@media (max-width:640px) {
  .our-mission-row1 .widget-type-header h2 {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
    display: block;
  }

  .our-mission-row1 .dnd-section > .row-fluid {
    display: block;
  }

  .our-mission-row1 .widget-type-rich_text {
    padding: 0px;
    text-align: justify;
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    text-align: center;
  }

  .our-mission-row1 .span6 {
    max-width: 455px;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
  }

  .our-mission-row1 p {
    max-width: 200px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align:center;
  }

  .our-mission-row2 .dnd-section {
    padding-top: 40px;
  }

}

@media (max-width:600px) {
  .feature-inner-layout .body-container-wrapper {
    margin-top: 50px;
  }

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

  .feature-inner-row1 .dnd-section {
    padding-bottom: 20px;
  }


  .feature-inner-row2 .dnd-section>.row-fluid {
    max-width: 320px;
    padding: 0 10px;
  }

  .feature-inner-row2 h5 {
    font-size: 13.4px;
    line-height: 24.7px;
    margin-bottom: 16px;
  }

  .feature-inner-row2 p {
    font-size: 13.3px;
    line-height: 25.1px;
  }

  .feature-inner-row2 .dnd-section {
    padding-top: 28px;
    padding-bottom: 25px;
  }

  .feature-inner-row2 .dnd-section[class*="background-image"]:before {
    background: rgba(18,17,17,1);
  }

  .feature-inner-row2 a.hs-button {
    padding: 14px 33px 14px;
    margin-top: 12px;
    margin-bottom: 0;
  }


  .feature-inner-row3 .dnd-section {
    padding-top: 15px;
    padding-bottom: 15px;
  }


  .feature-inner-row4 .dnd-section:before {
    background: rgba(40,48,54,1);
  }

  .feature-inner-row4 .widget-type-rich_text h2 {
    font-size: 24px;
    padding: 0 35px;
    margin-bottom: 38px;
  }

  .feature-inner-row4 .dnd-section>.row-fluid {
    max-width: 320px;
    padding: 0;
  }

  .feature-inner-row4 .dnd-section {
    padding-top: 32px;
    padding-bottom: 37px;
  }

  .feature-inner-row4 p {
    font-size: 13.2px;
    text-align: center;
    line-height: 25px;
    left: 0;
  }

  .feature-inner-row4 a.hs-button {
    padding: 14px 33px 14px;
  }

  .feature-inner-row5 .dnd-section {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  .feature-inner-row5 h2 {
    font-size: 26px;
    margin-bottom: 22px;
  }

  .feature-inner-row5 .dnd-section>.row-fluid {
    max-width: 320px;
  }

  .feature-inner-row5 ul li a {
    font-size: 15.2px;
    line-height: 25.8px;
    color: #1E3264;
  }

  .feature-inner-row5 ul {
    left: 28px;
    margin-left: 0;
  }

  .feature-inner-row5 ul li {
    line-height: 0;
  }

  .feature-inner-row5 a.hs-button {
    padding:14px 33px 14px;
    margin: 17px 0 0;
  }


  .feature-inner-v2-layout .img-right-content-wrapper .cm-btn {
    padding-top: 12px;
  }

  .feature-inner-v2-layout .img-right-content-wrapper .content-right-inner h2 {
    line-height: 23px;
  }

  .feature-inner-v2-layout .feature-inner-row2 .dnd-section[class*="background-image"]:before {
    background: rgba(18,17,17,0.9);
  }

  .feature-inner-v2-layout .feature-inner-row2 h6 {
    font-size: 13.3px;
    line-height: 24.7px;
    margin-bottom: 15px;
  }

  .feature-inner-v2-layout .feature-inner-row2 p {
  }

  .feature-inner-v2-layout .feature-inner-row2 a.hs-button {
    margin-top: 20px;
  }

  .feature-inner-v2-layout .feature-inner-row3 .dnd-section {
    padding-top: 14px;
  }

  .feature-inner-v2-layout .feature-action-wrapper .cm-row {
    padding-top: 9px;
  }

  .feature-inner-v2-layout .feature-inner-row4 .widget-type-rich_text h2 {
    line-height: 27px;
    padding: 0;
    margin-bottom: 22px;
  }

  .feature-inner-v2-layout .feature-inner-row4 .dnd-section {
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .feature-inner-v2-layout .feature-inner-row4 p {
    padding: 0 7px;
  }

  .feature-inner-v2-layout .feature-inner-row4 a.hs-button {
    margin-top: 27px;
  }

  .feature-inner-v2-layout .feature-inner-row5 ul {
    max-width: 258px;
  }

  .feature-inner-v2-layout .feature-inner-row4 .dnd-section:before {
    background: rgba(40,48,54,0.88);
  }

  .feature-inner-v2-layout .img-right-content-wrapper .content-right-inner {
    padding-top: 28px;
  }

  .cm-feature-inner-logo .fohlio__header .fohlio__header__mobile-icon {
    background-color: #a0cc36;
    right: 0;
    top: 21px;
  }

  .cm-feature-inner-logo .logo-menu-header .fohlio__header__top-container {
    max-width: 320px !important;
    padding: 0 10px;
    position: relative;
  }

  .cm-feature-inner-logo .logo-menu-header .b-logo {
    margin-top: 15px;
  }

  .feature-inner-layout .body-container-wrapper {
    margin-top: 0;
  }

  .feature-inner-row1 .dnd-section {
    padding-top: 24px;
  }

}

@media (max-width:480px) {
  .our-mission-layout .cm-banner .banner-title {
    font-size: 42px;
    margin-top: 116px;
  }

  .our-mission-row1 .dnd-section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .our-mission-row1 .widget-type-header {
    padding: 0;
  }

  .feature-inner-row5 ul {
    max-width: 258px;
  }

  .feature-inner-v2-layout .feature-inner-row4 p {
    left: 0px;
  }
}


.fohlio__header.features__header {
  padding: 0;
  margin: 0;
  height: auto;
}
.features__header .fohlio__header__top-container {
  width: 1158px;
  margin: 0 auto;
  padding: 0px 0 0;
}
.features__header .logo-menu-header .b-logo {
  float: left;
  margin-top: 14px;
}
.features__header .fohlio__header .fohlio__header__right-part .fohlio__header__user {
  padding-top: 21px;
}
.features__header .fohlio__header__right-part .fohlio__header__navigation a,  
.features__header .fohlio__header__user__info__sign-in a {
  color: #333333;
  font-size: 15px;  
  line-height: 18px;
  font-weight: 400;
  font-family: Open Sans;
  font-style: normal;
  text-align: center;
}
.features__header .fohlio__header__user__info__sign-in a {
  text-transform: capitalize;
  vertical-align: top;
  margin-right: 6px;
  margin-left: 0px;
}
.features__header .fohlio__header__user__info__sign-up a {
  margin-right: 8px !important;
  height: auto;
}
.features__header .fohlio__header__right-part .fohlio__header__navigation a:hover, 
.features__header .fohlio__header__user__info__sign-in a:hover {
  color: #84B54F;
  text-decoration: none;
}
.features__header .fohlio__header .fohlio__header__right-part .fohlio__header__navigation a,
.features__header .fohlio__header .fohlio__header__user__info__sign-in a {
  font-weight: 400;
  font-family: Open Sans;
  font-size: 15px;
  line-height: 18px;
}
.features__header .fohlio__header .fohlio__header__right-part .fohlio__header__navigation a {
  margin-right: 5px;

}
.features__header .fohlio__header .fohlio__header__right-part .fohlio__header__navigation ul li:last-child>a {
  margin-right: 3px;
}
.features__header .fohlio__header__user__info__sign-in {
  padding-top: 11px;
}
.features__header .fohlio__header .fohlio__header__right-part .fohlio__header__navigation {
  padding-top: 22px;
}
.features__header .fohlio__header .fohlio__header__user__info__sign-in a {
  padding: 0px 12px 0 12px;
  margin-right: 18px;
}
.features__header .fohlio__header .hs-menu-wrapper ul {
  margin-right: 0;
  padding-top: 1px;
}
.features__header .fohlio__header .fohlio__header__right-part .fohlio__header__navigation:after {
  margin-left: 0;
  border-color: #333;
}
.features-row1 .dnd-section {
  padding-top: 98px; 
}
.features-page .dnd-section>.row-fluid{
  max-width: 1188px;
}
.features-row1 h1 {
  line-height: 45px;
  color: rgb(51, 51, 51);
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 52px;
}
.features-row1 h2 {
  color: rgb(0, 0, 0);
  font-family: Montserrat;
  font-weight: 700;
  line-height: 32px;
  font-size: 22px;
}
.features-page .hs-button,
.full-width-page .hs-button{
  background: rgba(234,151,44,1);
  min-height: 55px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  font-family: Montserrat;
  display: inline-block;
  text-align: center;
  border-radius: 30px;
  vertical-align: middle;
  padding: 17px 54px 15px 53px;
  margin-top: 36px;
  text-decoration: none;
}
.features-row1 .hs-button {
  margin-right: 38px;
}
.features-row2 .hs-button {
  margin-top: 34px;
  min-width: 250px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.features-page .hs-button:hover,
.full-width-page .hs-button:hover,
.features-page .hs-button:active,
.full-width-page .hs-button:active{
  background: rgba(132,181,79,0);
  box-shadow: none;
  color: #84B54F;
}
.features-page .content-with-left-icon {
  padding-left: 65px;
}
.features-row3 .dnd-section>.row-fluid,
.features-row4 .dnd-section>.row-fluid,
.features-row5 .dnd-section>.row-fluid,
.features-row6 .dnd-section>.row-fluid{
  padding-left: 0px;
  padding-right: 0px;
}


.full-width-page .dnd-section>.row-fluid {
  max-width: 992px; 
}
.full-width-page h6 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 500;
  font-family: Montserrat;
  padding-top: 6px;
  padding-left: 13px;
}
.full-width-page h6 a {
  color: #a0cc36;
  text-decoration: none;
  padding: 0 8px;
}
.full-width-page .dnd-section .dnd-column {
  padding: 0 0px;
}
.full-width-page h1 {
  font-family: Montserrat;
  font-weight: 600;
  font-size: 56px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-top: -1px;
}
.full-width-page .oembed_container {
  max-width: 473px !important;
  margin-top: 50px;
}
.full-width-page p {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  color: rgb(48, 69, 121);
  margin-bottom: 16px;
}
.full-width-page ul {
  padding-left: 0;
  margin: 14px;
  font-size: 14px;
  line-height: 17px;
  margin-left: 16px;

  font-weight: 300;
  font-style: normal;

  color: rgb(48, 69, 121);
}
.full-width-page ul li {
  line-height: 26px;
  list-style: disc outside;
}
.full-width-page ul li span {
  font-size: 16px;
  font-family: Montserrat;
}
.full-width-page h2 {
  line-height: 34px;
  letter-spacing: -2px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  color: rgb(0, 0, 0);
  margin-top: 0;
  margin-bottom: 9px;
}
.full-width-row2 .dnd-section {
  padding-top: 52px;
}
.full-width-row2 .widget-type-rich_text {
  margin-bottom: 58px;
  max-width: 699px;
}
.full-width-row2 .widget-type-rich_text p {
  transform: scale(0.876, 1);
  transform-origin: left top;
  word-spacing: -1px;
  line-height: 26px;
}
.full-width-row2 .widget-type-rich_text p + p:last-of-type {
  margin-bottom: 0px;
}
.full-width-page .hs-button {
  background: rgba(228,129,35,1);
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  font-family: Montserrat;
}
.full-width-row2 .widget-type-rich_text iframe {
  width: 630px;
  max-width: 100%;
  margin-left: 0px !important;
}
.full-width-row1 .hs-responsive-embed-wrapper.hs-responsive-embed {
  MAX-WIDTH: 613PX !IMPORTANT;
  WIDTH: 613PX;
  MARGIN-TOP: 15px !IMPORTANT;
  MAX-HEIGHT: 346px !IMPORTANT;
}
.full-width-page-v2 .widget-type-rich_text {
  margin-bottom: 58px;
}
.full-width-page-v2 .widget-type-rich_text p {
  margin-bottom: 0px; 

}
.full-width-page-v2 .widget-type-rich_text p a {
  text-decoration: underline; 
}
.full-width-page-v2 h2 {
  padding-bottom: 28px;
  padding-top: 2px;
}
.full-width-page .hs-button:hover,
.full-width-page .hs-button:active {
  background: rgba(75,26,242,0);
  box-shadow: none;
  color: #284898;
}
.full-width-page .hs-button{
  padding: 15px 33px 16px 33px;
  min-height: auto;
  margin-bottom: 12px;
  margin-right: 0;
}

.features-page .content-with-image-wrap {
  padding: 0;
  padding-bottom: 76px;
}
.features-page .content-with-image-wrap .content-with-image-inner {
  max-width: 1158px;
  margin: 0 auto;
}

.features-page .content-with-image-wrap .content-with-image-description ul {
  margin: 14px;
  font-size: 14px;
  line-height: 17px;
  margin-left: 16px;
  padding-left: 0px;
  color: #78797a;
}
.features-page .content-with-image-wrap .content-with-image-description ul li {
  line-height: 25px !important;
}
.features-page .content-with-image-wrap .content-with-image-description h2 {
  color: rgb(51, 51, 51);
  font-family: 'Montserrat';
  font-weight: 600;
  font-style: normal;
  font-size: 30px;
  padding-right: 0 !important;
  margin-bottom: 1px;
  line-height: 32px;
}

.features-page .content-with-image-wrap.right_align .content-with-image-description {
  padding-right: 15px;
  padding-top: 105px;
}
.features-page .content-with-image-wrap .content-with-image-image {
  padding-top: 81px;
}
.features-page .content-with-image-wrap.right_align .content-with-image-image--moodboard {
  text-align: right;
}
.features-row3 .content-with-image-wrap .content-with-image-image img {
  width: 529px;
}
.features-row3 .content-with-image-wrap a.hs-button,
.features-row4 .content-with-image-wrap a.hs-button,
.features-row5 .content-with-image-wrap a.hs-button,
.features-row6 .content-with-image-wrap a.hs-button{
  margin-top: 1px;
  padding: 17px 8px 16px;
  width: auto;
  max-width: 250px;
}
.features-page .content-with-image-wrap.left_align .content-with-image-description {
  padding-left: 71px;
  padding-top: 123px;
}
.features-page .features-row4 .content-with-image-wrap .content-with-image-image {
  padding-top: 46px;
}
.features-row4 .content-with-image-wrap .content-with-image-description h2 {
  padding-left: 3px;
}
.features-row4 .content-with-image-wrap {
  padding-bottom: 41px;
}
.features-row4 .content-with-image-wrap .content-with-image-image img {
  width: 539px;
}
.features-row5 .content-with-image-wrap.right_align .content-with-image-description {
  padding-top: 118px;
}
.features-row5 .content-with-image-wrap .content-with-image-image img {
  width: 507px;
}
.features-row5 .content-with-image-wrap .content-with-image-image {
  padding-top: 71px;

}
.features-row5 .content-with-image-wrap .content-with-image-description ul {
  padding-right: 57px;
}
.features-row5 .content-with-image-wrap {
  padding-bottom: 67px;
}
.features-row6 .content-with-image-wrap .content-with-image-image img {
  width: 489px;
}
.features-row6 .content-with-image-wrap .content-with-image-image {
  padding-top: 52px;
}
.features-row6 .content-with-image-wrap.left_align .content-with-image-description {
  padding-left: 56px;
  padding-top: 126px;
}
.features-row6 .content-with-image-wrap .content-with-image-description ul {
  padding-left: 15px;
}
.features-row6 .content-with-image-wrap a.hs-button {
  margin-left: 15px;
  margin-top: 0;
}
.features-row6 .content-with-image-wrap {
  padding-bottom: 47px;
}
.features-page .content-with-image-wrap .content-with-image-title {
  display: none !important;
}

.features-page .content-with-image-wrap .content-with-image-description h2 {
  display: block !important;
}
.features-page .content-with-image-wrap .cm-col-sec {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50% !important;
  flex: 1 1 50% !important;
}
.case-study-row1 .dnd-section {
  padding-top: 38px; 
  padding-bottom: 60px;
}
.case-study-footer .ft-logo {
  padding-bottom: 12px;
}
.case-study-footer .ft-address {
  padding-bottom: 17px;
}
.case-study-page .hs-button {
  background: rgba(132,181,79,1);
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: Montserrat;
  border-radius: 5px;
  display: inline-block;
  padding: 14.5px 12px 16.5px 12px;
}
.case-study-page .hs-button:hover,
.case-study-page .hs-button:active{
  text-decoration: none;
  background: rgba(113,172,60,1);
  box-shadow: none;
  color: #ffffff;
}
.case-study-row2 .dnd-section {
  padding-bottom: 77px;
  padding-top: 64px;
}
.case-study-row2 .widget-type-rich_text p {
  line-height: 22px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: rgb(50, 66, 93);
  margin-bottom: 73px;
}
.case-study-row2 .widget-type-rich_text h1 {
  font-size: 34px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  color: rgb(50, 66, 93);
  margin-bottom: 51px;
  text-align: center
}
@media (max-width: 1199px) {
  .features-page .content-with-image-wrap .content-with-image-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 980px) {
  .features__header .fohlio__header .fohlio__header__user__info__sign-in a {
    padding: 10px 0px;
    margin: 0;
  }
  .features__header .fohlio__header .fohlio__header__right-part .fohlio__header__user,
  .features__header .fohlio__header__user__info__sign-in{
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .full-width-row2 .widget-type-rich_text p {
    transform: none;
  }

}
@media (max-width: 600px) {

  .features-page .content-with-image-wrap .cm-col-sec {
    flex: 100% !important; 
  }
  .features-row1 .dnd-section {
    padding-top: 61px;
    padding-bottom: 17px;
  }
  .features-row1 .dnd-section>.row-fluid {
    max-width: 382px;
  }
  .features-row2 .dnd-section {
    padding-top: 0px !important;
  }
  .features-row1 h1 {
    -webkit-transform: scale(0.9061488673139159);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .features-row1 h1 br,
  .features-row1 h2 br{
    display: none; 
  }
  .features-row1 h2 {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans";
    font-weight: 400;
    color: #333;
  }
  .features-row2 .dnd-section>.row-fluid {
    max-width: 350px;
  }
  .features-row2 .hs-button {
    font-size: 18px;
    line-height: 22px;
    padding: 7px 45px 10px 45px;
    min-height: 38px;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .features-page .content-with-image-wrap.right_align .content-with-image-image--moodboard {
    text-align: center;
  }
  .features-row3 .content-with-image-wrap .content-with-image-image img {
    max-width: 297px;
    width: 100%;
  }
  .features-page .content-with-image-wrap .content-with-image-inner {
    max-width: 350px;
  }
  .features-row3 .content-with-image-wrap,
  .features-row5 .content-with-image-wrap{
    background-color: #fff !important;
  }
  .features-row4 .content-with-image-wrap,
  .features-row6 .content-with-image-wrap{
    background: rgba(236,236,236,1) !important;
  }
  .features-page .content-with-image-wrap .content-with-image-image {
    padding-top: 15px;
  }
  .features-page .content-with-image-wrap .content-with-image-description h2 {
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    word-spacing: -1px;
  }
  .features-page .content-with-image-wrap .content-with-image-description ul {
    -webkit-transform: scale(0.9);
    -webkit-transform-origin: 0 0;
  }
  .features-page .content-with-image-wrap .content-with-image-description ul li {
    line-height: 18px !important;
  }
  .features-page .content-with-image-wrap .content-with-image-description ul li span {
    font-size: 12px !important;
  }
  .features-page .content-with-image-wrap {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .features-page .content-with-image-wrap .cm-col-sec {
    padding: 0 !important;
  }
  .features-row3 .content-with-image-wrap a.hs-button, 
  .features-row4 .content-with-image-wrap a.hs-button, 
  .features-row5 .content-with-image-wrap a.hs-button,
  .features-row6 .content-with-image-wrap a.hs-button {
    min-height: 38px;
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .features-row5 .content-with-image-wrap .content-with-image-description ul {
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .full-width-row2 .widget-type-rich_text iframe {
    height: auto;
    width: auto;

  }
  .full-width-page h1 {
    font-size: 45px;
  }
}


/*======================= Header 3 Css =======================*/

.fohlio__header {
  padding: 0 42px;
  margin-bottom: 20px;
  background-color: #333D45;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #ffffff;
  position: relative;
  background-color: transparent !important;
}

.fohlio__header__top-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 30px 60px;
}

.b-logo {
  float: left;
  margin-top: 14px;
}

.b-logo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.fohlio__header .fohlio__header__right-part {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fohlio__header .fohlio__header__right-part .fohlio__header__navigation {
  display: inline-block;
  margin-right: 5px;
  position: relative;
}


.fohlio__header .fohlio__header__right-part .fohlio__header__navigation a {
  color: #FFFFFF;
  font-size: 15px;
  margin-right: 20px;
  text-transform: uppercase;
}

.fohlio__header .fohlio__header__right-part .fohlio__header__navigation a:hover {
  color: #FFFFFF;
  text-decoration: underline;
}

.fohlio__header .fohlio__header__right-part .fohlio__header__navigation>* {
  display: inline-block;
}
.fohlio__header .fohlio__header__right-part .fohlio__header__navigation:after {
  display: inline-block;
  margin-left: 7px;
  content: '';
  border-left: 1px solid #79858F;
  width: 1px;
  height: 15px;
  vertical-align: text-bottom;
}

.fohlio__header .fohlio__header__right-part .fohlio__header__navigation ul li:last-child>a {
  margin-right: 18px;
}

.fohlio__header .fohlio__header__right-part .fohlio__header__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.fohlio__header__user__info__sign-in a {
  padding: 0 20px;
  cursor: pointer;
  font-size: 15px;
  color: #ffffff;
  text-decoration: none;
}
.fohlio__header__user__info__sign-in a:hover{
  color: #ffffff;
}

.fohlio__header__user__info__sign-up a,
.fohlio__header__user__info__sign-in a {
  margin-right: 10px;
}

.fohlio__header__user__info__sign-up a {
  background-color: #84b54f;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 36px;
  width: auto;
  font-family: 'Gotham-Book';
}

.fohlio__header__user__info__sign-up a:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  color: #ffffff;
  text-decoration: none;
}

.fohlio__header .fohlio__header__mobile-icon {
  color: #58636D;
  font-size: 13px;
  letter-spacing: -0.55px;
  line-height: 22px;
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-image: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/images/menu-icon.png);
  background-size: cover;
}
.fohlio__header.header-typ3 .fohlio__header__user__info__sign-in a:hover {
  text-decoration: underline;
}

/*======================= Sponsor Page =======================*/

.sponsor-page-wrap {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background-color: #fff;
  background: #fff url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/images/background.png) no-repeat center center fixed;
  background-size: cover;
  font-size: 13px;
  letter-spacing: 0.6px;
  position: relative;
  line-height: 1.4;
  min-height: 100vh;
  height: 100%;
  -webkit-font-smoothing: auto;
}



.sponsor-section-one .hs_cos_wrapper_type_header h1 {
  margin: 0;
  color: #fff;
  font-size: 57px;
  font-weight: 400;
  letter-spacing: 4px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  line-height: 1.4;
}

.sponsor-section-one .dnd-section>.row-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1280px;
}

.sponsor-section-one .dnd-row + .dnd-row >.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sponsor-section-one .dnd-row + .dnd-row >.row-fluid:before,
.sponsor-section-one .dnd-row + .dnd-row >.row-fluid:after {
  display: none;
}

.sponsor-section-one .dnd-row + .dnd-row >.row-fluid .span6:first-child {
  color: #fff;
  font-size: 24px;
  line-height: 1.7;
  display: block;
  max-width: 48%;
  margin-right: 4%;
}

.sponsor-section-one .dnd-row + .dnd-row >.row-fluid .span6:last-child {
  display: block;
  min-width: 48%;
  margin: 0;
}

.sponsor-section-one .widget-span.span6 .hs_cos_wrapper_type_rich_text p {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  color: #fff;
}

.sponsor-section-one .widget-span.span6 .hs_cos_wrapper_type_rich_text h5 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.7;
  font-weight:300;
  font-family: inherit;
}
.sponsor-section-one .widget-span.span6 .hs_cos_wrapper_type_rich_text h5 i{
  margin-right: 10px;
}
.sponsor-section-one .widget-span.span6 .hs_cos_wrapper_type_rich_text h5 i:before{
  content: "";
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.sponsor-section-one .widget-span.span6 .hs_cos_wrapper_type_rich_text h5 a {
  color: inherit;
}

.sponsor-section-one .widget-span.span6 .hs_cos_wrapper_type_rich_text h5 a:hover {
  text-decoration: underline;
}

.sponsor-section-one .widget-span.span6 {
  width: auto !important;
  float: none !important;
}

.sponsor-section-one .widget-span.span6 form {
  background-color: rgba(255,255,255,0.85);
  padding: 50px 30px;
}


.sponsor-section-one .widget-span.span6 form .hs-form-field {
  padding-top: 15px;
  position: relative;
  margin-bottom: 0;
  color: #58636D;
  font-size: 13px;
  letter-spacing: -0.55px;
  display: block;
  line-height: 22px;
}

.sponsor-section-one .widget-span.span6 form .hs-form-field + .hs-form-field {
  margin-top: 10px;
}

.sponsor-section-one .widget-span.span6 form .hs-form-field > label {
  font-size: 16px;
  opacity: 0.5;
  position: absolute;
  top: 15px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  z-index: 1;
  color: #58636D;
}

.sponsor-section-one .widget-span.span6 form .hs-form-field .hs-input {
  color: #475158;
  padding: 0 15px;
  height: 32px;
  max-width: 100%;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c8c8c8;
  border-radius: 0;
  display: block;
  font-size: 16px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  z-index: 2;
  -webkit-appearance: none;
  outline:none !important;
}

.sponsor-section-one .widget-span.span6 form .hs-form-field ::-webkit-input-placeholder{
  color: #58636D; 
  opacity: 0.5;
}
.sponsor-section-one .widget-span.span6 form .hs-form-field ::-moz-placeholder{
  color: #58636D; 
  opacity: 0.5;
}
.sponsor-section-one .widget-span.span6 form .hs-form-field :-ms-input-placeholder{
  color: #58636D; 
  opacity: 0.5;
}
.sponsor-section-one .widget-span.span6 form .hs-form-field :-moz-placeholder{
  color: #58636D; 
  opacity: 0.5;
}
.sponsor-section-one .widget-span.span6 form .hs-form-field ::placeholder{
  color: #58636D;
  opacity: 0.5;
}

.sponsor-section-one .widget-span.span6 form .hs-form-required {
  color: #F57723;
  float: right;
  margin-left: 5px;
  text-decoration: underline dotted;
}


.sponsor-section-one .widget-span.span6 form .hs_submit.hs-submit {
  margin-top: 30px;
  text-align: center;
}

.sponsor-section-one .widget-span.span6 form .hs-button {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  border-radius: 17px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  height: 34px;
  line-height: 32px;
  padding: 0 17px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  background-color: #82ae53;
  border-color: #82ae53;
  color: #fff;
  font-size: 16px;
  width: 140px
}

.sponsor-section-one .widget-span.span6 form .hs-button:hover {
  background-color: #688c42;
  color: #fff;
}


.sponsor-section-one .widget-span.span6 form .hs-error-msg {
  margin: 0;
  color: #c94935;
  display: block;
  min-height: 13px;
  padding-top: 3px;
  visibility: visible;
  font-size: inherit;
}

.sponsor-section-one .widget-span.span6 form .inputs-list>li {
  margin: 0;
}




/*==================================================== 
====================Pricing Page=====================
====================================================*/


.pricing-page .pricing-section-one .dnd-section>.row-fluid {
  padding: 0;
}

.pricing-section-two .dnd-section>.row-fluid {
  max-width: 1170px;
}

.pricing-page .cm__intercom-map-block #intercom_map_iframe {
  display: block;
  margin: 60px auto;
  max-width: 100%;
  max-height: 70vh;
}

.pricing-page .pricing-section-two {
  overflow: hidden;
}

.pricing-page .pricing-section-two .hs_cos_wrapper_type_header h2 {
  color: #000;
}

.pricing-page .pricing-wrap{
  width: calc(100% + 30px);
}
/*==================================================== 
====================Software design Page =============
====================================================*/
.software-design-page {
  line-height: 1;
  font-size: 16px;
}

.software-design-page-wrap .fohlio__header.header-typ3 {
  position: absolute;
  left: 0;
  right: 0;
  padding: 40px 8% 10px;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.software-design-page-wrap .fohlio__header.header-typ3 .fohlio__header__logo a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #ffffff;
}

.software-design-page-wrap .fohlio__header.header-typ3 img {
  vertical-align: unset;
}

.software-design-page-wrap .fohlio__header .fohlio__header__right-part .fohlio__header__navigation:after {
  margin-left: 7px;
}

.software-design-section-one .dnd-section>.row-fluid,
.software-design-section-two .dnd-section>.row-fluid,
.software-design-section-three .dnd-section>.row-fluid,
.software-design-section-six .dnd-section>.row-fluid{
  padding-left: 0;
  padding-right: 0;
}

.software-design-section-two .dnd-section>.row-fluid>.dnd-column{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.software-design-section-two .hs_cos_wrapper_type_rich_text h2{
  margin: 0;
  font-size: 28px;
  line-height: 1.7em;
  font-family: 'Gotham-Medium';
  margin-bottom: 20px;
  color:#000;
}

.software-design-section-two .hs_cos_wrapper_type_rich_text p{
  margin: 0;
  font-size: 18px;
  line-height: 1.5em;
  color:#000;

}
.software-design-section-two .hs_cos_wrapper_type_rich_text p span{
  font-family: 'Gotham-Medium';
}


.software-design-section-two .hs-button {
  background-color: #84b54f;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 36px;
  width: auto;
  font-family: 'Gotham-Book'

}

.software-design-section-two .hs-button:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  color: #ffffff;
  text-decoration: none
}

.software-design-section-four .hs_cos_wrapper_type_header h2 {
  color: #000000;
  font-family: Gotham-Medium;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px
}


.software-design-section-four .dnd-section>.row-fluid {
  max-width: 1024px;
  margin: auto;
  padding: 0;
}


.software-design-section-four .hs_cos_wrapper_type_header h2 {
  color: #000000;
  font-family: Gotham-Medium;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 50px
}

.software-design-section-four .dnd-section>.row-fluid {
  max-width: 1024px;
  margin: auto;
  padding: 0;
}

.software-design-section-five .hs_cos_wrapper_type_header,
.software-design-section-five .hs_cos_wrapper_type_rich_text p {
  display: flex;
  font-size: 14px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.7em;
  margin: 20px auto;
}

.software-design-section-five .hs_cos_wrapper_type_header h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.5em;
  margin-bottom: 20px;
  font-family: 'Gotham-Medium';
}

.software-design-section-five .hs-button {
  background-color: #84b54f;
  padding: 10px 30px;
  color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  height: 36px;
  width: auto;
  font-family: 'Gotham-Book'
}

.software-design-section-five .hs-button:hover {
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  color: white;
  text-decoration: none;
}

.software-design-section-five .hs_cos_wrapper_type_rich_text p a {
  font-size: 14px;
  color: #EA972C
}

.software-design-section-five .hs_cos_wrapper_type_rich_text p a:hover {
  color: #EA972C
}


.software-design-page-wrap .fohlio__footer__description .description-text h5 {
  margin-top: 0;
}

.software-design-section-six .cm__intercom-map-block iframe{
  max-width: 100%; 
}

.software-design-page-wrap .fohlio__header.header-typ3 .fohlio__header__user__info__sign-up {
  display: block;
}

/*==================================================== 
======================== automate Page ===============
====================================================*/


.automate-page-wrap .dnd-section>.row-fluid{
  margin-left: auto;
  margin-right: auto;
  max-width: 1080px;
  padding:0;
}

.automate-page-wrap .page-center,
.automate-page-wrap .automate-row2 .dnd-section>.row-fluid{
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  max-width: 1110px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-1,
.automate-page .automate-row2 .content-with-image-column-wrapper .image-5{
  align-items: start;
}

.automate-page .automate-row2 .content-with-image-column-wrapper h2 {
  font-family: Poppins;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 50px;
}
.automate-page .automate-row2 .content-with-image-column-wrapper ul{
  word-spacing: -1px;
  transform: scale(0.876, 1);
  transform-origin: left top;
}
.automate-page .automate-row2 .content-with-image-column-wrapper ul li {
  font-size: 14px !important;
  list-style: disc outside;
  display: list-item;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-1 .right-content {
  padding-top: 35px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-1 .button-wrapper {
  padding-top: 104px;
}


.automate-page .automate-row2 .content-with-image-column-wrapper .image-2 h2 {
  padding-left: 5px;
  margin-top: 22px;
  margin-bottom: 72px;
  transform: none;
  word-spacing: normal;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-2 ul {
  max-width: 431px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-2 .button-wrapper {
  padding-top: 70px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-2 .right-content {
  margin-right: 28px;
  margin-top: 115px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-3 h2 {
  margin-top: 22px;
  margin-bottom: 46px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-3 ul,
.automate-page .automate-row2 .content-with-image-column-wrapper .image-5 ul{
  word-spacing: 0;
  transform: none;
  transform-origin: unset;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-3 .button-wrapper {
  margin-top: 58px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-3 .right-content {
  margin-left: 76px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-4 h2 {
  line-height: 42px;
  margin-bottom: 55px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-4 .right-content {
  margin-top: 23px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-4 .button-wrapper {
  margin-top: 50px;
}


.automate-page .automate-row2 .content-with-image-column-wrapper .image-5 h2 {
  margin-top: 38px;
  margin-bottom: 54px;
}


.automate-page .automate-row2 .content-with-image-column-wrapper .image-5 .button-wrapper {
  margin-top: 42px;
}

.automate-page .automate-row2 .content-with-image-column-wrapper .image-5 .right-content {
  margin-left: 104px;
}

/*==================================================== 
====================Media Query======================
====================================================*/

@media (max-width: 1440px){
  .software-design-page-wrap .fohlio__header.header-typ3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .software-design-section-two .dnd-section,
  .software-design-section-five .dnd-section{
    padding:30px 5% !important;
  }
}


@media (max-width: 1199px){
  .pricing-wrap{
    width: 100%;
  }
}

@media (max-width: 1024px){
  .software-design-section-two .dnd-section, 
  .software-design-section-five .dnd-section {
    padding:30px 0!important
  }
  .software-design-page-wrap .fohlio__header.header-typ3 .fohlio__header__logo {
    margin-left: 17px;
  }
  .software-design-section-five .hs_cos_wrapper_type_header h2{
    font-size: 20px;
  }
}

@media (max-width: 980px){
  .fohlio__header .fohlio__header__mobile-icon {
    display: block;
  }

  .fohlio__header .fohlio__header__right-part{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 100px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    background-color: #333D45;
    left: 0;
    padding: 0 5%;
    padding-top: 10px;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: block;
  }
  .menu-open .fohlio__header .fohlio__header__right-part{
    display: block;
    height: 180px;
    visibility: visible;
  }
  .fohlio__header .fohlio__header__right-part .fohlio__header__navigation {
    min-height: 60px;
    text-align: center;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: #333D45;
  }

  .fohlio__header .fohlio__header__right-part .fohlio__header__navigation a {
    margin-right: auto;
    margin-left: auto;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    line-height: 10px;
    display: block;
    width: 100%;
    max-width: 367px;
    text-decoration: none;
  }
  .fohlio__header {
    position: relative;
    padding: 0 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    min-height: 55px;
    height: auto;
  }


  .fohlio__header__navigation .hs-menu-wrapper > ul {
    display: block;
  }
  .fohlio__header__navigation>* {
    width: 100%;
    text-align: left;
    display: block;
  }

  .fohlio__header .fohlio__header__right-part .fohlio__header__navigation a {
    margin-right: auto !important;
    margin-left: auto !important;
    max-width: 100%;
    text-align: left;
  }

  .fohlio__header .fohlio__header__right-part .fohlio__header__navigation:after {
    display: none;
  }

  .fohlio__header .fohlio__header__right-part .fohlio__header__user {
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .fohlio__header__user__info__sign-in a {
    padding: 10px 0;
    display: block;
  }

}

@media (max-width: 800px){
  .fohlio__header .fohlio__header__top-container {
    padding: 20px 30px;
  }

  .software-design-section-two .dnd-section>.row-fluid>.dnd-column{
    padding:0 3% !important;
  }
  .software-design-section-two .hs_cos_wrapper_type_rich_text p{
    padding-bottom: 20px
  }
}


@media (max-width: 767px){
  .automate-page .automate-row2 .content-with-image-column-wrapper .content-with-image-column {
    display: flex !important;
    flex-wrap: wrap;
    padding: 30px 0 !important;
  }

  .automate-page .automate-row2 .content-with-image-column-wrapper .content-with-image-column {
    flex-direction: column;
  }

  .automate-page .automate-row2 .content-with-image-column-wrapper .content-with-image-column .left-content {
    order: 2;
  }

  .automate-page .automate-row2 .content-with-image-column-wrapper .content-with-image-column .right-content {
    text-align: center;
  }

  .automate-page .automate-row2 .content-with-image-column-wrapper .image-2 .right-content {
    margin: 0;
  }

  .automate-page .automate-row2 .content-with-image-column-wrapper .content-with-image-column:last-child {
    padding-bottom: 0 !important;
  }

  .automate-page .automate-row2 .content-with-image-column-wrapper .button-wrapper {
    padding-top: 30px !important;
  }

  .automate-page .automate-row2 .content-with-image-column-wrapper h2 {
    margin-bottom: 20px !important;
  }
  .automate-page .automate-row2 .content-with-image-column-wrapper .right-content {
    margin: 0 !important;
  }

}



@media (max-width: 640px){
  .sponsor-section-one .dnd-row+.dnd-row>.row-fluid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }


  .sponsor-section-one .span6{
    width: 100% !important;
    margin-right: 0% !important;
    max-width: 100% !important;
    min-width: 100%  !important;
  }

  .sponsor-section-one .dnd-row+.dnd-row>.row-fluid .widget-span.span6:last-child {
    margin-top: 40px;
  }
  .pricing-section-three .cm__intercom-map-block,
  .software-design-page .cm__intercom-map-block{
    max-height: none;
  }

  .pricing-section-three .cm__intercom-map-block iframe {
    width: 100%;
  }
  .software-design-section-two .hs_cos_wrapper_type_rich_text p{
    font-size: 15px;
  }

  .software-design-section-two .hs_cos_wrapper_type_rich_text h2{
    font-size: 17px;
    position: relative
  }

  .software-design-section-two .hs_cos_wrapper_type_rich_text h2:after{
    content: "";
    border-bottom: 3px solid #84B54F;
    width: 13%;
    position: absolute;
    bottom: -10px;
    right: 44%
  }

  .software-design-page-wrap .fohlio__header.header-typ3 {
    padding-top: 30px;
    padding-bottom: 0;
  }

  .software-design-page-wrap .fohlio__header.header-typ3 .fohlio__header__logo {
    margin-left: 0;
    padding-top: 0;
  }

  .software-design-section-four .software-design-section-two .dnd-section>.row-fluid>.dnd-column {
    padding: 0 10px!important;
  }
  .pricing-page .pricing-wrap {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 480px){
  .pricing-section-three .cm__intercom-map-block iframe{
    height: 600px;
  }

  .pricing-wrap{
    padding: 0 10px;
  }

  .software-design-section-two .dnd-section,
  .software-design-section-five .dnd-section {
    padding:20px 1% !important
  }
  .software-design-section-two .dnd-section>.row-fluid>.dnd-column {
    padding: 0 !important;
  }

}

.home-header header.site-header {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.home-header .custom-menu-primary ul.submenu.level-1>li>a {
  color: #fff;
}

.home-header .site-header .navbar_menu a {
  color: #fff;
}

.home-header .custom-menu-primary ul.submenu.level-1>li>a:hover {
  color: #84b54f;
}

.home-header .site-header .navbar_menu a:hover {
  color: #84b54f;
}
.home-page-banner .homepage-banner-background-video {
  background-image: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/images/cover-bg.jpg);
}
.home-page-banner .homepage-banner-content__actions__save__arrow {
  background-image: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/images/arrow-curve.svg);
}
.home-row1 .dnd-section {
  padding: 30px 70px 40px 70px;
  margin-bottom: 50px;
}
.home-row2 .dnd-section>.row-fluid {
  padding: 0;
}
.home-row3 .dnd-section {
  padding: 56px 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham-Medium, sans-serif;
}

.home-row3 h3 {
  color: #333;
  font-size: 32px;
  line-height: 2.2;
}

.home-row3 h4 {
  letter-spacing: -0.025em;
  font-size: 20px;
  margin-bottom: 42px;
}

.home-row3.sign-up-form {
  display: block;
}

.home-row3.sign-up-form form {
  text-align: center;
}
.home-row4 .cm__intercom-map-block iframe {
  display: block;
  margin: 60px auto;
  max-width: 100%;
  max-height: 70vh;
}
.home-row3 h4 {
  color: #000;
}
.home-row3.sign-up-form form input[type=email]:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}
.home-page {
  -webkit-font-smoothing: antialiased;
}
.sign-up-form form .landing__signup__form-button:focus, .sign-up-form form input[type=submit]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
@media(max-width:1400px){
  .container-fluid.home-row1 .dnd-section>.row-fluid {
    padding: 0;
  }
}
@media(max-width:1199px){

  .container-fluid.home-row1 .dnd-section>.row-fluid {
    padding: 0;
  }
  .home-row3 h3 {
    font-size: 28px;
    margin-bottom: 59px;
    line-height: 1.5;
    text-align: center;
  }
  .home-row3 h4 {
    font-size: 18px;
    padding-top: 10px;
  }
  .home-row3 .dnd-section {
    padding: 60px 15px;
  }
}
@media(max-width:991px){
  .home-row1 .dnd-section {
    padding-left: 15px;
    padding-right: 15px;
  } 
  .leader-logo__trusted_block__logos img:nth-child(3) {
    max-width: 100px !important;
  }
}
@media(max-width:767px){
  .home-row4 .cm__intercom-map-block iframe {
    width: 100% !important;
  }
  .home-row3 .dnd-section {
    padding: 60px 0px;
  }
}
@media(max-width:385px){
  .home-row3 h4 {
    text-align: left !important;
  }
}
@media(max-width:345px){
  .home-row3.sign-up-form form {
    text-align: left;
  }
}
.hospitality-design-header-fixed  .hospitality-design-header-logo img {
  max-width: 154px !important;
  height: 52px;
}
.hospitality-design-row3 .hs-button,
.hospitality-design-header-fixed  a#hs-button_button_1 {
  background: #84b54f;
  display: inline-block;
  border-style: none;
  border-radius: 5px;
  width: auto;
  padding: 13px 10px 13px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
}
.hospitality-design-row3 .hs-button:hover,
.hospitality-design-header-fixed  a#hs-button_button_1:hover {
  background: #71ac3c;
  box-shadow: none;
  color: #fff;
  text-decoration:none;
}
.hospitality-design-header-fixed .hospitality-design_header.clearfix {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 981px;
  margin: 0 auto;
  padding: 45px 20px;
  padding-bottom: 0;
}

.hospitality-design-header-fixed .hospitality-design_header.clearfix>div {
  width: 50%;
  text-align: right;
}

.hospitality-design-header-fixed .hospitality-design_header.clearfix>div:first-child {
  text-align: left;
}

header.site-header.hospitality-design-header-fixed {
  position: absolute;
  width: 100%;
  z-index: 99;
}
.hospitality-design-row1 h2 {
  font-size: 18px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  margin-top: 22px;
  margin-bottom: 0;
}

.hospitality-design-row1 .dnd-section>.row-fluid {
  max-width: 1025px;
}

.hospitality-design-row1  .span3 {
  margin: 0;
  width: 50%;
}
.hospitality-design-row1 .span3 img {
  max-width: 175px!important;
}
.hospitality-design-row1 .span3:nth-child(3) img {
  position: relative;
  right: 10px;
  top: -5px;
  max-width: 227px !important;
}

.hospitality-design-row1 .span3:nth-child(2) img {
  position: relative;
  left: -20px;
  top: -5px;
  max-width: 109px !important;
}

.hospitality-design-row1 .span3:first-child img {
  position: relative;
  top: -3px;
}
.hospitality-design-row1 .span3:last-child img {
  max-width: 153px !important;
}
.hospitality-design-row1 h5 {
  color: #333;
  font-size: 14px;
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  position: relative;
  top: -20px;
  right: 20px;
}

.hospitality-design-row2 h1 {
  font-size: 48px;
  font-family: Montserrat;
  font-weight: 500;
  font-style: normal;
  color: #32425d;
  max-width: 619px;
  margin: 10px auto 30px;
  line-height: normal;
}
.hospitality-design-row3 h2 {
  line-height: 35px;
  font-size: 21px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  font-size: 22px;
  color: #32425d;
  margin-bottom: 21px;
}

.hospitality-design-row3 ul {
  padding: 0;
  margin: 14px;
  font-size: 14px;
  line-height: 17px;
  margin-left: 16px;
}

.hospitality-design-row3 ul li {
  line-height: 26px;
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  color: #32425d;
  font-size: 14px;
}
.hospitality-design-row3 .dnd-section>.row-fluid {
  max-width: 970px;
}

.hospitality-design-row4 h2 {
  font-size: 34px;
  font-family: Montserrat;
  font-weight: 600;
  font-style: normal;
  color: #32425d;
  margin-bottom: 50px;
}

.hospitality-design-row4 p {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  color: #32425d;
}

.hospitality-design-row4 .hs-button {
  background: #84b54f;
  display: inline-block;
  border-style: none;
  border-radius: 5px;
  width: auto;
  padding: 13px 10px 13px;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: 53px;
  margin-bottom: 12px;
}

.content-with-image-column.image-1 .left-content {
  position: relative;
  right: 70px;
  top: -12px;
}
.content-with-image-column-wrapper .image-2 h2 {
  margin-bottom: 0;
}

.content-with-image-column-wrapper .image-3  .left-content {
  position: relative;
  top: -9px;
}

.content-with-image-column-wrapper .image-3 .left-content h2 {
  margin-bottom: 10px;
}
.content-with-image-column-wrapper .image-4 .left-content {
  position: relative;
  top: -12px;
}
.content-with-image-column-wrapper .image-5 .left-content {
  position: relative;
  top: 10px;
  right: 5px;
}

.content-with-image-column-wrapper .image-5 .left-content h2 {
  margin-bottom: 10px;
}
.content-with-image-column-wrapper .image-6 .left-content h2 {
  margin-bottom: 0;
}
.content-with-image-column-wrapper .image-7 .left-content {
  position: relative;
  right: 0;
  top: -10px;
}
.content-with-image-column-wrapper .image-8 .left-content {
  position: relative;
  top: -10px;
}

.content-with-image-column-wrapper .image-8 .left-content h2 {
  margin-bottom: 10px;
}

.content-with-image-column-wrapper .image-9 h2 {
  margin-bottom: 0;
}

.content-with-image-column-wrapper .image-9 .left-content {
  position: relative;
  top: -10px;
}
.hospitality-design-footer footer.footer2 {
  background-color: #fff;
  padding: 69px 10px 71px;
  text-align: center;
}
.hospitality-design-footer .ft-logo {
  padding-bottom: 13px;
}
@media(max-width:767px){
  .hospitality-design-row1 .span3 {
    width: 100%;
    padding: 20px 0;
  }
  .hospitality-design-row1 .span3 img {
    position: static !important;
  }
  .hospitality-design-row1 h5 {
    right: 0;
  }

}
@media(max-width:479px){
  .hospitality-design-header-fixed a#hs-button_button_1 {
    padding: 10px;
    width: auto;
    font-size: 10px;
  }
  .hospitality-design-header-fixed .hospitality-design_header.clearfix {
    margin: 0 auto;
    padding: 45px 0px;
    padding-bottom: 0;
  }
}
@media (max-width: 980px) {
  .menu-open .fohlio__header .fohlio__header__right-part {
    height: 220px; 
    z-index: 99;
  }
}
.testimonial-wrapper .testimonial-quote-text:before,
.testimonial-wrapper .testimonial-quote-text:after {
  background-image: url(https://4099997.fs1.hubspotusercontent-na1.net/hubfs/4099997/raw_assets/public/Fohlio_October2021/images/quote-left.svg);
}


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

.automateprocurement_page .banner-section .page-center {
  max-width: 1110px;
}

.automateprocurement_page .dnd-section{
  padding-top: 0;
  padding-bottom: 0;
}    

.automateprocurement_page #lp-pom-block-662-color-overlay {
  position: absolute;
  background: none;
  height: 270px;
  width: 100%;
  pointer-events: none;
}

.automateprocurement_page #lp-pom-block-662 {
  background: rgba(255,255,255,1);
  position: relative;
}

.automate-procurement-row1-section .dnd-section>.row-fluid {
  max-width: 940px;
}

.automate-procurement-row2-section .dnd-section>.row-fluid {
  max-width: 940px;
  padding: 0;
}

.automate-procurement-row3-section .bottom-pane-wrap .page-center {
  max-width: 940px;
  padding: 0;
}

.automate-procurement-row2-section .case-study-wrap .page-center {
  max-width: 1110px;
}
.automate-procurement-row2-section .case-study-wrap .case-study-right-subtitle {
  margin-top: 5px;
}

.automate-procurement-row2-section .case-study-wrap .case-study-right-title h1 {
  margin-top: 10px;
}

.automate-procurement-row2-section .case-study-wrap .case-study-right-button .case-study-button {
  margin-top: 24px;
  position: relative;
  left: 4px;
}

.automate-procurement-row2-section .case-study-wrap {
  padding: 50px 0 33px;
}

.content-with-bg-image-wrap .page-center {
  max-width: 970px;
}

.procurement-banner .procurement-middle-sec>div {
  max-width: 887px;
  margin-left: auto;
  margin-right: auto;
}

.automate-procurement-row4-section .content-with-image-wrap {
  padding: 117px 0 45px;
}

.content_image_align .content-with-image-wrap h2 {
  font-size: 22px;
  color: rgb(50, 66, 93);
  font-family: Poppins;
  font-weight: 500;
  font-style: normal;
  padding-right: 0 !important;
  margin-bottom: 50px;
}

.content_image_align .content-with-image-wrap h2 {
  font-size: 22px;
  color: rgb(50, 66, 93);
  font-family: Poppins;
  font-weight: 500;
  font-style: normal;
  padding-right: 0 !important;
  margin-bottom: 43px;
}

.content_image_align .content-with-image-wrap h2 {
  padding-left: 13px;
  margin-bottom: 51px;
}

.automate-procurement-row4-section .content-with-image-wrap.left_align .content-with-image-description {
  padding-left: 0;
  position: relative;
  left: 98px;
  top: -14px;
}

.content_image_align .content-with-image-wrap .content-with-image-description ul {
  font-family: Montserrat;
  font-weight: 400;
  font-style: normal;
  color: rgb(50, 66, 93);
  padding-left: 0;
  margin: 14px;
  font-size: 14px;
  line-height: 17px;
  transform: scale(0.876, 1);
  margin: 0;
}

.content_image_align .content-with-image-wrap .content-with-image-description ul li {
  line-height: 26px;
  font-size: 14px;
  list-style: disc outside;
  font-family: Montserrat;
  word-spacing: -1px;
}

.automate-procurement-row4-section  .content-with-image-wrap.left_align .content-with-image-image {
  order: 1;
  max-width: 488px;
  flex: auto;
  position: static;
}

.content_image_align .content-with-image-wrap .hs-button {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  font-family: Montserrat;
  font-style: normal;
  text-align: center;
  background-repeat: no-repeat;
  border-style: none;
  border-radius: 5px;
  padding-left: 0!important;
  padding-right: 0 !important;
  max-width: 145px;
  padding: 13px 0;
}

.automate-procurement-row4-section .content-with-image-wrap .hs-button {
  margin-top: 119px;
  margin-left: 13px;
}

.automate-procurement-row4-section .content-with-image-wrap h2 {
  padding-left: 15px;
  margin-bottom: 51px
}

.automate-procurement-row4-section .content-with-image-wrap.right_align .content-with-image-description {
  padding-right: 0;
}

.automate-procurement-row4-section .content-with-image-wrap .content-with-image-image {
  max-width: 512px;
  flex: auto;
}

.automate-procurement-row4-section .content-with-image-wrap .content-with-image-image {
  max-width: 512px;
  flex: auto;
  position: relative;
  top: 97px;
  left: 111px;
}

.automate-procurement-row5-section .content-with-image-wrap.left_align .content-with-image-image {
  max-width: 275px;
  flex: auto;
}

.automate-procurement-row5-section .content-with-image-wrap.left_align .content-with-image-description {
  flex: auto;
}

.automate-procurement-row5-section .content-with-image-wrap {
  padding: 0;
}

.automate-procurement-row5-section .content-with-image-wrap {
  padding: 0;
}

.automate-procurement-row4-section .content-with-image-wrap.right_align .hs-button {
  margin-top: 73px;
}

.automate-procurement-row5-section .dnd-section {
  padding: 169px 0 0px;
}

.automate-procurement-row5-section .content-with-image-wrap.left_align .content-with-image-image {
  max-width: 275px;
  flex: auto;
  position: relative;
  margin-left: 155px;
}

.automate-procurement-row5-section .content-with-image-wrap.left_align .content-with-image-description {
  flex: auto;
  padding-left: 0;
  position: relative;
  left: 205px;
  top: 29px;
}

.automate-procurement-row5-section .content-with-image-wrap.left_align .hs-button {
  margin-left: 34px;
}

.automate-procurement-row5-section .content-with-image-wrap.left_align h2 {
  margin-bottom: 46px;
  padding-left: 23px;
}

.automate-procurement-row5-section .content-with-image-wrap h2 {
  margin-bottom: 46px;
}

.automate-procurement-row5-section .content-with-image-wrap .hs-button {
  margin-top: 60px;
}

.automate-procurement-row5-section .content-with-image-wrap .content-with-image-description {
  padding-right: 0;
}

.automate-procurement-row5-section .content-with-image-wrap.right_align .cm-col-sec.content-with-image-image {
  flex: auto;
  max-width: 574px;
  position: relative;
  left: 97px;
  top: 99px;
}

.automate-procurement-row5-section .content-with-image-wrap.right_align  .content-with-image-description {
  padding-right: 0;
  max-width: 423px;
  margin-left: 86px;
}

.automate-procurement-row5-section .content-with-image-wrap.right_align h2 {
  line-height: 42px;
  margin-bottom: 53px;
}

.automate-procurement-row5-section .content-with-image-wrap.right_align .hs-button {
  margin-top: 50px;
  margin-left: 10px;
}

.automate-procurement-row6-section .content-with-image-wrap.left_align .content-with-image-image {
  max-width: 212px;
  margin-left: 183px;
}

.automate-procurement-row6-section .content-with-image-wrap {
  padding: 0;
}

.automate-procurement-row6-section .dnd-section {
  padding: 172px 0 187px;
}

.automate-procurement-row6-section .content-with-image-wrap.left_align .content-with-image-description {
  padding-left: 0;
  position: relative;
  left: 224px;
  top: 38px;;
}

.automate-procurement-row6-section .content-with-image-wrap h2 {
  margin-bottom: 55px;
  padding-left: 0;
}

.automate-procurement-row6-section .content-with-image-wrap .hs-button {
  margin-top: 41px;
  margin-left: 0;
}

.automate-procurement-row6-section .content-with-image-wrap.left_align .content-with-image-description ul {
  transform: none;
  margin: 0 16px;
}

.automate-procurement-row6-section .content-with-image-wrap.left_align .content-with-image-description ul li {
  word-spacing: 0;
}

.automate-procurement-row7-section .bottom-pane-wrap .page-center {
  max-width: 970px;
}

.automateprocurement_pagefooter footer.footer2 {
  background: rgba(0,0,0,1);
}

.automateprocurement_pagefooter .feature-container {
  padding-left: 140px;
}

.automate-procurement-row4-section .content-with-image-wrap.right_align h2 {
  padding-left: 13px;
}

.automate-procurement-row4-section .content-with-image-wrap.right_align .content-with-image-description {
  left: -10px;
}

.content_image_align .content-with-image-wrap .hs-button:hover {
  background: rgba(113,172,60,1);
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}

.automateprocurement_page .procurement-banner .procurement-top-sec {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px){
  .automate-procurement-row4-section .dnd-section>.row-fluid {
    max-width: 1080px;
  }

  .automate-procurement-row4-section .dnd-section>.row-fluid {
    max-width: 970px;
  }
}

@media (max-width: 1220px){
  .automate-procurement-row4-section .content-with-image-wrap.left_align .content-with-image-description {
    padding-left: 50px;
    left: 0;
  } 

  .automate-procurement-row4-section .content-with-image-wrap .hs-button {
    margin-top: 44px;
  }

  .automate-procurement-row4-section .content-with-image-wrap .content-with-image-image {
    left: 0;
    padding-left: 50px;
  }

  .automate-procurement-row5-section .content-with-image-wrap.left_align .content-with-image-image {
    margin-left: 0;
    margin-left: 0;
  }

  .automate-procurement-row5-section .content-with-image-wrap.left_align .content-with-image-description {
    padding-left: 50px;
    left: 0;
  }

  .automate-procurement-row5-section .content-with-image-wrap.right_align .cm-col-sec.content-with-image-image {
    width: 100%;
    left: 0;
  }

  .automate-procurement-row5-section .content-with-image-wrap.right_align .content-with-image-description {
    margin-left: 0;
  }

  .automate-procurement-row5-section .content-with-image-wrap.right_align .cm-col-sec.content-with-image-image {
    flex: 1 1 400px;
  }

  .automate-procurement-row6-section .content-with-image-wrap.left_align .content-with-image-image {
    margin-left: 80px;
  }

  .automate-procurement-row6-section .content-with-image-wrap.left_align .content-with-image-description {
    left: 0;
    padding-left: 50px;
  }

  .automate-procurement-row6-section .content-with-image-wrap.left_align .content-with-image-image {
    margin-left: 0;
  }
}

@media (max-width: 1024px){
  .content_image_align .content-with-image-wrap .content-with-image-title {
    flex: auto;
  }

  .automate-procurement-row4-section .content-with-image-wrap.left_align .content-with-image-image {
    padding-left: 0;
    padding-right: 0;
  }

  .content_image_align .content-with-image-wrap .content-with-image-description {
    padding-left: 0 !important;
  }

  .automate-procurement-row4-section .content-with-image-wrap.left_align .content-with-image-description {
    top: 0;
    margin-top: 0;
  }

  .content_image_align .content-with-image-wrap .content-with-image-description,
  .content_image_align .content-with-image-wrap.left_align .content-with-image-image {
    flex: auto;
    width: 100%;
    position: static !important;
    max-width: 100%;
  }

  .content_image_align .content-with-image-wrap .content-with-image-description {
    left: 0 !important;
    top: 0 !important;
  }

  .content_image_align .content-with-image-wrap .cm-col-sec {
    position: static !important;
    padding-left: 0;
  }

  .automate-procurement-row6-section .content-with-image-wrap.left_align .content-with-image-image {
    margin-left: 0;
  }

  .automateprocurement_page .case-study-wrap .case-study-right-title h1 {
    font-size: 25px;
  }

  .automate-procurement-row6-section .dnd-section,
  .automate-procurement-row5-section .dnd-section,
  .automate-procurement-row4-section .content-with-image-wrap {
    padding: 20px 0;
  }

  .content_image_align .content-with-image-wrap .content-with-image-image--moodboard {
    margin-bottom: 20px;
  }

  .automate-procurement-row5-section .content-with-image-wrap .hs-button {
    margin-top: 30px;
  }

  .content_image_align .content-with-image-wrap h2 {
    padding-left: 0;
  }

  .automate-procurement-row5-section .content-with-image-wrap.right_align h2 {
    margin-bottom: 20px;
  }

  .content_image_align .content-with-image-wrap .hs-button {
    margin-top: 20px !important;
  }

  .content_image_align .content-with-image-wrap h2 {
    padding-left: 0;
    margin-bottom: 20px;
  }

  .content_image_align .content-with-image-wrap .content-with-image-image img {
    width: auto;
  }

  .content_image_align .content-with-image-wrap .content-with-image-image img {
    width: auto;
    display: block;
  }
  .automate-procurement-row5-section .content-with-image-wrap.left_align h2 {
    padding-left: 0;
  }
}

@media (max-width: 767px){
  .automate-procurement-row4-section .content-with-image-wrap h2 {
    margin-bottom: 20px;
    font-size: 18px;
  } 

  .automate-procurement-row5-section .content-with-image-wrap.left_align .content-with-image-image {
    margin-left: 0;
  }
}


.home-row3.sign-up-form .submitted-message {
    text-align: center;
}