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











































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

}

@font-face {
  font-family: "WistiaPlayerInterNumbersSemiBold";
  src: url("//489537.fs1.hubspotusercontent-na1.net/hubfs/489537/Proplogix_October_2020/fonts/download%20%283%29");
  font-feature-settings: "tnum";
}

@font-face {
  font-family: sofia-pro;
  src: url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"),
    url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("https://use.typekit.net/af/30420e/00000000000000003b9b1a9e/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;

}
@font-face {
  font-family: sofia-pro;
  src: url("https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"),
    url("https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), 
    url("https://use.typekit.net/af/98f96f/00000000000000003b9b1a97/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
  font-style: italic;
  font-weight: 400;
 
}
@font-face {
  font-family: sofia-pro;
  src: url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
    url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
    url("https://use.typekit.net/af/5855b2/00000000000000003b9b1a98/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
  
}
html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height:1.6;
}

p {
  margin: 0 0 16px;
}

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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


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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
.dnd-section > .row-fluid {
  padding-right: 15px;
  padding-left: 15px;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 700px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none !important;
  margin-bottom: 15px;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 600;
  outline: 0!important;
  font-family: Helvetica,Arial,sans-serif;
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  font-family: Montserrat,sans-serif;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  box-shadow: 0 12px 23px 0 rgba(65,182,128,.2)!important;
}

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


.hs-form label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: sofia-pro,sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #7f9da5;
}

form .hs-error-msgs label {
  margin-top: .5rem;
  color: #e22357;
}

.hs-input ,.password-page input#hs-pwd-widget-password {
  display: inline-block;
  width: 100% !important;
  height: 53px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 12px 30px;
  outline: 0;
  font-family: sofia-pro,sans-serif;
  font-weight: normal;
  line-height: 18px;
  color: #666;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  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:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 20px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

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

.field {
  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%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.o-header--top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: #023D4D;
  height: 30px;
  color: #fff;
}
@-webkit-keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(12deg);
    transform: translateX(3px) rotate(12deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-12deg);
    transform: translateX(-3px) rotate(-12deg);
  }
}

@keyframes hvr-buzz {
  50% {
    -webkit-transform: translateX(3px) rotate(12deg);
    transform: translateX(3px) rotate(12deg);
  }

  100% {
    -webkit-transform: translateX(-3px) rotate(-12deg);
    transform: translateX(-3px) rotate(-12deg);
  }
}
.o-header--top .header__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
}

.o-header--top .header__container-row {
}

.o-header--top .c-header-top {
  padding: 3px 0;
  line-height: 24px;
}

.o-header--top ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.o-header--top ul li {
  position: relative;
  padding: 0 20px;
  display: inline-block;
}
.o-header--top ul li:last-child {
  padding-right: 0;
}
.o-header--top ul li:last-child:after {
  display:none;
}
.o-header--top ul li a {
  font-size: .75rem;
  line-height: 1.33333;
  font-weight: 400;
  color: #fff;
  text-decoration:none;
}

.fa, .fab, .fad, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa, .far, .fas {
  font-family: FontAwesome;
}

.fa, .fas {
  font-weight: 900;
}

.o-header--top ul li a i {
  color: #356072;
  font-size: 13px;
  margin-right: 6px;
  vertical-align: middle;
}

.fa-lock:before {
  content: "\f023";
}

.o-header--top ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 1px;
  height: 15px;
  background-color: #356072;
}

.o-header--top ul li a:hover i.fa-phone {
  -webkit-animation-name: hvr-buzz;
  animation-name: hvr-buzz;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}

.o-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
}

.o-header__main {
  background: #41B680;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header__container-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.header__container-centent {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.o-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color:#ffffff;
}

.o-header__nav {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
}
.o-header__button {
  width: 250px;
  min-width: 250px;
  margin-left: auto;
  text-align: right;
}
.o-header .custom-logo-link {
  position: relative;
  display: inline-block;
  max-width: 135px;
  width: 100%;
  -webkit-transition: width .3s ease-in;
  -o-transition: width .3s ease-in;
  transition: width .3s ease-in;
}

.o-header__secondary-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.o-header .o-header__logo--dark {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.o-header__logo-img {
  width: 36px;
  margin-right: 4px;
}
.o-header__logo-text {
  width: 95px;
}

.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
  display: none;
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  padding: 7px 0!important;
  line-height: 1.7;
  z-index: 999;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
}

.o-header__main .header__container {
  height: 100%;
}

.o-header__secondary-logo>div {
  color: #fff;
}

.o-header .o-header__logo--dark>div {
  color: #41b680;
}

.o-header .o-header__logo--dark>div.o-header__logo-text {
  color: #023d4d;
}

body:not(.scrolled) .lp-header .o-header__secondary-logo>div {
  color: #fff;
}

body:not(.scrolled) .lp-header.o-header .o-header__logo--dark>div.o-header__logo-text{
  color: #fff;
}


.o-header__nav .hs-menu-wrapper>ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.o-header__nav .hs-menu-wrapper>ul>li {
  margin: 0 -2.5px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
  text-align: left;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  padding: 47px 18px 33px!important;
  position:relative;
}

.o-header__nav .hs-menu-wrapper>ul>li>a {
  font-weight: normal;
  outline: none;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  padding: 0!important;
  height: auto;
  position: relative;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  background-size: 200% 100%;
  background-position: 100%;
  -webkit-transition: all .4s cubic-bezier(0,0,.23,1);
  -o-transition: all .4s cubic-bezier(0,0,.23,1);
  transition: all .4s cubic-bezier(0,0,.23,1);
}

.o-header:hover .o-header__nav .hs-menu-wrapper>ul>li>a,
.scrolled .o-header__nav .hs-menu-wrapper>ul>li>a{
  color: #023d4d;
}
@-webkit-keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob-on-hover {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes bob-on-hover-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.o-header__button a {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 600;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 16px 20px;
  border-radius: 50px;
  min-width: 200px;
  color: #fff;
  text-decoration:none;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  background-color: #f68c1e;
  border-radius: 21px;
  min-width: 156px;
  padding: 11px;
  background: #f68c1e;
  color: #ffffff;
  --tooltip-color: #f68c1e;
}
.o-header__button a:hover {
  -webkit-animation-name: bob-on-hover-float,bob-on-hover;
  animation-name: bob-on-hover-float,bob-on-hover;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}

.scrolled .o-header {
  position: fixed;
  top: 0;
  margin-top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,.6);
  box-shadow: 0 0 18px 0 rgba(0,0,0,.6);
}
.o-header__nav h4.mega-block-title {
  font-size: 20px!important;
  line-height: 25px!important;
  font-weight: 700!important;
  text-transform: uppercase!important;
  margin-bottom: 7px!important;
  color: #023d4d;
  font-family: sofia-pro,sans-serif!important;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
  text-decoration: none;
}
.o-header__main ul.hs-menu-children-wrapper .header__container {
  padding: 0;
}
p.c-menu-cta__text {
  font-size: 16px;
  line-height: 25px;
  color: #023d4d;
  margin-bottom: 20px!important;
}

.c-menu-cta a {
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 600;
  padding: 17px 40px;
  min-width: 200px;
  color: #fff;
  border: 1px solid transparent;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  background: #023d4d;
  color: #ffffff !important;
  --tooltip-color: #023d4d; border-radius: 50px;
}

.c-menu-cta a:hover {
  -webkit-animation-name: bob-on-hover-float,bob-on-hover;
  animation-name: bob-on-hover-float,bob-on-hover;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}
.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #023d4d;
  text-transform: none;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}

.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>ul {
  display: block;
  margin-top: 11px;
}

.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>ul:after {
  content: '';
  display: block;
  clear: both;
}

.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>ul>li {
  float: left;
  width: 50%;
}

.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>ul>li {
  padding: 5px 10px 6px!important;
  line-height: 20px!important;
}

.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>ul>li>a {
  font-size: 15px!important;
  line-height: 23px!important;
  color: #023d4d;
  position: relative!important;
  display: inline-block!important;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}

.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>ul>li>a:after,
.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li>ul a:after , .o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>a:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #41b680;
  -webkit-transition: width .3s ease-in;
  -o-transition: width .3s ease-in;
  transition: width .3s ease-in;
  display: block!important;
}

.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>ul>li>a:hover:after,
.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li>ul a:hover:after , .o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>a:hover:after{
  width: 100%;
}
.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>a {
  position: relative !important;
}
.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3) {
  padding: 0;
}

.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul {
  margin: 0;
}

.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li {
  padding: 8px;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
  width: 100%;
}

.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li>a {
  display: inline-block!important;
  font-size: 14px!important;
  font-weight: 700!important;
  line-height: 19px!important;
  color: #023d4d;
  text-transform: none!important;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:not(:nth-child(1))>a:empty {
  display: none;
}
.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li>ul {
  display: block;
  margin: 12px 0 0;
}

.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li>ul a {
  font-size: 15px;
  line-height: 23px;
  color: #023d4d;
  position: relative;
  color: #666;
  font-family: inherit;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: inline-block;
  border: 0;
}

.o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li>ul li {
  padding: 5px 10px 6px;
  line-height: 20px;
}

.o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
  width: 100%;
}
.o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li>a {
  display: inline-block!important;
  font-size: 14px!important;
  font-weight: 700!important;
  line-height: 19px!important;
  /*   color: #023d4d; */
  text-transform: none!important;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
}
.c-menu-bg-cta {
  padding: 25px 16px 20px 16px!important;
  background-image: -webkit-gradient(linear,right top,left top,from(#40b680),to(#0c9a8e))!important;
  background-image: -o-linear-gradient(right,#40b680 0,#0c9a8e 100%)!important;
  background-image: linear-gradient(270deg,#40b680 0,#0c9a8e 100%)!important;
  border-radius: 5px!important;
  max-width: 340px!important;
  margin-left: auto!important;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}

.c-menu-bg-cta img.c-menu-bg-cta__img {
  max-width: 100%;
}

.c-menu-bg-cta__wrap {
  text-align: center!important;
}

p.c-menu-bg-cta__text {
  font-size: 1rem;
  line-height: 1.75;
  margin: 0 0 16px;
  text-align: center!important;
  margin-bottom: 11px!important;
  color: #fff!important;
}

.c-menu-bg-cta__wrap .c-button {
  position: relative!important;
  display: inline-block!important;
  text-align: center!important;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 600;
  cursor: pointer!important;
  color: #fff !important;
  border: 1px solid transparent!important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  background-color: #f68c1e;
  border-radius: 21px!important;
  min-width: 156px!important;
  padding: 11px!important;
}

.c-menu-bg-cta__wrap .c-button:hover {
  -webkit-animation-name: bob-on-hover-float,bob-on-hover;
  animation-name: bob-on-hover-float,bob-on-hover;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
}
.o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>div>li:nth-child(4)>ul {
  margin: 0;
}

.o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>div>li:nth-child(4)>ul>li {
  padding: 0 !important;
}
.o-header__button a:before {
  content: ''!important;
  position: absolute!important;
  top: 0!important;
  left: 0!important;
  width: 100%!important;
  height: 100%!important;
  border-radius: inherit!important;
  -webkit-box-shadow: 0 12px 23px 0 var(--tooltip-color)!important;
  box-shadow: 0 12px 23px 0 var(--tooltip-color)!important;
  opacity: 0!important;
  -webkit-transition: all .2s ease!important;
  -o-transition: all .2s ease!important;
  transition: all .2s ease!important;
}

.o-header__button a:hover:before {
  opacity: .2!important;
}
.header-main-lading {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}

.header-main-lading .o-header--top.lp-header {
  position: fixed;
  top: 0;
}

.header-main-lading  .o-header.lp-header {
  position: fixed;
}
@media screen and (min-width: 768px) {
  .o-header__button a {
    min-width: 96px;
    padding: 6.5px;
  }
  .o-header--top ul li a {
    font-size: .875rem;
    line-height: 1.28571;
    font-weight: 400;
  }
  .o-header--top ul li a i {
    font-size: 18px;
  }
  .o-header__main {
    background: #41B680;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 992px) {
  .mobile-o-header__nav.mobile-nav {
    display: none;
  }
  .scrolled .o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    margin-top: 0;
    top: 60px;
  }
  .o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>div>li:nth-child(2),
  .o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>div>li:nth-child(3) {
    width: 20%;
  }

  .o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul {
    margin: -8px auto 00;
    width: 140px;
  }
  .o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li {
    padding: 8px!important;
    line-height: 1.7 !important;
  }
  .o-header__nav .hs-menu-wrapper>ul>li:first-child>ul.hs-menu-children-wrapper>div>li:nth-child(3)>ul>li {
    padding: 8px !important;
    line-height: 1.7 !important;
  }
  .o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div:after {
    content: '';
    display: block;
    clear: both;
  }

  .o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li {
    float: left;
    width: 30%;
    padding: 8px;
  }

  .o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper>div>li:nth-child(2) {
    width: 40%;
  }
  .o-header__nav .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>div>li:nth-child(2),
  .o-header__nav .hs-menu-wrapper>ul>li:nth-child(3)>ul.hs-menu-children-wrapper>div>li:nth-child(3) {
    width: 20%;
  }

  .c-menu-cta {
    max-width: 284px;
  }
  .o-header__main:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #bcced8;
    opacity: 0;
  }

  .o-header__main:hover:after {
    opacity: 1;
  }
  .o-header__nav .hs-menu-wrapper>ul>li.hs-item-has-children:before {
    content: ''!important;
    position: absolute!important;
    bottom: 0!important;
    left: 0!important;
    width: 100%!important;
    height: 1px!important;
    background-color: #bcced8!important;
    opacity: 0!important;
    display: block!important;
    z-index: 11;
  }

  .o-header__nav .hs-menu-wrapper>ul>li.hs-item-has-children:after {
    content: ''!important;
    position: absolute!important;
    top: 100%!important;
    left: 50%!important;
    -webkit-transform: translate(-50%,-50%) rotate(45deg)!important;
    -ms-transform: translate(-50%,-50%) rotate(45deg)!important;
    transform: translate(-50%,-50%) rotate(45deg)!important;
    display: block!important;
    opacity: 0!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px!important;
    height: 14px!important;
    background-color: #fff;
    border: 1px solid #bcced8!important;
    z-index: 12!important;
  }

  .o-header__nav .hs-menu-wrapper>ul>li.hs-item-has-children:hover:after,
  .o-header__nav .hs-menu-wrapper>ul>li.hs-item-has-children:hover:before {
    opacity:1 !important;
  }

  .o-header__nav .hs-menu-wrapper>ul>li:hover>ul.hs-menu-children-wrapper {
    display: block;
  }
  .o-header__nav .hs-menu-wrapper>ul>li>ul.hs-menu-children-wrapper {
    position: fixed!important;
    background-color: #fff;
    -webkit-box-shadow: 0 15px 15px rgba(0,0,0,.19)!important;
    box-shadow: 0 15px 15px rgba(0,0,0,.19)!important; 
    top: 70px;
    margin-top: 60px;
  }
  .scrolled .o-header__nav .hs-menu-wrapper>ul>li {
    padding: 20px 18px!important;
  }
  .scrolled .o-header__main {
    height: 60px;
  }
  .scrolled .o-header .custom-logo-link {
    max-width: 150px;
  }
  .o-header__button a {
    min-width: 156px;
    padding: 11px 25px;
    font-size: 1rem;
    line-height: 1.1875;
  }
  .o-header:hover .o-header__logo--light,
  .scrolled .o-header__logo--light{
    opacity: 0;
  }
  .o-header:hover .o-header__logo--dark,
  .scrolled .o-header__logo--dark{
    opacity: 1;
  }
  .o-header__logo-text {
    width: 168px;
  }
  .o-header__logo-img {
    width: 63px;
    margin-right: 9px;
  }
  .o-header .custom-logo-link {
    max-width: 150px;
  }
  .o-header__nav {
    padding-left: 40px;
  }
  .o-header__logo {
    width: 150px;
  }
  .o-header__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__container-center {
    height: 100%;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
  }
  .o-header__main {
    height: 100px;
  }
  .o-header__main:hover,
  .scrolled .o-header__main{
    background-color: #fff;
  }
}

@media screen and (min-width: 1200px) {
  .scrolled .o-header .custom-logo-link {
    max-width: 150px;
  }
  .o-header__button a {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600;
    min-width: 156px;
    padding: 11px;
  }
  .o-header .custom-logo-link {
    max-width: 240px;
  }
  .o-header__nav {
    padding-left: 70px;
  }
  .o-header__logo {
    width: 250px;
  }
}


@media (min-width: 768px) and (max-width: 1199px) {
  .o-header__button a,
  .c-menu-bg-cta__wrap .c-button{
    min-width: 96px!important;
    padding: 6.5px!important;
  }

}


@media screen and (max-width: 991px) and (min-width: 768px){
  .o-header__button {
    text-align: center;
  }
}

@media screen and (max-width: 991px){
  .o-header__nav.desk-nav {
    display: none;
  }
  .mobile-o-header__nav {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    padding: 5px 0;
    color: #ffffff;
  }

  .o-header__button {
    display: none;
    padding: 35px 20px 30px;
  }


  .o-header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
  }

  .o-header__wrap {
    overflow-y: auto;
    margin: 0 -15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .o-header__main .header__container {
    position: relative;
    z-index: 1;
  }

  .o-header__main {
    padding-top: 70px;
  }
  .o-header__nav-toggle {
    position: relative;
    width: 28px;
    height: 19px;
    line-height: 24px;
    font-size: 16px;
    top: -3px;
    cursor: pointer;
  }

  .o-header__nav-toggle span {
    display: block;
    width: 28px;
    height: 2px;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }

  .o-header__nav-toggle span:nth-child(1) {
    top: 0;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
  }

  .o-header__nav-toggle span:nth-child(2) {
    top: 8px;
  }

  .o-header__nav-toggle span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
  }
  .child-trigger {
    position: absolute!important;
    right: 20px!important;
    display: inline-block!important;
    width: 13px!important;
    height: 13px!important;
    border: 1px solid #1e2a34!important;
    border-radius: 100%!important;
    pointer-events: auto;
    left: auto;
    min-width: auto;
    line-height: inherit;
    color: inherit;
    font-size: inherit;
    padding: 0;
    background: transparent;
    cursor: pointer;
  }
  .child-trigger:before, 
  .child-trigger:after {
    content: ''!important;
    display: inline-block!important;
    background-color: #1e2a34!important;
    position: absolute!important;
    margin: 0!important;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  .mobile-o-header__nav .hs-menu-wrapper > ul > li > a:after {
    display: block!important;
    content: attr(title)!important;
    font-weight: 700!important;
    height: 1px!important;
    color: transparent!important;
    overflow: hidden!important;
    visibility: hidden!important;
  }
  .child-trigger:before {
    width: 1px!important;
    height: 7px!important;
    left: 5px!important;
    top: 2px!important;
    content: '\f140';
    font-family: dashicons;
    font-weight: normal;
    display: inline-block;
    margin: 0 0 0 6px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(0);
    color: inherit;
    position: relative;
    background: transparent;
    height: auto;
    width: auto;
    right: auto;
    line-height: inherit;
  }
  .child-trigger:after {
    width: 7px!important;
    height: 1px!important;
    left: 2px!important;
    top: 5px!important;
  }
  .child-trigger:before, 
  .child-trigger:after {
    content: ''!important;
    display: inline-block!important;
    background-color: #1e2a34!important;
    position: absolute!important;
    margin: 0!important;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
  }
  .mobile-open .mobile-o-header__nav {
    color: rgb(255, 255, 255);
    display: block;
    background-color: #fff;
  }

  .scrolled .o-header {
    background-color: #fff;
  }

  .scrolled .o-header__main {
    background: #fff;
  }

  .scrolled .o-header .o-header__logo--dark {
    opacity: 1;
  }

  .scrolled .o-header__nav-toggle span {
    background-color: #1e2a34;
  }

  .mobile-open .o-header__nav-toggle span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .mobile-open .o-header__nav-toggle span:nth-child(2) {
    -webkit-transform: translateX(-28px);
    -ms-transform: translateX(-28px);
    transform: translateX(-28px);
    opacity: 0;
  }

  .mobile-open .o-header__nav-toggle span:nth-child(3) {
    top: 19px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  body.mobile-open {
    overflow-y: hidden;
  }
  .mobile-open .o-header__wrap {
    height: calc(100vh - 100px);
  }

  .mobile-open .o-header__button {
    display: block;
    background-color: #fff;
    width: 100%;
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul {
    display: block;
    margin: 0;
    padding: 0;
    visibility: visible;
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul > li {
    padding: 0 20px;
    display: block;
    position: relative;
    line-height 23.8px: inherit;
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul > li > a {
    padding: 20px 0;
    color: #023d4d;
    font-size: 16px;
    line-height: 21px;
    border-bottom: 1px solid rgba(188,206,216,.8);
    display: block;
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul > li > ul {
    display: none;
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul > li:hover > a {
    color: #00accd;
    font-weight: 700;
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul > li.child-open > .child-trigger {
    border: 1px solid #00accd!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul > li.child-open > a .child-trigger {
    border: 1px solid #00accd!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul > li.child-open > a .child-trigger:before {
    background-color: #00accd!important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .mobile-o-header__nav .hs-menu-wrapper > ul > li.child-open > a .child-trigger:after {
    background-color: #00accd!important;
  }
  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li {
    font-size: 14px;
    height: auto;
    left: auto;
    line-height: 1.7;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 7px 0;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li {
    padding: 8px 0;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li a {
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    color: #023d4d;
    text-decoration: none;
    padding: 10px 0;
    position: relative;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li>a {
    font-weight: 700;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background-color: #41b680;
    -webkit-transition: width .3s ease-in;
    -o-transition: width .3s ease-in;
    transition: width .3s ease-in;
    display: block!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li a:hover:after {
    width: 100%;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li>ul {
    display: block;
    margin: 11px 0 0px;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li>ul>li {
    padding: 5px 10px 6px;
    line-height: 20px;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li>ul>li a {
    line-height: 23px;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child {
    border-top: 1px solid rgba(188,206,216,.8)!important;
    text-align: center;
    padding: 20px 0 8px;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>a {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600;
    position: relative;
    text-align: center;
    cursor: pointer;
    padding: 16px 20px;
    border-radius: 50px;
    min-width: 200px;
    color: #fff;
    border: 1px solid transparent;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
    background-color: #023d4d;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child a:after {
    display: none !important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>a:hover {
    -webkit-box-shadow: 0 12px 23px 0 rgba(2,61,77,.2)!important;
    box-shadow: 0 12px 23px 0 rgba(2,61,77,.2)!important;
    -webkit-animation-name: bob-on-hover-float,bob-on-hover;
    animation-name: bob-on-hover-float,bob-on-hover;
    -webkit-animation-duration: .3s,1.5s;
    animation-duration: .3s,1.5s;
    -webkit-animation-delay: 0s,.3s;
    animation-delay: 0s,.3s;
    -webkit-animation-timing-function: ease-out,ease-in-out;
    animation-timing-function: ease-out,ease-in-out;
    -webkit-animation-iteration-count: 1,infinite;
    animation-iteration-count: 1,infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal,alternate;
    animation-direction: normal,alternate;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child .c-menu-cta {
    background-image: -webkit-gradient(linear,right top,left top,from(#40b680),to(#0c9a8e))!important;
    background-image: -o-linear-gradient(right,#40b680 0,#0c9a8e 100%)!important;
    background-image: linear-gradient(270deg,#40b680 0,#0c9a8e 100%)!important;
    border-radius: 5px;
    max-width: 340px;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 20px;
    margin: 21px auto 0 !important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child .c-menu-cta img {
    display: block;
    width: 78px;
    margin-right: 0!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child .c-menu-cta .c-menu-bg-cta__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child .c-menu-cta .c-menu-bg-cta__wrap p {
    text-align: center;
    margin-bottom: 11px;
    color: #fff;
    font-size: 11px;
    line-height: 18px;
    margin: 5px 15px!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child .c-menu-cta .c-menu-bg-cta__wrap a {
    font-size: 11px;
    min-width: 96px!important;
    padding: 6.5px!important;
    line-height: 1.1875;
  }
  .mobile-o-header__nav .hs-menu-wrapper>ul>li.child-open {
    background-color: #f2f5f7!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li.child-open>a {
    color: #00accd!important;
    font-weight: 700!important;
  }
  .mobile-o-header__nav .hs-menu-wrapper>ul>li.child-open {
    background-color: #f2f5f7!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li.child-open>a {
    color: #00accd!important;
    font-weight: 700!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li>ul>li:last-child {
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li>ul>li:last-child .c-menu-cta {
    border-top: 1px solid rgba(188,206,216,.8)!important;
    margin: 3px -10px 0;
    text-align: center;
    padding: 20px 0 0;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li>ul>li:last-child .c-menu-cta h4.mega-block-title {
    display: none;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li>ul>li:last-child .c-menu-cta h4.mega-block-title a:after {
    display: none !important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li>ul>li:last-child .c-menu-cta a {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600;
    position: relative!important;
    display: inline-block!important;
    text-align: center!important;
    cursor: pointer!important;
    padding: 16px 20px!important;
    border-radius: 50px!important;
    min-width: 200px!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li>ul>li:last-child .c-menu-cta a:hover {
    -webkit-box-shadow: 0 12px 23px 0 rgba(2,61,77,.2)!important;
    box-shadow: 0 12px 23px 0 rgba(2,61,77,.2)!important;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li>ul>li .c-menu-cta a:after {
    display: none !important;
  }

}

@media(max-width:767px){
  .body-wrapper {
    padding-top: 95px;
  }
  .o-header--top {
    height: 25px;
    overflow: hidden;
  }
  .o-header--top .c-header-top {
    padding: 4px 0;
    line-height: 16px;
  }
  .o-header--top ul li {
    line-height: 16px;
  }
  .o-header {
    margin-top: 25px;
  }
  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child>a,
  .mobile-o-header__nav .hs-menu-wrapper>ul>li:not(:nth-child(2))>ul>li>ul>li:last-child .c-menu-cta a {
    width: 100%;
  }
  .mobile-open .o-header__button {
    text-align: left;
    padding: 35px 20px 25px;
  }
}

@media(max-width:413px) {
  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child .c-menu-cta .c-menu-bg-cta__wrap {
    flex-wrap: wrap;
  }

  .mobile-o-header__nav .hs-menu-wrapper>ul>li:nth-child(2)>ul>li:last-child .c-menu-cta .c-menu-bg-cta__wrap a {
    background-color: #f68c1e;
    border-radius: 21px!important;
    min-width: 156px!important;
    padding: 11px!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;

}
.footer__container {
  margin: 0 auto;
}

.footer-group {
  position: relative;
  color: rgb(2, 61, 77);
  display:block;
  font-family:Montserrat, sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:24px;
}

.o-footer__bottom {
  color: rgb(2, 61, 77);
  display:block;
  font-family:Montserrat, sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:24px;
}

.footer__container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer__container-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer__container-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.o-footer__line {
  border-top: 1px solid rgba(255,255,255,.4);
  padding: 10px 0 15px;
}



.o-footer__line-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer__copyright, .footer-bottom-link , .footer-social-group {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}



#hs_cos_wrapper_footer_copyright_text_ {
  color: #fff;
  line-height: 35px;
}

#hs_cos_wrapper_footer_bottom_link_ {
  color: #fff;
  line-height: 35px;
}

#hs_cos_wrapper_footer_bottom_link_ a {
  color: #fff;
  text-decoration: none;
}

.footer-bottom-link {
  text-align: right;
  margin: 0;
}

.o-footer__bottom-box {
  color: #fff;
}

#menu-footer-social-menu {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  list-style: none;
}

#menu-footer-social-menu li {
  margin: 0 6px;
}



#menu-footer-social-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 13px;
  max-height: 13px;
  text-decoration: none;
}
.o-footer__main {
  display: block;
  font-family:Montserrat, sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:24px;
  position: relative;
  padding-bottom: 8px;
  padding-top: 5px;
  margin-top: 20px;
}



.с-waves.с-waves--with-wave {
  position: absolute;
  top: 0;
  width: 100%;
  height: 20px;
  overflow: hidden;
  background-color: #fff;
  display: block;
  top: -20px;
  background-color: transparent;
}

.с-waves.с-waves--with-wave svg {
  display: block;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

.footer__container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.footer-top-1 , .footer-top-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}



.footer-top-2 , .footer-top-3 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}


.o-footer__logo a {
  display: inline-block;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.o-footer__logo a img {
  display: block;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

.o-footer__logo a img {
  max-width: 184px;
  max-height: 41px;
}


.o-footer__text {
  margin-bottom: 10px;
  font-size: .875rem;
  line-height: 1.71429;
  font-weight: 400;
  border-bottom: 1px solid rgba(255,255,255,.4);
  color: #fff;
}

.o-footer__text p {
  margin-bottom: 19px;
  font-family: Montserrat, sans-serif;
  font-size:16px;
  font-weight:400;
  line-height: 25px;
}
.o-footer__additional-menu {
  font-family: Montserrat, sans-serif;
  font-size:16px;
  font-weight:400;
  line-height:24px;
  color: #fff;
}

.o-footer__additional-menu {
  padding-top: 28px;
}

.o-footer__additional-menu h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-family: sofia-pro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #fff;
}


.menu-footer-product-menu-container .hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.menu-footer-product-menu-container .hs-menu-wrapper ul > li {
  padding: 7px 0 8px;
  position: relative;
}



.menu-footer-product-menu-container .hs-menu-wrapper ul > li > a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  padding: 0;
  color: #fff;
}



.menu-footer-product-menu-container .hs-menu-wrapper ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  -webkit-transition: width .3s ease-in;
  -o-transition: width .3s ease-in;
  transition: width .3s ease-in;
  overflow: hidden;
}

.menu-footer-product-menu-container .hs-menu-wrapper ul > li:hover > a {
  font-weight: 700;
}

.menu-footer-product-menu-container .hs-menu-wrapper ul > li:hover > a:after {
  width: 100%;
}
.o-footer__additional-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.o-footer__additional-menu ul li {
  padding: 3px 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  line-height: 1.8125;
  font-weight: 400;
}

.o-footer__additional-menu ul li {
  padding: 3px 0;
}




.o-footer__additional-menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size:16px;
  line-height:29px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
}



.o-footer__additional-menu ul li a i , .o-footer__additional-menu ul li i {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: FontAwesome;
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  width: 15px;
  padding-top: 7px;
  color: #356072;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}


.fa-envelope:before {
  content: "\f0e0";
}

.fa-phone:before {
  content: "\f095";
}

.fa-map-marker:before {
  content: "\f041";
}

.o-footer__additional-menu ul li:hover  {
  font-weight: 700;
}
.o-footer__additional-menu ul li  a:hover {
  font-weight: 700;
}

@media (min-width: 768px){
  .footer__copyright, .footer-bottom-link , .footer-social-group {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .footer__copyright {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-bottom-link {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .footer-social-group {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  #menu-footer-social-menu li {
    margin: 5px 12px;
  }
  .o-footer__line {
    padding: 5px 0;
  }
  .o-footer__main {
    padding-top: 15px;
    margin-top: 30px;
  }
  .с-waves.с-waves--with-wave {
    height: 30px;
  }
  .с-waves.с-waves--with-wave {
    top: -30px;
  }
  .footer-top-2 , .footer-top-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .footer-top-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .footer-top-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .o-footer__text {
    padding-top: 4px;
    padding-right: 25px;
    border-bottom: none;
  }

  .o-footer__logo a img {
    max-width: 184px;
    max-height: 41px;
  }

  .o-footer__additional-menu ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .o-footer__additional-menu ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }

  .o-footer__additional-menu ul li  i {
    margin-right: 10px;
    width: 10px;
    padding-top: 3px;
  }


  .o-footer__additional-menu h2 {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
  }
  .menu-footer-product-menu-container .hs-menu-wrapper ul > li > a {
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
  }

  .menu-footer-product-menu-container .hs-menu-wrapper ul > li {
    padding: 7px 0;
  }



}
@media screen and (min-width: 992px){
  #menu-footer-social-menu li a {
    max-width: 28px;
    max-height: 28px;
  }
}
@media screen and (min-width: 1200px){
  .o-footer__main {
    padding-top: 100px;
    padding-bottom: 34px;
    margin-top: 50px;
  }

  .o-footer__line {
    padding: 18px 0;
  }
  .с-waves.с-waves--with-wave {
    height: 50px;
  }

  .с-waves.с-waves--with-wave {
    top: -50px;
  }
  .o-footer__text {
    padding-right: 42px;
    font-size: 1rem;
    line-height: 1.5625;
    font-weight: 400;
    padding-top: 13px;
  }
  .o-footer__logo a img {
    max-width:295px;
    max-height: 66px;
  }
  .o-footer__additional-menu ul li {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
  }
  .o-footer__additional-menu ul li a {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
  }
  .o-footer__additional-menu ul li  i {
    margin-right: 15px;
    width: 15px;
    padding-top: 7px;
  }
  .o-footer__additional-menu h2 {
    margin-bottom: 5px;
    font-size: 25px;
    line-height: 1;
    font-weight: 700;
  }
  .menu-footer-product-menu-container .hs-menu-wrapper ul > li > a {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
  }
  .menu-footer-product-menu-container .hs-menu-wrapper ul>li {
    padding:0;
  }
}

@media(max-width:1199px){
  .o-footer__text p {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24.0001px;
  }
  #hs_cos_wrapper_footer_bottom_link_ {
    font-size: 12px;
  }
  #hs_cos_wrapper_footer_copyright_text_ {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
  }
  .o-footer__additional-menu {
    padding-top: 6px;
  }

  .o-footer__additional-menu h2 {
    line-height: 16px;
  }

  .menu-footer-product-menu-container .hs-menu-wrapper ul>li {
    line-height: 24px;
    font-size: 16px;
  }

  .menu-footer-product-menu-container .hs-menu-wrapper ul>li>a {
    line-height: 24px;
  }

  .o-footer__additional-menu ul li {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .o-footer__additional-menu ul li a i, .o-footer__additional-menu ul li i {
    margin-right: 10px;
    width: 10px;
    padding-top: 3px;
  }
}

@media(max-width:767px){
  #hs_cos_wrapper_footer_copyright_text_ {
    text-align: center;
    font-weight: 400;
    width: 100%;
    font-family: Montserrat, sans-serif;
    font-size:12px;
    line-height: 12px;
  }

  .footer__copyright {
    text-align: center;
    line-height: 12px;
    font-size: 12px;
  }

  .footer-bottom-link {
    text-align: center;
  }
  #menu-footer-social-menu li:nth-child(2) {
    position: relative;
    left: 0px;
  }

  #menu-footer-social-menu li a img {
    width: 13px;
  }
  #menu-footer-social-menu li:nth-child(2) {
    position: relative;
    left: 0px;
  }

  #menu-footer-social-menu li a img {
    width: 13px;
  }

  .o-footer__additional-menu h2 {
    line-height: 20px;
  }

  .o-footer__additional-menu ul {
    margin-top: 10px;
  }

  .o-footer__additional-menu ul li {
    padding: 3px 0 4px;
  }

  .o-footer__additional-menu ul li {
    font-size: 16px;
    line-height: 29px;
  }

  .o-footer__additional-menu ul li a i, .o-footer__additional-menu ul li i {
    margin-right: 15px;
    width: 15px;
    padding-top: 7px;
  }
  .o-footer__main .с-waves.с-waves--with-wave {
    top: -20px;
    background-color: transparent;
    width: 100%;
    height: 20px;
    overflow: hidden;
    display: block;
  }

  .o-footer__main .с-waves.с-waves--with-wave svg {
    display: block;
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
  }
  .o-footer__main .с-waves.с-waves--with-wave {
    position: absolute;
  }
}

@media(max-width:480px){
  .footer-top-2, .footer-top-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.content-wrapper {
  margin: 0 auto;
}

.s-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0;
}
.hs-blog-listing, .hs-blog-post{
  padding-top: 130px;
  background-color: #fff !important;
}
.content-wrapper {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.s-hero-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.s-hero-content-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.c-hero__content-wrapper {
  text-align: center;
  margin: 0 auto;
  color: #023d4d;
  padding: 35px 0;
  margin-left: 0;
}



.c-hero__content-title {
  font-size: 2.125rem;
  line-height: 1.17647;
  font-weight: 700;
  font-family: sofia-pro,sans-serif;
  text-transform: uppercase;
  margin-bottom: 14px;
  margin-top: 15px;
}

.c-hero__content-subtitle {
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: 400;
}



.s-hero-content-2 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.s-hero__filter-wrap {
  margin-top: 20px;
}

.s-hero__filter-wrap-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.s-hero__filter-wrap-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.c-resource-filter {
  position: relative;
  width: 100%;
  margin: 15px 0;
}

.c-resource-filter__main-link {
  padding: 15px 27px;
  border-radius: 25px;
  width: 100%;
  height: 51px;
  display: inline-block;
  color: rgba(2,61,77,.5);
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  border: 1px solid rgba(2,61,77,.5);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-resource-filter__main-link:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 34%;
  background-image: url('//489537.fs1.hubspotusercontent-na1.net/hubfs/489537/raw_assets/public/Proplogix_LandingPage-2023/images/arrow-down-light.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    z-index: 2;
    }

.c-resource-filter__page-list {
  line-height: 24px;
  display: none;
  border: 1px solid rgba(2,61,77,.5);
  position: absolute;
  top: 100%;
  left: 0;
  overflow: hidden;
  z-index: 3;
  background-color: #fff;
  width: 100%;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.c-resource-filter__page-list__wrap {
  padding-right: 17px;
  width: 100%;
  max-height: 400px;
  overflow-y: scroll;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.c-resource-filter__page-list__wrap ul {
  margin: 0;
  padding: 0;
  display: block;
  padding: 10px 27px;
  list-style:none;
}


.c-resource-filter__page-list__wrap ul li {
  margin: 5px 0;
  padding: 5px 0;
  color: #023d4d;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-resource-filter__page-list__wrap ul li a.active {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  border-bottom: 1px solid rgba(2,61,77,.5);
}

.c-resource-filter__page-list__wrap ul li a {
  display: block;
  padding: 0;
  text-decoration:none;
  color:#023d4d;
}


.c-resource-filter__page-list__wrap ul li a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(2,61,77,.5);
  bottom: 0;
  left: 0;
  -webkit-transition: width .7s;
  -o-transition: width .7s;
  transition: width .7s;
}
.c-resource-filter__page-list__wrap ul li a:hover:after {
  content: '';
  width: 100%;
}
.cat-open .c-resource-filter__page-list {
  display: block;
}

.cat-open .c-resource-filter__main-link {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.c-resource-filter__page-list__wrap ul li a.active:after {
  display: none;
}
.o-child-page-nav {
  background-color: #F2F5F7;
  position: relative;
  display: none!important;
  padding: 30px 0 20px;
  border-bottom: 1px solid #bcced8;
}


.o-child-page-nav .с-waves.с-waves--with-wave {
  top: 0;
  background-color: #fff;
}

.o-child-page-nav .с-waves.с-waves--with-wave svg path {
  fill: rgb(242, 245, 247);
}

.o-child-page-nav-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.o-child-page-nav-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.o-child-page-nav-content ul {
  padding: 0;
  margin: 0;
  margin-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}



.o-child-page-nav-content ul li {
  position: relative;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  padding: 12px 0;
  margin-left: 25px;
  margin-right: 25px;
  -webkit-transition: text-shadow .1s ease-in;
  -o-transition: text-shadow .1s ease-in;
  transition: text-shadow .1s ease-in;
}
.o-child-page-nav-content ul li a {
  display: block;
  text-decoration: none;
}


.c-link--nav__hidden {
  position: absolute;
  width: 0;
  height: 3px;
  left: 0;
  bottom: 0;
  -webkit-transition: width .3s;
  -o-transition: width .3s;
  transition: width .3s;
}

.o-child-page-nav-content ul li a:hover .c-link--nav__hidden {
  width: 100%;

}
.o-child-page-nav-content ul li a .c-link--nav__hidden {

  background-color: #4b5e21;
}
.o-child-page-nav-content ul li a:hover {
  color: #023d4d;
  font-weight: 700;
} 
.o-child-page-nav-content ul li a.active {
  color: #023d4d;
  font-weight: 700;
}

.o-child-page-nav-content ul li a.active .c-link--nav__hidden {
  width: 100%;
  background-color: #41b680;
}
.s-news-list-top {
  padding: 30px 0 10px;
  background-color: #F2F5F7;
}
.s-news-list-top-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.recent-post-item {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  margin-top: .5rem;
}

.c-block-news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 30px;
  padding: 0 35px;
  display: block;
  height: 100%;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .6s cubic-bezier(.165,.84,.44,1);
  -o-transition: all .6s cubic-bezier(.165,.84,.44,1);
  transition: all .6s cubic-bezier(.165,.84,.44,1);
  background-color: transparent;
}


.c-block-news__wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
}



.c-block-news__img-wrapper {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
}

.c-block-news__img {
  position: relative;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}

.c-block-news__img img {
  display: block;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
  min-height: 1px;
  width: 100%;
  border-radius: 5px;
}

.c-block-news__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding-top: 15px;
  position: relative;
  padding-bottom: 17px;
}


.c-block-news__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-block-news__link {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.28571;
  font-weight: 600;
  margin-bottom: 5px;
  color: #053d4e;
}

.c-block-news__link {
  font-size: .75rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 10px;
}

.s-post-banner__time {
  display: inline-block;
  position: relative;
  margin: 0 0 3px 25px;
  font-size: .6875rem;
  line-height: 1.36364;
  font-weight: 600;
  text-transform: uppercase;
  top: 2px;
  float: right;
}

.s-post-banner__time {
  margin-bottom: 0;
}

.s-post-banner__time {
  font-size: .6875rem;
  line-height: 1.36364;
  font-weight: 600;
}

.c-block-news__title {
  font-family: sofia-pro,sans-serif;
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
  margin-bottom: 10px;

}

.c-block-news__title a {
  text-decoration: none;
  color: rgba(2,61,77,1.0);
  font-family: inherit;
}

.c-block-news__title a:hover {
  color: #41b680;
}
.c-block-news__icon {
  color: #023d4d;
  margin-right: 10px;
}
.c-block-news__date label {
  line-height: 15px;
  font-size: 12px;
}

.bg-image.lazy {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('//489537.fs1.hubspotusercontent-na1.net/hubfs/489537/raw_assets/public/Proplogix_LandingPage-2023/images/video-section-bg.png');
    line-height: 24px;
    font-size: 16px;
    }



.JS-subscription-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}


.JS-subscription .col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}



.c-intro-block {
  text-align: center;
  color: #fff;
}

.c-intro-block {
  padding: 20px 15px 30px;
  margin-bottom: 0;
  position: relative;
}

.c-intro-block__title {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.c-intro-block__title {
  font-size: 1.75rem;
  line-height: 1.14286;
  font-weight: 700;
  font-family: sofia-pro,sans-serif;
  text-transform: uppercase;
  margin: 0 auto 10px auto;
  width: 100%;
  color: #fff;
}
.c-intro-block__description {
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
}

.c-intro-block__description {
  margin-bottom: 5px;
}
.c-intro-block__description p {
  margin: 0 0 16px;
  font-size: 18px;
  line-height: 30px;
}
.c-intro-block__link {
  font-size: 16px;
  line-height: 24px;
  margin-top: 25px;
}

.c-intro-block__link a{
  background: -o-linear-gradient(60deg,#e32458 0,#f78d1e 100%);
  background: linear-gradient(30deg,#e32458 0,#f78d1e 100%);
  color: #fff;
  border: 1px solid transparent!important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  min-width: 100%!important;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 600;
  position: relative!important;
  display: inline-block!important;
  text-align: center!important;
  cursor: pointer!important;
  padding: 16px 20px!important;
  border-radius: 50px!important;
  min-width: 200px!important;
  text-decoration: none;
  outline: 0
}
.c-intro-block__link a:hover {
  -webkit-animation-name: bob-on-hover-float,bob-on-hover;
  animation-name: bob-on-hover-float,bob-on-hover;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
  -webkit-box-shadow: 0 12px 23px 0 rgba(227,36,88,.2);
  box-shadow: 0 12px 23px 0 rgba(227,36,88,.2);
  color: #fff;
}
.s-news-list-bottom {
  padding: 60px 0 10px;
}
.s-news-list-bottom {
  margin-bottom: 60px;
}
.JS--posts-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bottom-load-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-pagination {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.blog-pagination a {
  text-decoration: none;
  outline: 0;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 600;
  position: relative!important;
  display: inline-block!important;
  text-align: center!important;
  cursor: pointer!important;
  padding: 16px 20px!important;
  border-radius: 50px!important;
  min-width: 200px!important;
  color: #fff;
  border: 1px solid transparent!important;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px transparent;
  box-shadow: 0 0 1px transparent;
  background-color: #41b680;
}



.blog-pagination a:hover {
  -webkit-box-shadow: 0 12px 23px 0 rgba(65,182,128,.2)!important;
  box-shadow: 0 12px 23px 0 rgba(65,182,128,.2)!important;
  -webkit-animation-name: bob-on-hover-float,bob-on-hover;
  animation-name: bob-on-hover-float,bob-on-hover;
  -webkit-animation-duration: .3s,1.5s;
  animation-duration: .3s,1.5s;
  -webkit-animation-delay: 0s,.3s;
  animation-delay: 0s,.3s;
  -webkit-animation-timing-function: ease-out,ease-in-out;
  animation-timing-function: ease-out,ease-in-out;
  -webkit-animation-iteration-count: 1,infinite;
  animation-iteration-count: 1,infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal,alternate;
  animation-direction: normal,alternate;
  color:#fff;
}
.blog-pagination {
  padding-top: 3rem;
  margin-top: 10px;
}
.blog-pagination{
  display: block !important;
}
.blog-pagination .no-post{
  display: none;
}
.s-post-banner {
  padding: 12px 0 15px;
  height: 100%;
  background-size: cover;
  position: relative;
  background: linear-gradient(rgba(65,182,128,0.05) 0%, rgba(65,182,128,0.05) 100%), url('//489537.fs1.hubspotusercontent-na1.net/hubfs/489537/raw_assets/public/Proplogix_LandingPage-2023/images/primary-bg-banner.svg');
    }
.s-post-banner-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.s-post-banner-col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.s-post-banner__wrap-link-back {
  margin-bottom: 10px;
}


.c-link {
  position: relative;
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 400;
  padding: 12px 0;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}
.c-link--back {
  padding-left: 23px;
}
.c-link--back:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: -webkit-transform .3s ease;
  -webkit-transition: -webkit-transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease;
  width: 16px;
  height: 16px;
  background: url('//489537.fs1.hubspotusercontent-na1.net/hubfs/489537/raw_assets/public/Proplogix_LandingPage-2023/images/arrow-left.svg') no-repeat;
    background-size: cover;
    }

.c-link--back:hover {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 700;
  text-decoration:none;
}
.c-link--back:hover:after {
  -webkit-transform: translate(-10px,-50%);
  -ms-transform: translate(-10px,-50%);
  transform: translate(-10px,-50%);
}
.post-banner-md-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.post-banner-md-5 {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.s-post-banner__image {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.s-post-banner__image img {
  display: block;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}

.s-post-banner__content-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 25px;
  padding-bottom: 15px;
}

.s-post-banner__wrap-link {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: .875rem;
  line-height: 1.28571;
  font-weight: 600;
  margin-bottom: 3px;
  color: #053d4e;
  text-decoration: none;
}

.s-post-banner__main-title {
  font-size: 2.125rem;
  line-height: 1.17647;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.s-post-banner__testimonial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 5px;
}
.s-post-banner__testimonial-avatar {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
  overflow: hidden;
}
.s-post-banner__testimonial-avatar img {
  display: block;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}
.s-post-banner__testimonial-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.s-post-banner__testimonial-author {
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 500;
  margin-bottom: 6px;
}
.s-post-banner__testimonial-date {
  font-size: .75rem;
  line-height: 1.25;
  font-weight: 400;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.s-post-banner__testimonial-date-icon {
  color: #023d4d;
  margin-right: 10px;
}
.addtoany_shortcode {
  right: 5%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  height: auto;
  top: 0;
  position: absolute;
  opacity: 0;
}

.addtoany_list {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 20px;
}

.addtoany_list a {
  text-decoration-skip-ink: auto;
  text-decoration: none;
  outline: 0;
  border: 0;
  box-shadow: none;
  display: inline-block;
  font-size: 16px;
  padding: 0 4px;
  vertical-align: middle;
  cursor: pointer;
  margin: 5px 0;
}



.addtoany_list a .a2a_svg {
  background-repeat: no-repeat;
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  padding: 0;
  width: 32px;
  display: inline-block;
  float: none;
  background-repeat: repeat;
  border-radius: 4px;
  display: inline-block;
  opacity: 1;
  background-color: transparent;
  width: 20px;
  line-height: 20px;
  height: 20px;
  background-size: 20px;
  border-radius: 3px;
  width: 40px!important;
  height: 40px!important;
  line-height: 40px!important;
}

.addtoany_list a .a2a_svg svg {
  display: block;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: none;
  display: block;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  padding: 0;
  position: relative;
  top: 0;
  width: auto;
  height: auto;
}

.a2a_label {
  position: absolute!important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px,1px,1px,1px);
  clip-path: polygon(0 0,0 0,0 0);
  -webkit-clip-path: polygon(0 0,0 0,0 0);
  overflow: hidden;
  height: 1px;
  width: 1px;
  display: inline-block;
  float: none;
  border-radius: 4px;
  display: inline-block;
  opacity: 1;
}

@media (min-width: 1550px){

  .scrolled .addtoany_shortcode {
    position: fixed;
    margin-top: 150px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    z-index: 5;
    opacity: 1;
  }
}
.s-flexible-post {
  padding: 20px 0 5px;
  text-align: center;
  padding-top: 25px;
}
.addtoany_list a:hover .a2a_svg {
  opacity: .7;
}
.blog-justify-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.blog-justify-content-col12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-flexible__content {
  position: relative;
  padding-bottom: 30px;
}
.c-flexible__content-text {
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 500;
}
.blog-post__body {
  margin-top: 30px;
}
.blog-comments {
  margin-top: 30px;
}

.blog-comments form {
  max-width: 100%;
  border-top: none !important;
}

.blog-comments form .actions {
  text-align: center;
}
.s-block-news-relationship-post {
  padding: 15px 0;
}
.s-block-news-relationship-row {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.s-block-news-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.s-block-news-content .c-intro-block {
  padding: 0;
  text-align: center;
  color: #023d4d;
  margin-bottom: 20px;
  margin: 0 auto;
  width: 100%;
}
.s-block-news-content .c-intro-block .c-intro-block__title {
  color: #023d4d;
  font-size: 1.75rem;
  line-height: 1.14286;
  font-weight: 700;
  font-family: sofia-pro,sans-serif;
  text-transform: uppercase;
  margin: 0 auto 10px auto;
  width: 100%;
  font-size: 1.75rem;
  line-height: 1.14286;
  font-weight: 700;
}
.related-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.related-post-content {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.c-block-news__container {
  position: relative;
}
.related-post.recent-post-item {
  float: left;
  width: 370px;
  margin-right: 30px;
  padding: 0;
}

.related-post.recent-post-item:last-child {
  margin-right: 0;
}

.related-post a.design {
  color: #008bbe;
  text-decoration: none;
}
.s-testimonial-post {
  padding: 10px 0 30px;
}
.s-testimonial-post-content-center {
  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.s-testimonial-col-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.c-testimonial {
  padding: 15px 0 25px;
  position: relative;
  color: #023d4d;
  text-align: center;
}
.c-testimonial::before {
  bottom: 0;
}
.c-testimonial::after, .c-testimonial::before {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #023d4d;
  opacity: .3;
}
.c-testimonial__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-testimonial__person-img {
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-bottom: 8px;
  overflow: hidden;
}
.c-testimonial__person-img img {
  display: block;
  vertical-align: middle;
  border: none;
  max-width: 100%;
  height: auto;
}
.c-testimonial__person-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-testimonial__person-name {
  font-size: 1rem;
  line-height: 1.3125;
  font-weight: 500;
  margin-bottom: 6px;
}
.c-testimonial__person-position {
  font-size: .75rem;
  line-height: 1.25;
  font-weight: 400;
}
.c-testimonial__content {
  font-family: sofia-pro,sans-serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.5625;
  font-weight: 400;
}
.c-testimonial__content p {
  margin-bottom: 0;
  line-height: 30.0001px;
  font-style: italic;
  font-family: sofia-pro, sans-serif;
}
.c-testimonial::before {
  bottom: 0;
}
.c-testimonial::after {
  top: 0;
}
/* Slider */
.slick-slider
{
  position: relative;

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

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

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

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

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

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

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

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

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

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

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

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.c-slider__arrow-round {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-slider__arrow-round:after {
  content: '';
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 42px;
  height: 42px;
}

.c-slider__arrow-round.slider-prev {
  left: -75px;
  right: auto;
}

.c-slider__arrow-round {
  right: -75px;
}
.c-slider__arrow-round {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  margin-top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.c-slider__arrow-round:after {
  content: '';
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: 42px;
  height: 42px;
}


.c-slider__arrow-round.slider-prev:after {
  background-image: url('//489537.fs1.hubspotusercontent-na1.net/hubfs/489537/raw_assets/public/Proplogix_LandingPage-2023/images/arrow-left-secondary.svg');

    }

.c-slider__arrow-round.slider-next:after {
  background-image: url('//489537.fs1.hubspotusercontent-na1.net/hubfs/489537/raw_assets/public/Proplogix_LandingPage-2023/images/arrow-right-secondary.svg');

    }

.c-slider__arrow-round.slider-prev {
  left: -60px;
  right: auto;
}

.c-slider__arrow-round.slider-next {
  right: -60px;
}
.c-block-news__link a {
  text-decoration: none;
}


.form-open .mfp-auto-cursor.mfp-ready {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0!important;
  -webkit-backface-visibility: hidden;
  z-index: 10001!important;
  overflow: hidden auto;
}

.form-open .mfp-bg.mfp-ready {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8;
  z-index: 10000!important;
}

.mfp-container.mfp-inline-holder {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display:none;
}
.form-open .mfp-container.mfp-inline-holder {
  display: block;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
  margin: 0!important;
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
  cursor: auto;
}

.c-popup-form {
  border-radius: 5px;
  margin: auto;
  width: 90%;
  max-width: 490px;
  background: #fff;
  position: relative;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,.3);
  box-shadow: 0 1px 5px rgba(0,0,0,.3);
  outline: 0!important;
  -webkit-transition: height .3s ease-in;
  -o-transition: height .3s ease-in;
  transition: height .3s ease-in;
}

.c-popup-form__message {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 100%;
  background-color: #023d4d;
  -webkit-transition: height .3s ease-in-out;
  -o-transition: height .3s ease-in-out;
  transition: height .3s ease-in-out;
  z-index: 1050;
}

.c-popup-form__message .spinner {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 4px solid #fff;
  border-top-color: rgba(255,255,255,.3);
  border-radius: 100%;
  left: 50%;
  top: 0;
  opacity: 0;
  margin-left: -20px;
  margin-top: -20px;
  -webkit-animation: spinner .6s infinite linear;
  animation: spinner .6s infinite linear;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 0 rgba(0,0,0,.2);
}



.hbspt-form h3 {
  display: none !important;
}

.hbspt-form form {
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 18px;
  padding: 20px 10px 30px!important;
  background-color: #fff;
  position: relative;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial,Baskerville,monospace;
  display: none!important;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  line-height: unset;
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  color: #333;
  display: block!important;
  width: 40px;
  height: 40px;
}



.mfp-close:before {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  color: #c2c2c2;
  font-size: 14px;
}

.c-popup-form .mfp-close:after, .c-popup-form .mfp-close:before {
  content: '';
  position: absolute;
  background-color: #023d4d;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
}

.c-popup-form .mfp-close:before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}

.mfp-close span {
  display: none;
}

.c-popup-form .mfp-close:after {
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.mfp-close:hover {
  opacity: 1;
}

.hbspt-form form .hs-form-field input[type=text],.hbspt-form form  .hs-form-field input[type=email] {
  width: 100%!important;
  height: 53px!important;
  padding: 12px 30px!important;
  background-color: #fff;
  -webkit-box-sizing: border-box!important;
  box-sizing: border-box!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  outline: 0!important;
  font-size: 16px!important;
  font-family: sofia-pro,sans-serif;
  max-width: 500px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  /* box-shadow: inset 0 1px 3px rgba(0,0,0,0.1) !important; */
  font-weight: normal;
  line-height: 18px;
  margin: 0;
}
.hbspt-form .hs-form-field {
  position: relative;
  margin-bottom: 30px!important;
  padding-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hbspt-form .hs-button {
  font-size: 1rem;
  line-height: 1.1875;
  font-weight: 600;
  padding: 17px 40px;
  position: relative;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  width: auto!important;
  min-width: 200px!important;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-shadow: none!important;
  outline: 0!important;
  margin: 0;
  box-sizing: content-box;
  font-family: Helvetica,Arial,sans-serif;
}
.hbspt-form .actions {
  margin-left: -20px;
  padding-left: 20px;
  text-align: center;
  background: transparent;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 20px 18px 0px;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.hbspt-form form .hs-error-msgs label {
  color: #e22357;
  font-weight: normal;
  font-size: 13px;
  line-height: 20px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.progress-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  height: 4px;

}

.progress-bar {
  background-color: #023d4d;
  display: block;
  height: 100%;
  transition-property: width;
  transition-duration: 0.1s;
}

@media(min-width:425px){
  .hbspt-form form {
    padding: 20px 50px 30px!important;
  }
}

@media (min-width: 576px){
  .c-intro-block__link a {
    min-width: 245px!important;
  }
}
@media screen and (min-width: 768px){
  .c-slider__arrow-round:after {
    width: 26px;
    height: 26px;
  }
  .c-testimonial__header {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .c-testimonial__person-name {
    font-size: .875rem;
    line-height: 1.14286;
    font-weight: 500;
    margin-bottom: 2px;
  }
  .c-block-news__container {
    padding: 0 50px;
  }
  .c-testimonial {
    padding: 30px 0;
    text-align: left;
  }
  .s-testimonial-col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .s-testimonial-post {
    padding: 15px 0 40px;
  }

  .s-block-news-content .c-intro-block .c-intro-block__title {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 15px;
    padding: 0;
  }
  .s-block-news-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .s-block-news-content .c-intro-block {
    margin-bottom: 30px;
  }
  .s-block-news-relationship-post {
    padding: 42px 0 50px;
  }
  .c-flexible__content {
    padding-bottom: 20px;
  }
  .blog-justify-content-col12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .s-post-banner__testimonial-date-icon {
    margin-right: 7px;
  }
  .m-o-child-page-nav{
    display:none !important;
  }
  .c-hero__content-wrapper {
    text-align: left;
  }
  .s-news-list-bottom {
    padding: 30px 0;
    margin-bottom: 60px;
  }
  .c-block-news {
    padding: 0;
  }
  .s-hero {
    padding: 20px 0;
  }
  .s-hero__filter-wrap-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .c-hero__content-title {
    font-size: 1.6875rem;
    line-height: 1.22222;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 0;
  }
  .s-hero-content-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-hero__content-subtitle {
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 400;
  }
  .o-child-page-nav {
    display: block!important;
  }
  .o-child-page-nav {
    padding: 35px 0 20px;
  }
  .o-child-page-nav-content ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .o-child-page-nav-content ul li {
    margin: 5px 20px;
    padding: 0;
  }
  .o-child-page-nav-content ul li a {
    padding: 8px 0;
  }
  .s-news-list-top {
    padding: 30px 0;
  }
  .recent-post-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .c-block-news__icon {
    margin-right: 7px;
  }
  .c-block-news__title {
    margin-bottom: 7px;
  }

  .c-block-news__desc {
    padding-top: 12px;
    text-align: left;
  }

  .c-intro-block {
    padding: 20px 0 30px;
  }
  .c-intro-block__title {
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 700;
    padding: 0;
  }
  .c-intro-block__title {
    margin-bottom: 5px;
  }
  .c-intro-block__link {
    margin-top: 20px;
  }
  .blog-pagination {
    padding-top: 3rem;
    margin-top: 20px;
  }
  .s-post-banner {
    padding: 25px 0 40px;
  }
  .c-link {
    padding: 8px 0;
  }
  .c-link--back {
    padding-left: 16px;
  }
  .c-link--back:after {
    width: 10px;
    height: 10px;
  }
  .post-banner-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .post-banner-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    margin-left: 8.33333%;
  }
  .s-post-banner__content-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  .s-post-banner__wrap-link {
    margin-bottom: 0;
  }
  .s-post-banner__main-title {
    font-size: 1.6875rem;
    line-height: 1.22222;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 0;
    text-transform: uppercase;
  }
  .s-post-banner__testimonial {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 10px;
  }
  .s-post-banner__testimonial-avatar {
    width: 33px;
    height: 33px;
    margin-right: 11px;
    margin-bottom: 0;
  }
  .s-post-banner__testimonial-author {
    font-size: .875rem;
    line-height: 1.14286;
    font-weight: 500;
    margin-bottom: 2px;
  }
  .s-flexible-post {
    padding: 30px 0 10px;
    text-align: left;
  }
  .c-testimonial__person-img {
    width: 33px;
    height: 33px;
    margin-right: 11px;
    margin-bottom: 0;
  }
  .c-testimonial__person-position {
    font-size: .6875rem;
    line-height: 1.36364;
    font-weight: 400;
  }
}
@media screen and (min-width: 1025px){
  .c-resource-filter__page-list__wrap ul {
    padding: 10px 10px 10px 27px;
  }

}
@media screen and (min-width: 1200px){
  .c-slider__arrow-round:after {
    width:42px;
    height:42px;
  }
  .c-testimonial__header {
    margin-bottom: 25px;
  }
  .c-testimonial__content {
    font-size: 1.125rem;
    line-height: 1.66667;
    font-weight: 400;
  }
  .c-testimonial__person-name {
    font-size: 1rem;
    line-height: 1.3125;
    font-weight: 500;
  }
  .c-testimonial__person-img {
    width: 54px;
    height: 54px;
    margin-right: 18px;
  }
  .c-testimonial {
    padding: 42px 0;
  }
  .s-testimonial-post {
    padding: 20px 0 95px;
  }
  .s-block-news-content .c-intro-block .c-intro-block__title {
    font-size: 2.5rem;
    line-height: 1.5;
    font-weight: 700;
  }
  .s-block-news-content .c-intro-block {
    margin-bottom: 30px;
  }
  .s-block-news-relationship-post {
    padding: 55px 0 100px;
  }
  .c-flexible__content-text {
    font-size: 1.125rem;
    line-height: 1.66667;
    font-weight: 400;
  }
  .s-post-banner__testimonial-date-icon {
    margin-right: 10px;
  }
  .s-news-list-bottom {
    padding: 60px 0 10px;
    margin-bottom: 150px;
  }
  .c-block-news__title {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .c-block-news__icon {
    margin-right: 10px;
  }
  .s-hero{
    padding: 30px 0;
  }
  .c-hero__content-title {
    font-size: 2.8125rem;
    line-height: 1.22222;
    font-weight: 700;
  }
  .o-child-page-nav {
    padding: 60px 0 30px;
  }
  .o-child-page-nav-content ul li {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 400;
  }
  .o-child-page-nav-content ul li a {
    padding: 12px 0;
  }
  .s-news-list-top {
    padding: 85px 0 45px;
  }
  .c-block-news__desc {
    padding-top: 17px;
  }

  .c-intro-block {
    padding: 85px 0 100px;
  }

  .c-intro-block__title {
    margin-bottom: 15px;
  }

  .c-intro-block__description {
    font-size: 1.125rem;
    line-height: 1.66667;
    font-weight: 400;
  }

  .c-intro-block__description {
    margin-bottom: 15px;
  }
  .c-intro-block__description p {
    font-size: 1rem;
    line-height: 1.75;
    margin: 0 0 16px;
  }
  .c-intro-block__link {
    margin-top: 40px;
  }
  .c-intro-block__link a{
    min-width: 400px!important;
  }
  .blog-pagination a {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600;
    padding: 17px 40px!important;
    min-width: 200px!important;
  }
  .blog-pagination {
    margin-top: 35px;
    padding-top: 3rem;
  }

  .s-post-banner {
    padding: 40px 0 95px;
  }
  .s-post-banner__wrap-link-back {
    margin-bottom: 30px;
  }
  .c-link {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 400;
    padding: 12px 0;
  }
  .c-link--back {
    padding-left: 23px;
  }
  .c-link--back:after {
    width: 16px;
    height: 16px;
  }
  .c-link--back:hover {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 700;
  }
  .s-post-banner__wrap-link {
    font-size: .75rem;
    line-height: 1.25;
    font-weight: 600;
  }
  .s-post-banner__main-title {
    font-size: 2.8125rem;
    line-height: 1.22222;
    font-weight: 700;
    margin-bottom: 3px;
  }
  .s-post-banner__testimonial {
    padding-top: 0;
  }
  .single-post .s-post-banner__testimonial-avatar {
    width: 46px;
    height: 46px;
    margin-right: 24px;
  }
  .s-post-banner__testimonial-author {
    font-size: 1rem;
    line-height: 1.3125;
    font-weight: 500;
  }
  .s-post-banner__testimonial-date {
    font-size: .6875rem;
    line-height: 1.36364;
    font-weight: 400;
  }
  .s-flexible-post {
    padding: 35px 0;
    padding-top: 40px;
  }
  .c-flexible__content {
    padding-bottom: 30px;
  }
}

@media(min-width:1350px){
  .c-block-news__container {
    padding: 0;
  }
}
@media(max-width:991px){
  .hs-blog-listing, .hs-blog-post {
    padding-top: 100px;
  }


}

@media(max-width:767px){

  .hs-blog-listing, .hs-blog-post {
    padding-top: 95px;
  }
  .c-block-news__title {
    text-align: center;
  }

  .c-block-news__date {
    text-align: center;
  }
  .m-o-child-page-nav {
    padding: 30px 0 20px;
    border-bottom: 1px solid #bcced8;
    background-color: #F2F5F7;
    position: relative;
  }

  .с-waves.с-waves--with-wave {
    position: relative;
    height: auto;
    top: 0;
  }

  .m-o-child-page-nav-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .m-o-child-page-col-12 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .c-child-pages__wrapper {
    text-align: center;
  }

  .c-child-pages__fake-link {
    position: relative;
    padding: 11px 34px 11px 0;
    display: inline-block;
    border-bottom: 3px solid #41b680;
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 700;
  }

  .c-child-pages__fake-link:after {
    content: "";
    position: absolute;
    right: 11px;
    background: url(//489537.fs1.hubspotusercontent-na1.net/hubfs/489537/raw_assets/public/Proplogix_LandingPage-2023/images/angel-down.png) no-repeat;
    background-size: contain;
    width: 12px;
    height: 8px;
    top: 41%;
    color: #023d4d;

  }

  .c-child-pages__wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }

  .c-child-pages__wrapper ul li {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 400;
    padding: 12px 0;
    margin-left: 25px;
    margin-right: 25px;
    -webkit-transition: text-shadow .1s ease-in;
    -o-transition: text-shadow .1s ease-in;
    transition: text-shadow .1s ease-in;
  }

  .c-child-pages__wrapper ul li a {
    text-decoration-skip-ink: auto;
    text-decoration: none;
    outline: 0;
    cursor: pointer;
    display: inline-block;
  }

  .m-o-child-page-nav .с-waves.с-waves--with-wave svg path {
    fill: rgb(242, 245, 247);
  }
  .mobile-cat-open .c-child-pages__wrapper ul {
    display: flex;
  }

  .mobile-cat-open .c-child-pages__fake-link:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .c-link--nav__hidden {
    position: absolute;
    width: 0;
    height: 3px;
    left: 0;
    bottom: 0;
    -webkit-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s;
  }

  .c-child-pages__wrapper ul li:hover a , .c-child-pages__wrapper ul li a.active {
    font-weight: 700;
  }

  .c-child-pages__wrapper ul li:hover a .c-link--nav__hidden , .c-child-pages__wrapper ul li a.active .c-link--nav__hidden {
    background-color: #41b680;
    width: 100%;
  }
  .c-child-pages__wrapper ul li a .c-link--nav__hidden , .c-child-pages__wrapper ul li a.active .c-link--nav__hidden {
    background-color: #41b680;

  }
  .s-post-banner__main-title {
    text-align: center;
  }

  .s-post-banner__content-wrapper {
    width: 100%;
  }
}

@media(max-width:1199px){
  .c-slider__arrow-round.slider-next {
    right: 15px;
  }
  .hbspt-form .hs-button {
    padding: 16px 20px;
    padding: 16px 20px;
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600;
    position: relative;
    font-family: Helvetica,Arial,sans-serif;
  }
  .c-slider__arrow-round.slider-prev {
    left: 15px;
  }
  .c-slider__arrow-round:after {
    width: 26px;
    height: 26px;
  }
}

@media(max-width:767px){
  .addtoany_shortcode {
    display: none;
  }
  .related-post.recent-post-item {
    margin-right: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.body-wrapper {
  padding-top: 130px;
}
.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;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width:auto;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.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;
}
input.email-edit.hs-input {
  padding: 9px 10px !important;
  font-size: 16px !important;
}
ul.no-list.hs-error-msgs {
  padding: 0;
}
.password-page input#hs-pwd-widget-password {
  height:58px !important;
  margin-top: 0px !important;
  margin-bottom: 15px;
  outline:0;
}
@media(max-width:991px){
  .body-wrapper {
    padding-top: 99px;
  }
}
@media(max-width:767px){
  .error-page_heading , .systems-page h1 {
    font-size: 25px;
  }
  .body-wrapper {
    padding-top: 95px;
  }
  .systems-page h3 {
    font-size: 20px;
  }
}