/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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;
}

.dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , footer.footer .footer__container {
  padding-left: 130px;
  padding-right: 130px;
}

@media (min-width: 992px) {
  header.header .header__container {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media (max-width: 1480px){ 
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , footer.footer .footer__container {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 1280px){ 
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , footer.footer .footer__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 991px){ 
  header.header .header__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 768px){ 
  .dnd-section > .row-fluid , .body-wrapper .content-wrapper , .body-wrapper .page-center , header.header .header__container, footer.footer .footer__container {
    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: "Font Awesome 5 Brands";
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/FontAwesome5Brands-Regular.eot") format("embedded-opentype"),
    url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/FontAwesome5Brands-Regular.woff2") format("woff2"),
    url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/FontAwesome5Brands-Regular.woff") format("woff"), 
    url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/FontAwesome5Brands-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Monument Extended;
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/MonumentExtended-Regular.otf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Monument Extended;
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/MonumentExtended-Ultrabold.otf");
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: Formular;
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/Brownfox-Formular%20%282%29.ttf");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: Formular;
  src: url("//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/Gaviti_June2020/Fonts/Brownfox%20-%20Formular%20Medium.ttf");
  font-style: normal;
  font-weight: 500;
}
html {
  font-size: 24px;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.33;   
  background-color: #f7f8f8;
  overflow-x: hidden;
}

p {
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height:normal;
  margin: 0.67em 0;
  margin-top: 0;
  letter-spacing: 0;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.34782608696;
  margin: 0.67em 0;
  margin-top: 0;
}

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

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

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

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

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

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 {
  background: #fff;
  padding: 94px 36px 66px;
  position: relative;
  margin: 71px 0 72px;
}
blockquote:before {
  content: "";
  position: absolute;
  left: 37px;
  top: 46px;
  width: 30px;
  height: 25px;    
  background: url(//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/raw_assets/public/Gaviti_June2020/images/quote.svg) no-repeat center center;
}
figure {
  margin: 1em 0;
}
/* 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */
h3.form-title {
  padding: 5px 15px;
  margin-bottom: 0;
  max-width: 500px;
}

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
  padding: 15px;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  text-decoration: none;
  white-space: normal !important;
  font-size: 14px;
  font-weight: 700;
  line-height: 0.85714285714;
  font-family: helvetica;
  margin-bottom: 15px;
  margin-top: 20px;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

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


.hs-form label {
  color: #33475b;
  font-size: 14px;
  font-family: helvetica;
  font-weight: 500;
  text-align: left;
  line-height: 1.42857142857;
  padding-top: 0;
  margin-bottom: 4px;
}

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

.hs-input ,
input#hs-pwd-widget-password {
  display: block;
  width: 100%;
  max-width: 500px;
  border: 0;
  box-sizing: border-box;
  border-bottom: 2px solid;
  padding: 8px 10px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.375;
}

input#hs-pwd-widget-password {
  padding: 20px 15px;
}

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

.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: #f2545b;
}
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: 1.28571428571;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.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;
}

@media (max-width: 767px) { 
  #hs-search-module ,
  .widget-type-form{
    margin-top: 20px;
  }
  .hs-input ,
  input#hs-pwd-widget-password {
  max-width: 100%;
  }
  form ,
  h3.form-title {
  max-width: 100%;
  }
  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding: 5px;
    overflow: hidden;
    overflow-x: auto;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px !important; padding-right:15px !important; float:none; box-sizing: border-box; padding-bottom:0px !important; }
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}


.hero-form-main-wrap { padding: 70px 0px 24px; }
.hero-form-wrap { display: flex; flex-flow: wrap; }
.hero-form-left-details-wrap { width: 53%; }
.hero-form-right { padding: 26px 36px; width: 47%; background: #00C184; }
.hero-form-right h3 { max-width: 100%; background-color: transparent !important; padding: 0px; color: #fff !important; font-size: 20px; line-height: 30px; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; }
.hero-form-right form { max-width: 100%; background-color: transparent; padding: 0px; }
.hero-form-right form .hs-form-field { flex-flow: column; margin-bottom: 0; }
.hero-form-right form .hs-form-field .hs-input { height: 42px; }
.hero-form-right form .hs-form-field label { font-family: 'Titillium Web'; font-style: normal; font-weight: 700; font-size: 14px; line-height: 21px; text-transform: capitalize; }
.hero-form-right form .form-columns-2 .hs-form-field:first-child { padding-right: 3px; }
.hero-form-right .legal-consent-container * { color: #fff; }
.hero-form-right .legal-consent-container a { text-decoration: underline; }
.hero-form-right form input[type="submit"] { margin: 15px 0px 0px; background-color: #FFFFFF !important; border-radius: 32.9159px !important; color: #020873 !important; font-family: 'Titillium Web' !important; font-style: normal; font-weight: 700; font-size: 15.3608px !important; text-align: center; text-transform: uppercase; }
.hero-form-left-details h6 { margin-bottom: 5px; color: #383838; font-weight: 400; font-size: 26px; line-height: 130%; text-transform: uppercase; }
.hero-form-left-details h1 { font-weight: 700; font-size: 46px; line-height: 130%; color: #05DB97; text-transform: uppercase; margin-bottom: 0px; }
.hero-form-left-details { padding-right: 45px; }
.hero-form-left-details-content {  font-style: normal; font-weight: 400; font-size: 20px; line-height: 160%; margin-top: 5px; }
.hero-form-left-details-list-wrap { margin-top: 10px; }
.hero-form-left-details-list-wrap h5 { margin: 0px; font-weight: 700; font-size: 26px; line-height: 40px; color: #05DB97; text-transform: uppercase; }
.hero-form-left-details-list-wrap ul { margin: 0px; padding-left: 30px; }
.hero-form-left-details-list-wrap ul li,
.hero-form-left-details-list-wrap ul li a { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 20px; line-height: 130%; cursor: initial; pointer-events: none;}
.hero-form-left-details-list-wrap ul li { position: relative; display: inline-block; width: 100%; margin-bottom: 6px; }
.hero-form-left-details-list-wrap ul li:before { content: ''; position: absolute; left: -30px; top: 6px; width: 18px; height: 18px; background: #05DB97; border-radius: 50px; }

.three-box-wrap { padding: 0px 38px; display: flex; }
.three-box-list-wrap { width: calc(100% / 3); padding: 17px; }
.three-box-list-img img { vertical-align: top; height: 210px; object-fit: cover; width:100%; }
.three-box-heading h2 { font-weight: 400; font-size: 40px; line-height: 112%; text-transform: uppercase; margin-bottom: 0; }
.three-box-heading { padding-bottom: 20px; }

.three-box-heading h2 { font-weight: 400; font-size: 40px; line-height: 112%; text-transform: uppercase; margin-bottom: 0; }
.three-box-heading { padding-bottom: 20px; }
.three-box-list-content-wrap h3 { margin-bottom: 0; font-weight: 700; font-size: 20px; line-height: 30px; text-align: center; text-transform: uppercase; color: #000000; }
.three-box-list-content-wrap { text-align: center; padding-top: 10px; }
.three-box-list-content { font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 20px; color: #000000; line-height: 150%; }
.three-box-main-wrap { padding: 24px 0px 26px; }

.left-side-content-with-right-side-img-main-wrap { padding-left: 80px; display: flex; flex-flow: wrap; padding-top: 26px; padding-bottom: 70px; }
.left-side-content-wrap { width: 54%; padding-right: 30px; }
.right-side-img-wrap { width: 46%; }
.left-side-content-heading h2 { margin-bottom: 0; font-weight: 400; font-size: 40px; line-height: 112%; text-transform: uppercase; color: #333333; }
.left-side-content ul { padding-left: 34px; margin: 0; }
.left-side-content ul li { display: inline-block; font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 20px; line-height: 130%; position: relative; margin-bottom: 15px; }
.left-side-content ul li strong { text-transform: uppercase; }
.left-side-content ul li:before { content: ''; position: absolute; left: -34px; top: 6px; width: 18px; height: 18px; background: #05DB97; border-radius: 50px; }
.left-side-content { display: inline-block; width: 100%; padding-top: 42px; }


.logo-list-main-wrap { background: #FFFFFF; box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.15); padding: 44px 0px 37px; margin-bottom: 25px; }
.logo-heading { padding-left: 75px; padding-bottom: 25px; }
.logo-list-wrap img { width: 100%; }
.logo-heading h2 { margin-bottom: 0px; }

.hero-image-right { width: 47%; }
.hero-form-left-details h4 { font-weight: 700; font-size: 26px; line-height: 30px; color: #333333; margin-bottom: 10px; margin-top: 7px; }
.hero-simple-link a { font-weight: 400; font-size: 26px; line-height: 40px; text-transform: uppercase; color: #05DB97; }
.hero-simple-link { margin-top: 6px; }

.heading-content-btn-wrap { display: flex; }
.about-heading { width: 26%; }
.about-content { width: 35%; font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 20px; line-height: 150%; }
.about-heading h2 { margin-bottom: 0; font-weight: 700; font-size: 26px; line-height: 40px; color: #3B00BC; text-transform: uppercase; }
.about-btn a { background: #3B00BC; border-radius: 60px; font-weight: 700; font-size: 28px; line-height: 43px; text-align: center; text-transform: uppercase; display: inline-block; color: #fff; padding: 10px 40px; }
.about-btn a:hover { color:#ffffff; }
.about-btn { width: 26%; text-align: right; align-items: center; justify-content: flex-end; display: flex; }
.heading-content-btn-main-wrap { padding: 48px 0px 70px;}

.hero-img-main-wrap { padding: 70px 0px 24px 5.3%; }

.blog-recent-post-main-wrap { padding: 40px 0; }
.blog-recent-post-heading { text-align: center; margin-bottom: 25px; }
.blog-recent-post-heading h2 { font-weight: 400; font-size: 40px; line-height: 112%; text-transform: uppercase; color: #333333; margin-bottom: 0; }
.blog-recent-post-wrap { display: flex; }
.blog-recent-post-list { width: calc(100% / 3); padding:17px; }

.blog-recent-post-wrap { max-width: 892px; margin: 0px auto; }
.blog-recent-post-details { border: 0.5px solid #333333; background: #FFFFFF; }
.blog-recent-post-img { position: relative; }
.blog-tag-main-wrap { position: absolute; left: -20px; top: 12px; padding: 6px 40px 6px 30px; background: #00C184; font-family: 'Montserrat'; font-style: normal; font-weight: 400; font-size: 12px; line-height: 132.1%; text-transform: uppercase; color: #FFFFFF; }
.blog-recent-post-img img { vertical-align: top; object-fit: contain; }
.blog-recent-heading-btn { padding: 35px 32px 21px 46px; }
.blog-recent-heading-btn h2 { font-family: 'Montserrat'; font-style: normal; font-weight: 500; font-size: 14px; line-height: 120%; text-transform: capitalize; color: #000000; }
.blog-recent-btn a { font-family: 'Titillium Web'; font-style: normal; font-weight: 600; font-size: 14px; line-height: 132.1%; text-transform: uppercase; color: #00C184; }
.blog-recent-btn { margin-top: 25px; }
.blog-recent-btn a svg { vertical-align: middle; margin-bottom: -9px; }
.blog-recent-heading-btn .same-height { display: inline-block; width: 100%; }

.blog-recent-post-main-wrap { position: relative; padding-bottom: 90px; }
.blog-recent-post-main-wrap:after { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 50%; background-image: url(https://4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/bg-img.png); z-index: -1; background-size: cover; background-position: center center; }

.hero-form-right form .hs-form-field  input[type="checkbox"] { width: 22px !important; height: 22px; border: 0px !important; outline: 0px !important; }
.hero-form-right form .hs-richtext { padding-left: 28px; }

.hero-form-right form .hs-form-field label { position: relative; }
.hero-form-right form .hs-form-field label input[type="checkbox"] { padding: 0; height: initial; width: initial; margin-bottom: 0; display: none; cursor: pointer; }
.hero-form-right form .hs-form-field label input[type="checkbox"] + span:before { content: ''; -webkit-appearance: none; background-color: transparent; border: 1px solid #ffffff; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); padding: 7px; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 5px; position: absolute; left: 0; top: 4px; }
.hero-form-right form .hs-form-field label input[type="checkbox"]:checked + span:after { content: ''; display: block; position: absolute; top: 6px; left: 5px; width: 4px; height: 8px; border: solid #000000; border-width: 0 1px 1px 0; transform: rotate(45deg); }
.hero-form-right form .hs-form-field label input[type="checkbox"] + span { padding-left: 26px; display: inline-block; }

.heading-image-video-wrap { text-align: center; }
.heading-image-video-wrap h2 { font-weight: 700; font-size: 46px; line-height: 130%; color: #05DB97; text-transform: uppercase; margin-bottom: 0px; }
.heading-image-video { margin-top: 27px; }
.heading-image-video-main-wrap { padding: 40px 0px; }
.heading-image-video img { width: 100%; max-width: 800px !important; vertical-align: top; }

.heading-image-video.video-set-wrap { max-width: auto; margin-left: auto; margin-right: auto; }

@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;} }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} }
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1150px;} }
 

@media (min-width:768px) { 
  .menulinks,.mobile-shape { display:none; }
}

@media (max-width:1199px){

  .hero-form-right .legal-consent-container * { font-size: 14px; }
  .hero-form-right form input[type="submit"] { width: auto; }
  .hero-form-main-wrap { padding: 50px 0px 24px; }
  .hero-form-left-details h1 { font-size: 40px; }
  .hero-form-left-details-content { font-size: 17px; line-height: 26px; }
  .hero-form-left-details-list-wrap h5 { font-size: 21px; }
  .hero-form-left-details-list-wrap ul li,
  .hero-form-left-details-list-wrap ul li a { font-size: 17px; line-height: 26px; }
  .three-box-heading h2,
  .left-side-content-heading h2 { font-size: 30px; }
  .three-box-wrap { padding: 0px 27px; }
  .left-side-content { padding-top: 30px; }
  .left-side-content ul li { font-size: 17px; line-height: 26px; }
  .left-side-content-with-right-side-img-main-wrap { padding-left: 45px; padding-bottom: 50px; }
  .logo-heading { padding-left: 40px; padding-bottom: 15px; }
  .logo-list-main-wrap { padding: 34px 0px 30px; }
  
  .hero-img-main-wrap { padding: 50px 0px 24px 5.3%; }

  .about-heading { width: 30%; padding-right:15px; }
  .about-content { width: 40%; }
  .about-btn { width: 30%; }
  .about-btn a { font-size: 22px; padding: 8px 36px; }
  .heading-content-btn-main-wrap { padding: 38px 0px 55px; }

  .blog-recent-post-main-wrap { padding: 20px 0 60px; }
  .blog-recent-post-heading { margin-bottom: 15px; }
  .blog-tag-main-wrap { padding: 6px 25px 6px 20px; left: -11px; }
  .blog-recent-post-list { padding: 15px; }
  .blog-recent-heading-btn { padding: 25px 32px 21px 30px; }
  .blog-recent-btn { margin-top: 20px; }

  .heading-image-video-main-wrap { padding: 50px 0px; }
  .heading-image-video { margin-top: 17px; }


  
}
@media (max-width:991px){
  .hero-form-main-wrap { padding: 40px 0px 24px; }
  .hero-form-left-details { padding-right: 20px; }
  .hero-form-left-details h1 { font-size: 30px; }
  .hero-form-left-details h6 { font-size: 21px; }
  .hero-form-left-details-content,
  .hero-form-left-details-list-wrap ul li,
  .hero-form-left-details-list-wrap ul li a,
  .left-side-content ul li { font-size: 15px; line-height: 25px; }
  .hero-form-left-details-list-wrap h5 { line-height: 25px; margin-bottom: 7px; }
  .hero-form-right { padding: 24px 19px; }
  .hero-form-right form { margin-top: 0px; }
  .hero-form-right form input[type="submit"] { padding: 15px 18px !important; }
  .three-box-heading h2,
  .left-side-content-heading h2,
  .logo-heading h2 { font-size: 25px; line-height: 120%; }
  .three-box-heading { padding-bottom: 15px; }
  .three-box-wrap { padding: 0px; margin-left: -10px; margin-right: -10px; }
  .three-box-list-wrap { padding: 10px; }
  .three-box-list-content,
  .three-box-list-content-wrap h3 { font-size: 17px; }
  .left-side-content-with-right-side-img-main-wrap { padding-left: 26px; }
  .left-side-content-wrap { padding-right: 25px; }
  .logo-list-wrap img { vertical-align: top; }
  .logo-heading { padding-bottom: 10px; padding-left: 20px; }
  
  .hero-img-main-wrap { padding: 40px 0px 24px 2%; }

  .about-heading h2 { font-size: 22px; }
  .about-btn { padding-left: 15px; }
  .about-btn a { font-size: 18px; padding: 4px 28px; }
  .about-content { font-size: 18px; line-height: 24px; }
  .heading-content-btn-main-wrap { padding: 25px 0px 35px; }

  .blog-recent-post-heading h2 { font-size: 34px; }
  .blog-recent-post-list { width: calc(100% / 2); }
  .blog-recent-post-wrap { flex-flow: wrap; justify-content: center; }

  .heading-image-video-wrap h2 { font-size: 35px; line-height: normal; }
  
}
@media (max-width:767px){

  .hero-form-main-wrap { padding: 30px 0px 24px; }
  .hero-form-left-details-wrap { width: 100%; }
  .hero-form-right { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; margin-top: 25px; padding: 20px; }
  .hero-form-left-details { padding-right: 0; }
  .hero-form-left-details h6 { font-weight: 400; font-size: 24px; line-height: 130%; margin-bottom: 10px; }
  .hero-form-left-details h1 { font-size: 32px; line-height: 130%; }
  .hero-form-left-details-content,
  .hero-form-left-details-list-wrap ul li,
  .hero-form-left-details-list-wrap ul li a,
  .left-side-content ul li { font-weight: 400; font-size: 18px; line-height: 130%; color: #000000; }
  .hero-form-left-details-list-wrap h5 { font-weight: 700; font-size: 24px; line-height: 37px; text-transform: uppercase; }
  .hero-form-right h3 { margin-bottom: 0; font-weight: 700; font-size: 18px; line-height: 27px; text-transform: uppercase; }
  .hero-form-right form .hs-form-field .hs-input { height: 24px; width: 100% !important; border-radius: 2.29881px !important; }
  .hero-form-right form fieldset.form-columns-2 { display: flex; }
  .hero-form-right form .form-columns-2 .hs-form-field:first-child { padding-right: 4px; }
  .hero-form-right form .hs-form-field label { font-weight: 700; font-size: 12px; line-height: 18px; text-transform: capitalize; }
  .hero-form-right form .hs-form-field  input[type="checkbox"] { width: auto !important; }
  form .legal-consent-container .hs-form-booleancheckbox-display p { font-weight: normal; }
  .hero-form-right form input[type="submit"] { font-size: 14px; height: 39px; margin-top: 15px !important; }
  .three-box-list-img img { height: 61px; }
  .three-box-list-wrap { padding: 5px; }
  .three-box-wrap { margin-left: -5px; margin-right: -5px; }
  .three-box-list-content-wrap h3 { font-size: 18px; line-height: 27px; text-align: center; text-transform: uppercase; }
  .three-box-list-content { font-weight: 400; font-size: 12px; line-height: 150%; }
  .left-side-content-with-right-side-img-main-wrap { padding: 15px 15px 30px; flex-flow: wrap; }
  .left-side-content-wrap { width: 100%; padding-right: 0; }
  .right-side-img-wrap { width: calc(100% + 30px); margin-left: -15px; margin-right: -15px; }
  .three-box-heading h2,
  .left-side-content-heading h2,
  .logo-heading h2 { font-weight: 400; font-size: 24px; line-height: 112%; }
  .left-side-content { padding-top: 10px; }
  .left-side-content ul li:before,
  .hero-form-left-details-list-wrap ul li:before { width: 12px; height: 12px; left: -20px; }
  .left-side-content ul,
  .hero-form-left-details-list-wrap ul { padding-left: 21px; }
  .right-side-img-wrap img { max-height: 119px; object-fit: cover; vertical-align: top; }
  .logo-list-main-wrap { padding: 9px 0px 30px; }
  .logo-heading { padding-left: 15px; }

  #toggle { width: 34px; height: 19px; margin: 0px auto; display: inline-block; margin-right: 0; vertical-align: top;     position: relative; z-index: 55; }
  #toggle div { width: 100%; height: 2px; background: #ffffff; margin: 4px auto 7px; transition: all 0.3s; backface-visibility: hidden; }
  header#gaviti_header { background: #05DB97; padding: 7px 15px !important;     position: relative; }
  .gaviti_header_logo img { max-width: 62px; vertical-align: top !important; filter: brightness(1000); }
  #toggle div:first-child { margin-top: 0; }
  #toggle div:nth-child(2) { width: 19px; }

  body .gaviti_header_menu { position: absolute; top: 100%; left: 0; right: 0; width: 100%; text-align: left; background-color: #ffffff; padding: 15px; z-index: 22; margin-top: 2px; }
  body .gaviti_header_menu ul { padding-left: 0; }
  body .gaviti_header_menu ul li { width: 100%; display: inline-block; vertical-align: top; margin-right: 0 !important; line-height: 24px; }
  body .gaviti_header_menu ul li a { display: inline-block; vertical-align: baseline; width: 100%; font-size: 20px; line-height: 30px; color: #000000; }
  body .gaviti_header_buttons { width: 100%; text-align: center; flex-flow: wrap-reverse; justify-content: center; margin-top:10px; }
  body .gaviti_header_buttons a { width: 100%; margin-right: 0px; }
  body a.gaviti_header_demo_button { margin-top: 16px; background: #fff; color: #05db97; }
  body a.gaviti_header_login_button { color: #fff; }
  body a.gaviti_header_demo_button,body a.gaviti_header_login_button { font-size: 17px; }

  .mobile-open header#gaviti_header { background-color: #fff; }
  .mobile-open header#gaviti_header img { filter: unset; }
  .mobile-open header#gaviti_header { background-color: #fff; }
  .mobile-open header#gaviti_header img { filter: unset; }
  .mobile-open #toggle div:first-child { background: #000; width: 11px; transform: rotate(45deg) translate(5.5px, 6px); }
  .mobile-open #toggle div:last-child { background: #000; width: 11px; transform: rotate(-45deg) translate(0px, -1px); }
  .mobile-open #toggle div:nth-child(2) { display: none; }

  svg.mobile-shape {     position: absolute; right: 0px; width: 82px; display: none; z-index: 32; top:0px;}
  .mobile-open svg.mobile-shape { display: block; }
  .gaviti_header_buttons { display: none !important; }
  body.mobile-open { overflow: hidden; }
  body .gaviti_header_menu { height: calc(100vh - 55px); overflow-y: scroll !important; }
  .hero-img-main-wrap { padding: 30px 15px 24px; }

  .hero-image-right { width: 100%; text-align: center; margin-top: 15px; }
  .hero-image-right img { max-width: 330px !important; width: 100% !important; vertical-align: top; }
  .heading-content-btn-wrap { flex-flow: wrap; text-align: center; }
  .about-heading { width: 100%; padding-right: 0; }
  .about-content { width: 100%; font-weight: 400; font-size: 20px; line-height: 150%; margin-top: 6px; }
  .about-btn { width: 100%; text-align: center; justify-content: center; padding-left: 0; padding-top: 10px; }
  .about-heading h2 { font-weight: 700; font-size: 24px; line-height: 37px; }
  .heading-content-btn-main-wrap { padding: 25px 0px 30px; }

  footer#gaviti_footer .footer_cta { flex-flow: wrap !important;  }
  .footer_cta_icon { width: 100% !important; text-align: center !important; }
  .footer_cta_content { width: 100% !important; padding-left: 0 !important; }
  .footer_cta_icon img { max-width: 45px !important; height: auto !important; }
  .footer_cta_content h6 { font-size: 18px !important; line-height: normal !important; }
  a.footer_cta_button { margin-top: 15px !important; font-size: 15.5732px !important; line-height: 24px !important; padding: 10px 40px !important;     margin-top: 0px !important; }
  body:not(.home) footer#gaviti_footer { padding-top: 7vw !important; }
  .hero-form-left-details h4 { font-size: 24px; line-height: 37px; }
  .hero-simple-link a { font-weight: 400; font-size: 18px; line-height: 27px; }

  .blog-recent-post-heading h2 { font-size: 24px; line-height: 112%;  }
  .blog-recent-post-list { width: 100%; }
  .blog-recent-post-wrap { flex-flow: wrap; justify-content: center; max-width: 258px; }
  .blog-recent-post-main-wrap:after { height: 100%; }
  .blog-recent-post-img img { width: 100%; }
  .blog-recent-heading-btn h2 { font-size: 12.3246px; line-height: 120%; }
  .blog-recent-btn a { font-size: 12.3246px; line-height: 132.1%; }
  .blog-recent-btn a svg { width: 26px; height: 26px; margin-bottom: -1px; }
  .blog-recent-heading-btn { padding-bottom: 15px; }
  .blog-recent-post-main-wrap { padding: 20px 0 40px; }


}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: transparent;
}

.header__container {
  max-width: 1200px;
  margin: 0 auto;
}

.header__row-1,
.header__row-2 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.header__row-1 {
  padding-top: 20px;
}

.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  height: auto;
  margin-left: 22px;
  margin-right: auto;
  overflow: hidden;
}

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

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

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  padding-top: 20px;
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #494a52;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: Lato, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

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

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

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

/* Styles for the Language Switcher Component */

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

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

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

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

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

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

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

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

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: Lato, serif;
  color: #494a52;
}

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  font-size: 18px;
  margin-left: 10px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.header__language-switcher--label-current:after {
  content: "";
  display: block;
  height: 0px;
  width: 0px;
  margin-top: 3px;
  margin-left: 10px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
}

/* Header Styles */
.popup_block {
  overflow: hidden;
  position: fixed;
  top: 0;
  right: -100vw;
  bottom: 0;
  width: 49.6vw;
  margin: auto;
  z-index: 281;
  background: #fff;
  min-width: 550px;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
  visibility: hidden;
}

.popup_block .close {
  position: absolute;
  top: 53px;
  right: 116px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  min-width: initial;
  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;
}

.popup_block .popupWrap {
  overflow: hidden;
  height: 100vh;
  padding: 95px 0 0;
}

.popup_block .popupWrap .popupContent {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  padding: 0 50px 50px;
  width: 100%;
  max-width: initial;
}

.popupContent {
  margin: auto;
}

.popupContent .hbspt-form {
  display: block;
}

.popupContent .hbspt-form iframe {
  max-width: 100%;
}

.popupContent .hs-form-iframe {
  margin: auto;
}

.popup_block_open {
  right: 0;
  visibility: visible;
}

.book-demo-popup.popup_block {
  width: 100vw;
}

.popup_block .backLines {
  display: block;
  z-index: -1;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  min-height: 100%;
  top: 0;
  bottom: 0;
  position: absolute;
}

.book-demo-logo {
  position: absolute;
  top: 45px;
  left: 130px;
  opacity: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.popup_block_open .book-demo-logo {
  opacity: 1;
}

.book-demo-logo img {
  max-width: 100%;
  width: 100% !important;
}

.popup_block iframe {
  max-width: 100%;
}

.book-demo-popup .popupWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.meetings-iframe-container {
  text-align: center;
  margin: 0 -4px;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
}

header.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  padding-bottom: 10px;
  z-index: 90;
  padding-top: 54px;
}

.body-wrapper {
  margin-top: 114px;
}

.header-mob-pattern {
  height: 100vh;
  -webkit-transition: all .6s cubic-bezier(.785,.135,.15,.86);
  -o-transition: all .6s cubic-bezier(.785,.135,.15,.86);
  transition: all .6s cubic-bezier(.785,.135,.15,.86);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  right: -19px;
  top: 0;
  bottom: 0;
  width: auto;
}

.header__navigation--toggle.open {
  margin: 0;
}

.header-logo img {
  max-width: 100%;
  display: block;
  width: 100% !important;
}

.header-logo a {
  display: block;
}

.header-logo > .hs_cos_wrapper {
  top: -6px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.header-logo {
  margin-right: 12%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-container-inner {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  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;
}

.header__navigation--toggle {
  display: none;
}

.header-button-text a {
  min-height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  min-width: 203px;
  font-size: 12px;
  line-height: 1.16666666667;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  font-family: Monument Extended;
  padding: 7px 20px 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.header-login-text {
  margin-right: 30px;
  margin-left: 31px;
  font-family: Monument Extended;
  font-size: 12px;
  line-height: 1.16666666667;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header-login-text a:hover {
  text-decoration: underline;
}

.header-right-text {
  top: -3px;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.scroll-header header.header {
  padding-top: 0;
  padding-bottom: 0;
}

.scroll-header .header-right-text {
  top: 0;
}

.header-login-text a {
  font-family: Monument Extended;
}

.header-menu {
  position: relative;
  top: 0;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

header.header .header__container {
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
}

.scroll-header header.header .header__container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.scroll-header .header-menu {
  top: 12px;
}

.header-button-text.mobile-button-text {
  display: none;
}

@media (max-width: 1480px) {
  header.header {
    padding-top: 30px;
  }

  .body-wrapper {
    margin-top: 90px;
  }

  .header-menu {
    top: 4px;
  }

  .scroll-header .header-button-text a {
    min-height: 43px;
  }

  .scroll-header .header-menu {
    top: 8px;
  }

  .book-demo-logo {
    left: 100px;
    top: 30px;
  }
}

@media (max-width: 1380px) {
  .header-logo {
    margin-right: 30px;
  }
}

@media (max-width: 1280px) {
  .popup_block .close {
    top: 30px;
    right: 30px;
  }

  .book-demo-logo {
    top: 30px;
    left: 50px;
  }
}

@media (max-width: 1180px) {
  .book-demo-popup.popup_block .popupContent {
    padding-top: 20px;
  }
}

@media (max-width: 1154px) and (min-width: 1025px) {
  .header-button-text a {
    min-width: 138px;
    padding: 7px 10px 4px;
  }

  .header-login-text {
    margin-left: 10px;
    margin-right: 0;
  }

  .header-button-text a , .header-login-text {
    font-size: 10px;
  }
}

@media (max-width: 1024px) and (min-width: 992px) {
  .header-button-text a {
    min-width: 138px;
    padding: 7px 10px 4px;
  }

  .header-login-text {
    margin-left: 10px;
    margin-right: 0;
  }

  .header-button-text a , .header-login-text {
    font-size: 10px;
  }

  .header-button-text a, .header-login-text {
    font-size: 9px;
  }

  .header-button-text a {
    min-width: 125px;
  }
}


/* Mobile Styles */

@media (max-width: 991px) {
  .header__container form {
    max-width: 100%;
  }

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

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

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-right: auto;
    margin-left: 0;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

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

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    cursor: pointer;
  }

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

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

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

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

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }
  .header__language-switcher--label-current {
    display: none;
  }
  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    order: 1;
    padding: 30px;
    border-top: 2px solid #CED4DB;
  }

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

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

  .header__close--toggle {
    display: none;
  }

  .header__close--toggle.show {
    display: block;
  }

  /* Mobile style */
  .popup_block {
    width: 100vw;
  }

  .popup_block .close {
    right: 16px;
    top: 18px;
  }

  .popup_block .popupContent {
    height: calc(100vh - 95px);
  }

  .popup_block .backLines {
    display: none;
  }

  .mobile-menu-opened .header-mob-pattern {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
    visibility: visible;
  }

  .header__navigation--toggle {
    margin: 0;
    display: block;
  }

  .header__navigation--toggle svg {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .header__navigation--toggle svg rect {
    fill: #000;
  }

  .header__navigation--toggle .icon-close {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    opacity: 0;
  }

  .header__navigation--toggle.open .icon-close {
    opacity: 1;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
  }

  .header__navigation--toggle.open .icon-open {
    opacity: 0;
  }

  header.header {
    padding-top: 24px;
    padding-bottom: 10px;
    display: table;
    width: 100%;
  }

  .body-wrapper {
    margin-top: 71px;
  }

  .header-button-text {
    display: none;
  }

  .header-login-text {
    position: relative;
    top: -2px;
  }

  .mobile_bg {
    background: #fff;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-transition: all .6s cubic-bezier(.785,.135,.15,.86);
    -o-transition: all .6s cubic-bezier(.785,.135,.15,.86);
    transition: all .6s cubic-bezier(.785,.135,.15,.86);
  }

  .mobile-menu-opened .mobile_bg {
    height: -webkit-calc(100vh - 65px);
    height: calc(100vh - 65px);
    padding-bottom: 100px;
    padding-top: 10px;
  }

  .header-menu {
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition: all .6s cubic-bezier(.785,.135,.15,.86);
    -o-transition: all .6s cubic-bezier(.785,.135,.15,.86);
    transition: all .6s cubic-bezier(.785,.135,.15,.86);
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    z-index: 1000;
  }

  header.header .header__navigation {
    background-color: transparent;
  }

  .mobile-menu-opened .header-menu {
    height: -webkit-calc(100vh - 65px);
    height: calc(100vh - 65px);
    padding-top: 10px;
  }

  .mobile-menu-opened .header-login-text {
    display: none;
  }

  header.header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f7f8f8;
    opacity: 0;
    z-index: -1;
  }

  .mobile-menu-opened header.header:after {
    background: #fff;
    opacity: 1;
  }

  .header__navigation--toggle {
    z-index: 999;
  }

  .scroll-header .header-menu {
    top: 100%;
  }

  .scroll-header header.header .header__container {
    padding-top: 24px;
    padding-bottom: 10px;
  }

  .mobile-menu-opened {
    overflow-x: hidden;
  }

  .header-button-text.mobile-button-text {
    display: block;
    transition-delay: 900ms;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
    -webkit-transform: scale(1.05) translate(24px,-24px);
    -ms-transform: scale(1.05) translate(24px,-24px);
    transform: scale(1.05) translate(24px,-24px);
    opacity: 0;
  }

  .mobile-menu-opened .header-button-text.mobile-button-text {
    -webkit-transform: scale(1) translate(0,0);
    -ms-transform: scale(1) translate(0,0);
    transform: scale(1) translate(0,0);
    opacity: 1;
  }

  .scroll-header .header-button-text.mobile-button-text a {
    min-height: 40px;
  }

  .header-button-text.mobile-button-text a {
    min-height: 50px;
    font-size: 14px;
    line-height: 1.21428571429;
    margin-top: 60px;
    min-width: 335px;
    font-weight: 400;
    font-family: Monument Extended;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    letter-spacing: normal;
  }

  .header-button-text.mobile-button-text a {
    background: #0bc183;
    color: #fff;
    transition-delay: 900ms;
    -webkit-transition: .5s ease-out;
    -o-transition: .5s ease-out;
    transition: .5s ease-out;
  }

  .header-button-text.mobile-button-text a:hover {
    background: #000;
    transition-delay: 900ms;
  }

  .header-button-text.mobile-button-text a:before ,
  .header-button-text.mobile-button-text a:after {
    display: none;
  }

  .book-demo-logo {
    top: 20px;
    left: 50px;
  }

  .popup_block {
    min-width: initial;
  }
}


@media (max-width: 991px) and (max-height: 640px) {
  .header-button-text.mobile-button-text a {
    margin-top: 20px;
  }
}

@media (max-width: 991px) and (max-height: 400px) {
  .header-button-text.mobile-button-text a {
    margin-top: 22px;
  }
}

@media (max-width: 768px) {
  .popup_block .popupWrap .popupContent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .book-demo-popup.popup_block .popupContent {
    padding-top: 38px;
  }

  .book-demo-logo {
    left: 30px;
  }
}

@media (max-width: 767px) {
  .popupContent .hbspt-form fieldset.form-columns-2 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }

  .popup_block {
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
  }

  .popupContent .hbspt-form iframe {
    width: auto !important;
  }
}

@media (max-width: 540px) {
  .child-trigger {
    right: 30%;
  }

  .header-button-text.mobile-button-text a {
    width: 100%;
    min-width: unset;
  }

  .book-demo-logo {
    left: 20px;
  }
}

@media (max-width: 479px) {
.book-demo-popup.popup_block iframe {
  overflow: auto;
  min-width: auto !important;
}
}


  .content-wrapper {
    background: -webkit-linear-gradient(left,#01a671 0%,#04d694 100%);
    background: linear-gradient(to right,#01a671 0%,#04d694 100%);
    max-width: 100%;
    padding: 0 !important;
  }

  .systems-page {
    background-image: url(https://gaviti.com/wp-content/uploads/2020/12/Unsubscribe.png);
    background-repeat: no-repeat;
    background-size: 92%;
    background-position: left bottom;
    padding: 6% 10% 25% 10% !important;
  }

  .page-header {
    font-size: 2.1vw;
    color: #ffffff;
    font-family: 'Titillium Web',sans-serif;
  }

  .page-header br {
    display: none;
  }

  .page-header h1 {
    margin: 0;
    font-size: 0;
    color: #ffffff;
    font-weight: 600;
  }

  .page-header h1:before {
    content: 'Are you sure you want to unsubscribe?';
    font-size: 4vw;
  }

  .page-header h2 {
    margin: 0 0 1vw 0;
    font-size: 4vw;
    color: #ffffff;
    font-weight: 600;
  }

  form#email-prefs-form {
    background-color: transparent;
    max-width: 100%;
    padding: 0;
  }

  form#email-prefs-form #content h3 {
    margin: 1vw 0 0 0;
    font-size: 0;
    color: #ffffff;
    padding-right: 25%;
  }

  form#email-prefs-form #content h3:before {
    content: "If you wish to continue, please enter your email below. We'll always be here if you change your mind.";
    font-size: 2.1vw;
    font-weight: 100;
    line-height: 1.4em;
  }

  form#email-prefs-form #content > div:not(.clearer) {
    margin: 2vw 0 0 0;
    display: inline;
    float: left;
    width: 35%;
  }

  #email-prefs-form .email-edit {
    font-size: 1vw !important;
    border-radius: 0 !important;
    max-width: 100%;
    height: 2.5vw;
    line-height: 2.5vw;
    padding: 1.5vw 1vw !important;
  }

  form input[type="submit"] {
    margin: 2vw 0 0 1vw;
    font-family: 'Titillium Web', sans-serif !important;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 1.2vw !important;
    padding: 1.5vw 1vw !important;
    display: inline;
    height: 2.5vw;
    line-height: 0.2vw;
    border-radius: 50px !important;
    background-color: #c11f01 !important;
    color: #ffffff !important;
    font-weight: 400;
    width: 35%;
  }

  footer.footer.new_footer.lp-footer {
    display: none;
  }

  .body-wrapper {
    margin: 0;
  }

  .row-fluid-wrapper.row-number-1 > .row-fluid {
    padding: 4vw 12vw 8vw 12vw;
    justify-content: space-between !important;
  }

  .widget-type-cell {
    margin: 0 !important;
    padding: 0 !important;
  }

  .lp_title {
    font-size: 3.4vw;
    padding-right: 5%;
    line-height: 1.1em;
  }

  .lp_subtitle {
    font-size: 3.4vw;
    padding-right: 10%;
    line-height: 1.1em;
  }

  .span12.widget-span.widget-type-custom_widget.widget_1605434880133-flexbox-positioning.dnd-module img {
    margin-left: -5vw;
    width: 35vw;
  }

  .lp_paragraph_title {
    font-size: 1.4vw;
    line-height: 1.4em;
    margin-bottom: 1vw;
  }

  p {
    font-size: 1vw;
    margin-bottom: 1.2vw;
  }

  blockquote:before,
  .quote-box:after,
  .quote-box .fa {
    display: none;
  }

  .quote-box .details {
    margin: 0;
  }

  .quote-box .quote {
    background: none;
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 1vw;
    line-height: 1.5em;
  }

  .quote-box {
    margin-top: 4%;
    background-color: #2C2D2CB3;
    border: 1px solid #05DB97;
    border-radius: 4px;
    padding: 4.5% 5% 2% 5%;
    position: relative;
    width: 85%;
  }

  .quote-box .details .name {
    margin: 0.25vw 0 0 0;
    font-family: 'Montserrat';
    color: #00C184;
    font-size: 0.95vw;
    line-height: 1.5em;
    font-style: italic;
  }

  .quote-box:before {
    content: '';
    position: absolute;
    top: -1.5vw;
    left: 0.9vw;
    width: 3.8vw;
    height: 2.8vw;
    background-image: url(https://gaviti.com/wp-content/uploads/2020/10/Path-1532.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  /* form {
  float: right;
  background-color: #00C184 !important;
  border-radius: 8px;
  padding: 3.5vw 3vw 8vw 3vw;
  } */

  .form-columns-2 .hs-form-field {
    display: flex;
    flex-wrap: wrap;
  }

  .hs-form label {
    font-family: 'Montserrat';
    color: #ffffff !important;
    font-size: 0.85vw;
    line-height: 1.5em;
  }

  .hs-form-required {
    color: #ffffff;
    margin-left: 0.2vw;
  }

  form .field {
    margin-bottom: 0.95vw;
  }

  form input {
    border-radius: 4px !important;
    border: none !important;
    color: #000000 !important;
    font-size: 0.85vw !important;
    font-family: 'Montserrat' !important;
    padding: 0.5vw !important;
  }

  form .legal-consent-container .hs-form-booleancheckbox-display p {
    margin: 0.5vw 0 0 0;
    display: block;
    font-family: 'Montserrat';
    color: #ffffff;
    font-size: 0.85vw;
    line-height: 1.5em;
  }

  form .legal-consent-container .hs-form-booleancheckbox-display p a {
    color: inherit;
  }

  @media (min-width:768px) and (max-width:1025px) {

    .row-fluid-wrapper.row-number-1 > .row-fluid {
      display: block !important;
    }

    .row-fluid-wrapper.row-number-1 > .row-fluid > div {
      width: 100% !important;
    }

    .lp_title {
      font-size: 5.5vw;
      padding-right: 0;
    }

    .lp_subtitle {
      margin-top: 2vw;
      font-size: 5.5vw;
      padding-right: 0;
    }

    .lp_paragraph_title {
      font-size: 2.9vw;
    }

    p {
      font-size: 2.2vw;
    }

    .span12.widget-span.widget-type-custom_widget.widget_1605434880133-flexbox-positioning.dnd-module img {
      display: none;
    }

    .quote-box {
      width: 100%;
    }

    .quote-box .quote {
      font-size: 2.5vw;
    }

    .quote-box .details .name {
      margin: 1vw 0 0 0;
      font-size: 2.2vw;
    }

    form {
      margin-top: 2.5vw;
      float: none;
      padding: 5.5vw 5vw;
      width: 100% !important;
      max-width: 100% !important;
    }

    .form-columns-2 .hs-form-field {
      display: block;
    }

    .hs-form label {
      font-size: 2.2vw;
    }

    form .field {
      margin-bottom: 2.5vw;
    }

    form input {
      font-size: 2.2vw !important;
      padding: 1.5vw !important;
    }

    form .legal-consent-container .hs-form-booleancheckbox-display p {
      margin: 2vw 0 0 0;
      font-size: 2.2vw;
    }

    form input[type="submit"] {
      margin: 2.5vw 0 0 0;
      font-size: 2.2vw !important;
      padding: 1.8vw 5vw !important;
    }

  }

  @media (max-width:767px) {

    .row-fluid-wrapper.row-number-1 > .row-fluid {
      padding: 12vw;
    }

    .row-fluid-wrapper.row-number-1 > .row-fluid {
      display: block !important;
      padding: 12vw 5vw !important;
    }

    .row-fluid-wrapper.row-number-1 > .row-fluid > div {
      width: 100% !important;
    }

    .lp_title {
      font-size: 10vw;
      padding-right: 0;
    }

    .lp_subtitle {
      margin-top: 5vw;
      font-size: 10vw;
      padding-right: 0;
    }

    .lp_paragraph_title {
      font-size: 6vw;
    }

    p {
      font-size: 4.5vw;
    }

    .span12.widget-span.widget-type-custom_widget.widget_1605434880133-flexbox-positioning.dnd-module img {
      display: none;
    }

    .quote-box {
      width: 100%;
      padding: 12% 8% 5% 8%;
    }

    .quote-box:before {
      top: -6vw;
      left: 2vw;
      width: 12vw;
      height: 12vw;
    }

    .quote-box .quote {
      font-size: 4.5vw;
      line-height: 1.4em;
    }

    .quote-box .details .name {
      margin: 2vw 0 0 0;
      font-size: 4.2vw;
    }

    form {
      margin-top: 2.5vw;
      float: none;
      padding: 8vw;
      width: 100% !important;
      max-width: 100% !important;
    }

    .form-columns-2 .hs-form-field {
      display: block;
    }

    form .input {
      margin: 0 !important;
    }

    .hs-form label {
      font-size: 4.2vw;
    }

    form .field {
      margin-bottom: 4vw;
    }

    form input {
      font-size: 4.5vw !important;
      padding: 2.5vw !important;
    }

    form .legal-consent-container .hs-form-booleancheckbox-display p {
      margin: 2vw 0 0 0;
      font-size: 4vw;
    }

    form input[type="submit"] {
      margin: 4.5vw 0 0 0 !important;
      font-size: 4.2vw !important;
      padding: 2.8vw 8vw !important;
    }

  }
 
  header.header.lp-header {
    display: none;
  }

  .scroll-header header.header {
    display: none;
  }

  @media (min-width:1025px) {
    header.defaultHeader,
    header.wow.mainPageHeader {
      display: none;
    }
  }

  .logged-in header#gaviti_header {
    display: flex;
    flex-wrap: wrap;
    padding: 3% 5% 0.5% 2%;
    align-items: center;
    justify-content: space-between;
    font-family: 'Titillium Web', sans-serif;
  }

  body:not(.logged-in) header#gaviti_header {
    display: flex;
    flex-wrap: wrap;
    padding: 1% 5% 0.5% 2%;
    align-items: center;
    justify-content: space-between;
    font-family: 'Titillium Web', sans-serif;
  }

  header#gaviti_header a {
    font-family: 'Titillium Web', sans-serif;
  }

  header#gaviti_header.sticky {
    position: fixed;
    background-color: rgb(255 255 255 / 90%) !important;
    box-shadow: 0 0 5px 3px rgb(0 0 0 / 9%);
    padding: 2.5% 5% 0.5% 2%;
  }

  .gaviti_header_logo {
    width: 15%;
  }

  .gaviti_header_logo img {
    width: 40%;
    vertical-align: super;
  }

  .gaviti_header_menu {
    width: 81%;
    text-align: center;
    display:flex;
    align-items:center;
  }

  .gaviti_header_menu ul {
    margin: 0;
    list-style: none;
  }

  .gaviti_header_menu ul li {
    display: inline;
    margin-right: 2.5vw;
  }

  .gaviti_header_menu ul li a {
    color: #2C2D2C;
    text-transform: uppercase;
    font-weight: 600;
    font-size: .8vw;
    text-decoration: none;
  }

  .gaviti_header_menu ul li a:hover {
    color: #00c487;
  }

  .gaviti_header_buttons {
    width: 20%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }

  a.gaviti_header_demo_button {
    display: inline-block;
    font-size: .8vw;
    color: #fff;
    text-decoration: none!important;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 100;
    padding: 0.95vw 1.6vw;
    background: #00c185;
    background: -moz-linear-gradient(left,#00c185 0%,#02da95 100%);
    background: -webkit-linear-gradient(left,#00c185 0%,#02da95 100%);
    background: linear-gradient(to right,#00c185 0%,#02da95 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00c185',endColorstr='#02da95',GradientType=1);
    margin-right: 2vw;
  }

  a.gaviti_header_demo_button:hover {
    background: #02da95;
    background: -moz-linear-gradient(left,#02da95 0%,#00c185 100%);
    background: -webkit-linear-gradient(left,#02da95 0%,#00c185 100%);
    background: linear-gradient(to right,#02da95 0%,#00c185 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#02da95',endColorstr='#00c185',GradientType=1);
  }

  a.gaviti_header_calculate_button {
    text-decoration: underline;
    color: #00C184;
    font-size: 0.8vw;
  }

  a.gaviti_header_login_button {
    text-decoration: underline;
    color: #00C184;
    font-size: 0.8vw;
    text-transform: uppercase;
  }

  /* changes to old header that's still in tablet and mobile */

  @media (min-width:768px) and (max-width:1025px) {

    a.login.black,
    a.login.white {
      color: #000000;
      font-family: 'Titillium Web',sans-serif;
      font-size: 4vw;
      font-weight: 600;
      text-transform: uppercase;
    }

    .menu_btn svg rect {
      fill: #000000;
    }

    .mobile_row nav li a {
      margin: 0;
      font-family: 'Titillium Web',sans-serif;
      font-size: 4vw;
      font-weight: 600;
      text-transform: uppercase;
    }

    header.defaultHeader.small .bookDemo,
    header.mainPageHeader .bookDemo {
      height: 40px;
      font-family: 'Titillium Web',sans-serif;
      font-size: 4vw;
      font-weight: 600;
      text-transform: uppercase;
    }

    .page-header {
      font-size: 3.1vw;
    }

    .page-header h1:before {
      font-size: 6vw;
    }

    .page-header h2 {
      font-size: 6vw;
    }

    form#email-prefs-form #content h3 {
      padding-right: 0;
    }

    form#email-prefs-form #content h3:before {
      font-size: 3.1vw;
    }

    form#email-prefs-form #content > div {
      width: 100%;
    }

    #email-prefs-form .email-edit {
      font-size: 2.2vw !important;
      height: 4.5vw;
      line-height: 4.5vw;
      padding: 2.5vw 2vw !important;
    }

    form input[type="submit"] {
      margin: 1vw 0 0 0;
      font-size: 2.2vw !important;
      padding: 1.5vw 1vw !important;
      height: 4.5vw;
      line-height: 0.2vw;
      width: 100%;
    }

  }


  @media (max-width:767px) {

    body:not(.logged-in) header#gaviti_header {
      padding: 4% 5% 0 5%;
    }

    
    
    a.login.black,
    a.login.white {
      color: #000000;
      font-family: 'Titillium Web',sans-serif;
      font-size: 5vw;
      font-weight: 600;
      text-transform: uppercase;
    }

    .menu_btn svg rect {
      fill: #000000;
    }

    .mobile_row nav li a {
      margin: 0;
      font-family: 'Titillium Web',sans-serif;
      font-size: 5vw;
      font-weight: 600;
      text-transform: uppercase;
    }

    header.defaultHeader.small .bookDemo,
    header.mainPageHeader .bookDemo {
      height: 40px;
      font-family: 'Titillium Web',sans-serif;
      font-size: 5.5vw;
      font-weight: 600;
      text-transform: uppercase;
    }

    .gaviti_header_menu {
      display: none;
    }

    .gaviti_header_buttons {
      width: 70%;
    }

    a.gaviti_header_demo_button {
      font-size: 3.8vw;
      padding: 2vw 5vw;
      margin-right: 4vw;
    }

    a.gaviti_header_login_button {
      font-size: 3.8vw;
    }

    .gaviti_header_logo {
      width: 30%;
    }

    .gaviti_header_logo img {
      width: 95%;
    }

    .systems-page {
      padding: 8% 5% 30% 5% !important;
    }

    .page-header {
      font-size: 5vw;
    }

    .page-header h1 {
      font-size: 0 !important;
    }

    .page-header h1:before {
      font-size: 9vw;
      line-height: 1.2em;
    }

    .page-header h2 {
      margin: 5vw 0;
      font-size: 8vw !important;
      line-height: 1em;
    }

    div#content {
      margin: 5vw 0 0 0;
    }

    form#email-prefs-form #content h3 {
      padding-right: 0;
    }

    form#email-prefs-form #content h3:before {
      font-size: 5vw;
    }

    form#email-prefs-form #content > div {
      margin: 5vw 0 0 0;
      width: 100%;
    }

    #email-prefs-form .email-edit {
      font-size: 4.2vw !important;
      height: 10vw;
      line-height: 10vw;
      padding: 2.5vw 2vw !important;
    }

    form input[type="submit"] {
      margin: 1vw 0 0 0 !important;
      font-size: 4.5vw !important;
      padding: 1.5vw 1vw !important;
      height: 10vw;
      line-height: 0.2vw;
      width: 100%;
    }

  }
/* ******************************************************************************
*********************************************************************************
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;
}
.new_footer {
  -webkit-transition: 0s!important;
  -o-transition: 0s!important;
  transition: 0s!important;
  -webkit-transition-delay: 0s!important;
  -o-transition-delay: 0s!important;
  transition-delay: 0s!important;
}

.footer__container {
  position: relative;
  width: 100%;
  padding: 30px 130px;
  -webkit-transition: 0s!important;
  -o-transition: 0s!important;
  transition: 0s!important;
  -webkit-transition-delay: 0s!important;
  -o-transition-delay: 0s!important;
  transition-delay: 0s!important;
  padding-top: 39px;
  padding-bottom: 10px;
  min-height: initial!important;
}

.footer_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-bottom: 40px;
}

.footer-logo-link {
  width: 8%;
}

.new_footer .footer_logo a:first-child {
  display: block;
}

.footer_logo a:first-child img {
  width:100% !important;
  max-width: 100%;
  height: auto;
}

.footer_logo .book_a_demo a {
  font-family: Monument Extended;
  font-size: 14px;
  padding: 8px 20px;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.71428571429;
  font-weight: 400;
  width: 100% !important;
  max-width: 100% !important;
}

.footer_credits {
  padding: 50px 0 0 0;
  text-align: center;
  font-size: 12px;
  font-family: Monument Extended;
  padding-bottom: 27px;
}

.footer_credits p {
  margin: 0;
  line-height: 2;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  font-family: Monument Extended;
}

.footer_credits p a {
  line-height: 2;
  font-weight: 400;
  text-align: center;
  font-size: 12px;
  font-family: Monument Extended;
}

.footer_menus {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.footer_menus_column {
  width: 30%;
}

.new_footer .footer_menus_column h5 ,
.blog_posts_column h3 {
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.gaviti_column nav {
  position: relative;
  top: 8px;
}

.footer_menus_column.blog_posts_column {
  width: 40%;
}

.contact_column a {
  line-height: 1.6;
  font-family: Formular;
  font-weight: 400;
  font-size: 18px;
}

.contact_column ul {
  list-style: none;
  padding: 5px 0;
  margin: 0;
}

.contact_column ul li {
  display: inline;
  margin-right: 10px;
  line-height: 1.6;
  opacity: 1 !important;
  transform: none !important;
}

.contact_column ul li a {
  font-family: Formular;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
}

.contact_column ul li a 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: "Font Awesome 5 Brands";
  font-weight: 400;
  font-size: 22px;
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-linkedin:before {
  content: "\f08c";
}

.line_hover_static {
  position: relative;
  min-height: 26px;
  display: inline-block;
  text-decoration: none!important;
  font-family: Formular;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333333333;
}

.contact_column a {
  position: relative;
}

.line_hover_static:before ,
.contact_column a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-calc(52% - 5px);
  width: calc(52% - 5px);
  height: 2px;
  background: #0bc183;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.contact_column a:before {
  width: 100%;
}

.contact_column a:after {
  width: 28%;
}

.line_hover_static:after ,
.contact_column a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  height: 2px;
  background: #0bc183;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.line_hover_static:hover:after, .line_hover_static:hover:before ,
.contact_column a:hover:after , .contact_column a:hover:before {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}
.gaviti_column nav .hs-menu-wrapper > ul.contact_column a:hover {
  text-decoration: underline;
}

.gaviti_column nav .hs-menu-wrapper > ul {
  margin: 0;
  list-style: none;
  display: block;
  padding: 5px 0;
}

.gaviti_column nav .hs-menu-wrapper > ul > li , 
.blog_posts_column ul > li {
  opacity: 1;
  transform: none;
  line-height: 1.6;
  position: relative;
}

.gaviti_column nav .hs-menu-wrapper > ul > li > a, 
.blog_posts_column ul > li > a {
  padding: 0;
  font-family: Formular;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
}

.blog_posts_column ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style: none;
}

.blog_posts_column ul > li {
  opacity: 1;
  transform: none;
  position: relative;
}

.contact_column ul {
  font-family: Formular;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.33333333333;
}

.gaviti_column nav .hs-menu-wrapper > ul > li > a:after, 
.blog_posts_column ul > li > a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  height: 2px;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.gaviti_column nav .hs-menu-wrapper > ul > li > a:after, 
.blog_posts_column ul > li > a:after {
  width: 28%;
}

.gaviti_column nav .hs-menu-wrapper > ul > li > a:before, 
.blog_posts_column ul > li > a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-calc(52% - 5px);
  width: calc(52% - 5px);
  height: 2px;
  background: #0bc183;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}

.gaviti_column nav .hs-menu-wrapper > ul > li > a:before, 
.blog_posts_column ul > li > a:before {
  width: 100%;
}

.gaviti_column nav .hs-menu-wrapper > ul > li > a:hover:before, 
.blog_posts_column ul > li > a:hover:before {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}

.gaviti_column nav .hs-menu-wrapper > ul > li > a:hover:after, 
.blog_posts_column ul > li > a:hover:after {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}
.blog_posts_column ul {
  padding: 5px 0;
}

.blog_posts_column ul>li {
  line-height: 1.6;
  font-size: 18px;
}
.footer_logo {
  line-height: 1.33333333333;
}

.footer_menus {
  font-size: 18px;
  line-height: 1.33333333333;
}

.gaviti_column nav {
  top: 0;
}

.contact_column a {
  line-height: 1.6;
}

.footer_credits {
  padding-bottom: 27px;
}

.contact_column>.hs_cos_wrapper>.hs_cos_wrapper>a:nth-last-of-type(2) ,
.contact_column > .hs_cos_wrapper > .hs_cos_wrapper > a:last-child {
  min-height: 26px;
  display: inline-block;
  line-height: 24px;
}
.gaviti_column nav .hs-menu-wrapper>ul>li>a, 
.blog_posts_column ul>li>a {
  position: relative;
}

.contact_column ul a:after ,
.contact_column ul a:before {
  display: none;
}

.footer-logo-link {
  font-size: 18px;
  line-height: 1.33333333333;
}

.contact_column h5 + a:after, .contact_column h5 + a:before {
  display: none;
}

.contact_column h5 + a:hover {
  text-decoration: underline;
}

.footer_credits p a:hover {
  text-decoration: underline;
}



@media (max-width: 1025px) and (min-width: 768px){
  .footer-logo-link {
    width: 15%;
  }
}
@media (max-width: 1500px) and (min-width: 1025px){
  .footer_menus_column {
    width: 25%;
  }

  .footer_menus_column.blog_posts_column {
    width: 50%;
  }
}
@media screen and (max-width: 1480px){
  .footer__container {
    padding-left: 100px;
    padding-right: 100px;
  } 
}

@media(max-width:1280px){
  .footer__container {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media(max-width:991px){
  .footer__container {
    padding-top: 34px;
  }

  .footer_credits {
    padding-bottom: 67px;
  }

  .gaviti_column h5 {
    position: relative;
    top: 0;
  }

  .gaviti_column nav .hs-menu-wrapper>ul {
    position: relative;
    top: -8px;
  }
}

@media(max-width:767px){
  .footer__container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_logo {
    display: block;
    padding-bottom: 25px;
  }

  .footer-logo-link {
    width: 100%;
  }

  .footer_logo a:first-child img {
    width: 35% !important;
  }

  .footer_logo .book_a_demo a {
    margin-top: 20px;
    display: block;
    width: 55% !important;
    text-align: center;
    font-size: 13px;
    line-height: 1.84615384615;
    padding: 8px 20px;
  }

  .footer_menus {
    margin-top: 28px;
    display: block;
  }

  .footer_menus_column {
    width: 100%;
  }
  .new_footer .footer_menus_column h5 ,
  .blog_posts_column h3 {
    margin: 15px 0 0 0;
    font-size: 16px;
    line-height: 2.25;
  }

  .gaviti_column nav .hs-menu-wrapper>ul {
    padding: 10px 0;
  }

  .blog_posts_column ul {
    padding: 10px 0;
  }

  .blog_posts_column ul>li {
    line-height: 2.2 !important;
  }

  .gaviti_column nav .hs-menu-wrapper>ul>li>a, 
  .blog_posts_column ul>li>a {
    font-size: 17px;
    line-height: 1.5;
  }

  .footer_credits {
    padding: 25px 0 0 0;
    padding-bottom: 67px;
  }

  .contact_column a {
    line-height: 1.8;
    font-size: 17px;
  }

  .contact_column ul {
    padding: 10px 0;
  }

  .contact_column ul li {
    line-height: 1.2;
  }

  .contact_column ul li a {
    font-size: 17px;
    line-height: 1.5;
  }

  .contact_column>.hs_cos_wrapper>.hs_cos_wrapper>a:nth-last-of-type(2) ,
  .contact_column > .hs_cos_wrapper > .hs_cos_wrapper > a:last-child {
    font-size: 17px;
  }

  .gaviti_column nav .hs-menu-wrapper>ul>li, 
  .blog_posts_column ul>li {
    line-height: 1.2;
  }


  .gaviti_column nav .hs-menu-wrapper>ul {
    padding-bottom: 4px;
  }
}

@media(max-width:479px){
  .footer_menus_column.blog_posts_column {
    width: 100%;
  }
}

@media(max-width:350px){
  .new_footer .footer_logo a:first-child {
    width: auto !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
  -webkit-flex: 1; /* Safari */
  -ms-flex: 1; /* IE 10 */
  flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
  flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}

/* Blog style */
.blog-comments .comment-date {
  display: block;
}

/* Bg Pattern */
.char {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  z-index: -1;
}

.char .line {
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#f7f8f8),color-stop(0,#f7f8f8),color-stop(80%,#e7e7e7));
  background: -o-linear-gradient(left,#f7f8f8 0,#f7f8f8 0,#e7e7e7 80%);
  background: linear-gradient(to right,#f7f8f8 0,#f7f8f8 0,#e7e7e7 80%);
  height: 300px;
  width: 500vw;
  position: absolute;
  left: 7.5vw;
  top: 100vh;
  -webkit-transform: rotate(-68deg);
  -ms-transform: rotate(-68deg);
  transform: rotate(-68deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  left: 16.5vw;
  background: #f4f4f4;
}

.char .line2 {
  left: 59vw;
  -webkit-transform: rotate(-37.3deg) translateX(-10%);
  -ms-transform: rotate(-37.3deg) translateX(-10%);
  transform: rotate(-37.3deg) translateX(-10%);
}

.char .line:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100vw;
  background: inherit;
}

.char:after {
  content: "";
  display: table;
  clear: both;
}

.hs-featured-image {
  float: none;
  margin: 0;
  max-width: 100%;
}

.blog-header .page-center {
  padding-top: 0;
  padding-bottom: 0;
}

.hs-blog-listing , .hs-blog-post {
  margin-top: 177px;
}

.blog-header {
  text-align: left;
}

.blog-header__title {
  font-size: 46px;
  line-height: 1.34782608696;
  margin: 0;
}

.popular-posts-slider-inner {
  background: #fff;
  position: relative;
}

.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  margin-top: 8px;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  z-index: 10;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}

.popular-posts-slider .page-center {
  padding-top: 37px;
  padding-bottom: 30px;
}

.slick-dots button {
  display: none;
}

.slick-dots li {
  width: 6px;
  height: 6px;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #333539;
  opacity: .5;
  margin: 0 6px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
}

.slick-dots li:hover {
  opacity: 1;
}

.slick-dots li.slick-active {
  opacity: 1;
  background: #0bc183;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background: 0 0;
  width: 30px;
  height: 30px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 2px;
  outline: 0;
  border: 0;
}

.slick-next.slick-arrow {
  right: -58px;
  left: auto;
}

.slick-prev.slick-arrow {
  left: -58px;
  right: auto;
}

.pop-post-main {
  padding: 40px;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.pop-post-main .hs-featured-image-wrapper {
  margin-right: 60px;
  position: relative;
  width: 620px;
  overflow: hidden;
}

.pop-post-main .hs-featured-image-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}

.pop-post-main .hs-featured-image-wrapper img {
  display: block;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  max-width: 100%;
  width: 100%;
}

.pop-post-main .hs-featured-image-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pop-post-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 540px;
  padding-top: 41px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.pop-post-main h3 {
  margin-bottom: 13px;
  font-size: 32px;
  line-height: 1.1875;
  color: #333539;
  letter-spacing: 0;
  font-weight: 400;
}

.pop-post-text {
  letter-spacing: -.05px;
  color: #333539;
  opacity: .5;
  font-size: 18px;
  line-height: 1.33333333333;
}

.pop-post-no-img .pop-post-content {
  max-width: 100%;
}

.top-news-wrapper {
  margin-top: 31px;
}

.top-news-wrapper .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

.top-news-inner {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.top-news-left {
  width: 58%;
  margin-right: 15px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.top-news-right {
  width: 42%;
  position: relative;
  background: -webkit-gradient(linear,left top,left bottom,from(#0bc183),to(#1a8d66));
  background: -o-linear-gradient(top,#0bc183 0,#1a8d66 100%);
  background: linear-gradient(180deg,#0bc183 0,#1a8d66 100%);
  padding: 40px 120px 38px 36px;
  overflow: hidden;
}

.top-news-item {
  background: #fff;
  padding: 43px 30px 37px 56px;
  margin-bottom: 20px;
}

.top-news-item-inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 91px;
}

.top-news-item-inner h4 {
  font-size: 28px;
  line-height: 1.28571428571;
  margin-bottom: 0;
  padding-right: 30px;
  letter-spacing: 0;
}

.top-news-item-inner a {
  display: block;
}

.top-news-item-inner a:hover {
  text-decoration: underline;
}

.top-news-right .char {
  display: block;
  z-index: unset;
}

.char.small .line {
  height: 123px;
  right: -85px;
  left: auto;
  top: 100%;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: rotate(40deg) translate(0,136px);
  -ms-transform: rotate(40deg) translate(0,136px);
  transform: rotate(40deg) translate(0,136px);
  background: -webkit-gradient(linear,left top,right top,color-stop(0,#00d58c),color-stop(0,#00d58c),color-stop(80%,#26e7a6));
  background: -o-linear-gradient(left,#00d58c 0,#00d58c 0,#26e7a6 80%);
  background: linear-gradient(to right,#00d58c 0,#00d58c 0,#26e7a6 80%);
  opacity: .2;
}

.char.small .line2 {
  -webkit-transform: rotate(71deg) translateX(0);
  -ms-transform: rotate(71deg) translateX(0);
  transform: rotate(71deg) translateX(0);
}

.top-news-right-wrap h4 {
  color: #fff;
  font-size: 28px;
  line-height: 1.28571428571;
  margin-bottom: 13px;
  letter-spacing: 0;
}

.top-news-right-wrap .text {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.22222222222;
  letter-spacing: .2px;
  color: #fff;
  margin-bottom: 13px;
}

.top-news-right-wrap .text p {
  margin-bottom: 0;
}

.top-news-right-wrap form , .subscribe-box-content form {
  padding: 0;
  background-color: transparent;
  margin-top: 19px;
  position: relative;
  max-width: unset;
}

.subscribe-box-content form {
  width: 339px;
  margin-top: 37px;
  max-width: 100%;
}

.top-news-right-wrap {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 5;
}

.top-news-right-wrap form .hs-form-required , .subscribe-box-content .hs-form-required {
  display: none;
}

.top-news-right-wrap form .field {
  margin: 0;
}

.top-news-right-wrap form input[type="email"] , .subscribe-box-content form input[type="email"] {
  padding: 13px 18px;
  background: 0 0;
  border: 1px solid rgba(255,255,255,.7);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-family: Formular;
  font-size: 14px;
  line-height: 1.21428571429;
  max-width: unset;
}

.top-news-right-wrap form input[type="email"]:focus , .subscribe-box-content form input[type="email"]:focus {
  color: #111;
}

.top-news-right-wrap form input[type="email"]::-webkit-input-placeholder , .subscribe-box-content form input[type="email"]::-webkit-input-placeholder {
  color: rgba(255,255,255,.7);
}

.top-news-right-wrap form .hs-button , .subscribe-box-content .hs-button {
  min-width: 145px;
  background: #fff;
  color: #0bc183;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-family: Monument Extended;
  font-size: 12px;
  line-height: 1.16666666667;
  border: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  text-decoration: none;
  min-height: 45px;
  padding: 7px 20px 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  position: absolute;
  margin: 0;
  font-weight: normal;
  top: 0;
  right: 0;
}

.top-news-right-wrap form .hs-button:hover ,
.top-news-right-wrap form .hs-button:focus , 
.subscribe-box-content .hs-button:hover ,
.subscribe-box-content .hs-button:focus {
  background: #000;
  opacity: 1;
  color: #fff;
}

.hs-blog-listing .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

ul.listing-category {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 26px;
}

ul.listing-category li {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.1875;
  font-family: Monument Extended;
  margin-right: 28px;
}

ul.listing-category li a {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  display: inline-block;
  font-family: inherit;
  opacity: .2;
}

ul.listing-category li:last-child {
  margin-right: 0;
}

ul.listing-category li a.active , ul.listing-category li a:hover {
  opacity: 1;
}

ul.listing-category li a.active {
  cursor: default;
}

.blog-index {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.post-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.post-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-filter: drop-shadow(0 10px 6px rgba(0, 0, 0, .2));
  filter: drop-shadow(0 10px 6px rgba(0, 0, 0, .2));
}

.post-item a {
  background: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
}

.post-item-img {
  overflow: hidden;
  margin-bottom: 23px;
}

.post-item .hs-featured-image-wrapper {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
}

.post-item .post-item-img:hover .hs-featured-image-wrapper {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.post-item .content {
  padding: 0 16px;
}

.post-item h5 {
  font-size: 16px;
  line-height: 1.25;
  padding-right: 10px;
  margin-bottom: 6px;
}

.post-item .text {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 1.28571428571;
  max-width: 200px;
  color: #333539;
}

.post-item-img {
  max-height: 52.875vw;
}

.post-item .hs-featured-image-wrapper {
  min-height: 52.875vw;
}

.bottom-subscribe-box {
  -webkit-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  -o-transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  transition-timing-function: cubic-bezier(.25,.46,.45,.94);
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  margin-top: 40px;
  padding-top: 23px;
  position: relative;
  overflow: hidden;
  background: #0bc183;
  min-height: 491px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bottom-subscribe-box .char {
  left: 0;
  right: auto;
  width: 47vw;
  display: block;
  z-index: unset;
}

.bottom-subscribe-box .char .line1 {
  right: -110px;
}

.bottom-subscribe-box .char .line2 {
  height: 146px;
}

.bottom-subscribe-box .page-center {
  margin: auto;
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.bottom-subscribe-box .page-center-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 -10px;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.subscribe-box-image {
  position: relative;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.subscribe-box-image img {
  position: absolute;
  left: -3px;
  right: 0;
  top: 41%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  max-width: 100%;
  width: 629.32px;
}

.subscribe-box-outer {
  position: relative;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(50% - 20px);
}

.subscribe-box-inner {
  background: 0 0;
  max-width: 523px;
  padding: 0;
  position: relative;
}

.subscribe-box-content {
  max-width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
  position: relative;
  z-index: 5;
}

.subscribe-box-content h4 {
  font-size: 36px;
  line-height: 1.22222222222;
  margin-bottom: 9px;
  color: #fff;
  letter-spacing: 0;
}

.subscribe-box-content .text {
  max-width: 455px;
  font-weight: 300;
  font-family: Formular;
  font-size: 18px;
  line-height: 1.22222222222;
  letter-spacing: .2px;
  color: #fff;
  margin-bottom: 13px;
}

.subscribe-box-content .text p {
  margin: 0;
  letter-spacing: normal;
}

ul.blog-breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 18px;
  line-height: 1.33333333333;
}

.hs-blog-post .blog-header {
  margin-top: 31px;
  z-index: 5;
  position: relative;
}

ul.blog-breadcrumb li {
  font-family: Monument Extended;
  font-size: 16px;
  line-height: 1.1875;
  color: #000;
  display: inline-block;
  padding-right: 8px;
  text-transform: capitalize;
}

ul.blog-breadcrumb li:last-child {
  padding-right: 0;
}

ul.blog-breadcrumb li a {
  color: #959799;
  position: relative;
  min-height: 26px;
  display: inline-block;
  text-decoration: none!important;
  font-family: inherit;
}

ul.blog-breadcrumb li a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: -webkit-calc(52% - 5px);
  width: calc(52% - 5px);
  height: 2px;
  background: #0bc183;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  width: 100%;
}

ul.blog-breadcrumb li a:after {
  width: 28%;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 52%;
  height: 2px;
  background: #0bc183;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

ul.blog-breadcrumb li a span:after {
  content: "/";
  margin-left: 15px;
}

ul.blog-breadcrumb li a:hover:before , 
ul.blog-breadcrumb li a:hover:after {
  -webkit-transform: scale(1,1);
  -ms-transform: scale(1,1);
  transform: scale(1,1);
}

.blog-post-content {
  margin-top: 45px;
  padding-bottom: 113px;
  background: #fff;
  padding-top: 61px;
}

.blog-post-content .content-wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.blog-post-content:after {
  content: "";
  display: table;
  clear: both;
}

.blog-post-content .content-wrapper:before {
  content: '';
  position: absolute;
  right: -webkit-calc(100% - 130px);
  right: calc(100% - 130px);
  top: -80px;
  bottom: -200px;
  background: #f7f8f8;
  width: 100vw;
}

.blog-post-content .content-wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.blog-post-top {
  padding-left: 121px;
  margin-bottom: 144px;
  position: relative;
  z-index: 9;
}

.post-top-inner {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.post-top-content {
  padding-right: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 42px;
  padding-top: 60px;
  width: 49%;
}

.hs-featured-image-wrapper.post-top-img {
  width: 51%;
  margin-right: -11px;
  border: 1px solid rgba(0,0,0,.1);
  padding: 30px;
  position: relative;
}

.hs-featured-image-wrapper.post-top-img img {
  width: 100%;
}

.post-top-content a {
  color: #0bc183;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: table;
}

.post-top-content a:hover {
  color: #0bc183;
  text-decoration: underline;
}

h1.post-top-entry-title {
  color: #000;
  max-width: 580px;
  margin-left: -4px;
  letter-spacing: 0;
  font-weight: 400;
  font-family: Monument Extended;
}

.blog-inner-separator-border {
  display: block;
  width: 100%;
  height: 5px;
  background: #ebebeb;
  position: relative;
  overflow: hidden;
}

.blog-inner-separator {
  position: relative;
  z-index: 5;
  margin-top: 44px;
  margin-bottom: 119px;
  height: 5px;
}

.blog-post {
  max-width: unset;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.blog-post__body {
  padding: 0 241px;
  font-size: 20px;
  line-height: 1.5;
}

.social-share {
  left: 121px;
  top: 0;
  position: absolute;
}

.social-share.sticky.fixed {
  left: unset;
  margin-left: 121px;
}

.social-share a {
  margin-right: 0;
  margin-bottom: 19px;
  display: table;
}

.social-share a:last-child {
  margin: 0;
}

.social-share a svg {
  display: block;
}

.social-share a:hover svg path.hover {
  fill: #000;
}

.blog-comments {
  margin-top: 50px;
}

.blog-comments form {
  margin-top: 40px;
}

.blog-comments form .hs-input {
  max-width: unset;
}

.blog-comments .hs-button {
  margin-bottom: 0;
}

.hs-blog-post .bottom-subscribe-box {
  margin-top: 0;
}

.related-posts-slider {
  margin-top: 90px;
  padding-bottom: 84px;
}

.related-posts-slider .page-center {
  padding-top: 30px;
  padding-bottom: 30px;
}

.related-posts-title span {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: .12em;
  font-family: Formular;
  text-transform: uppercase;
  color: #0bc183;
  display: table;
  margin-bottom: 18px;
}

.related-posts-title h4 {
  letter-spacing: 0;
  font-size: 28px;
  line-height: 1.28571428571;
}

.related-posts-item-inner {
  margin-right: 20px;
}

.related-posts-item-inner a {
  display: block;
}

.related-img {
  -webkit-transition: .5s ease;
  -o-transition: .5s ease;
  transition: .5s ease;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  min-height: 17.5vw;
}

.related-img-outer {
  margin-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.related-img-outer:hover .related-img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.related-posts-item-inner h5 {
  max-width: 340px;
  font-size: 16px;
  line-height: 1.25;
  padding-right: 10px;
  margin-bottom: 6px;
}

.slick-arrow {
  font-size: 0;
  width: 26px;
  height: 26px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding: 2px;
}

.slick-arrow:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  width: 30px;
  height: 30px;
}

.slick-prev.slick-arrow {
  background: url(//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/raw_assets/public/Gaviti_June2020/images/arrow-left.svg) no-repeat center;
}

.slick-next.slick-arrow {
  background: url(//4085596.fs1.hubspotusercontent-na1.net/hubfs/4085596/raw_assets/public/Gaviti_June2020/images/arrow-right.svg) no-repeat center;
}

.hs-blog-post .char .line {
  opacity: .54;
  left: 12.5vw;
}

.hs-blog-post .char .line2 {
  display: none;
}

.hs-blog-post .char {
  z-index: unset;
  position: static;
}

.subscribe-box-content h4 br {
  display: none;
}

.bottom-subscribe-box .char .line1 {
  height: 146px;
}

.top-news-right-wrap form .field, 
.subscribe-box-content form .field {
  margin: 0;
}

.bottom-subscribe-box .char {
  position: absolute;
}

.hs-blog-listing .top-pattern ,
.hs-blog-post .top-pattern  {
  display: none;
}

.copy-url-sidebar {
  overflow: hidden;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 281;
  pointer-events: none;
}

.copy-url-sidebar-bg.popup_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  pointer-events: initial;
  z-index: 280;
  display: none;
  opacity: 0;
}

.copy-url-sidebar-inner {
  pointer-events: initial;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 49.6vw;
  margin: auto;
  z-index: 281;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  min-width: 550px;
  will-change: transform;
  right: -100vw;
  visibility: hidden;
  -webkit-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s;
}

.copy-url-sidebar-close {
  position: absolute;
  top: 53px;
  right: 116px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  min-width: initial;
}

.copy-url-sidebar-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.copy-url-sidebar-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  height: 100vh;
  padding: 95px 0 0;
}

.copy-url-sidebar-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 100%;
  padding: 0 50px 50px;
  width: 100%;
  max-width: initial;
  margin: auto;
}

.copy-url-sidebar p {
  font-family: Formular;
  font-size: 18px;
  line-height: 1.22222222222;
  color: #333539;
  opacity: .5;
  margin-bottom: 1.5em;
}

.copy-url-sidebar-bg.popup_bg.dark {
  background-color: rgba(0,0,0,.6);
}

.copy-url-sidebar-bg.popup_bg.dark + .copy-url-sidebar-inner {
  right: 0;
  visibility: visible;
}

@media (min-width: 768px) {
  .post-item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .post-item-img {
    max-height: 28.013vw;
  }

  .post-item .hs-featured-image-wrapper {
    min-height: 28.013vw;
  }
}

@media (min-width: 992px) {
  .post-item {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .post-item-img {
    max-height: 16.94vw;
  }

  .post-item .hs-featured-image-wrapper {
    min-height: 16.94vw;
  }

  .social-share.sticky.fixed a {
    position: relative;
    z-index: -1;
  }
  
  .social-share.sticky.fixed:hover a,
  .social-share.sticky.fixed a:hover {
    z-index: unset;
    position: unset;
  }  
}

@media (min-width: 1200px) {
  .post-item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .post-item-img {
    max-height: 11.02vw;
  }

  .post-item .hs-featured-image-wrapper {
    min-height: 11.02vw;
  }
}

@media (min-width: 1481px) {
  h1.post-top-entry-title {
    font-size: 54px;
    line-height: 1.18518518519;
  }
}

@media (max-width: 1480px) {
  .pop-post-text {
    font-size: 16px;
    line-height: 1.375;
  }

  .blog-header__title {
    font-size: 35px;
  }

  .top-news-right {
    padding-right: 70px;
  }

  .top-news-right-wrap h4 {
    font-size: 21px;
    line-height: 1.2380952381;
  }

  .top-news-item-inner {
    min-height: 60px;
  }

  .top-news-item-inner h4 {
    font-size: 21px;
    line-height: 1.2380952381;
  }

  .blog-post-content {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .blog-post__body {
    padding: 0 150px;
  }
  
  .blog-post-content .content-wrapper:before {
    right: calc(100% - 100px);
  }
  .blog-post-top {
    margin-bottom: 70px;
  }

  .social-share {
    left: 95px;
  }

  .social-share.sticky.fixed {
    left: unset;
    margin-left: 95px;
  }
  .related-posts-title h4 {
    font-size: 21px;
    line-height: 1.2380952381;
  }
}

@media (max-width: 1380px) {
  .blog-post-top {
    padding-left: 60px;
  }
}

@media (max-width: 1280px) {
  .pop-post-main h3 {
    font-size: 22px;
    line-height: 1.36363636364;
  }

  .blog-header__title {
    font-size: 28px;
  }

  .top-news-item {
    padding: 30px;
  }

  .top-news-item-inner h4 {
    font-size: 18px;
    line-height: 1.44444444444;
  }

  .top-news-right {
    width: 40%;
    padding-right: 30px;
    padding-left: 30px;
  }

  .top-news-left {
    width: 60%;
  }

  .top-news-right-wrap h4 {
    font-size: 16px;
    line-height: 1.625;
  }

  .top-news-right-wrap form .hs-button , .subscribe-box-content form .hs-butto {
    min-width: 125px;
  }

  h1.post-top-entry-title {
    font-size: 28px;
    line-height: 1.35714285714;
  }

  .blog-post__body {
    font-size: 18px;
    line-height: 1.33333333333;
  }

  .blog-post-content .content-wrapper:before {
    right: calc(100% - 50px);
  }

  .slick-next.slick-arrow {
    right: -40px;
  }

  .slick-prev.slick-arrow {
    left: -40px;
  }

  .related-posts-title h4 {
    font-size: 16px;
    line-height: 1.625;
  }
  .copy-url-sidebar-close {
    top: 30px;
    right: 30px;
  }
}

@media (max-width: 1180px) {
  .pop-post-main .hs-featured-image-wrapper {
    width: 45%;
    min-width: 380px;
  }

  .pop-post-content {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
  }
}

@media (max-width: 991px) {
  .pop-post-main {
    padding: 30px 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .pop-post-main .hs-featured-image-wrapper {
    min-width: initial;
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 0;
  }

  .pop-post-content {
    padding-top: 27px;
    width: 100%;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
    -ms-flex: initial;
    flex: initial;
    margin-right: 0;
    max-width: unset;
  }

  .pop-post-main h3 {
    margin-bottom: 7px;
  }

  .blog-header__title {
    letter-spacing: 1px;
    font-size: 36px;
    line-height: 1.30555555556;
  }

  .hs-blog-listing , .hs-blog-post {
    margin-top: 80px;
    overflow-x: hidden;
  }

  .blog-header .page-center {
    padding-top: 31px;
    padding-bottom: 3px;
  }

  .popular-posts-slider .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .top-news-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .top-news-left {
    width: 100%;
  }

  .top-news-right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 30px;
    padding-top: 82px;
  }

  .top-news-right-wrap h4 {
    font-size: 22px;
    line-height: 1.36363636364;
  }

  .top-news-item {
    margin-bottom: 20px;
  }

  .top-news-item-inner h4 {
    padding: 0;
  }

  .top-news-wrapper .page-center {
    padding-top: 45px;
    padding-bottom: 0;
  }

  .post-item {
    margin-bottom: 20px;
  }

  .post-item .text {
    max-width: initial;
    padding-right: 20px;
  }

  .post-item h5 {
    margin-bottom: 13px;
  }

  .post-item-img {
    margin-bottom: 27px;
  }

  .top-news-right-wrap form {
    margin-top: 12px;
  }

  .bottom-subscribe-box {
    margin-top: 10px;
    min-height: 350px;
  }

  .subscribe-box-image img {
    left: 0;
  }

  .subscribe-box-content h4 {
    font-size: 28px;
    line-height: 1.14285714286;
  }

  .subscribe-box-content .text {
    font-size: 16px;
    line-height: 1.375;
  }

  .bottom-subscribe-box .page-center {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  h1.post-top-entry-title {
    font-size: 36px;
    line-height: 1.30555555556;
  }

  .related-posts-item-inner {
    margin-bottom: 20px;
  }

  .blog-post-content {
    margin-top: 31px;
  }

  .blog-post__body {
    padding: 0 50px;
  }

  .blog-post__body {
    line-height: 1.66666666667;
  }

  .blog-post-content .content-wrapper:before {
    right: calc(100% - 20px);
  }

  .blog-header .page-center {
    padding-right: 17px;
    font-size: 14px;
    line-height: 1.21428571429;
  }

  .post-top-content {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .hs-featured-image-wrapper.post-top-img {
    background: #fff;
    padding: 20px;
  }

  .blog-post-top {
    margin-bottom: 0;
    padding-left: 0;
  }

  .hs-blog-post .blog-header {
    margin-top: 25px;
  }
  .hs-blog-post .blog-header .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  .hs-blog-post .blog-header {
    margin-top: 25px;
  }

  .hs-blog-post  .blog-header .page-center {
    padding-top: 0;
    padding-bottom: 0;
  }

  ul.blog-breadcrumb li {
    padding-right: 17px;
    font-size: 14px;
    line-height: 1.21428571429;
  }

  .hs-blog-post .blog-header .page-center {
    font-size: 14px;
    line-height: 1.21428571429;
  }

  .top-news-wrapper {
    margin-top: 0;
    margin-bottom: 4px;
  }

  .slick-arrow {
    display: none !important;
  }

  .social-share {
    left: -10px;
  }
  .social-share.sticky.fixed {
    left: unset;
    margin-left: -10px;
  }

  .related-posts-slider {
    padding-bottom: 12px;
    margin-top: 30px;
  }
  .related-posts-title h4 {
    font-size: 22px;
    line-height: 1.36363636364;
  }

  .copy-url-sidebar-inner {
    min-width: initial;
    width: 100vw;
  }

  .copy-url-sidebar-close {
    right: 16px;
    top: 18px;
  }

  .copy-url-sidebar-content {
    height: calc(100vh - 95px);
  }
}

@media (max-width: 840px) { 
  .post-top-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .post-top-content ,
  .hs-featured-image-wrapper.post-top-img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .related-img-outer {
    margin-bottom: 26px;
  }

  .blog-post-content {
    padding-bottom: 22px;
  }

  .blog-post__body {
    padding: 0 0 0 20px;
  }

  .social-share ,
  .social-share.sticky.fixed {
    left: unset;
    text-align: center;
    margin-top: 30px;
    padding-right: 19px;
    position: static !important;
  }

  .blog-post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .social-share a {
    margin: 0 12px;
    display: inline-block;
  }
  .post-top-content {
    padding: 10px 20px 0 21px;
    margin-bottom: 20px;
  }
  .hs-featured-image-wrapper.post-top-img {
    margin-left: 21px;
    margin-right: -1px;
  }
  .copy-url-sidebar-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .copy-url-sidebar p {
    font-size: 16px;
    line-height: 1.25;
  }
}

@media (max-width: 767px) {
  .top-news-right-wrap .widget-type-form , .subscribe-box-content .widget-type-form {
    margin: 0;
  }
  .related-img {
    min-height: 29.2vw;
  }
  #comments-listing {
    padding: 0 15px;
  }
  .related-posts-slider {
    margin-bottom: 80px;
} 
}

@media (max-width: 720px) {
  .bottom-subscribe-box {
    min-height: initial;
    padding-top: 0;
  }

  .bottom-subscribe-box .page-center {
    padding-top: 13px;
  }

  .bottom-subscribe-box .page-center-inner {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .subscribe-box-image {
    margin-bottom: 0;
    width: 100%;
  }

  .subscribe-box-outer {
    width: 100%;
  }

  .subscribe-box-image img {
    max-width: 92%;
    top: 0;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: auto;
    display: table;
  }

  .subscribe-box-inner {
    max-width: initial;
    margin-top: 16px;
  }

  .subscribe-box-content form {
    margin-top: 12px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  .blog-header__title {
    font-size: 36px;
    line-height: 1.30555555556;
  }

  .top-news-right-wrap h4 {
    margin-bottom: 16px;
  }

  .top-news-right-wrap .text {
    font-size: 16px;
    line-height: 1.375;
  }

  ul.listing-category li a.active {
    text-align: center;
  }

  ul.listing-category li {
    margin: 0 17px 5px;
  }

  ul.listing-category {
    text-align: center;
  }

  .top-news-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-news-right-wrap form .hs-button , .subscribe-box-content form .hs-butto {
    min-width: 125px;
  }
}

@media (max-width: 540px) {
  .blog-post__body {
    font-size: 18px;
    line-height: 1.55555555556;
  }
}

@media (max-width: 480px) {
  .blog-post__body img {
    float: none !important;
    width: auto !important;
    max-width: 100%;
    display: block;
  }
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }

  .related-img {
    min-height: 56vw;
  }

  .top-news-right-wrap form .hs-button, .subscribe-box-content .hs-button {
    position: static;
    margin-top: 15px;
  }

  .related-posts-slider {
    margin-bottom: 60px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  min-width: 650px;
  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;
}

.systems-page {
  padding-left: 0;
  padding-right: 0;
}

#email-prefs-form .hs-input {
  width: 100% !important;
}

.systems-page .success {
  font-size: 12px;
}

#email-prefs-form .page-header, 
#email-prefs-form .header, 
#email-prefs-form #content h3 ,
#email-prefs-form #content .item,
#email-prefs-form #content .subscribe-options {
  text-align: left;
}

#hs_cos_wrapper_subscription_preferences #email-prefs-form {
  max-width: unset;
}

.error-page:before {
  color: #eaeaea;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;    
    font-size: 10px;
  }

  .systems-page h1 {
    font-size: 44px;
  }

  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 28px;
  }

  .systems-page #email-prefs-form h1 {
    font-size: 19px;
  }
  .error-page[data-error="500"] .error-page_heading {
    font-size: 22px;
  }
  .error-page[data-error="404"] .error-page_heading {
    font-size: 37px;
  }
  .systems-page #email-prefs-form h2 {
    font-size: 17px;
  }
  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 32px;
  }
  #hs_cos_wrapper_backup_unsubscribe h3 {
    font-size: 25px;
  }
}
@media (max-width: 479px) {
  .systems-page h1 {
    font-size: 27px;
  }
  .error-page[data-error="404"] .error-page_heading {
    font-size: 23px;
  }
  #hs_cos_wrapper_backup_unsubscribe h1 {
    font-size: 20px;
  }
  #hs_cos_wrapper_backup_unsubscribe h3 {
    font-size: 16px;
  }
  .systems-page h4 {
    font-size: 15px;
  }
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 18px;
  }
}