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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding: 0 !important;
}
.banner-area .dnd-section {
  padding: 0;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/33047c/00000000000000007735b8eb/30/l?subset_id=2&fvd=n2&v=3) format("woff2"),
    url(https://use.typekit.net/af/33047c/00000000000000007735b8eb/30/d?subset_id=2&fvd=n2&v=3) format("woff"),
    url(https://use.typekit.net/af/33047c/00000000000000007735b8eb/30/a?subset_id=2&fvd=n2&v=3) format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/7ac87a/00000000000000007735b8f0/30/l?subset_id=2&fvd=n3&v=3) format("woff2"), 
    url(https://use.typekit.net/af/7ac87a/00000000000000007735b8f0/30/d?subset_id=2&fvd=n3&v=3) format("woff"),
    url(https://use.typekit.net/af/7ac87a/00000000000000007735b8f0/30/a?subset_id=2&fvd=n3&v=3) format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/42930b/00000000000000007735b8f6/30/l?subset_id=2&fvd=n4&v=3) format("woff2"),
    url(https://use.typekit.net/af/42930b/00000000000000007735b8f6/30/d?subset_id=2&fvd=n4&v=3) format("woff"), 
    url(https://use.typekit.net/af/42930b/00000000000000007735b8f6/30/a?subset_id=2&fvd=n4&v=3) format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/ff2f63/00000000000000007735b8ff/30/l?subset_id=2&fvd=n7&v=3) format("woff2"),
    url(https://use.typekit.net/af/ff2f63/00000000000000007735b8ff/30/d?subset_id=2&fvd=n7&v=3) format("woff"),
    url(https://use.typekit.net/af/ff2f63/00000000000000007735b8ff/30/a?subset_id=2&fvd=n7&v=3) format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/183fb0/00000000000000007735b8ee/30/l?subset_id=2&fvd=i2&v=3) format("woff2"),
    url(https://use.typekit.net/af/183fb0/00000000000000007735b8ee/30/d?subset_id=2&fvd=i2&v=3) format("woff"),
    url(https://use.typekit.net/af/183fb0/00000000000000007735b8ee/30/a?subset_id=2&fvd=i2&v=3) format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/45a685/00000000000000007735b8f3/30/l?subset_id=2&fvd=i3&v=3) format("woff2"), 
    url(https://use.typekit.net/af/45a685/00000000000000007735b8f3/30/d?subset_id=2&fvd=i3&v=3) format("woff"),
    url(https://use.typekit.net/af/45a685/00000000000000007735b8f3/30/a?subset_id=2&fvd=i3&v=3) format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: nunito-sans;
  src: url(https://use.typekit.net/af/d97e98/00000000000000007735b901/30/l?subset_id=2&fvd=i7&v=3) format("woff2"), 
    url(https://use.typekit.net/af/d97e98/00000000000000007735b901/30/d?subset_id=2&fvd=i7&v=3) format("woff"), 
    url(https://use.typekit.net/af/d97e98/00000000000000007735b901/30/a?subset_id=2&fvd=i7&v=3) format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: auto;
}

@font-face {
  font-family: 'squarespace-ui-font';
  src: url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2022/fonts/squarespace-ui-font.woff') format('woff'),
    url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2022/fonts/squarespace-ui-font.ttf') format('truetype');
  font-weight: normal;
  font-style: normal
}

.sqs-ui-font-family {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased
}

[class^="sqs-ui-font-"]:before,[class*=" sqs-ui-font-"]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased
}

[data-icon]:before {
  font-family: 'squarespace-ui-font';
  font-style: normal;
  speak: none;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  content: attr(data-icon)
}

body {
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  line-height: 1.28571428571;
  word-break: break-word;
}

body.popup-open {
  overflow: hidden;
}

iframe {
    min-width: 0px !important;
}

p{
  line-height:1.7;
}

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

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

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h1:first-child, h2:first-child, h3:first-child {
  margin-top: 0;
}

h1:last-child, h2:last-child, h3:last-child {
  margin-bottom: 0;
}

h1 {
  line-height:1.25;
}

h2 {
  line-height:1.625;
}

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

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

h4 {
  margin: 10px 0 0;
  line-height: 1;
  letter-spacing: .05em;
}

h5 {
  line-height: 1.36;
  margin-top: 1em;
  margin-bottom: 1em;
}

h5:first-child {
  margin-top: 0;
}

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

h6 {
  line-height: 1.14545454545;
  margin-top: 1.33em;
  margin-bottom: 1.33em;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}


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


/* Horizontal Rules */
hr {
  color: #ccc;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

@media(max-width:1120px){

  h2 {
    line-height: 1.22857142857;
  }

  h5{
    line-height:1.78947368421;
  }

  h1{
    line-height:1.25;
  }

}


@media only screen and (min-width: 768px) and (max-width: 1024px){

  h2 {
    line-height: 1.4;
  }

}


@media(max-width:910px){

  h2{
    line-height:1.5;
  }

}


@media(max-width:767px){

  h1{
    line-height:1.5;
  }

  h5{
    line-height:1.625;
    font-weight: 200 !important;
  }

}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/





:root {
  --primary-color: ;
  --secondary-color: ;
  --border-color: #dee6ed;
  --border-dark-color: #CCCCCC;
  --grey-color: ;
  --header-height: 80px;
  --container-width: px;
  --half-container-width: 0.0px;
  --brand-gradient-start: #f36a62;
  --brand-gradient-center: #e96c6f;
  --brand-gradient-end: #e06e7c;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

.submitted-message {
  text-align: center;
}

.hs-search-module .hs-button {
  margin: 15px 0;
}

.hs-button {
  font-size: 18px;
  line-height: 18px;
  font-family: Nunito Sans;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  outline:none;
  border-width: 1px;
  border-style:solid;
}

.hs-form label {
  display: block;
  float: none;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Nunito Sans;
  font-size: 12px;
}

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  display: inline-block;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid;
  background-color: #f5f8fa;
  outline:none;
  width: 100% !important;
  max-width: 100%;
}

select.is-placeholder:focus {
  color: #33475b !important;
}

.hs-error-msgs label {
  color: #f2545b;
}

ul.no-list.hs-error-msgs.inputs-list label {
  color: #f2545b;
}

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

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


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

textarea.hs-input {
  height: auto;
}

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

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

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

h3.form-title:empty {
  margin: 0;
}

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

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

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

select.is-placeholder {
  color: #bfbfbf;
  padding: 9px 10px;
}

legend.hs-field-desc {
  font-family: Nunito Sans;
  font-size: 11px;
  margin: 0px 0px 6px;
  padding-left: 2px;
  line-height: 15px;
}

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

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

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

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

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

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

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


@media(max-width:480px){

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    overflow: auto;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

li, ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

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

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}

.outline-on-hover {
  border:2px solid #3ab4e2 !important;
}

.outline-on-hover:hover {
  background-color:white !important;
  color:#3ab4e2 !important;
}

.mbtn-default {
    border: 2px solid #42b5e0;
    padding: 9px 40px;
    border-radius: 3px;
    color: #fff;
    font-weight: normal;
    font-size: 20px;
    background-color: #42b5e0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display:inline-block;
    text-align:center;
}

.mbtn-default:hover {
  background-color:white !important;
  color:#3ab4e2 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
}

thead th {
  vertical-align: bottom;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}

.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.home-page .button-module a.hs-btn,
.features-page .button-module a.hs-btn {
  background-color: #3ab4e2;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
  margin-top: 40px;
  padding:18px 20px 13px 19px;
  border: 1px solid #3ab4e2;
  width: 241px;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  letter-spacing: 0em;
  line-height: 25px;
  opacity: 1 !important;
      display: flex;
    justify-content: center;
    align-items: center;
}

.features-page .widget-type-rich_text p {
  color: #444;
}

.container-fluid.right-column  a.bl {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(165,88,211,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.container-fluid.right-column a.bl:hover {
  color: rgba(165,88,211,.6);
  border-color: rgba(165,88,211,.15);
}

.container-fluid.right-column a.bl:hover {
  color: #A558D3;
}

.about-page-wrapper .widget-type-rich_text p {
  color: #444;
}


.alternative-page .widget-type-rich_text p {
  color: #444;
}

.two-colmn-wrapper.loyalty .sidebar-inner .hs-menu-item.active a:before {
  display: none;
}



.hs-mac-pc .home-page  .button-module a.hs-btn,
.hs-mac-pc .features-page .button-module a.hs-btn {
  line-height:28.2px !important;
}

.hs-mac-pc .container-fluid.shopify-row3 .button-module a.hs-btn,
.hs-mac-pc .container-fluid.shopify-row5  .button-module a.hs-btn ,
.hs-mac-pc .container-fluid.shopify-row4 .button-module a.hs-btn {
  line-height:28.2px !important;
}

.home-page .button-module a.hs-btn:hover,
.features-page .button-module a.hs-btn:hover {
  background: transparent !important;
  color: #3ab4e2 !important;
}


.integration-page .bottom-section .widget-type-form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comparison-page .widget-type-rich_text h6 {
  color: #444;
  font-weight: 300;
  line-height: 1.88888888889;
  font-size: 18px;
  margin: 0;
}


.contact-page .table {
  margin: 0;
}

.platform-page .widget-type-rich_text p,
.home-page .widget-type-rich_text p {
  color: #444;
}


.comparison-page .main-section .widget-type-rich_text p {
  font-size: 19px;
  line-height: 1.78947368421;
}

.contact-page table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.8em;
  border: 0;
}

ol.numbered p {
  color: #444;
}

.comparison-header .header-top {
  font-size: 14px;
}

.contact-page td {
  padding: 0;
  border: 0;
}

.contact-page tr.blank-row td {
  padding: 15px;
  border: none !important;
}

.mkt-automation-page.lightspeed .content-with-image .image {
  padding-top: 34px;
}

.platform-page .testimonial-card-wrapper p {
  line-height: 34px;
}

.pricing-page .boxed-content .content a {
  text-decoration: underline;
  color: #3ab4e2;
}

.pricing-page .boxed-content .content p {
  padding: 0;
  line-height: 1.7;
}

.platform-page .boxed-content .content p {
  font-size: 18px !important;
  line-height:1.88888888889 !important
}

.platform-page .boxed-content {
  margin: 20px !important;
  border: 1px solid #eeeeee;
  padding: 20px;
  border-radius: 6px;
  max-width:100% !important;
  -moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 0px 16px 0px rgb(0 0 0 / 10%);
}

.platform-page .boxed-content .content p {
  padding: 0;
}

.platform-page .boxed-content .content img {
  padding: 0 !important;
  padding-bottom: 9px !important;
}

.mkt-automation-page .bottom-section .dnd-section {
  padding-top: 55px;
  padding-bottom: 90px;
}

.mkt-automation-page .content-with-image .image {
  padding: 17px;
  padding-top: 0;
}

.mkt-automation-page  .retail_section h5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.60714285714;
  margin-bottom:12px;
}

.mkt-automation-page .content-with-image .image img{
  vertical-align: middle;
}

.mkt-automation-page .content-with-image .content {
  padding: 17px;
  padding-top: 0;
}

.mkt-automation-page .targeted_marketing .dnd-section {
  padding: 78px 0 74px;
  margin: 70px 0;
}

.mkt-automation-page .top-section .dnd-section {
  padding: 160px 0px 140px 0px;
  background-size: 100% 100% !important;
}

.mkt-automation-page .top-section .widget-type-rich_text h5 {
  max-width: 945px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height:1.60714285714;
}

.mkt-automation-page .logos .inner span {
  min-width: 168px;
  display: inline-block;
}

.mkt-automation-page .logos .inner {
  font-size: 0;
}

.mkt-automation-page  .logos img {
  padding: 17px;
  vertical-align: middle !important;
}

.mkt-automation-page .retail_section .dnd-section {
  padding: 130px 0 120px 0;
  background-size: 100% 100% !important;
  background-position: top center !important;
}

.mkt-automation-page .bottom-section h5 {
  font-size: 25px;
  color: #444;
  font-weight: 300;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.36;
}

.home-page .testimonial-card-wrapper .testimonial-content p {
  line-height: 1.54545454545;
}

.pricing-page .boxed-content .content h5 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.60714285714;
  margin: 0;
  color: #333;
}

.pricing-page .widget-type-rich_text h6 {
  font-size: 18px;
  color: #444;
  font-weight: 300;
  line-height: 1.88888888889;
  margin-bottom: 0;
  margin-top: 1em;
}

.pricing-page table {
  margin: 20px auto;
  width: 80%;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}

.pricing-page table td {
  padding: 0;
  border: none;
}

.pricing-page tr {
  border-bottom:1px solid #ddd;
  line-height: 300%;
}

.pricing-page tr:last-child {
  border-bottom:0;
}

.pricing-page .main-section .widget-type-rich_text h2 {
  color: #a558d3;
  font-weight: 200 !important;
  font-size: 28px;
  line-height: 52px;
  padding-left: 16px;
}

.pricing-page .main-section .widget-type-rich_text h4 {
  font-weight: 300;
  line-height: 45px;
  margin: 0;
  font-size: 35px;
}

.pricing-page .accordion .title {
  padding: 0 !important;
  color: #a558d3;
  font-weight: 200 !important;
  font-size: 28px;
  padding-left: 16px !important;
  line-height: 52px;
  margin-top: 0.83em;
  margin-bottom: 0.83em;
}

.pricing-page  .accordion .title span {
  font-size: inherit;
}

.pricing-page .accordion .title:after {
  display:none;
}

.business-page .hs-form-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px;
}

.business-page .main-section .widget-type-rich_text h3 {
  line-height: 1.85714285714;
  font-weight: 400;
}

.business-page .hs-button {
  background-color: #41AF4B;
  border: none;
  color: #ffffff;
  font-family: Rubik;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0em;
  line-height: 1em;
  border-radius: 0;
  padding: 14px 35px;
  font-size: 14px;
}

.business-page .actions {
  padding: 0;
  margin: 0;
}

.business-page .hs-button:hover {
  background-color: #272727;
  color: #fff;
}

.business-page select.hs-input {
  color: inherit !important;
  font: inherit;
  padding: 0 !important;
  height: auto !important;
  margin: 6px 0 4px !important;
  max-width: 100%;
  min-height: auto;
  font-size: 14px !important;
  width: auto !important;
  background: #fff !important;
  border: 1px solid #767676 !important;
}

.business-page  fieldset.form-columns-1 select.hs-input:not([type=radio]):not([type=checkbox]) {
  width: auto !important;
}

.business-page .hs-input:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -ms-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
  border: 1px solid #ccc;
}

.business-page ul.no-list.hs-error-msgs.inputs-list label {
  border-radius: 2px;
  background: #cc3b3b url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2022/images/icon_close_7_light.png') no-repeat 9px 50%;
    color: #fff !important;
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
    margin: 12px 0;
    padding: 5px 15px 3px 25px;
    margin-bottom: .5em;
    }

.business-page ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  padding-right: 8px;
}

.business-page .hs-field-desc {
  order: 3;
}

.business-page .hs-form label {
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  margin: 0;
  line-height: normal;
}

.business-page .form-columns-2 .input {
  margin: 0 !important;
}

.business-page .form-columns-2 .hs-form-field:first-child {
  padding-right: 3px;
}

.business-page .form-columns-2 .hs-form-field:last-child {
  padding-left: 4px;
}

.business-page .hs-form-required {
  color: #333;
  margin-left: 4px;
}

.business-page .form-columns-2 .hs-input {
  font-size:14px;
}

.business-page .hs-input {
  width: 100%;
  padding: 12px;
  margin: 6px 0 4px;
  border: 1px solid #ccc;
  background: #fafafa;
  color: #000;
  font-family: sans-serif;
  line-height: normal;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 12px;
}

.business-page form * {
  font-family: lato;
}

.business-page legend.hs-field-desc {
  font-size: 12px;
  color: #333;
  text-transform: capitalize;
  order: 3;
  padding: 0;
  margin-bottom: 1px;
  line-height: 14px;
  padding-top: 1px;
}

.business-page .hs-richtext {
  margin: 0;
}

.business-page fieldset.form-columns-1 .input {
  margin: 0 !important;
}


.business-page  .content-with-image p,
.business-page .main-section .widget-type-rich_text p {
  line-height: 1.54545454545;
}

.business-page  .content-with-image h2,
.business-page .main-section .widget-type-rich_text h2 {
  line-height:2;
}

.service_page .main-section .widget-type-rich_text h6 {
  line-height: 3.25;
  margin: 0;
  font-size:16px;
}

.alternative-page .widget-type-rich_text h6 {  
  font-size: 18px;
  line-height:1.88888888889;
  color: #444;
  font-weight: 300;
  margin-top: 1em;
  margin-bottom: 0;
}

.service_page .main-section .widget-type-space .hs_cos_wrapper_type_space {
  height: 25px;
}

.service_page .bottom-section .widget-type-rich_text p,
.service_page .top-section .widget-type-rich_text p {
  line-height: 1.88888888889;
  color:#444;
}

.features-page .bottom-section .widget-type-rich_text h6 {
  font-size: 16px;
  line-height: 2.8125;
}

.features-page .widget-type-rich_text h6 {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 3.21428571429;
  margin: 0;
  font-weight: 300;
  color:#333;
}

.covid-page .widget-type-rich_text h4 {
  font-size: 28px;
  font-weight: 300;
  line-height: 1.60714285714;
  margin: 0;
  padding:9px 0;
  color:#444;
}

.covid-page .services .button a {
  margin-top: 3px;
}

.covid-page .widget-type-rich_text h5 a {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(165,88,211,.3);
}

.covid-page .widget-type-rich_text h5 a:hover {
  color: rgba(165,88,211,.6);
  border-color: rgba(165,88,211,.15);
  transition: border-color .15s ease-out,color .15s ease-out;
}

.covid-page .services .item {
  max-width: 468px;
  min-height:355px;
}

.covid-page .services h4 {
  margin-top: 0px;
  font-size: 24px;
  padding-top: 30px;
  line-height: 34px;
}

.covid-page .services .button a {
  font-size: 18px;
  line-height: 1.4;
}

.covid-page .top-section .widget-type-space .hs_cos_wrapper_type_space {
  height: 25px;
}

.integration-page .bottom-section .widget-type-form form .hs_error_rollup {
  order: 2;
  padding-left: 24px;
}

.integration-page .bottom-section .widget-type-form form .actions {
  margin: 0;
  padding: 0;
}

.integration-page .top-section .widget-type-rich_text h2{
  font-size: 42px;
  line-height:1.14285714286;
}

.integration-page .bottom-section .widget-type-form form .hs-form-field label {
  margin: 0;
}

.integration-page .bottom-section .widget-type-form form .hs-input {
  padding: 7px;
  margin: 0 0 4px;
  color: #909090 !important;
  font-size: 20px;
  border-radius: 5px;
  font-weight: 400 !important;
  font-family: "nunito-sans",sans-serif;
  border: 1px solid #ccc;
  background: #fafafa;
  line-height: normal;
  box-sizing: border-box;
  min-height: auto;
}

.integration-page .bottom-section .widget-type-form form .hs-input:focus {
  background: #fff;
  -webkit-transition: background .1s ease-in;
  -moz-transition: background .1s ease-in;
  -ms-transition: background .1s ease-in;
  -o-transition: background .1s ease-in;
  transition: background .1s ease-in;
}

.integration-page .bottom-section .widget-type-form form fieldset.form-columns-2 .hs-form-field {
  width: Calc(46% + 20px);
  display: inline-block;
  vertical-align: top;
  padding-left: 18px !important;
}

.integration-page .bottom-section .widget-type-form form fieldset.form-columns-2 .input {
  margin: 0 !important;
}

.integration-page .bottom-section .widget-type-form form fieldset {
  width: 70%;
  float: left;
  padding-left: 6px;
  max-width: 100% !important;
}


.integration-page .hs-button{
  background-color: #a558d3 !important;
  color: #fff !important;
  font-family: "nunito-sans",sans-serif;
  border-color: #a558d3 !important;
  font-weight: 400;
  font-size: 22px;
  padding: 8px;
  border-radius: 8px;
  text-transform: none;
  line-height: 1em;
  border-width: 2px;
}

.integration-page .bottom-section .widget-type-form form .hs-input.error {
  border: 1px solid #e99292 !important;
}

.integration-page .hs_submit.hs-submit {
  width: 27%;
}

.service-page .content-with-image p,
.service-page .main-section .widget-type-rich_text p {
  line-height: 1.54545454545;
  color:#444;
}

.integration-page .bottom-section .dnd-section {
  padding-bottom: 160px;
}

.integration-page .widget-type-rich_text h5 a {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(165,88,211,.3);
  transition: border-color .15s ease-out,color .15s ease-out;
}

.integration-page .widget-type-rich_text h5 a:hover {
  color: rgba(165,88,211,.6);
  border-color: rgba(165,88,211,.15);
}

.service-page .content-with-image h2,
.service-page .main-section h2 {
  font-size: 26px;
  line-height: 2;
}

.demo-page .widget-type-rich_text p {
  line-height:1.88888888889;
  font-size:18px;
}

.contact-page .widget-type-rich_text h1 {
  color: #2f2f2f;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.22916666667;
}

.contact-page .main-section .widget-type-rich_text h5 {
  font-size: 28px;
  margin-top: 11px;
  line-height: 1.21428571429;
}


.widget-type-space {
  padding:17px;
}

.widget-type-space .hs_cos_wrapper_type_space{
  height: 34px;
  display: block;
}

ol.numbered>li {
  color: #2f2f2f;
  font-size: 22px;
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.14545454545;
}

ol.numbered ol li {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
  margin-bottom: 20px;
}


ol.numbered ul {
  font-size: 20px;
  line-height: 1.5;
  color: #444;
}

ol.numbered ul li {
  font-size: inherit;
  line-height: 1.5;
}

ul.circle {
  list-style: none;
}

ul.circle h5:before {
  padding-right: 10px;
  content: "\2022";
  display: inline-block;
  margin-left: -40px;
  min-width: 40px;
  text-align: right;
  box-sizing: border-box;
}


@media(max-width:1200px){
  .mkt-automation-page .top-section .dnd-section {
    padding: 4% 19px 4%;
  }
}


@media(max-width:1120px){

  .mkt-automation-page .top-section .dnd-section {
    padding: 9% 0 15%;
  }

  .mkt-automation-page .top-section .widget-type-rich_text h5 {
    max-width: 750px;
  }

  .mkt-automation-page .top-section .dnd-section>Div {
    padding: 4% 19px 4%;
  }

  .mkt-automation-page .bottom-section .dnd-section {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  .contact-page .widget-type-rich_text h1 {
    line-height: 1.04166666667;
  }

  .service-page .content-with-image h2,
  .service-page .main-section h2 {
    line-height: 1.65384615385;
  }

  .covid-page .widget-type-rich_text h4 {
    padding: 15px 0;
  }

  .features-page .widget-type-rich_text h6 + h2 {
    line-height: 1.34375;
    font-size: 32px;
  }


  .service_page .main-section .widget-type-rich_text h6 {
    line-height: 2.8125;
  }

  .service_page .bottom-section .widget-type-rich_text h2 {
    line-height: 1.34375;
  }

  .business-page .main-section .widget-type-rich_text h3 {
    line-height: 1.53571428571;
  }

  .business-page .content-with-image h2, .business-page .main-section .widget-type-rich_text h2 {
    line-height: 1.65384615385;
  }

  .pricing-page .accordion .title {
    line-height: 43px;
  }

  .pricing-page .main-section .widget-type-rich_text h2 {
    line-height: 1.53571428571;
  }

}

@media(max-width:1024px) and (min-width:641px){
  .mkt-automation-page .content-with-image .content h5,
  .targeted_marketing h5,
  .segmentation h5 {
    font-size: 18px;
    line-height: 1.44444444444;
  }


  .customization .dnd-section>div {
    padding: 0 20px;
  }

  .mkt-automation-page .targeted_marketing .dnd-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .mkt-automation-page .targeted_marketing .dnd-section {
    margin: 0px 10px;
    padding: 48px 19px;
  }


  .segmentation .dnd-section {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }

  .mkt-automation-page .button-module.no-style a {
    font-size: 18px;
    line-height: 26px;
  }

}

@media(max-width:1024px){



  .mkt-automation-page .retail_section .dnd-section {
    background-image: url('https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2022/images/bg-curve.png') !important;
      margin: 50px 0;
      padding: 20px 10px 7px;
      }

  .mkt-automation-page .top-section .dnd-section {
    top: 0px;
    background-position: center !important;
    background-size: auto !important;
    padding: 0;
  }

  .pricing-page .main-section .widget-type-rich_text h2 {
    padding-left: 0 !important;
  }

  .contact-page .main-section .widget-type-rich_text h4 {
    font-size: 24px;
    line-height:1.20833333333;
  }

  .pricing-page .accordion .title {
    line-height: 1.5;
  }

  .pricing-page .main-section .widget-type-rich_text h2 {
    line-height: 1.5;
  }

  .contact-page .main-section .widget-type-rich_text h5 {
    font-size: 20px;
    line-height: 1.65;
  }

  .business-page .main-section .widget-type-rich_text h3 {
    line-height: 1.5;
  }

  .business-page .content-with-image h2, .business-page .main-section .widget-type-rich_text h2 {
    line-height: 1.61538461538;
  }

}


@media(max-width:910px){

  .business-page .main-section .widget-type-rich_text h3 {
    line-height: 1.07142857143;
  }

  .business-page .content-with-image h2, .business-page .main-section .widget-type-rich_text h2 {
    line-height: 1.15384615385;
  }


  .pricing-page .accordion .title {
    line-height: 1.07142857143;
  }

  .pricing-page .main-section .widget-type-rich_text h2 {
    line-height: 1.07142857143;
  }

  .responsive .dnd-section>.row-fluid {
    width: 100% !important;
  }

  .container-fluid.body-container.automation-page h3, .automation-main-sec h2 {
    font-size: 26px;
    line-height: 30px;
  }

  .service_page .bottom-section .widget-type-rich_text h2 {
    line-height: 0.9375;
  }

  .service_page .main-section .widget-type-rich_text h6 {
    line-height: 1.875;
  }

  .features-page .widget-type-rich_text h6+h2 {
    line-height: 0.9375;
    font-size: 32px;
  }

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

  .integration-page .hs-button {
    font-size: 15px;
    padding: 8px 6px;
  }

  .integration-page .bottom-section .widget-type-form form .hs-input {
    padding: 6px;
    font-size: 17px;
  }

  .service-page .content-with-image h2,
  .service-page .main-section h2 {
    line-height:1.15384615385;
  }

}


@media(max-width:900px) and (min-width:641px){

  .pricing-page .boxed-content .content h5 {
    font-size: 22px !important;
    line-height: 1.4;
  }

  .pricing-page  .boxed-content .content p {
    font-size: 18px !important;
    font-weight: 200 !important;
    line-height: 1.3 !important;
  }

  .pricing-page  .boxed-content.full.no-shadow {
    padding: 15px;
  }

}


@media(max-width:791px){

  .rebrand-page {
    padding-top: 44px;
  }

}

@media(max-width:767px){


  .integration-page .bottom-section .widget-type-form form fieldset.form-columns-2 .hs-form-field {
    width: calc(46% + 14px);
    display: inline-block;
    vertical-align: top;
    padding-left: 18px !important;
  }


  .comparison-page .main-section .widget-type-rich_text p {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 200;
  }

  .platform-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .comparison-page .widget-type-rich_text p {
    font-size: 16px;
    line-height: 1.625;
    font-weight: 200;
  }

  .pricing-page .boxed-content .content h5 {
    font-size: 26px;
    line-height: 1.4;
  }

  .table {
    margin: 0;
    overflow: auto;
  }

  .table table {
    box-sizing: border-box;
    width: 100%;
  }

  .lightspeed .banner-wrapper {
    padding-top: 44px;
  }

  .lightspeed .banner-wrapper .top-content h1 {
    margin-bottom: 28px;
  }

  .pricing-page .main-section .widget-type-rich_text h4 {
    line-height: 1.02857142857;
  }

  .pricing-page .widget-type-rich_text h6 {
    line-height: 1.44444444444;
    font-weight: 200;
  }

  .mkt-automation-page .bottom-section .dnd-section {
    padding: 0 13px 36px;
  }

  .mkt-automation-page .bottom-section h5 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 300 !important;
  }

  .business-page .content-with-image p,
  .business-page .main-section .widget-type-rich_text p {
    line-height: 1.18181818182;
    color:#444;
  }

  .contact-page .widget-type-rich_text h1 {
    line-height: 0.83333333333;
  }

  .features-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .features-page .widget-type-rich_text h6 {
    line-height: 2.57142857143;
  }

  .business-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .contact-page .main-section .widget-type-rich_text h5 {
    font-size: 18px;
    line-height: 1.3;
  }

  .demo-page .widget-type-rich_text p {
    line-height: 1.44444444444;
  }

  .service-page .content-with-image p,
  .service-page .main-section .widget-type-rich_text p {
    line-height: 1.18181818182;
  }

  .integration-page .bottom-section .dnd-section {
    padding-bottom:0px;
  }

  .integration-page .top-section .widget-type-rich_text h2{
    font-size: 27px;
    line-height:1.77777777778;
  }

  .covid-page .widget-type-rich_text h4 {
    font-size: 26px;
    line-height: 1.4;
    padding: 18px 0;
  }

  .features-page .bottom-section .widget-type-rich_text h6 {
    line-height: 2.25;
  }

  .service_page .bottom-section .widget-type-rich_text p, 
  .service_page .top-section .widget-type-rich_text p {
    line-height: 1.44444444444;
  }

  .service_page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .alternative-page .widget-type-linked_image {
    max-width: 430px;
  }

  .alternative-page .widget-type-rich_text h6 {
    font-size: 18px;
    line-height: 1.44444444444;
    font-weight: 200;
  }

  .home-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .home-page .testimonial-card-wrapper .testimonial-content p {
    line-height: 1.18181818182;
  }
  .customization .content-with-image .image{
    max-width: 430px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .mkt-automation-page .top-section .widget-type-rich_text h5 {
    font-weight: 300 !important;
    line-height: 1.28571428571;
  }

  .mkt-automation-page .top-section .dnd-section {
    padding: 4px 10px 6px 10px;
  }

  .mkt-automation-page .targeted_marketing .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .mkt-automation-page .retail_section .dnd-section {
    margin: 20px 0;
  }

  .mkt-automation-page .retail_section .dnd-section>Div {
    padding: 28px 0px;
  }

  .mkt-automation-page .retail_section h5 {
    font-size: 26px;
    line-height: 1.38461538462;
    font-weight: 300 !important;
  }

  .platform-page .boxed-content .content p {
    font-size: 18px !important;
    font-weight: 200 !important;
    line-height: 1.44444444444 !important;
  }

}

@media(max-width:900px) and(min-width:641px) {
  .business-page .form-columns-2 .hs-form-field {
    width: 100% !important;
    padding: 0 !important;
  }
}


@media(max-width:700px){
  .pricing-page table {
    box-sizing: border-box;
    width: 100% !important;
  }
}

@media(max-width:640px){

  .widget-type-space .hs_cos_wrapper_type_space {
    height: 0 !important;
  }

  .service-page .content-with-image h2 {
    margin-top: 15px;
  }

  .pricing-page .boxed-content .content p {
    font-size: 20px !important;
    font-weight: 200 !important;
    line-height: 1.3 !important;
  }



  .contact-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .mkt-automation-page .content-with-image .image{
    float:none;
  }

  .lightspeed .banner-wrapper {
    padding-top: 61px;
  }

  .mkt-automation-page .logos .inner span {
    display: inline-block !important;
    max-width: 116px;
    width: 100% !important;
    min-width: auto;
    padding: 17px;
  }

  .mkt-automation-page .logos .inner span img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
  }

  .service-page .widget-type-linked_image {
    max-width: 430px;
    margin: 0px auto;
  }

  .integration-page .bottom-section .widget-type-form form {
    width: 90%;
    flex-direction: column;
    margin: 0px auto;
    padding: 0px 7px;
  }

  .integration-page .bottom-section .widget-type-form form fieldset {
    width: 100%;
    padding: 0;
  }

  .integration-page .hs_submit.hs-submit {
    width: 100%;
    text-align: center;
  }

  .integration-page .bottom-section .widget-type-form form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    padding: 0 !important;
    margin-bottom: 24px;
  }

  .business-page .content-with-image h2 {
    margin-top: 15px;
  }

  .integration-page .bottom-section .widget-type-form form .hs_error_rollup {
    order: 0;
    padding: 0;
    margin-bottom: 10px;
  }

  .contact-page .main-section .widget-type-rich_text h5 {
    font-size: 20px;
    line-height: 1.25;
  }

  .mkt-automation-page.lightspeed .customization .widget-type-rich_text {
    text-align: center;
  }

  .mkt-automation-page .customization .content-with-image,
  .mkt-automation-page .targeted_marketing .widget-type-rich_text ,
  .mkt-automation-page  .segmentation .widget-type-rich_text {
    text-align: center;
  }

  .mkt-automation-page h5 {margin:0px auto;
  }

  .mkt-automation-page .button-module.no-style {
    text-align: center;
  }

  .integration-page .services .row+.row .item:last-child .image {
    padding-bottom: 9px;
  }

  .integration-page .services .row+.row .item:first-child .image {
    padding-top: 30px !important;
    padding-bottom: 39px;
  }

  .mkt-automation-page  .segmentation  .widget-type-linked_image {
    text-align: center;
  }

  .mkt-automation-page .targeted_marketing .dnd-section {
    margin: 20px 0;
    padding: 8px 0;
  }

  .mkt-automation-page .retail_section .dnd-section>Div {
    padding:35px 0 28px 0px;
  }

  .mkt-automation-page .content-with-image .image {
    padding-bottom: 55px;
    padding-right: 17px;
    padding-left: 17px;
  }

  .mkt-automation-page .targeted_marketing .dnd-section {
    padding-bottom: 20px !important;
  }

  .mkt-automation-page .retail_section .dnd-section {
    padding-top: 0 !important;
  }

}


@media(max-width:480px){

  .mkt-automation-page .top-section .widget-type-rich_text h5 {
    font-size: 20px;
    line-height: 1.25;
  }


  .mkt-automation-page .customization  .dnd-section ,
  .mkt-automation-page .segmentation .dnd-section {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .mkt-automation-page .targeted_marketing .dnd-section {
    padding: 8px 4px;
  }


}


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

.container-fluid.right-column h2 a {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(165,88,211,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.container-fluid.right-column h2 a:hover {
  color: rgba(165,88,211,.6);
  border-color: rgba(165,88,211,.15);
}



.container-fluid.intro-section .widget-type-header h1 {
  font-size: 32px;
  font-weight: 300;
  color: #a558d3;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 60px;
  text-align: center;
  line-height: .8;
}
.sidebar-content {
  padding: 17px;
}
.sidebar-inner {
  padding-top: 12px;
  padding-bottom: 25px;
  padding-left: 20px;
  padding-right: 12px;
  border-radius: 8px;
  background-color: #f5f5f5;
  margin-right: 30px;
}

.sidebar-inner .hs_cos_wrapper_type_text {
  font-size: 24px;
  font-weight: 300;
  color: #a558d3;
  display: block;
  line-height: 59px;
  margin: .67em 0;
  margin-top: 0;
}

.sidebar-inner ul {
  font-size: 20px;
  line-height: 1.5;
  color: #444;
  padding-left: 40px;
  display: block;
}

.sidebar-inner ul li {
  margin-bottom: 20px;
  position: relative;
}

.sidebar-inner ul li a {
  font-size: 18px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
  text-transform: none;
  display: inline;
  padding: 0;
}

.sidebar-inner ul li a:hover, .sidebar-inner .hs-menu-item.active a {
  color: #a45cd1;
}

.sidebar-inner ul li:hover:before {
  border-left: 2px solid #a45cd1;
  position: absolute;
  left: -35px;
  content: "";
  height: 100%;
  width: 3px;
  top: 2px;
}
.sidebar-inner .hs-menu-item.active a:before {
  border-left: 2px solid #a45cd1;
  position: absolute;
  left: -35px;
  content: "";
  height: 100%;
  width: 3px;
  top: 2px;
}
.sidebar-content.stick .sidebar-inner {
  position: fixed;
  width: 25%;
  top: 40px;
  max-width: 336px;
  box-sizing: content-box;
}
.container-fluid.right-column .widget-type-rich_text{
  margin-left: 10px;
  padding-bottom: 68px ;
}
.sidebar-inner .hs-menu-item.active a {
  position: relative;
}
.container-fluid.right-column p,.container-fluid.right-column ul {
  font-size: 20px;
  line-height: 1.5;
  color: #444;
}
.container-fluid.right-column img {
  vertical-align: unset;
}

.container-fluid.right-column h3 {
  font-size: 22px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
  text-transform: none;
  margin-top: 40px;
}
.container-fluid.right-column h2 {
  font-size: 24px;
  font-weight: 400;
  color: #444;
  line-height: 1.5;
  text-transform: none;
  margin-top: 40px;
}

.container-fluid.right-column strong {
  font-weight: 400;
}
.container-fluid.right-column h1 {
  font-size: 26px;
  font-weight: 400;
  color: #a558d3;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none !important;
  margin-top: 50px;
  margin-bottom: 0px;
}

.container-fluid.right-column {
  font-family: nunito-sans;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.8em;
  text-transform: none;
}
.container-fluid.intro-section {
  padding-top: 51px;
}
.two-colmn-wrapper {
  padding-bottom: 68px;
}
.container-fluid.right-column h3 {
  font-size: 22px;
  font-weight: 300;
  color: #444;
  line-height: 1.5;
  text-transform: none;
  margin-top: 40px;
}

.container-fluid.right-column ol {
  font-weight: 300;
  padding-left: 0;
  MARGIN:0;
}
.container-fluid.right-column h1 a:Hover {
  color: rgba(47,47,47,.6);
  border-color: rgba(47,47,47,.15);
}
.container-fluid.right-column ol li {
  font-size: 24px;
  color: #444;
  padding-top: 20px;
}
.container-fluid.right-column h1 a {
  padding-bottom: .05em;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(47,47,47,.3);
  -webkit-transition: border-color .15s ease-out,color .15s ease-out;
  -moz-transition: border-color .15s ease-out,color .15s ease-out;
  -ms-transition: border-color .15s ease-out,color .15s ease-out;
  -o-transition: border-color .15s ease-out,color .15s ease-out;
  transition: border-color .15s ease-out,color .15s ease-out;
}
.two-colmn-wrapper.loyalty .sidebar-inner .hs_cos_wrapper_type_text {
  color: #3AB4E2;
  font-size: 32px;
  font-weight: 200;
  line-height: 52px;
  margin-bottom: 1em;
}

.two-colmn-wrapper.loyalty .sidebar-inner ul {
  padding-left: 32px;
  font-family: nunito-sans;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  letter-spacing: 0em;
  line-height: 1.8em;
  text-transform: none;
  margin-bottom: 1em;
  list-style-type: decimal;
}

.two-colmn-wrapper.loyalty .sidebar-inner ul li a {
  font-size: 25px;
  color: #444;
  font-weight: 300;
  line-height: 34px;
}
.two-colmn-wrapper.loyalty .container-fluid.right-column a {
  color: #3ab4e2;
  text-decoration: underline;
}
.two-colmn-wrapper.loyalty .container-fluid.right-column img {
  width: 100% !important;
}
.two-colmn-wrapper.loyalty iframe {
  background: white;
  max-width: 540px;
  width: calc(100% - 2px);
  border-radius: 3px;
  border: 1px solid rgb(219, 219, 219);
  box-shadow: none;
  display: block;
  margin: 0px 0px 12px;
  min-width: 326px;
  padding: 0px;
}


.container-fluid.body-container.automation-page .widget-type-linked_image{
  padding-top: 34px;
}
.automation-main-sec .widget-type-linked_image {
  padding-top: 34px;
}
.container-fluid.body-container.automation-page h6 {
  color: #444;
  font-weight: 300;
  line-height: 2.13;
  text-align: center;
  font-size: 16px;
  margin-bottom: 0px;
  letter-spacing: 1px;
  margin: 0;
}
.container-fluid.body-container.automation-page h3,
.automation-main-sec h2{
  font-weight: 200;
  line-height: 52px;
  font-size: 26px;
  margin-bottom: 0.83em;
  color: #63bce6;
  font-size: 32px;
  margin-top: 0.83em;
}

.container-fluid.body-container.automation-page h3:first-child,
.automation-main-sec h2:first-child {
  margin-top: 0;
}
.container-fluid.body-container.automation-page .button-module {
  text-align: center;
  line-height: 35px !important;
}

.container-fluid.body-container.automation-page .button-module a {
  color: #3ab4e2;
}
.container-fluid.body-container.automation-main-sec .button-module a.hs-btn {
  font-size: 18px;
  padding: 12px;
  border-radius: 6px;
  color: #ffffff;
  letter-spacing: 0.2px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 22px;
  padding-right: 22px;
  display: inline;
  line-height: 1.8em;
  font-family: nunito-sans;
  border: 1px solid #a45dd0;
  background-color: #a45dd0;
  border: 1px solid #a45dd0;
}
.container-fluid.body-container.automation-main-sec .button-module a.hs-btn:hover {
  opacity: 1;
}
.container-fluid.body-container.automation-page p,
.automation-main-sec p{
  font-size: 22px;
  line-height: 34px;
}

.container-fluid.careers-page-row1 h1 {
  color: #3ab4e2;
  font-size: 32px;
  text-align: left;
  line-height: 1.86;
}
main.body-container-wrapper.careers-page-wrapper p {
  font-size: 18px;
  color: #444;
  font-weight: 300;
  line-height: 1.9;
}

.container-fluid.careers-page-row1 .button-module {
  text-align: left;
}
.container-fluid.careers-page-row2 ul {
  font-size: 18px;
  list-style-type: none;
  line-height: 1.5;
  padding: 0;
}

.container-fluid.careers-page-row2 ul li h5 {
  font-size: 20px;
  color: #3ab4e2;
  font-weight: 300;
  line-height: 2.26;
  margin: 0;
}
.container-fluid.careers-page-row2 h5 {
  font-size: 22px;
  color: #3ab4e2;
  font-weight: 300;
  line-height: 2.06;
  margin: 0;
}
.container-fluid.careers-page-row2 hr {
  font-size: 14px;
}
.container-fluid.careers-page-row2 h4 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 0px;
  font-weight: 400;
  line-height: 1.26;
}

main.body-container-wrapper.careers-page-wrapper p a {
  text-decoration: underline;
  margin-top: 0px;
  color: #3ab4e2;
}
.container-fluid.careers-page-row2 h6 {
  margin: 0;
  text-align: left;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
  font-weight: 300;
  line-height: 2.15;
  /* margin: 0; */
}
.container-fluid.right-column ol ul li {
  color: #444;
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  padding-top: 12px;
  margin-bottom: 12px;
}
.container-fluid.right-column ol ul {
  padding-bottom: 20px;
}
.mkt-automation-header .header__container {
  padding: 22px 22.5px;
}

.animation-element {
  opacity: 0;
  -webkit-transition: opacity 200ms 400ms ease-out;
  -moz-transition: opacity 200ms 400ms ease-out;
  -ms-transition: opacity 200ms 400ms ease-out;
  -o-transition: opacity 200ms 400ms ease-out;
  transition: opacity 200ms 400ms ease-out;
}

.in-view {
  opacity: 1;
}



/*
.container-fluid.mkt-automation-row5 .dnd-section>.row-fluid>div,
.container-fluid.mkt-automation-row3 .dnd-section>.row-fluid>div{
margin: 0 -17px;
width: unset;
}
*/
/* .body-wrapper {
  overflow-x: hidden;
} */

.container-fluid.abt-row1 img {
  vertical-align: baseline;
}


.container-fluid.abt-row4 p {
  font-weight: 400;
  padding-top: 0;
  margin-top: 4px;
}

.container-fluid.abt-row4 h3 {
  font-weight: 200;
  line-height: 1.85;
  font-size: 28px;
  margin-bottom: 0;
  color: #a558d3;
}
.container-fluid.abt-row4 .widget-type-space .hs_cos_wrapper_type_space,
.container-fluid.abt-row5 .widget-type-space .hs_cos_wrapper_type_space,
.container-fluid.fastlane-row1 .widget-type-space .hs_cos_wrapper_type_space{
  min-height: 1.8em;
  font-size: 14px;
  height: auto;
}
.container-fluid.abt-row4 .dnd-section {
  border-bottom: 1px solid #dfdfdf;
}
.container-fluid.abt-row5 h4 {
  font-size: 24px;
  margin: 10px 0;
  line-height: 1.06;
}

.fastlane-header .header-bottom-space {
  display: none;
}
.fastlane-page-wrapper .row-fluid .span12 {
  min-height: auto;
}
.container-fluid.fastlane-row2 h4 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
  margin: 1.33em 0;
  margin-top: 45px;
  margin-bottom: 46px;
  color:#333;
}
.container-fluid.fastlane-row4 .button-module a.hs-btn:hover {
  opacity: 1;
}
.container-fluid.fastlane-row2 {
  font-size: 14px;
  line-height: 1.8em;
}
.container-fluid.fastlane-row3 .dnd-section {
  background-size: 100% 100% !important;
}

.container-fluid.fastlane-row3 h5 {
  max-width: 945px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.64;
}
.container-fluid.fastlane-row4 h4 {
  font-size: 24px;
  margin: 1.33em 0;
  font-weight: 400;
  line-height: 1.05;
}

.container-fluid.fastlane-row4 img {
  vertical-align: baseline;
}

.container-fluid.fastlane-row4 .button-module a.hs-btn {
  border-radius: 3px;
  padding: 10px 40px;
  font-size: 22px;
  line-height: 1.56;
  background-color: #9f5ed4;
}
.container-fluid.fastlane-row3 p {
  padding-right: 20px;
  padding-left: 20px;
  margin-left: 10px;
  margin-right: 10px;
}
.top-sec1 {
  width: 83.3333%;
  margin: 0 auto;
}

.top-sec1 .left-spacer {
  width: 20%;
  min-height: 1px;
  float: left;
}

.top-sec1 .right-spacer {
  width: 10%;
  min-height: 1px;
  float: left;
}

.container-fluid.top-left-col {
  width: 30%;
  float: left;
}

.container-fluid.top-right-col {
  width: 40%;
  float: left;
}
.top-sec1 .widget-type-linked_image ,
.top-sec2  .widget-type-linked_image {
  padding-top: 34px;
}

.top-sec1 .container-fluid.top-left-col .dnd-section {
  padding: 0;
}

.top-sec1 h3 {
  font-weight: 200;
  line-height: 2;
}
.top-sec2 h2 {
  color: #63bce6;
  font-size: 26px;
  font-weight: 200;
  line-height: 2;
}
.container-fluid.top-right-col p ,
.top-sec2 p{
  line-height: 1.56;
  font-size:22px
}
.top-sec2 .left-spacer {
  width: 10%;
}
.top-sec2 .left-spacer {
  min-height: 1px;
  float: left;
}

.bottm-col-wrapper {
  width: 90%;
  float: left;
}

.container-fluid.bottom-left-col {
  width: 55.5556%;
  float: left;
}

.container-fluid.bottom-right-col {
  width: 44.4444%;
  float: left;
}
.top-sec2.clearfix {
  width: 83.3333%;
  margin: 0 auto;
}

.middle-spacer {
  padding: 17px;
}

.middle-spacer .inner-spacer {
  height: 34px;
}
.auto-page-wrapper .automation-main-sec h2 {
  color: #63bce6;
  font-size: 26px;
}
.container-fluid.shopify-row1 .hs_cos_wrapper_type_rich_text h1 {
  color: #2f2f2f;
  font-weight: 800;
}

.container-fluid.shopify-row1 .logos .inner img {
  padding: 0px 20px 0px 20px;
}
.container-fluid.shopify-row2 .logos .inner img {
  padding: 0px 20px 0px 20px;
}
.container-fluid.shopify-row1 .logos .inner a:first-child img {
  padding: 10px;
}
main.shopify-page-wrapper .hs_cos_wrapper_type_rich_text h2 {
  font-weight: 600;
  color: #2f2f2f;
}
main.shopify-page-wrapper .hs_cos_wrapper_type_rich_text p{

  font-size: 22px;
  color: #707070;
  line-height: 1.5;
}
.container-fluid.shopify-row3 .hs_cos_wrapper_type_rich_text h2 {
  margin-bottom: 0.83em;
}

.container-fluid.shopify-row3 .widget-type-linked_image {
  padding-top: 34px;
}
.container-fluid.shopify-row3 a.video,
.container-fluid.shopify-row3 a,
.container-fluid.shopify-row3 a.video:hover,
.container-fluid.shopify-row3 a:hover {
  color: #3abfe2;
}
.container-fluid.shopify-row3 .button-module a.hs-btn,
.container-fluid.shopify-row5  .button-module a.hs-btn ,
.container-fluid.shopify-row4 .button-module a.hs-btn {
  background-color: #3ab4e2;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  font-size: 22px;
  border-radius: 3px;
  padding: 12px 20px 15px 19px;
  border: 1px solid #3ab4e2;
  display: inline-block;
  line-height: inherit;
}
.container-fluid.shopify-row4 img {
  vertical-align: baseline;
}
.container-fluid.shopify-row3 .button-module a.hs-btn:hover,
.container-fluid.shopify-row5  .button-module a.hs-btn:hover ,
.container-fluid.shopify-row4 .button-module a.hs-btn:hover {
  background: transparent !important;
  color: #3ab4e2 !important;
}
.container-fluid.shopify-row3  .button-module,
.container-fluid.shopify-row5  .button-module,
.container-fluid.shopify-row4 .button-module{
  font-size: 14px;
  line-height: 1.8em;
}
.container-fluid.shopify-row4 .span6.dnd-column {
  border-radius: 5px;
}
.shopify-header .cta_button.get_marsello:hover {
  opacity: 1;
}

@media only screen and (max-width: 1120px){
  .sidebar-inner .hs_cos_wrapper_type_text {
    line-height: 50px;
  }
  .two-colmn-wrapper.loyalty .sidebar-inner .hs_cos_wrapper_type_text {
    font-size: 35px;
    line-height: 43px;
  }
  .two-colmn-wrapper.loyalty .sidebar-inner ul li a {
    font-size: 19px;
  }
  .container-fluid.careers-page-row1 h1 {
    line-height: 1.57;
  }
  .container-fluid.abt-row4 h3 {
    font-size: 35px;
    line-height: 1.2;
  }
  .container-fluid.body-container.automation-page h3, .automation-main-sec h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media only screen and (max-width: 1024px){
  .container-fluid.intro-section {
    padding-top: 34px;
  }
  .two-colmn-wrapper {
    padding-bottom: 34px;
  }
  .container-fluid.right-column .widget-type-rich_text{
    padding-bottom: 0 ;
  }
  .two-colmn-wrapper.loyalty .sidebar-inner .hs_cos_wrapper_type_text {
    font-size: 30px;
    line-height: 42px;
  }
  .top-sec1 h3,.top-sec2 h2 {
    line-height: 1.64;
  }

  .inner-spacer {
    padding: 0 0 !important;
  }

  .middle-spacer {
    padding: 0 0 !important;
  }

  .container-fluid.abt-row4 h3 {
    font-size: 22px;
    line-height: 1.92;
  }
}
@media (min-width: 705px) and (max-width: 980px){
  .container-fluid.shopify-row4 .row-fluid .span4 {
    padding: 0 !important;
  }
}

@media (min-width: 641px) and (max-width: 981px){
  .automation-page-wrapper {
    word-break: normal;
  }

}
@media only screen and (max-width: 910px){

  .two-colmn-wrapper.loyalty .sidebar-inner .hs_cos_wrapper_type_text {
    font-size: 26px;
    line-height: 30px;
    text-align: left;
  }

  .container-fluid.fastlane-row2 h4 {
    font-size: 28px;
  }

  .container-fluid.body-container.automation-page h3,
  .automation-main-sec h2 {
    line-height: 30px;
    font-size:26px;
  }

  .container-fluid.abt-row4 h3 {
    line-height: 1.4;
  }

  .top-sec1 h3, .top-sec2 h2 {
    line-height: 1.18;
  }

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

  .container-fluid.intro-section .widget-type-linked_image .hs_cos_wrapper_type_linked_image {
    max-width: 430px;
    margin: 0 auto;
    display: block;
  }

  .container-fluid.right-column ol {
    list-style-position: inside;
  }

  .container-fluid.intro-section .widget-type-header h1 {
    margin-top: 26px;
    line-height: 1;
  }

  .sidebar-inner .hs_cos_wrapper_type_text {
    text-align: center;
    line-height: 40px;
  }
  .sidebar-inner {
    margin-right: 0;
  }
  .sidebar.span4 {
    width: 100%;
  }
  .container-fluid.body-container.automation-page .button-module {
    line-height: 26px !important;
  }
  .right-column.span8 {
    width: 100%;
  }
  .sidebar-inner {
    margin: 0 auto;
    max-width: 340px;
    width: 100%;
  }
  .sidebar-content.stick .sidebar-inner {
    position: static;
    width: auto;
    max-width: 340px;
  }
  .sidebar-inner {
    box-sizing: content-box;
  }
  .two-colmn-wrapper.loyalty .sidebar-inner ul li a {
    font-size: 16px;
    line-height: 26px;
    font-weight: 200;
  }
  .container-fluid.body-container.automation-page p {
    line-height: 26px;
    font-weight: 200;
  }

  .automation-main-sec p {
    line-height: 26px;
    font-weight: 200;
  }
  .container-fluid.abt-row4 p {
    font-weight: 400 !important;
  }

  .container-fluid.abt-row4 .dnd-section {
    padding-bottom: 25px !important;
    margin-bottom: 23px !important;
  }
  .container-fluid.body-container.automation-page h2 {
    font-size: 26px;
    line-height: 30px;
  }


  .container-fluid.body-container.automation-page h6 {
    line-height: 26px;
    font-weight: 200;
  }
  .container-fluid.careers-page-row1 h1 {
    line-height: 1.25;
  }

  main.body-container-wrapper.careers-page-wrapper p {
    line-height: 1.45;
  }

  .container-fluid.careers-page-row1 .button-module {
    text-align: center;
  }

  .container-fluid.careers-page-row2 ul li h5 {
    line-height: 1.8;
    font-weight: 300 !important;
  }

  .container-fluid.careers-page-row2 h6 {
    line-height: 1.67;
    font-weight: 200;
  }

  .container-fluid.careers-page-row2 h5 {
    line-height: 1.6;
    font-weight: 300 !important;
  }
  .container-fluid.fastlane-row1 .widget-type-linked_image img,
  .container-fluid.shopify-row3 .widget-type-linked_image img{
    max-width: 430px !important;
    margin: 0 auto;
    width: 100%;
  }

  .container-fluid.fastlane-row3 h5 {
    font-size: 26px;
    line-height: 1.4;
  }

  .container-fluid.fastlane-row4 .button-module a.hs-btn {
    line-height: 1.2;
  }

  .container-fluid.fastlane-row4 .row-fluid .span6 .widget-type-space .hs_cos_wrapper_type_space {
    height: 26px;
  }
  .container-fluid.top-right-col p, .top-sec2 p {
    line-height: 1.2;
  }
}
@media (min-width: 200px) and (max-width: 700px){
  .container-fluid.body-container.automation-main-sec .button-module a.hs-btn {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 16px !important;
    line-height: 1.45;
  }
}
@media screen and (max-width: 640px){

  .container-fluid.intro-section .widget-type-linked_image {
    width: 100%;
  }
  .two-colmn-wrapper {
    padding: 0;
  }
  .container-fluid.intro-section {
    padding: 0;
  }
  .dnd-section .widget-type-cell {
    min-height: auto;
  }

  .sidebar-inner {
    box-sizing: content-box;
  }

  .automation-main-sec .widget-type-linked_image img {
    max-width: 430px !important;
    width: 100%;
  }

  .container-fluid.body-container.automation-page h3, .automation-main-sec h2 {
    margin-bottom: 0;
  }

  .automation-main-sec p {
    margin-top: 1em;
  }

  .automation-page-wrapper .dnd-section .widget-type-cell {
    min-height: 0;
  }

  .automation-page-wrapper .row-fluid .span12 {
    min-height: 0;
  }
  main.body-container-wrapper.careers-page-wrapper .dnd-section .row-fluid .span12 {
    min-height: auto;
  }

  .container-fluid.right-column h1 {
    text-align: center;
  }
  main.body-container-wrapper.careers-page-wrapper .widget-type-linked_image img {
    max-width: 430px !important;
    margin: 0 auto;
    display: block;
    width: 100%;
  }
  .automation-main-sec .widget-type-linked_image {
    padding: 17px;
  }
  .anim-img-wrapper {
    max-width: 430px;
    margin: 0 auto;
  }
  main.body-container-wrapper.about-page-wrapper .row-fluid .span12 {
    min-height: auto;
  }

  .container-fluid.abt-row4 img {
    max-width: 430px !important;
    margin: 0 auto;
    display: block;

  }
  .container-fluid.abt-row4 img {
    width: 100%;
  }
  .container-fluid.abt-row4 p {
    text-align: center;
  }

  .container-fluid.abt-row4 h3 {
    font-size: 20px;
    text-align: center;
    padding-top: 25px;
  }
  .container-fluid.fastlane-row2 h4 {
    font-size: 40px;
  }

  .container-fluid.fastlane-row3 h5 {
    font-weight: 300 !important;
  }

  .container-fluid.fastlane-row4 .row-fluid .span6 .widget-type-space .hs_cos_wrapper_type_space {
    height: 26px !important;
  }
  .top-sec1 .left-spacer {
    display: none;
  }

  .top-sec1 .right-spacer {
    display: none;
  }

  .container-fluid.top-left-col {
    width: 100%;
  }

  .container-fluid.top-right-col {
    width: 100%;
  }

  .top-sec1 {
    width: 100%;
    padding: 0 2px;
  }

  .top-sec2.clearfix {
    padding: 0 2px;
  }

  .auto-page-wrapper.responsive .page-center.clearfix {
    width: 97% !important;
  }

  .middle-spacer {
    display: none;
  }

  .top-sec1 img.hs-image-widget, .top-sec2 img.hs-image-widget {
    max-width: 430px !important;
    margin: 0 auto;
    width: 100%;
  }

  .top-sec2.clearfix {
    width: 100%;
  }

  .top-sec2 .left-spacer {
    width: 100%;
    float: none;
  }

  .bottm-col-wrapper {
    width: 100%;
  }

  .container-fluid.bottom-left-col {
    width: 100%;
  }

  .container-fluid.bottom-right-col {
    width: 100%;
  }

  .auto-page-wrapper .page-center .dnd-section>.row-fluid {
    width: 100% !important;
  }

  .auto-page-wrapper .row-fluid .span12 {
    min-height: auto;
  }

  .auto-page-wrapper .automation-main-sec p {
    line-height: 26px !important;
  }

  .container-fluid.shopify-row3 .hs_cos_wrapper_type_rich_text h2 {
    margin-bottom: 0;
  }

  main.shopify-page-wrapper .hs_cos_wrapper_type_rich_text p {
    margin-top: 22px;
  }

  main.shopify-page-wrapper .row-fluid .span12 {
    min-height: auto;
  }

  .container-fluid.shopify-row3  .button-module.no-style.no-border {
    font-weight: 300;
  }
}

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

  .container-fluid.shopify-row3 {
    text-align: center;
  }

  .container-fluid.shopify-row3 .button-module.no-style.no-border {
    text-align: center;
  }

}



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

  .sidebar-inner,.sidebar-content.stick .sidebar-inner {
    width: 80%;
    margin-top: -30px;
    margin-bottom: 30px;
  }

  .container-fluid.right-column .widget-type-rich_text {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-fluid.intro-section .widget-type-header h1 {
    line-height: 1;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    hyphens: manual;
    margin-left: 10px;
    margin-right: 10px;
  }

}
/* https://gist.github.com/JacobLett/12a8fbdce4960a54029c53c560a09c7e */
.gap-half {
  gap: 0.5rem;
}

.gap-1 {
  gap: 1rem;
}

.gap-2 {
  gap: 2rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color:  !important;
}

.bg-secondary {
  background-color:  !important;
}

.bg-accent-1 {
  background-color:  !important;
}
.bg-accent-2 {
  background-color:  !important;
}
.bg-accent-3 {
  background-color:  !important;
}
.bg-accent-4 {
  background-color:  !important;
}
.bg-link {
  background-color: #0270E0 !important;
}

.bg-black {
  background-color:  !important;
}

.bg-white {
  background-color:  !important;
}

.bg-success {
  background-color: #28a745 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-muted {
  background-color: #e2e2e2 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color:  !important;
}

.border-secondary {
  border-color:  !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-1 {
  border-radius: 0.5rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-fit-content {
  width: fit-content !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semi-bold {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color:  !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important;
}

.text-secondary {
  color:  !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #545b62 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color:  !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}


img.hs-image-widget,
.blog-post__body img,
figure img,
.img-fluid{
  max-width:100%;
  height:auto
}

/* Create the parallax scrolling effect */
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.object-fit {  
  object-fit: cover;
  height:100%;
  width:100%;
}

@media (min-width: 960px) {
  .breakout-row-l {
    margin-left: -80px;
    width: auto;
  }
}

/* Transformations */
.rotate180 {
  transform: rotate(180deg);
}

/* TOOLTIPS */
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip .tooltiptext {
  opacity: 0;
  width: 250px;
  background-color: #2f2f2f;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 15px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -125px;
  font-family: Poppins;
  font-weight: 400;
  line-height: 1.2;
  transition: .2s linear;
  pointer-events: none;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #2f2f2f transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  opacity: 1;
}

/* TOOLTIPS END */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.animated_underline {
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-width: 2px;
  border-style: none;
  color: #222d3d;
  padding-bottom: 4px;
  position: relative;
}

.animated_underline:after {
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  background: #222d3d;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 100%;
}

.animated_underline:hover:after { 
  width: 0; 
  left: 50%; 
}

.tag {
  background-color: #f1f5f9;
  border-radius: 5px;
  color: #747474;
  font-size: 12px;
  font-weight: 600;
  padding: .5rem 1rem;
  width: fit-content;
}

.tag:hover {
  color: var(--accent-color);
}

.gray_border {
  border: 1px solid var(--border-color);
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/* Primary CTA */
.cta__primary {
  -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  display: flex !important;
  align-items: center;
  gap: 0.3rem;
  text-align: center !important;
  text-decoration: none !important;
  -moz-transition: all .2s ease !important;
  -webkit-transition: all .2s ease !important;
  -o-transition: all .2s ease !important;
  background: linear-gradient(
      to right,
      #f36a62,
      #e06e7c
    ) !important;
  border-radius: 50px !important;
  border-width: 0px !important;
  color: #FFFFFF !important;
  font-family: sans-serif !important;
  font-weight: 500;
  height: 50px !important;
  transition: all .4s ease !important;
  padding: 0px 26px;
  text-shadow: none !important;
  width: fit-content !important;
  font-size: 16px !important;
  font-family: Poppins !important;
  line-height: 1.5em !important;
  position: relative;
}

.cta__primary span {
transition: all .2s ease;
}

.cta__primary img {
  opacity: 0;
  position: absolute;
  right: -25px;
  top: 50%;
  transition: all .2s ease;
  transform: translateY(-50%);
  visibility: hidden;
}

/* Secondary CTA */
.cta__secondary {
    -webkit-font-smoothing: antialiased !important;
  cursor: pointer !important;
  -moz-user-select: none !important;
  -webkit-user-select: none !important;
  -o-user-select: none !important;
  user-select: none !important;
  display: flex !important;
  align-items: center;
  gap: 0.3rem;
  text-align: center !important;
  text-decoration: none !important;
  -moz-transition: all .2s ease !important;
  -webkit-transition: all .2s ease !important;
  -o-transition: all .2s ease !important;
  border: 2px solid black;
  border-radius: 50px !important;
  color: black !important;
  font-family: sans-serif !important;
  font-weight: 500;
  height: 50px !important;
  transition: all .4s ease !important;
  padding: 0px 26px;
  text-shadow: none !important;
  width: fit-content !important;
  font-size: 16px !important;
  font-family: Poppins !important;
  line-height: 1.5em !important;
  position: relative;
}
.cta__secondary span {
  transition: all .2s ease;
}

.cta__secondary img {
  opacity: 0;
  position: absolute;
  right: -25px;
  top: 50%;
  transition: all .2s ease;
  transform: translateY(-50%);
  visibility: hidden;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.cta__secondary:hover span,
.cta__primary:hover span {
  transform: translateX(-10px);
}

.cta__secondary:hover img,
.cta__primary:hover img {
  opacity: 1;
  visibility: visible;
}

.header {
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  height: 70px;
  border-bottom: 2px solid #f5f5f5;
}

.header ul {
  margin: 0;
}

.scroll {
/*   outline: 2px solid #F5F5F5; */
/*   box-shadow: rgba(99, 99, 99, 0.1) 0px 2px 8px 0px; */
  background: #fff !important;
}

.header #submenu__overlay {
  height: 100vh;
  background: #121212;
  opacity: 10%;
  width: 100%;
  position: absolute;
  display: none;
}

.header .header__logo a {
  display: flex;
}
.header .header__logo img {
  width: 150px !important;
}

.header .header__container {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header__container .mobile__menu {
  display: none;
}

.header .header__container .desktop__menu {
  height: 100%;
}

.header .header__container #hs_menu_wrapper_menu > ul {
  margin-left: 2rem;
  display: flex;
  height: 100%;
  align-items: center;
  list-style: none;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-1 {
  margin: 0;
  height: 100%;
  transition: .1s linear;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-1 .icon_hover {
 transform: rotate(180deg);
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-1 i {
  margin-left: 0.5rem;
  font-size: 12px;
  transition: transform .1s linear;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-1 > a {
  font-weight: 500;
  font-size: 16px;
  color: black;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0rem 1rem;
  border-bottom: 3px solid #fff;
  border-top: 2px solid #fff;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-1 .hovered {
  border-bottom: 3px solid var(--secondary-color);
  color: var(--secondary-color);
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 {
  display: flex;
  gap: 1rem;
  width: 350px;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-3 {
  padding-top: 0.5rem;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 a {
  font-size: 18px;
  font-weight: 600;
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: 8px;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 a img {
  opacity: .5;
  margin-top: 2px;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 a:hover {
  color: black;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 a:hover img {
  opacity: 1;
}

.header .header__container #hs_menu_wrapper_menu .heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}

.header .header__container #hs_menu_wrapper_menu .subheading {
  font-weight: 400;
  color: #9F9F9F;
  font-size: 16px;
  margin-top: 0.5rem;
  line-height: 1.4;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-3 a:hover {
  color: #9F9F9F;
}

.header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 a:hover {
  background: var(--grey-color);
}

.header .header__menu #hs_menu_wrapper_menu > ul .hs-menu-depth-1:last-of-type {
  display: none;
}

.header .header__container .header__menu {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.header .header__container #hs_menu_wrapper_menu.desktop__menu .hs-menu-depth-1:hover > .hs-menu-children-wrapper {
  display: grid !important;
}

.header .header__container .header__menu .two-rows {
  grid-template-rows: repeat(2, 1fr) !important;
}

.header .header__container .hs-menu-depth-1>.hs-menu-children-wrapper {
  display: none;
  grid-template-rows: repeat(3, 1fr);
  grid-template-columns: auto;
  grid-auto-flow: column;
  margin: 0;
  position: absolute;
  background: #fff;
  height: auto;
  padding: 1rem;
  gap: 0.5rem;
  top: var(--header-height);
  border-radius: 0px 0px 16px 16px;
  z-index: 1;
  border-top: 2px solid #f5f5f5;
}

.header .header__container .header__buttons--container {
  display: flex;
  gap: 0.5rem;
}

.header .header__container .header__buttons--container .header__button--wrapper {
  display: flex;
}

.header .header__container .header__buttons--container .header__button--wrapper.mobile {
  display: none;
}

.header .header__container .mobile {
  display: none; 
}

/* HAMBURGER MENU */

#hamburger-menu {
  width: 23px;
  height: 23px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

#hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2f2f2f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger-menu span:nth-child(1) {
  top: 0px;
}

#hamburger-menu span:nth-child(2),#hamburger-menu span:nth-child(3) {
  top: 8px;
}

#hamburger-menu span:nth-child(4) {
  top: 16px;
}

#hamburger-menu.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}

#hamburger-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

/* For Tablets and iPad Pro (11 inch viewport) */
@media (max-width: 1250px) {
  .header .header__container #hs_menu_wrapper_menu>ul {
    margin-left: 1.5rem
  }
  
  .header .header__container #hs_menu_wrapper_menu .hs-menu-depth-1>a {
    padding: 0 1rem;
  }
}
  
/* For Tablets */
@media (max-width: 1024px) {
          
  .header .header__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0rem 1rem !important;
  }
  
  .header .header__logo img {
    width: 120px !important;
  }
  
  .header .header__logo__klaviyo img {
    width: 200px !important;
  }
  
  .header .header__menu {
    position: absolute;
    top: 69px;
    right: 0;
    bottom: 0;
    left: -100vw;
    opacity: 0;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    height: calc(100dvh - 69px) !important;
    align-items: start !important;
    transition: all .2s linear;
    border-top: 1px solid var(--grey-color);
  }
  
  .header .header__buttons--container, 
  .header .hs_cos_wrapper, 
  .header .hs-menu-wrapper, 
  .header li, 
  .header .header__menu ul a {
    width: 100%;
  }
  
  .header .header__container .header__buttons--container {
    flex-direction: column;
    padding: 1rem;
  }
  
  .header .header__container .desktop__menu {
    display: none;
  }
  
  .header .header__container .mobile__menu {
    display: flex;
    width: 100%;
  }
  
  .header .header__container .header__menu {
    justify-content: start;
  }

  .header .header__container #hs_menu_wrapper_menu > ul {
    width: 100%;
    height: 100%;
    margin: 0;
    flex-direction: column;
  }
  
  .header .header__container #hs_menu_wrapper_menu .heading {
    font-weight: 500;
    font-size: 16px;
  }

  .header .header__container #hs_menu_wrapper_menu .subheading {
    display: none;
  }

  .header .header__container #hs_menu_wrapper_menu .hs-menu-depth-1 .hovered {
    border-bottom: 1px solid var(--grey-color);
    color: black;
  }
  
  .header .header__container #hs_menu_wrapper_menu .hs-menu-depth-1 > a {
    justify-content: space-between;
    padding: 1.5rem 1rem;
    border-top: 0;
    border-bottom: 1px solid var(--grey-color);
    height: auto;
  }

  .header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 {
    width: 100%;
  }

  .header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 img {
    height: 15px;
    width: 15px;
    margin-top: 0px !important;
  }
  
  .header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 a {
    padding: 1rem;
    align-items: center;
    border-radius: 8px;
  }
  
  .header .header__container #hs_menu_wrapper_menu .hs-menu-depth-2 a:focused {
    background: #f5f5f5;
  }
    
  .header .header__container .hs-menu-depth-1 > .hs-menu-children-wrapper {
    background: #fafafa;
    flex-direction: column;
    padding: 1rem;
    display: none !important;
    width: 100%;
    border-radius: 0px;
    position: unset;
  }
  
  .header .header__container .header__buttons--container .nonmobile {
    display: none; 
  }
  
  .header .header__container .mobile {
    display: block; 
  }
  
  .header .header__container .hs-menu-depth-1 > .hs-menu-children-wrapper.open {
   display: flex !important;
  }
 
  .header #submenu__overlay {
    display: none !important;
  }
  
  #hamburger-menu {
    display: block;
  }
  
}

/* For Mobile Devices */
@media (max-width: 767px) {  
  .header .header__container .header__buttons--container {
    padding: 1rem;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

.footer .footer__container {
  width: 100%;
}

.footer .footer__top {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
}

.footer .footer__bottom {
  border-top: 2px solid var(--border-color);
  display: flex;
  padding: 2rem 0;
  height: 100%;
}

.footer .footer__subscribe {
  max-width: 500px;
}

.footer .footer__subscribe form > div {
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
}

.footer .footer__subscribe form {
  display: flex;
  align-items: self-end;
  flex-direction: row;
  gap: 0rem;
  margin-top: 0.5rem;
}

.footer .footer__subscribe form input[type=email] {
  border-radius: 50px;
}

.footer .footer__subscribe form .hs-button {
  min-height: 50px;
  padding: 0rem 1.2rem !important;
  border-radius: 40px;
  text-align: center;
  border: 2px solid transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--brand-gradient-center);
  transition: all 0.2s linear;
}

.footer .footer__subscribe form .hs-button:hover {
  color: #fa6959 !important;
  background: #fff;
  border: 2px solid #f9877c !important;
}

.footer .footer__subscribe .hs-error-msgs {
  display: none;
}

.footer .footer__subscribe form > div:nth-of-type(2n) {
  margin-right:0;
}

.footer .footer__subscribe form > div.hs_submit {
  vertical-align: bottom;
  width: auto;
}

.footer .footer__subscribe > div {
  width: 100%;
}

.footer .footer__top .footer__links {
  width: 60%;
}

.footer .footer__top .footer__subscribe {
  width: 40%;
}

.footer .footer__top .footer__links ul:not(.hs-menu-children-wrapper) {
  display: flex;
  gap: 6rem;
  font-size: 14px;
}

.footer .footer__top .footer__links ul:not(.hs-menu-children-wrapper) > li > a {
  font-size: 16px;
  font-weight: 500;
  cursor: default;
  color: inherit !important;  
}

.footer .footer__top .footer__links .hs-menu-children-wrapper li {
  margin-top: 1rem;
}

.footer .footer__top .footer__subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer .footer__top .footer__subscribe p {
  text-align: left;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.footer .footer__top .footer__subscribe p:first-child {
  font-weight: 500;
  font-size: 16px;
}

.footer .footer__bottom .footer__bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer .footer__bottom .footer__bottom__right {
  display: flex;
  gap: 1rem;
  height: 15px;
}

.footer .footer__bottom .footer__bottom__right a {
  display: flex;
}

.footer .footer__bottom .footer__bottom__right a img {
  object-fit: contain;
}

.footer .footer__bottom .footer__bottom__right > a {
  display: none;
}

.footer .footer__bottom .footer__bottom__left {
  display: flex;
  gap: 3rem;
  width: 100%;
}

.footer .footer__bottom .footer__bottom__left a:first-of-type {
  font-weight: 500;
}

.footer .footer__bottom .footer__bottom__left a {
  font-size: 14px;
}

/* For Tablet Devices */
@media (max-width: 1024px) {
  .footer .footer__top .footer__links ul:not(.hs-menu-children-wrapper) {
    gap: 3rem;
  }
}

/* For Mobile Devices */
@media (max-width: 767px) {
  .footer .footer__top {
    flex-direction: column;
    padding: 0;
    padding-top: 3rem;
  }
  
  .footer .footer__top .footer__subscribe {
    width: 100%;
    padding: 3rem 0;
  }
  
  .footer .footer__top .footer__subscribe p:last-of-type {
    display: none;
  }
  
  .footer .footer__top .footer__links {
    width: 100%;
  }
  
  .footer .footer__top .footer__links ul:not(.hs-menu-children-wrapper) {
    flex-wrap: wrap;
    row-gap: 3rem;
    column-gap: 6rem;
  }
  
  .footer .footer__bottom .footer__bottom__left a:first-of-type {
    display: none;
  }
  
  .footer .footer__bottom .footer__bottom__wrapper { 
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
  
  .footer .footer__bottom .footer__bottom__left {
    gap: 1rem;
  }
  
  .footer .footer__bottom .footer__bottom__right {
    justify-content: space-between;
    width: 100%;
  }
  
  .footer .footer__bottom .footer__bottom__right > a {
    display: block;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.header {
  padding-top: 1.3rem !important;
  padding-bottom: 1.3rem !important;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  height: 80px;
}

.scroll {
  box-shadow: 0 7px 10px rgb(0 0 0 / 5%);
  background: #fff !important;
}

.header .header__container {
  display: flex;
  align-items: center;
  height: 100%;
}

.header .header__container ul {
  margin: 0 3.5rem;
  gap: 3.5rem;
  display: flex;
}

.header .header__container ul li {
  margin: 0;
}

.header .header__container ul li a {
  font-weight: 500;
  font-size: 16px;
  transition: 0.1s linear;
  color: black;
}

.header .header__menu ul li:last-of-type a {
  display: none;
}

.header .header__container .header__menu {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  padding-top: env(safe-area-inset-top);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

.header .header__container .header__buttons--container {
  display: flex;
  gap: 0.5rem;
}

.header .header__container .header__buttons--container .header__button--wrapper {
  display: flex;
}

.header .header__container .header__buttons--container .header__button--wrapper.mobile {
  display: none;
}

/* HAMBURGER MENU */

#hamburger-menu {
  width: 30px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

#hamburger-menu span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #2f2f2f;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger-menu span:nth-child(1) {
  top: 3px;
}

#hamburger-menu span:nth-child(2),#hamburger-menu span:nth-child(3) {
  top: 13px;
}

#hamburger-menu span:nth-child(4) {
  top: 23px;
}

#hamburger-menu.open span:nth-child(1) {
  top: 13px;
  width: 0%;
  left: 50%;
}

#hamburger-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#hamburger-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}


/* For Tablets */
@media (max-width: 1024px) {
  
  .header {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  
  .header .header__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  
  .header .header__menu {
    position: absolute;
    top: 71px;
    right: 0;
    bottom: 0;
    left: -100vw;
    opacity: 0;
    background: #fff;
    display: flex !important;
    flex-direction: column;
    height: calc(100dvh - 69px) !important;
    align-items: start !important;
    transition: all .2s ease;
  }
  
  .header .header__menu ul {
    flex-direction: column;
    margin: 0;
    padding: 0;
    gap: 0;
    padding: 2rem;
    padding-top: 0;
  }
  
  .header .header__buttons--container, 
  .header .hs_cos_wrapper, 
  .header .hs-menu-wrapper, 
  .header li, 
  .header .header__menu ul a {
    width: 100%;
  }
  
  .header .header__container .header__buttons--container {
    flex-direction: column;
    padding: 2rem;
  }
  
  .header .header__container .header__buttons--container .header__button--wrapper.nonmobile {
    display: none;
  }
  
  .header .header__container .header__buttons--container .header__button--wrapper.mobile {
    display: flex;
  }
  
  .header .header__menu ul li a {
    width: 100%;
    display: block;
    padding: 1rem 0;
    border-bottom: 1px solid gray;
  }
  
  .header .header__menu ul li:last-of-type a {
    display: block;
    border: 0;
  }
  
  #hamburger-menu {
    display: block;
  }
  
}

/* For Mobile Devices */
@media (max-width: 767px) {
  .header .header__menu ul {
    padding: 1rem;
  }
  
  .header .header__container .header__buttons--container {
    padding: 1rem;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

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

.footer .footer__container {
  width: 100%;
}

.footer .footer__top {
  padding: 4rem 0;
  display: flex;
  justify-content: space-between;
}

.footer .footer__bottom {
  border-top: 2px solid var(--border-color);
  display: flex;
  padding: 2rem 0;
  height: 100%;
}

.footer .footer__subscribe {
  max-width: 500px;
}

.footer .footer__subscribe form > div {
  margin-right: 0.5rem;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  width: 100%;
}

.footer .footer__subscribe form {
  display: flex;
  align-items: self-end;
  flex-direction: row;
  gap: 0rem;
  margin-top: 0.5rem;
}

.footer .footer__subscribe form input[type=email] {
  border-radius: 50px;
}

.footer .footer__subscribe form .hs-button {
  min-height: 50px;
  padding: 0rem 1.2rem !important;
  border-radius: 40px;
  text-align: center;
  border: 2px solid transparent !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--brand-gradient-center);
  transition: all 0.2s linear;
}

.footer .footer__subscribe form .hs-button:hover {
  color: #fa6959 !important;
  background: #fff;
  border: 2px solid #f9877c !important;
}

.footer .footer__subscribe .hs-error-msgs {
  display: none;
}

.footer .footer__subscribe form > div:nth-of-type(2n) {
  margin-right:0;
}

.footer .footer__subscribe form > div.hs_submit {
  vertical-align: bottom;
  width: auto;
}

.footer .footer__subscribe > div {
  width: 100%;
}

.footer .footer__top .footer__links {
  width: 60%;
}

.footer .footer__top .footer__subscribe {
  width: 40%;
}

.footer .footer__top .footer__links ul:not(.hs-menu-children-wrapper) {
  display: flex;
  gap: 6rem;
  font-size: 14px;
}

.footer .footer__top .footer__links ul:not(.hs-menu-children-wrapper) > li > a {
  font-size: 16px;
  font-weight: 500;
  cursor: default;
  color: inherit !important;  
}

.footer .footer__top .footer__links .hs-menu-children-wrapper li {
  margin-top: 1rem;
}

.footer .footer__top .footer__subscribe {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer .footer__top .footer__subscribe p {
  text-align: left;
  line-height: 1;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.footer .footer__top .footer__subscribe p:first-child {
  font-weight: 500;
  font-size: 16px;
}

.footer .footer__bottom .footer__bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.footer .footer__bottom .footer__bottom__right {
  display: flex;
  gap: 1rem;
  height: 15px;
}

.footer .footer__bottom .footer__bottom__right a {
  display: flex;
}

.footer .footer__bottom .footer__bottom__right > a {
  display: none;
}

.footer .footer__bottom .footer__bottom__left {
  display: flex;
  gap: 3rem;
  width: 100%;
}

.footer .footer__bottom .footer__bottom__left a:first-of-type {
  font-weight: 500;
}

.footer .footer__bottom .footer__bottom__left a {
  font-size: 14px;
}

/* For Tablet Devices */
@media (max-width: 1024px) {
  .footer .footer__top .footer__links ul:not(.hs-menu-children-wrapper) {
    gap: 3rem;
  }
}

/* For Mobile Devices */
@media (max-width: 767px) {
  .footer .footer__top {
    flex-direction: column;
    padding: 0;
    padding-top: 3rem;
  }
  
  .footer .footer__top .footer__subscribe {
    width: 100%;
    padding: 3rem 0;
  }
  
  .footer .footer__top .footer__subscribe p:last-of-type {
    display: none;
  }
  
  .footer .footer__top .footer__links {
    width: 100%;
  }
  
  .footer .footer__top .footer__links ul:not(.hs-menu-children-wrapper) {
    flex-wrap: wrap;
    row-gap: 3rem;
    column-gap: 6rem;
  }
  
  .footer .footer__bottom .footer__bottom__left a:first-of-type {
    display: none;
  }
  
  .footer .footer__bottom .footer__bottom__wrapper { 
    flex-direction: column-reverse;
    row-gap: 2rem;
  }
  
  .footer .footer__bottom .footer__bottom__left {
    gap: 1rem;
  }
  
  .footer .footer__bottom .footer__bottom__right {
    justify-content: space-between;
    width: 100%;
  }
  
  .footer .footer__bottom .footer__bottom__right > a {
    display: block;
  }
}
#acr_header {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.acr_navbar {
  width: 100%;
  max-width: 1400px;
  padding: 20px 50px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 790px) {
  .acr_navbar .wrapper:last-child {
    display: none;
  }
  
  .acr_navbar {
    justify-content: center;
  }
}
#lightspeed_x_marsello_header {
  background: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.lightspeed_x_marsello_navbar {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 790px) {
  .lightspeed_x_marsello_navbar .wrapper:last-child {
    display: none;
  }
  
  .acr_nlightspeed_x_marsello_navbaravbar {
    justify-content: center;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
  padding: 0 4rem;
}

.blog-comments .hs-input {
  display: inline-block;
  width: 100%;
  height: 36px;
  padding: 7px;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  color: #909090;
  background-color: #fff;
  border: 1px solid;
  font-family: "nunito-sans",sans-serif;
  box-sizing: border-box;
  border-radius: 5px;
  border-color: rgba(204,204,204,1.0) !important;
}

.blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field .grecaptcha-badge {
    margin: 0 auto 0;
}

.blog-comments ul.no-list.hs-error-msgs.inputs-list label {
    color: red !important;
    font-size: 16px;
}

.comment-date{
display:block !important;
}
div#comments-listing {
    text-align: left;
}
.comment-from {
    font-size: 15px;
}
div#comments-listing {
    padding-bottom: 40px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 40px;
}
.comment-body p {
    font-size: 15px;
}

.blog-comments .hs-form label {
  font-size: 20px;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  font-family: "nunito-sans",sans-serif;
  padding-top: 0;
  margin-bottom: 4px;
  color: rgba(68,68,68,1.0);
}

.blog-comments form .hs-button {
  background-color: rgba(165,88,211,1.0) !important;
  border-color: rgba(165,88,211,1.0) !important;
  border-radius: 8px;
  border-width: 2px;
  color: rgba(255,255,255,1.0) !important;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 20px 0 0 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  text-align: center;
  font-family: "nunito-sans",sans-serif;
  transition: all .15s linear;
  border-style: solid;
  font-size: 22px;
  text-decoration: none;
}

.sidebar-subscribe-form label.hs-error-msg {
  color: red !important;
  margin-top: 12px;
}

.sidebar-subscribe-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
}

.sidebar-subscribe-form .hs-input[type=checkbox] {
  margin-top: 3px;
  margin-right: 5px;
}


.sidebar-subscribe-form .inputs-list label>input, 
.sidebar-subscribe-form .inputs-list label>span {
  vertical-align: middle;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}


.blog-comments {
  margin: 0 auto;
  float: left;
  width:68%;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.blog-header {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
}
.blog-header .page-center {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 19px;
}

.blog-heading-title {
  width: 100%;
  padding: 0 17px 17px;
  position: relative;
  height: auto;
}
.blog-heading-title h1 {
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 200;
  line-height: 52px;
}
.blog-heading-subtitle {
  position: relative;
  height: auto;
  padding: 17px;
  width: 69%;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}
.blog-heading-subtitle p {
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 34px;
  color: #444;
}
.blog-body-wrapper {
  background-color: #fff;
  -webkit-font-smoothing: subpixel-antialiased;
  display: block;
}
.blog-body-wrapper .content-wrapper {
  padding: 0 0 220px 19px;
  position: relative;
  z-index: 1;
  display: block;
  margin:0 auto;
}
.post-item {
  display: flex;
  float: left;
  width: calc( 50% - 10px );
}
.blog-entry {
  clear: both;
  margin: 0 30px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.blog-item-image {
  display: block;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 2;
  position: relative;
  margin-bottom: 12.944px;
  overflow: hidden;
  max-height: 310px;
}
.post-item-wrapper {
  margin: 0 -30px;
}
.blog-item-image a.blog-list-item-image-link {
  display: block;
}
.blog-entry a.bloglist-item-title {
  text-align: center;
  display: block;
  font-family: "nunito-sans",sans-serif;
  color: #2f2f2f;
  min-height: 50px;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 1;
  text-decoration: none;
  line-height: 23.4px;
  margin-bottom: 8px;
  font-weight: 300;
  font-size: 18px;
}
.post-item:after, .post-item:before {
  clear: both;
  content: "";
  display: block;
}
.bloglist-item-excerpt {
  display: block;
  text-align: left;
  font-family: "nunito-sans",sans-serif;
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
  color: #444;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 8px;
  letter-spacing: 0.84px;
  line-height: 22.4px;
}
.blog-item-image img {
  position: relative;
  height:auto;
  width: 100%;
  border-radius: 4px;
  max-width:100%;
  vertical-align:baseline;
}
.bloglist-item-excerpt a.bloglist-item-readmore {
  text-align: center;
  display: inline;
  font-family: Quicksand;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
  transition: color .15s ease-out;
  white-space: nowrap;
}
.bloglist-item-excerpt a.bloglist-item-readmore>span:after {
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  content: "\2192";
  padding-left: 10.5px;
}
.blog-pagination {
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.blog-pagination:after, .blog-pagination:before {
  clear: both;
  content: "";
  display: block;
}
.blog-pagination a.bloglist-pagination-link {
  display: inline-block;
  vertical-align: middle;
  padding: 8px;
}
.bloglist-item-excerpt a.bloglist-item-readmore:hover {
  color: rgba(29,29,29,.5);
}
.blog-pagination span.BlogList-pagination-link-label {
  display: inline-block;
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 24px;
  letter-spacing: 1.44px;
  vertical-align: middle;
  padding: 8px;
}
svg.BlogList-pagination-link-icon {
  stroke-width: 2;
  display: inline-block;
  overflow: hidden;
  width: 9px;
  height: 16px;
  stroke: #a558d3;
  line-height: 0;
  vertical-align: middle;
}


/*   ========.   Blog Post Page Style  ==============.  */

.post-post-wrapper {
  padding: 40px 0;
}

h1.blog-post-title {
  width: 100%;
  text-align: center;
  margin: 10px 0px 50px 0px;
  font-weight: 300;
  color: #a558d3;
  font-size: 35px;
  font-family: "nunito-sans",sans-serif;
  line-height: 1.5;
}

.post-left-content {
  float: left;
  width: 74%;
  padding-right: 78px;
}
.post-sidebar-content {
  width: 25%;
  float: right;
  margin: 0;
  padding: 0;
}
.post-image {
  margin: 0 0 17px;
}
.blog-post__body {
  color: #444;
  font-size: 16px;
  line-height: 180%;
  padding:0 20px;
}
.blog-post__body p {
  color: #444;
  font-size: 16px;
  font-weight: 200;
  line-height: 180%;
}
span.Share-buttons-item-label {
  display: none;
}
.Share-buttons a span.Share-buttons-item-count {
  display: none;
}
.post-post-content.clearfix {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.blog-post__body {
  position: relative;
  height: auto;
  clear: none;
}
.blog-search {
  clear: both;
  position: relative;
  height: auto;
  padding: 0 6px 17px 20px;
}
.blog-search .hs-search-field__input {
  border: 2px solid #ddd !important;
  border-radius: 6px;
  font-size: 16px;
  background-image:url(https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2022/images/search.png);
  color: #000;
  padding: 15px 13px 14px 54px;
  opacity: 1;
  background-repeat: no-repeat;
  background-position: 6%;
  background-size: 25px;
  width: 100%;
  min-height: 20px;
  line-height: normal;
  display: block;
  box-sizing: border-box;
  transition: background-image .2s ease-out;
}

.blog-search .hs-search-field__input::-webkit-input-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  font-family: nunito-sans;
}
.blog-search .hs-search-field__input::-moz-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  font-family: nunito-sans;
}
.blog-search .hs-search-field__input:-ms-input-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  font-family: nunito-sans;
}
.blog-search .hs-search-field__input:-moz-placeholder {
  color: #757575;
  font-size: 16px;
  font-weight: 300;
  font-family: nunito-sans;
}

.popular-posts {
  clear: none;
  position: relative;
  height: auto;
  padding: 17px 7px 17px 21px;
}
.popular-posts h2 {
  margin-bottom: 0;
  color: #42b5e0;
  font-size: 18px !important;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  text-align: left;
  line-height: 35px;
  font-family: nunito-sans;
  white-space: pre-wrap;
}
.popular-posts ul {
  clear: both;
  position: relative;
  height: auto;
  padding: 17px 0px 0 0px;
  margin: 0;
  list-style: none;
}
.popular-posts ul li a:hover {
  color: #2f2f2f;
}
.popular-posts ul li {
  padding-bottom: 7px;
  margin: 0 0 2px 0;
}
.popular-posts ul li a {
  font-size: 15px;
  text-decoration: underline;
  font-weight: 500;
  color: #666;
  line-height: 24px;
}
.blog-categories {
  clear: none;
  position: relative;
  height: auto;
  padding: 17px;
}
.blog-categories h2 {
  color: #42b5e0;
  font-size: 18px;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  text-align: left;
  font-family: nunito-sans;
  line-height: 35px;
  margin-bottom: 0;
}
.blog-categories ul {
  clear: both;
  position: relative;
  height: auto;
  padding: 17px 17px 17px 2px;
  margin: 0;
  list-style: none;
}
.blog-categories ul li {
  background: #f4f5f6;
  padding: 12px 10px 10px;
  line-height: 1;
  margin-bottom: 8px;
  display: inline-block;
}
.blog-categories ul li:hover {
  opacity: .8;
}
.blog-categories ul li a {
  font-size: 13px;
  color: #444444;
  font-weight: 500;
  line-height: 13px;
  text-decoration: none;
}
.sidebar-banner {
  clear: both;
  position: relative;
  height: auto;
  padding: 17px;
}
.addbanner {
  background: #f0f9fd;
  padding: 26px 20px 35px;
  text-align: center;
}
.logo {
  text-align: left;
}
.addbanner p {
  text-align: center;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom:0;
  line-height: 23.8px;
}
.addbanner a.button {
  background: #65c3e6;
  color: #fff;
  border-radius: 5px;
  padding: 14px 24px 12px 22px;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: all .15s linear;
  -moz-transition: all .15s linear;
  -o-transition: all .15s linear;
  transition: all .15s linear;
}

.addbanner a.button:hover {
  opacity: .8;
}
.sidebar-subscribe-form {
  margin-top: 50px;
  padding: 0 17px;
}
.sidebar-subscribe-form h2 {
  color: #42b5e0;
  font-size: 18px !important;
  font-weight: 400;
  border-bottom: 1px solid #ddd;
  padding-bottom: 4px;
  text-align: left;
  line-height: 35px;
}
.sidebar-subscribe-form p {
  color: #444;
  font-size: 16px;
  line-height: 22.4px;
  margin: 16px 0;
  font-weight:300 !important;
}
.sidebar-subscribe-form .hs-form label {
  color: #444444;
  font-family: Nunito Sans;
  font-size: 16px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

.sidebar-subscribe-form .inputs-list {
  padding-left: 0;
}

.sidebar-subscribe-form ul.no-list.hs-error-msgs.inputs-list label {
  color: red !important;
  margin-top: 12px;
}

.sidebar-subscribe-form .hs-input{
  box-sizing: border-box;
  margin-right: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  border: 1px solid #cbd6e2;
  border-color: rgba(204,204,204,1.0) !important;
  border-radius: 5px;
  padding: 7px;
  color: #909090;
  height: 36px;
  min-height: auto;
  font-size: 20px;
  font-weight: 400;
  font-family: "nunito-sans",sans-serif;
}

.sidebar-subscribe-form label.hs-error-msg {
  color: red !important;
  margin-top: 12px;
}

.sidebar-subscribe-form ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
}

.sidebar-subscribe-form .actions {
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}
.sidebar-subscribe-form .hs-button {
  white-space: pre-wrap;
  background: #3ab4e2;
  border-color: #3ab4e2;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-family: Nunito Sans;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
}
.sidebar-subscribe-form .hs-button:hover {
  background: #3ab4e2;
  border-color: #3ab4e2;
  color: #ffffff;
}
.Share-buttons.clearfix {
  text-align: left;
  padding: 0 17px;
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
  margin-bottom: 15px;
  float: left;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.Share-buttons:before {
  content: "Share";
  top: 3px;
  position: relative;
}
a.Share-buttons-item.Share-buttons-item--like {
  display: none;
}
.Share-buttons a.Share-buttons-item.Share-buttons-item--social.facebook{
  background: url(https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2022/images/Marsello+Facebook+Icon.svg);
  background-size: 14px 
}
.Share-buttons a.Share-buttons-item.Share-buttons-item--social.twitter{
  background: url(https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2022/images/Marsello+Twitter+Icon.svg);
}
.Share-buttons a.Share-buttons-item.Share-buttons-item--social.pintrest{
  background: url(https://7956896.fs1.hubspotusercontent-na1.net/hubfs/7956896/raw_assets/public/Marsello_April_2022/images/Marsello+Pinterest+Icon.svg);
}
.Share-buttons a {
  width: 30px;
  height: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  fill: url(#gradient-vertical) #a558d3;
  display: inline-block;
  vertical-align: middle;
  margin: 10px;
  white-space: nowrap;
  border-radius: 3px;
  padding: 0 1.5px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  letter-spacing: 0em;
  text-transform: uppercase;
  line-height: 15px;
  text-decoration: none;
  color: #fff;
}
nav.BlogItem-pagination {
  width: 68%;
  margin: 0;
  max-width: 100%;
  margin-bottom: 90px;
  float: left;
  margin-top: 50px;
}
.BlogItem-pagination-link-content {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 43px );
}
.BlogItem-pagination-link-label {
  display: block;
  padding: 4px 0;
  font-family: Quicksand;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  text-transform: uppercase;
  color: #a558d3;
  line-height: 1.6em;
  letter-spacing: 1.44px;
}
.BlogItem-pagination-link-content h4.BlogItem-pagination-link-title {
  display: block;
  margin: 0;
  padding: 4px 0;
  font-family: Open Sans;
  font-weight: 300;
  font-style: normal;
  font-size: 18px;
  text-transform: none;
  color: #444;
  line-height: 23.4px;
}
nav.BlogItem-pagination a.BlogItem-pagination-link.BlogItem-pagination-link--prev {
  width: 50%;
  text-align: left;
  float: left;
}
a.BlogItem-pagination-link.BlogItem-pagination-link--next {
  float: right;
  width: 50%;
  text-align: right;
}

.blog-comments .input {
  margin-bottom: 15px;
}
.blog-comments textarea {
  height: 140px;
  box-sizing: border-box;
  padding: 15px;
  margin: 0;
  border-radius: 4px;
  max-height: 100px;
  line-height: 21px;
}
.BlogItem-pagination-link-meta {
  font-family: Rubik;
  font-weight: 300;
  font-style: normal;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #1d1d1d;
  display: block;
  padding: 4px 0;
  line-height: 25.2px;
}
.blog-comments .section.post-footer {
  margin-top: 30px;
}
svg.BlogItem-pagination-link-icon {
  display: none;
  vertical-align: middle;
  width: 23px;
  height: 48px;
  stroke: #a558d3;
  margin: 0 20px;
  overflow: hidden;
  stroke-width: 2;
}
.blog-search .hs-search-field__input {
  background-color: unset;
  font-family: nunito-sans;
}
.hs-search-field__suggestions a, .hs-search-field__suggestions #results-for {
  padding: 10px 15px;
}
.post-post-wrapper {

  color: #333;
  font-family: nunito-sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 25.2px;
}
.blog-heading-title h1 {
  color: #a558d3;
}
.hs-search-field__suggestions a, 
.hs-search-field__suggestions #results-for {
  padding: 10px 15px;
}

.sidebar-subscribe-form .hs-input {
  background: #fff;
}
.addbanner img {
  vertical-align: baseline;
}

.addbanner  p {
  font-weight: 500 !important;
}
@media(max-width: 1199px){
  .post-sidebar-content {
    width: 30%;
    float: right;
    margin: 0;
    padding: 0;
  }
  .post-left-content {
    width: 68%;
    padding-right: 10px;
  }
  .post-post-content.clearfix {
    margin-left: -17px;
    margin-right: -17px;
    width: auto;
    max-width: unset;
  }
  .post-image {
    margin: 0 0 17px;
    padding: 0 17px;
  }
  .post-left-content {
    padding-left: 20px;
  }

  .blog-comments {
    padding-left: 20px;
  }

  nav.BlogItem-pagination {
    padding-left: 20px;
  }

}


@media(max-width: 1134px){
  .blog-search {
    padding: 0 28px 17px 6px;
  }
  .popular-posts {
    padding: 17px 30px 17px 6px;
  }
  .blog-categories {
    padding: 17px 30px 17px 6px;
  }
  .sidebar-banner {
    padding: 17px 28px 17px 6px;
  }
  .sidebar-subscribe-form {
    padding: 0 28px 0 6px;
  }



}

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

  .blog-heading-title h1{
    font-size: 35px;
    line-height: 43px;
  }

}

@media only screen and (max-width: 1024px){
  .blog-heading-title h1{
    font-size: 30px;
    line-height: 42px;
  }
}

@media only screen and (max-width: 910px){
  .blog-heading-title h1{
    font-size: 26px;
    line-height: 30px;
  }
}

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

  .blog-heading-subtitle {
    width: 70%;
  }

}

@media(max-width: 767px){
  
  
  .blog-comments {
  width:100%;
  }

  .blog-heading-subtitle p {
    font-size: 20px;
    line-height: 26px;
  }
  .post-left-content {
    width: 100%;
    padding-right: 0;
  }
  .post-sidebar-content {
    width: 100%;
    float: right;
    margin: 0;
    padding: 0;
  }
  .sidebar-subscribe-form {
    padding: 0 17px;
  }
  .blog-comments {
    padding: 0 17px;
  }
  nav.BlogItem-pagination {
    width: 100%;
    margin: 0;
    max-width: 100%;
    margin-bottom: 90px;
    padding: 0 17px;
  }
  .BlogItem-pagination-link-label,
  .BlogItem-pagination-link-content h4.BlogItem-pagination-link-title{
    font-size: 14px;
  }
  .BlogItem-pagination-link-meta {
    line-height: 1.45;
  }
  nav.BlogItem-pagination {
    width: 100%;
    margin: 0;
    max-width: 100%;
    margin-bottom: 90px;
    padding: 0 17px;
    margin-top: 50px;
  }
  .blog-categories ul,
  .popular-posts ul{
    padding-left: 0;
    padding-right: 0;
  }
  .blog-search .hs-search-field__input {
    background-position: 2%;
  }
  .blog-search,
  .popular-posts,
  .blog-categories,
  .sidebar-banner,
  .post-left-content {
    padding-left: 17px;
    padding-right: 17px;
  }
}

@media only screen and (max-width: 700px){
  h1.blog-post-title {
    width: 100%;
    font-size: 24px;
    margin-top: 30px;
  }
}


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

  .blog-heading-subtitle {
    width: 100%;
  }
  .blog-heading-title {
    width: 100%;
    padding: 17px 0;
  }
  .blog-heading-subtitle {
    padding: 17px 0;
  }
}

@media(max-width: 619px){
  a.BlogItem-pagination-link.BlogItem-pagination-link--next {
    text-align: left;
  }
}

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

  .post-item-wrapper {
    margin: 0;
  }
  .post-item {
    display: block;
    float: left;
    width: 100%;
  }
  .blog-body-wrapper .content-wrapper {
    padding: 0 19px 45px;
  }
  .blog-entry {
    margin: 0 0 45px;
  }
  .blog-item-image {
    overflow: visible;
    max-height: unset;
  }
  .list-wrap .post-item {
    max-width: 100%;
    width: 100% !important;
    flex: 0 0 100%;
    margin: 0 0 20px;
}
  .title {
    max-width: 100%;
  }
  .cta-block {
    text-align: center;
    padding: 30px 20px;
}
  .post-item1 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
  .PostBody_read a {
    padding: 20px 30px;
  }
  .blog-wrapper {
    max-width: 100%;
    width: 100%;
    padding: 0px 30px;
  }
}

@media(max-width: 480px){
  nav.BlogItem-pagination a.BlogItem-pagination-link.BlogItem-pagination-link--prev {
    width: 100%;
    text-align: left;
    float: left;
  }
  a.BlogItem-pagination-link.BlogItem-pagination-link--next {
    float: right;
    width: 100%;
  }
  .list-wrap .post-item {
    max-width: 100%;
    width: 100% !important;
    flex: 0 0 100%;
    margin: 0 0 20px;
}
  .title {
    max-width: 100%;
  }
  .cta-block {
    text-align: center;
    padding: 30px 20px;
}
  .post-item1 {
    max-width: 100%;
    width: 100%;
    flex: 0 0 100%;
    margin: 0px 0px 30px;
  }
  .PostBody_read a {
    padding: 20px 30px;
  }
  .blog-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0px 30px !important;
  }
}







/********************* BLOG *****************/


.list-wrap{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
}
.list-wrap .post-item {
    flex: 0 0 31%;
    margin: 0px 10px 20px;
    width: 100%;
    max-width: 31%;
    min-height: 480px;
    padding: 20px;
    border-radius: 10px;
    background-color:#fff;
    box-shadow: 0px 0px 8px 1px rgba(164,152,152,0.75);
-webkit-box-shadow: 0px 0px 8px 1px rgba(164,152,152,0.75);
-moz-box-shadow: 0px 0px 8px 1px rgba(164,152,152,0.75);
}
.list-wrap .blog-entry{
    margin:0; 
}
.list-wrap .blog-entry a.bloglist-item-title {
    order: 2;
    text-align: left;
    font-weight: 800;
}

.list-wrap .bloglist-item-excerpt a.bloglist-item-readmore{
        color: #6ccbed;
}
.list-wrap .blog-entry a.bloglist-item-title{
      font-size:20px;
}   
.list-wrap .bloglist-item-excerpt {
    font-size: 18px;
    line-height: 25px;
    color: #949393;
    text-align:left 
}
.blog-wrapper {
    max-width: 60%;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    float: none;
    text-align:center;
}
.blog-post-wrap {
    padding-top: 106px;
}
.blog-wrapper .blog-post__body p {
    color: #444;
    font-size: 17px;
    font-weight: 200;
    font-weight: 500;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
.widget-type-space.custom-top-spcr {
  padding-top: 0;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page form{
  max-width:767px;
}


.systems-page ul.no-list.hs-error-msgs {
  padding: 0;
  color: #f2545b;
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
  font-family: Nunito Sans;
  font-size: 18px;
}

.systems-page .hs-button{
  margin:15px 0;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}


form#email-prefs-form .item p {
  margin: 0;
  margin-bottom: 20px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
.error-colmn {
  width: 50%;
  float: left;
}
.error-colmn .inner-spacing {
  padding: 17px;
}

.error-colmn p {
  font-size: 22px;
  color: #444;
  font-weight: 300;
  line-height: 34px;
}

.error-colmn p a,.error-colmn p a:hover {
  color: #a558d3;
  text-decoration: underline;
}

.error-colmn ul {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  font-size: 20px;
  line-height: 2;
  color: #a558d3;
  text-decoration: underline;
}
.error-page-wrapper {
  padding: 100px 2px;
}
.error-item {
  padding:0 10px;
}
.error-image {
  width: 50%;
  object-fit: contain;
}
@media(max-width:767px){
  .error-colmn h1 {
    text-align: center;
  }

  .error-colmn p {
    line-height: 26px;
    font-weight: 200;
  }
}
@media(max-width:640px){
  .error-page-wrapper {
    padding: 0 2px;
  }

  .error-colmn {
    width: 100%;
    float: none;
  }

  .error-colmn img {
    max-width: 430px;
    margin: 0 auto;
    width: 100%;
    display: block;
  }
}