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

body {
  background: #fafafa;
}

.mfp-content button:hover {
  background-color: transparent;
}

.mwb-section-heading {
  margin-bottom: 5px;
}

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

.body-container-wrapper ul {
  padding: 0;
}

.body-container-wrapper ul li {
  list-style-type: none;
  margin: 0 0 10px;
  padding-left: 15px;
  position: relative;
}

.body-container-wrapper ul li::after {
  border-radius: 50%;
  background: rgb(237, 41, 53);
  content: "";
  height: 5px;
  left: 0px;
  position: absolute;
  top: 8px;
  width: 5px;
}

.body-container-wrapper strong {
  color: #ED2935;
}

button.owl-dot {
  box-shadow: none;
}

.owl-dots .owl-dot:focus,
.owl-dots .owl-dot:active {
  outline: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
html {
  font-size: 18px;
}

@media (max-width: 767px) {
  html {
    font-size: 16px;
  }
}


body {
  color: #494A52;
  font-family: Inter, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #4e4e51;
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #040404;
  font-family: Epilogue;
  font-weight: 700;
  margin: 0 0 20px;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

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

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border: 0;
  margin: 0 auto 2.5rem;
  padding: 80px 0px 0px;
  position: relative;
  max-width: 767px;
}

blockquote:after {
  background-image: url(//4789777.fs1.hubspotusercontent-na1.net/hubfs/4789777/raw_assets/public/La%20Clepsineta%20Theme/images/icon/quote.svg);
  content: "";
  display: block;
  height: 50px;
  left: 0px;
  margin: 0px auto;
  position: absolute;
  opacity: 0.25;
  right: 0;
  top: 20px;
  width: 90px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

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

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

.mwb-section-sub-heading {
    font-weight: normal;
}
button,
.button {
  background-color: #ed2935;
  border: 1px solid #ed2935;
  border-radius: 3px;
  box-shadow: 0 8px 15px 0 rgba(237,41,53,25%);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s linear;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
  outline: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  outline: none;
  text-decoration: none;
}

.mwb-button-link {
  align-items: center;
  color: #ED2935;
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  outline: none;
}

.mwb-button-link:hover {
  color: #ED2935;
  text-decoration: none;
}

a.mwb-button-link svg {
  margin-left: 5px;
  display: inline-block;
  stroke-dasharray: 300 , 0, 3000;
}

.mwb-button-link:hover svg {
  animation: mwb-line .7s;
}

.mwb-button-link:focus {
  text-decoration: none;
}

@keyframes mwb-line {
  10% {stroke-dasharray:   300, 500, 3000;}
  100% { stroke-dasharray:3300, 500, 3000;}
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #040404;
  display: block;
  font-size: 14px;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
input[type=search],
select,
textarea {
  background-color: #FFF;
  border: 1px solid #040404;
  border-radius: 0;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
input[type=search]:focus,
select:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 150px;
  resize: none;
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
}

.body-container-wrapper .inputs-list>li {
  padding: 0;
}

.body-container-wrapper .inputs-list>li:after {
  display: none;
}

.body-container-wrapper .inputs-list>li label {
  font-size: 12px;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #ed2935;
  border: 1px solid #ed2935;
  border-radius: 3px;
  box-shadow: 0 8px 15px 0 rgba(237,41,53,25%);
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-align: center;
  
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;
  
  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;
  
  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Blog Comment Form */
.blog-comments .hs-common-confirm-message {
  font-size: 12px!important;
  margin: 8px 0 25px!important;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

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

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
/* Header container */

.header {
  background-color: #F8FAFC;
}

.header__container {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 999;
}

.header--no-navigation {
  padding: 13px 0 13px;
}

.mwb-header__logo img {
  max-width: 300px;
  width: 100%;
}

.mwb-header__search .hs_cos_wrapper_type_cta {
  margin-left: 15px;
}

/* header css */
/* primary menu css */

.mwb-header .header__container .mwb-header__navigation-column .navigation-primary ul li a {
  background-color: #ffffff;
  position:relative;
  z-index: 1;
  font-weight: 700;
  font-family: Inter;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.025em;
  color: #040404;
  text-transform: capitalize;
  display: block;
  padding: 15px 20px;
}
.mwb-header .header__container .mwb-header__navigation-column .navigation-primary ul li a, 
.mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li a:after, 
.mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li a:before {
  transition: all .3s;
}


.child-trigger i{
  display: none;
}


/* primary menu submenu css starts */

.mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li  .submenu.level-2 {
  position: absolute;
  left: 0 !important;
  width: auto !important;
  transform: none !important;
  border-radius: none;
  border-radius: 0 !important;
  border: none !important;
}

.mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li .submenu.level-2 li a{
  position:relative;
  z-index: 1;
}
.mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li  .submenu.level-2 li  a, .mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li  .submenu.level-2 li  a:after, .mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li  .submenu.level-2  li  a:before {
  transition: all .5s;
}
.mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li .submenu.level-2 li  a:after{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  content: '.';
  color: transparent;
  background-color: linear-gradient(315.5deg, #ED2935 13.17%, #FF515D 88.83%);
  visibility: none;
  opacity: 0;
  z-index: -1;

}

..mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li  .submenu.level-2 li  a:hover{
  color:#ffffff !important;
}

.mwb-header .header__container .mwb-header__navigation-column .navigation-primary .submenu.level-1 li .submenu.level-2 li  a:hover:after{
  opacity: 1;
  visibility: visible;
  height: 100% !important;
}
.child-trigger i{
  display: none;
}

.submenu.level-2 {
  visibility: hidden;
}
ul.submenu.level-1 li:hover .submenu.level-2 {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}




/* end css */


.mwb-header__search {
  padding-top: 0;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow: hidden;
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--main {
  min-width: 122px;
  padding-top: 10px;
}

/* Search bar */

.mwb-header__search {
  width: auto;
}

.mwb-header__search .hs-search-field__input {
  background-color: #FFF;
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 0;
  color: #040404;
  font-size: 16px;
  padding: 0 15px;
}

.mwb-header__search .hs-search-field--open .hs-search-field__input {
  border: 1px solid #D1D6DC;
  border-bottom: none;
  border-radius: 0;
  background-color: #ffffff;
}

.mwb-header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.mwb-header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.mwb-header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 16px;
}

.mwb-header__search .hs-search-field__suggestions li a {
  color: #040404;
  text-decoration: none;
  transition: background-color 0.3s;
}

.mwb-header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */
.mwb-header__search--language {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

.mwb-header__search--language .globe_class {
  height: 15px;
  width: 15px;
}

.header__language-switcher {
  cursor: pointer;
  padding-right: 20px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid #D1D6DC;
  border-radius: 0;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-size: 0.8rem;
  left: calc(100% - 40px);
  opacity: 0;
  min-width: 170px;
  padding-top: 0;
  text-align: left;
  top: 33px;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #040404;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 0px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mwb-header__row--mobile {
  display: none;
}

.mwb-header__navigation-column {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  width: auto !important;
}

.mwb-header__navigation-column--right {
  margin: 0 30px 0 auto;
}

.mwb-header__navigation-column--left {
  margin: 0 auto 0 30px;
}

/* Tablet styles */
@media (max-width: 992px) {
  .header__language-switcher--label-current {
    display: none;
  }

  .get-a-quote-link,
  .mwb-header__search .hs_cos_wrapper_type_cta {
    display: none;
  }

  .mwb-header .header__container .mwb-header__navigation-column .navigation-primary ul li a { 
    padding: 10px;
    font-size: 16px !important;
  }
}

/* Mobile styles */

@media (max-width: 768px) {
  .header__container {
    padding: 10px 20px;
  }

  .header--no-navigation {
    padding: 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__column {
    display: none;
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .mwb-header__row--mobile {
    display: flex;
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .mwb-header__search{
    min-width: auto;
  }
}
.footer {
  background-color: #fafafa;
  text-align: center;
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}


/* Footer Container */

.footer {
  background-color: #fafafa;
  text-align: left;
}

.footer__logo img {
  max-width: 300px;
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li a {
  text-decoration: none;
  padding: 0;
}

.footer__wrapper {
  padding: 60px 0;
  background: #fafafa;
}

footer.footer .hs-menu-wrapper .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;  
  position: static;
}

footer.footer .hs-menu-wrapper ul ul {
  margin-top: 8px;
  padding-left: 15px;
}

footer.footer .hs-menu-wrapper ul ul li {
  line-height: 1.5;
}

footer.footer .hs-menu-wrapper ul ul li:last-child {
  margin-bottom: 0;
}

.footer__container {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

.footer__logo {
  margin-bottom: 15px;
}

.footer__row:after {
  clear: both;
  display: block;
  content: '';
}

.footer__col {
  float: left;
  padding-right: 30px;
}

.footer__info {
  width: 32%;
}

.footer__navigation {
    width: calc(68% / 3);
}

@media (max-width: 991.99px) {
  .footer__top-section {
    margin-bottom: 0;
    text-align: center;
  }
}
.footer__bottom-section {
  border-top: 1px solid #e2e2e2;
  padding: 40px;
  text-align: center;

}
.footer__bottom-section p {
  margin: 0;
}


.footer__bottom-section .footer-copyright p {
  color: #808080;
  font-weight: 400;
  font-size: 14px;
}

.scroll-to-top-wrap {
  cursor: pointer;
  position: fixed;
  bottom: 80px;
  right: 20px;
  height: 50px;
  width: 50px;
  background: #ed2935;
  z-index: 44;
}

.scroll-to-top-btn {
  width: 20px;
  height: 20px;
  left: 0;
  right: 0;
  margin: 20px auto 0;
  border-top: 2px solid #ffffff;
  transform: rotate(45deg);
  border-left: 2px solid #ffffff;
}
/* Footer Info */

@media (max-width: 991.99px) {
  .footer__info {
    padding: 0;
    width: 100% !important;
  }

  .footer__follow-me {
    margin-bottom: 2.8rem;
  }
}

.footer__logo img {
  max-width: 100%;
}

.footer__address {
  color: #808080;
  font-size: 14px;
  margin: 0 0 8px;
}

.footer__address p, .footer__address a {
  color: #808080;
  font-size: 14px;
  margin: 0;
}

.footer__address p {
  margin: 0 0 12px;
}

.footer-social-media__wrap {
  margin-top: 25px;
}


/* Footer Menus */
.footer__navigation h4 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  color: #040404;
  font-weight: 700;
  margin: 0 0 15px 0;
}


.footer__navigation ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
  width: 100%;
}

.footer__navigation li {
  margin: 0 0 8px 0;
  width: 100%;

}
.footer__navigation li a {
  color: #808080;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 767px) {

  .footer .footer__navigation {
    margin-top: 30px;
    padding: 0;
    width: 100%;
  }



  .footer .footer__navigation:nth-child(2n+2) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer .footer__navigation {
    margin-top: 30px;
    padding: 0 15px;
    width: 33.33%;
  }
}

/* Footer - No Navigation */

.footer--no-navigation .footer__container {
  padding: 2.8rem 0;
  text-align: center;
}

.footer--no-navigation p,
.footer--no-navigation a,
.footer--no-navigation div,
.footer--no-navigation span {
  opacity: 0.8;
  font-weight: 700;
}
.slideanim {visibility:hidden;}
.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

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

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

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

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

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

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

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

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto -30px;
  max-width: 600px;
  padding: 3.3rem 0 0;
}

.blog-header__title {
  font-size: 2rem;
}

.blog-header__title span {
  position: relative;
}

.blog-header__title span:after {
  content: '';
  position: absolute;
  height: 6px;
  /* width: 100%; */
  background: #fa4652;
  bottom: -8px;
  left: -5px;
  right: -5px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 70px;
  margin: 0 auto 1rem;
  width: 70px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index__large {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5.3rem 0 3.3rem;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

.blog-index__large .blog-index__post--small article {
  margin-bottom: 2rem;
}

.blog-index__large .blog-index__post--small article:last-child {
  margin-bottom: 0;
}

.blog-index__author-name {
  margin-top: 10px;
}

.blog-index__meta-content {
  font-size: 12px;
}

.blog-index__meta-content a {
  color: #808080;
  text-decoration: underline;
}

.blog-index__tag-list {
  flex: 0 0 100%;
  margin-top: 30px;
  max-width: 100%;
}

.blog-index__tag-list-item {
  display: flex;
  flex-wrap: wrap;
}

.blog-index__tag-list-item a {
  color: #808080;
  flex: 0 0 33.33%;
  margin-bottom: 20px;
  margin-right: 20px;
  max-width: calc(33.33% - 14px);
  text-transform: capitalize;
}

.blog-index__tag-list-item a:nth-child(3n) {
  margin-right: 0;
}

.blog-index__tag-list-item a:hover,
.blog-index__tag-list-item a:focus {
  text-decoration: none;
}

.blog-index__popular-post .owl-dots .owl-dot span,
.blog-index__popular-post .owl-dots .owl-dot:hover span,
.blog-index__popular-post .owl-dots .owl-dot.active span {
  background: #9a152a;
  margin: 0;
}

.blog-index__popular-post .owl-dots .owl-dot {
  margin-right: 10px;
}

.blog-index__popular-post .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.blog-index__popular-post .owl-dots .owl-dot {
  border: 1px solid #ffffff;
  border-radius: 10px;
  margin-right: 10px;
  padding: 2px !important;
}

.blog-index__popular-post .owl-dots .owl-dot.active {
  border: 1px solid #9a152a;
}

.mwb-newsletter__form {
  padding: 80px;
  max-width: 767px;
  margin: auto;
  background: #BAEAFC;
  text-align: center;
}

.mwb-newsletter__form--blog {
  margin-bottom: 3.3rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 0 0 calc(100%/1.5);
    flex-wrap: wrap;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  min-height: 230px;
  padding-bottom: 63%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-height: 420px;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  font-size: 25px;
  line-height: 1.2;
  margin: 10px 0;
}

.blog-index__post-content .blog-index__post-content a,
.blog-index__post-content h2 a {
  color: #040404;
}

.blog-index__post-content p {
  margin: 0;
}

.blog-index__post-content a:hover,
.blog-index__post-content a:active,
.blog-index__post-content a:focus {
  text-decoration: none;
}

.blog-index__post-content {
  color: #808080;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

.mwb-text-banner--blog {
  padding: 0 1rem;
}

.blog-index__popular-post-wrap {
  padding-top: 5.3rem;
}

.mwb-text-banner--blog {
  margin-top: 50px;
}

.mwb-text-banner__heading {
  margin-bottom: 20px;
  max-width: 780px;
}

.mwb-text-banner__img img {
  display: block;
  max-width: 100%;
}

.blog-index__section-title {
  flex: 0 0 100%;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0 1rem;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato, sans-serif;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  align-items: center;
  border: 1px solid #808080;
  border-radius: 30px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 35px;
  justify-content: center;
  line-height: 35px;
  margin: 0 5px;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
  width: 35px;
}

.blog-pagination__link.blog-pagination__link--active,
.blog-pagination__link:hover {
  background-color: #9a152a;
  border: 1px solid #9a152a;
  color: #ffffff;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

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

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}

.blog-post__body {
  color: #808080;
  line-height: 1.6;
}

.blog-post img {
  max-width: 100%;
}

.blog-post__meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
}

.blog-post__author-wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}

.blog-post__author-profile {
  color: #808080;
  font-size: 16px;
  margin-left: 15px;
}

.blog-post__timestamp {
  font-size: 12px;
}

.blog-post__author-img a {
  display: inline-block;
}

.blog-post__author-social a {
  border: 1px solid #040404;
  display: inline-block;
  height: 30px;
  line-height: 31px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s linear all;
  opacity: .35;
  width: 30px;
}

.blog-post__author-social a:hover {
  background: #9a152a
  border-color: #9a152a;
  opacity: 1;
}

.blog-post__author-social a:hover svg {
  fill: #ffffff;
}

.blog-post__author-img img {
  border-radius: 50%;
  display: block;
}

.blog-post__meta a {
  color: #808080;
}

.blog-post__tags {
  color: #000;
  font-family: Lato, sans-serif;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

.mwb-text-banner--b-details .mwb-section-heading {
  font-size: 60px;
  font-weight: 300;
}

.mwb-text-banner--b-details .mwb-text-banner__heading {
  max-width: 100%;
}

.mwb-text-banner--b-details {
  margin-top: 50px;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h4 {
  margin-bottom: 5px;
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #808080;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

.blog-recent-posts__post:hover,
.blog-recent-posts__post:focus,
.blog-recent-posts__post:active {
  color: #808080;
  text-decoration: none;
}

.blog-index__meta-title-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-index__meta-tag,
.blog-index__meta-time {
  flex: 0 0 49%;
  max-width: 49%;
}

.blog-index__meta-time {
  text-align: right;
}

.blog-index__meta-tag a {
  color: #9a152a;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1rem;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 0 0 0.5rem;
}

/* Blog comments */

.blog-comments,
.blog-comments-nav {
  margin: 0 auto !important;
  max-width: 680px;
}

.blog-comments {
  display: none;
  width: 100% !important;
}

.blog-comments .comment.depth-0 {
  border-top: none;
}

.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;
  color: #494A52;
  text-decoration: underline;
}

.blog-comments-nav .mwb-button-link {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .blog-index__tag-list-item a {
    flex: 0 0 50%;
    margin-right: 20px !important;
    max-width: calc(50% - 10px);
  }
  
  .blog-index__tag-list-item a:nth-child(2n) {
    margin-right: 0 !important;
  }
  
  .blog-index__post {
    padding: 1rem 1rem;
  }
  
  .blog-index__section-title, .mwb-text-banner--blog {
    padding: 0 15px;
  }
}
/* Error pages */
.error-page {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
}
.error-page h1 {
  font-size: 36px;
}
.error-page__section-left img {
	width: 100%;
}
.error-page__section-left,
.error-page__section-right {
	width: 48%;
	flex: 0 0 48%;
}

.error-page__section-right {
	text-align: left;
}

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}
.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}
/* password promt page */
.mwb_pass_txt {
	padding-top: 30px;
}
.password-prompt #hs-pwd-widget-password {
	width: 60% !important;
}
/* password promt page end */
/* unsubscribe page */
.backup-unsubscribe .email-edit {
	width: 60% !important;
}
/* end unsubscribe page */
/* subscription confirmation page */
.backup-unsubscribe .email-edit {
	width: 60% !important;
}
.backup-unsubscribe #email-prefs-form h3 {
	font-size: 14px;
  font-family: Inter;
}
/* end subscription confirmation page */
/* membership login */
.mwb_membership-login .form-container {
	width: 60%;
}
.mwb_membership-login .introduction {
	padding-top: 20px;
  margin-bottom: 0;
}
.mwb_membership-login ul li:after {
  display: none;
}
.mwb_membership-login a {
	font-size: 16px;
}
.mwb_membership-login .hs-form-field label {
	display: inline-block;
}
.mwb_membership-login .hs-membership-loader {
	margin: 20px 0;
}
.mwb_membership-register ul li {
  padding-left: 0;
}
/* membership login end */
/* membership register */
.mwb_membership-register .form-container {
	width: 60%;
}
.mwb_membership-register .introduction {
	padding-top: 20px;
  margin-bottom: 0;
}
.mwb_membership-register ul li:after {
  display: none;
}
.mwb_membership-register ul li {
  padding-left: 0;
}
.mwb_membership-register a {
	font-size: 16px;
}
.mwb_membership-register .hs-form-field label {
	display: inline-block;
}
.mwb_membership-register .hs-membership-loader {
	margin: 20px 0;
}
/* membership register end */
/* membership reset password request */
.mwb-membership-pswd-req .form-container {
	width: 60%;
}
.mwb-membership-pswd-req .introduction {
	padding-top: 20px;
  margin-bottom: 0;
}
.mwb-membership-pswd-req ul li:after {
  display: none;
}
.mwb-membership-pswd-req ul li {
  padding-left: 0;
}
.mwb-membership-pswd-req a {
	font-size: 16px;
}
.mwb-membership-pswd-req .hs-form-field label {
	display: inline-block;
}
.mwb-membership-pswd-req .hs-membership-loader {
	margin: 20px 0;
}
/* membership reset password request end */
/* membership reset password */
.mwb-membership-pswd .form-container {
	width: 60%;
}
.mwb-membership-pswd .introduction {
	padding-top: 20px;
  margin-bottom: 0;
}
.mwb-membership-pswd ul li:after {
  display: none;
}
.mwb-membership-pswd ul li {
  padding-left: 0;
}
.mwb-membership-pswd a {
	font-size: 16px;
}
.mwb-membership-pswd .hs-form-field label {
	display: inline-block;
}
.mwb-membership-pswd .hs-membership-loader {
	margin: 20px 0;
}
/* membership reset password end */
 /* subscription preferences */
.mwb-subscription-preferences .item-inner p {
	font-size: 14px;
	padding: 10px 0;
}
/* subscription preferences end */
/* subscription confirmation */
.mwb-subscription-confirmation {
	margin: auto;
	max-width: 768px;
}
/* subscription confirmation end */
/* search result page */
.mwb-search-result ul.hs-search-results__listing li:after {
	display: none;
}
.mwb-search-result ul.hs-search-results__listing li {
  padding-left: 0;
}
.mwb-search-result .hs-search-results__listing a {
	font-family: inter;
	text-decoration: none;
}
.mwb-search-result .hs-search-results__description {
	padding-top: 5px;
  margin-bottom: 30px;
}
.mwb-search-result .hs-search-results__title {
	font-size: 26px;
  color: #040404;
}
.mwb-search-result .hs-search-results__description {
  color: #808080;
}
.mwb-search-result 
/* search page result end */
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}
/* thankyou page css */
.mwb-thankyou {
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 20px;
}
.mwb-thankyou__wrap {
	padding: 4rem 0;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  align-items: center;
}
.mwb-thankyou__section-left, 
.mwb-thankyou__section-right {
	width: 48%;
	flex: 0 0 48%;
}
.mwb-thankyou__section-left img {
	width: 100%;
}
@media only screen and (max-width: 992px) {
  .password-prompt #hs-pwd-widget-password,
  .backup-unsubscribe .email-edit,
  .mwb_membership-login .form-container,
  .mwb_membership-register .form-container,
  .mwb-membership-pswd-req .form-container,
  .mwb-membership-pswd .form-container,
  .mwb-subscription-confirmation
  {
    width: 100% !important;
  }
  
  .mwb-thankyou__wrap {
    flex-direction: column;
  }
  .mwb-thankyou__section-left,.mwb-thankyou__section-right {
    width: 100%;
    text-align: center;
  }
  .mwb-thankyou__wrap {
    padding: 3rem 0;
  }
  
}
@media only screen and (max-width: 767px) {
  .error-page {
    flex-direction: column;
    padding: 4rem 0;
  }

  .error-page__section-left, .error-page__section-right {
    width: 100%;
    flex: 0 0 100%;
  }

  .error-page__section-right {
    text-align: center;
    padding-top: 40px;
  }
}