/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
@import url('//fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');










































/* ******************************************************************************
*********************************************************************************
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;
  max-width: 100%;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: hidden;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.2;
  letter-spacing: -0.75px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

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

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

h1 {
  font-size: 2.1rem;  
  line-height: 1.125;
  letter-spacing: -1.5px;
}

h2 {
  font-size: 1.6rem; 
  line-height: 1.1875;
  letter-spacing: -1px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.166;
  letter-spacing: -0.75px;
}

h4 {    
  font-size: 1.175rem;  
}

h5 {
  font-size: 1rem;  
}

h6 {
  font-size: .9rem;  
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
@media (max-width: 1199px) {
  h1{
    line-height: 1.15;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
  body {
    line-height: 1.25;
  }
  h1{
    line-height: 1.16;
  }
  h2{
    line-height: 1.25;
  }
  h3{
    line-height: 1.25;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
  font-family: Lato, sans-serif;
  border:1px solid;
  padding:5px;
}

.hs-button {
  margin: 0px 0px;
  cursor: pointer;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  position: inline-block;
  font-family:Inter, sans-serif;
  display: inline-block;
  border-style: solid;
  
  text-decoration: none !important;
  white-space:normal;
}

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

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


.hs-form label,
label{
  font-size: 12px;
  font-family: Inter,sans-serif;
}
.hs-error-msgs{
  padding:0;
  margin:0;
  list-style:none;
}
form .hs-error-msgs label {
  color: #f22;
  font-size: 12px;
  line-height: 24px;
}

.hs-input,
.hs-input[type=password],
.hs-input[type=text], 
.hs-search-field__input[type=text],
input[type=password] {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  outline: none;
  color: #4d515b;
  padding: 10px 0;
  font-size: 14px;
  line-height: 14px;
  font-family: Inter,sans-serif;
  border: none;
  border-bottom: 1px solid #dadada;
}

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

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


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

textarea.hs-input {
  height: auto;
}

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

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

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: #f22;
}
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: #f22;
}
h3.form-title
.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: 18px;
  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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

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

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

.Header_menuMiddle .hs-menu-wrapper > ul {
  display: flex;
  justify-content: center;
}

.header__container {
  height: 100%;
}

.Header_menuMiddle .hs-menu-wrapper > ul > li > a {
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  color: #6e767f;
  margin-left: 39px;
}
.Header_menuMiddle .hs-menu-wrapper > ul > li > a:hover {
  color:#15161f;
}
.Header_menuMiddle .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  left: 0;
  min-width: 100px;
  opacity: 0;
  visibility: hidden;
  transition: .3s all ease-in;
  display: block !important;
  left: 38px;
  margin-top: 5px;
}

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

.Header_menuMiddle .hs-menu-wrapper>ul>li>ul>li>a {
  padding: 5px;
  display: block;
}

.Header_menuMiddle .hs-menu-wrapper>ul>li:hover>ul {
  opacity: 1;
  visibility: visible;
}
.Header_menuMiddle .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  content: "";
  height: 5px;
  background: transparent;
  width: 69%;
  position: absolute;
  bottom: -5px;
  left: 40px;
}

/* ============ Sidebar menu ============ */
body.mobile-open {
  overflow: hidden;
}

.dropdown-menu {
  position: fixed;
  top: 0px;
  z-index: 9999;
  transition: width 0s ease 0.3s, height 0s ease 0.3s, transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, -moz-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s;
  width: 0px;
  height: 100%;
  left: 0px;
  line-height:normal;
  letter-spacing:normal;
  font-weight: normal;
  color:#000000;
}

.mobile-open .dropdown-menu {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, -moz-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s;
  width: 100%;
}

.drawer-mask {
  background: #000000;
  opacity: 0;
  width: 100%;
  height: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, height 0s ease 0.3s;
}

.mobile-open .drawer-mask {
  opacity: 0.3;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s;
}

.drawer-content-wrapper {
  transition: transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, opacity 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, box-shadow 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, -webkit-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, -moz-transform 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s, -webkit-box-shadow 0.3s cubic-bezier(0.78, 0.14, 0.15, 0.86) 0s;
  position: absolute;
  background: rgb(255, 255, 255);
  height: 100%;
  transform: translateX(-100%);
}

.mobile-open .drawer-content-wrapper {
  width: 400px;
  transform: none;
}

.drawer-content {
  overflow: auto;
  z-index: 1;
  position: relative;
  height: 100%;
}

.menu-close {
  top: 14px;
  right: 14px;
  display: flex;
  z-index: 1000;
  color: rgb(77, 81, 91);
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  align-items: center;
}

.menu-close svg {
  margin-left: 8px;
}

.menu-close:hover {
  color: #000000;
}

.menu-close svg {
  fill: #000000;
}



.drawer-content .menu {
  padding: 56px 56px 56px 80px;
  font-size: 12px;
}

.menu__logo {
  cursor: pointer;
  margin: 0 0 100px;
}

.menu__footer {
  margin: 116px 0 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  margin: 32px 0;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  color: #2f313c;
  font-size: 16px;
}

.drawer-content .menu__footer__social-media {
  margin: 0 0 24px;
}

.menu__footer__social-media a+a {
  margin-left: 18px;
}


.drawer-content .menu__footer__social-media a {
  font-size: 0;
}


/* ===== Mobile Child Toggle Buttons ===== */

.child-trigger{
  display: block !important; /* Hide button on Desktop */
  cursor: pointer; /* Mouse pointer type on hover */
  position: absolute;
  top: 0px;
  right: 0px;
  width: 55px !important; /* Button width */
  min-width: 55px !important;
  height: 20px !important; /* Button height */  
  padding: 0 !important;
  border-left: 1px dotted rgba(255, 255, 255, .20);
}
.child-trigger:hover{
  text-decoration: none;
}
.child-trigger i{
  position: relative;
  top: 50%; /* Centers icon inside button */
  margin: 0 auto !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.child-trigger i:after{
  position: absolute;
  content: '';
}
.child-trigger i, .child-trigger i:after{
  width: 10px; /* Icon line width */
  height: 1px; /* Icon line height */
  background-color: #2f313c; /* Icon color */
  display: block;
}
.child-trigger i:after{
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}  
.child-trigger.child-open i{}
.child-trigger.child-open i:after{
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  display: none;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child {
  margin-top: 20px;
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  font-weight: 700;
  text-decoration: none;
  color: #2f313c;
  font-size: 16px;
  padding: 10px 10px;
}

@media (max-width: 1199px) and (min-width: 992px){
  .Header_menuMiddle .hs-menu-wrapper>ul>li>a,
  .Header_menuMiddle .hs-menu-wrapper>ul>li>ul>li>a{
    margin-left: 22px;
  }
  .Header_menuMiddle .hs-menu-wrapper>ul>li>ul {
    left: 22px;
  }
  .Header_menuMiddle .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    left: 24px;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.dnd-section>.row-fluid, .page-center, .content-wrapper, .container {
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1690px){
  .dnd-section>.row-fluid, .page-center, .content-wrapper, .container {
    max-width: 1440px;
  }
}

body{
  opacity:0;
  visibility:hidden;
}

body.add-transition {
  opacity:1;
  visibility:visible;
  transition: transform .5s ease-in-out,visibility .5s ease-in-out;   
}
/* ******************************************************************************
*********************************************************************************
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-wrapper {
  min-height: 80px;
}

header.header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  box-sizing: border-box;
  height: 80px;
  transform: translateY(0px);
  padding: 0px 55px;
  transition: background-color 0.5s ease 0.5s, transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s, -moz-transform 0.5s ease 0s;
  line-height:normal;
  letter-spacing:normal;
  font-weight: normal;
}


.lp .mobile-trigger {
  width: 26px;
}
.hd-col {
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
  padding-right: 12px;
  padding-left: 12px;
}
.hd-col-2 {
  flex-grow: 1;
  flex-basis: 0px;
  max-width: 100%;
}
.header__container >.row {
  height: 100%;
  align-items: center;
}
.Header_menuMiddle {
  display: none;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter, sans-serif;
}

.Header_menuRight {
  display: none;
  justify-content: flex-end;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter, sans-serif;
}


.Header_menuRight .row {
  justify-content: flex-end;
  text-align: right;
}

.haeder-logo-wrap .row {
  justify-content: space-between;
}

.header__logo {
  cursor: pointer;
  display: inline-flex;
}


.mobile-trigger-inner {
  position: relative;
  top: -1px;
}

.mobile-trigger-inner svg {
  cursor: pointer;
}

.header__logo svg {
  vertical-align: middle;
}
.Header_menuRight .header-buton {
  cursor: pointer;
  font-size: 12px;
  line-height: 2.66;
  padding: 0px 24px;
  position: relative;
  display: inline-flex;
  font-family: inherit;
  white-space: nowrap;
  text-decoration: none;
  background-color: #15161f;
  color: #f7f7f7;
  // border-radius: 30px;
}

.Header_menuRight .header-buton:hover {
  color: #2f313c;
  background-color: #f7f7f7;
}


.header-hide header.header {
  transform: translateY(-110%);
  background-color: #f7f7f7;
}

.header-show header.header {
  background-color: #f7f7f7;
}




/*==================================================== 
====================Pop up ======================
====================================================*/

.RequestDemo_View {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1000;
  overflow: auto;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  line-height:normal;
  font-weight:normal;
  letter-spacing:normal;
  display:none;
}

body.RequestDemo-open {
  overflow:hidden;
}

.RequestDemo-open .RequestDemo_View {
  width: 100%;
  display: flex;
}

.View_Modal {
  width: 100%;
  display: flex;
  background-color: rgb(255, 255, 255);
  height: 100%;
  align-items: center;
  justify-content: center;
  margin: auto;
  position: relative;
  flex-direction: row;
  padding: 300px 0px;
}
.View_logo {
  top: 32px;
  left: 10%;
  position: absolute;
}

.View_logo svg {
  vertical-align: top;
}

.RequestDemo_Close {
  top: 14px;
  right: 14px;
  display: flex;
  z-index: 1000;
  color: rgb(77, 81, 91);
  cursor: pointer;
  font-size: 14px;
  position: absolute;
  align-items: center;
}

.RequestDemo_Close svg {
  margin-left: 8px;
}
.RequestDemo_Close:hover {
  color: rgb(0, 0, 0);
}
.RequestDemo_Close:hover svg {
  fill: rgb(0, 0, 0);
}
.RequestDemo_container {
  height: 100%;
  align-items: center;
}
.RequestDemo_form,
.RequestDemo_callToAction{
  margin-top: 40px;
  margin-bottom: 40px;
}
.container_start{
  justify-content: center;
  text-align: center;
}

.RequestDemo-title-wrap,
.RequestDemo_form,
.RequestDemo_callToAction,
.RequestDemo-image{
  padding-right: 12px;
  padding-left: 12px;
  flex: 0 0 100%;
  max-width: 100%;
}

.RequestDemo-title{
  margin-bottom: 14px;
}
.RequestDemo-content{
  margin-bottom: 35px; 
}
.RequestDemo-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
}

.RequestDemo-content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.75px;
  margin: 0;
  display: none;
}
.RequestDemo_form h3.form-title {
  margin-bottom: 37px;
}

.RequestDemo_form form {
  padding: 0;
  border: 0;
}

.RequestDemo_form form fieldset {
  margin-right: -12px;
  margin-left: -12px;
  max-width: none;
}
.RequestDemo_form form fieldset > div {
  padding-right: 12px;
  padding-left: 12px;
  position: relative;
  margin-bottom: 30px;
}


.RequestDemo_form form textarea {
  min-height: 77px;
}

.RequestDemo_form form .field .input {
  margin: 0 !important;
}
.RequestDemo_form form .hs-button {
  margin-bottom: 0;
}

.RequestDemo_form form select {
  height: 38px;
  color: #4d515b;
  font-size: 16px;
  color: rgb(117, 117, 117);
  padding: 0;
}


.RequestDemo_form form select div {
  color: #4d515b;
}

.RequestDemo_form form select option {
  font-size: 16px;
  color: #000;
}





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


@media screen and (max-height: 530px) and (min-width: 992px){
  .View_Modal {
    height: auto;
  }
}

@media screen and (min-width: 375px){
  .View_Modal{
    padding: 250px 0px 200px;
  }

}


@media only screen and (min-width: 576px){
  .hd-col-3 {
    flex-grow: 1;
    flex-basis: 0px;
    max-width: 100%;
  }
  .Header_menuRight{
    display: flex;
  }
  .haeder-logo-wrap .row{
    justify-content: flex-start;
    text-align: left;
  }
  .mobile-trigger {
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0px 34px 0px 10px;
  }
  .container_start{
    justify-content: flex-start;
    text-align: left;
  }
  .RequestDemo-content p {
    display: block;
  }

}
@media (min-width: 768px){
  .RequestDemo_Close{
    top: 28px;
    right: 10%;
  }
  .RequestDemo-title{
    margin-bottom: 14.8px;
  }
  .RequestDemo-content{
    margin-bottom: 37px;
  }
  .RequestDemo-content p {    
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.75px;
  }
  .View_Modal{
    padding: 100px 0;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .RequestDemo-title h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -1px;
  }
}


@media (min-width: 992px){
  .Header_menuMiddle {
    display: flex;
  }
  .View_Modal{
    padding: 0px;
  }
  .RequestDemo_form{
    margin-left: 8.33333%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .RequestDemo_callToAction{
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
}





@media only screen and (min-width: 1200px){

  .RequestDemo_container>div{
    padding: 0px 80px;
  }

  .RequestDemo-title{
    margin-bottom: 24px;
  }
  .RequestDemo-content{
    margin-bottom: 60px;
  }

}
@media (max-width: 991px){
  .View_Modal {
    height: auto;
  }
  .RequestDemo_root.container {
    margin-top: -87px;
    margin-bottom: -87px;
  }
}

@media (max-width: 767px){

  .RequestDemo-title-wrap, .RequestDemo-image{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .RequestDemo_form h3.form-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.75px;
  }
}

@media (max-width: 575px){
  .RequestDemo-title-wrap, .RequestDemo-image{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;

  }
  .RequestDemo-image{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  padding: 40px 0px;
  letter-spacing:0;
  font-size:16px;
  line-height:normal;
  font-weight:normal;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-flow: row wrap;
  margin-right: -12px;
  margin-left: -12px;
}

.footer-logo {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
  padding-right: 12px;
  padding-left: 12px;
}
.footer-logo >*,.footer-logo >*>*,.footer-logo a {
  flex: 1 1 0%;
  display: flex;
  align-items: center;
}
.copyright {
  margin-top: 0px;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  padding-right: 12px;
  padding-left: 12px;
  flex: 0 0 100%;
  max-width: 100%;
}

.col-3.col-one{
  flex: 0 0 100%;
  max-width: 100%;  
}

.col-3.col-two,
.col-3.col-three{
  flex: 0 0 50%;
  max-width: 50%;
}

.col-3 {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 40px;
  margin-bottom: 30px;
}

.col-3 h4 {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  margin: 0;
  margin-bottom: 4px;
}

.col-3.col-one p:not(:last-child),.Footer_socialMedia {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: normal;
}

.col-3.col-one p span {
  margin: 12px 5px 0px;
  color: rgb(129, 131, 137);
  font-size: 14px;
}
.Footer_socialMedia {
  margin: 60px 0px 0px;
}
.Footer_socialMedia a {
  text-decoration: none;
}

.Footer_socialMedia a + a {
  margin-left: 18px;
}

.col-3.col-two p, .col-3.col-three p {
  margin: 24px 0px 0px;
}

.col-3 p a {
  display: flex;
  color: rgb(129, 131, 137);
  font-size: 14px;
  margin: 12px 0px 0px;
  font-weight: 400;
}

.col-3 p a:hover {
  color: #f7f7f7;
}


/*==================================================== 
====================Media Query======================
====================================================*/
@media only screen and (min-width: 576px){
  .container_start{
    justify-content: flex-start;
    text-align: left;
  }

}

@media (min-width: 768px){
  .copyright{    
    margin-top: 44px;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-3.col-one{
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
  .col-3.col-two,
  .col-3.col-three{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3.col-two{
    margin-left: 8.33333%;
  }
  .RequestDemo_Close{
    top: 28px;
    right: 10%;
  }
  .RequestDemo-title{
    margin-bottom: 14.8px;
  }
  .RequestDemo-content{
    margin-bottom: 37px;
  }
  .RequestDemo-content p {    
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.75px;
  }
  .View_Modal{
    padding: 100px 0;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .RequestDemo-title h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -1px;
  }
}

@media (min-width: 992px){
  .View_Modal{
    padding: 0px;
  }
  .RequestDemo_form{
    margin-left: 8.33333%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .RequestDemo_callToAction{
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
  }
}

@media only screen and (min-width: 1200px){
  .copyright{    
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
  }
  .col-3.col-one{
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-3.col-two,
  .col-3.col-three{
    flex: 0 0 16.6667%;
    max-width: 16.6667%;
  }
  .col-3.col-two{
    margin-left: 16.6667%;
  }
  .RequestDemo_container>div{
    padding: 0px 80px;
  }

  .RequestDemo-title{
    margin-bottom: 24px;
  }
  .RequestDemo-content{
    margin-bottom: 60px;
  }

}
@media (max-width: 991px){
  .View_Modal {
    height: auto;
  }
  .RequestDemo_root.container {
    margin-top: -87px;
    margin-bottom: -87px;
  }
}

@media (max-width: 767px){
  .footer-logo {
    margin: 44px 0px 10px;
    max-width: 100%;
    flex: 1 1 0%;
    display: flex;
    align-items: center;
  }
  .footer-logo a{
    margin: 44px 0px 10px;
  }

  .RequestDemo-title-wrap, .RequestDemo-image{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .RequestDemo_form h3.form-title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: -.75px;
  }
}

@media (max-width: 575px){
  .RequestDemo-title-wrap, .RequestDemo-image{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;

  }
  .RequestDemo-image{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    -webkit-flex-basis: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

.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-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-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


/* Blog Comments */

.blog-comments {
  max-width: 100%;
}

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}




/*==================================================== 
==================== Recent Post ====================
====================================================*/
.recent-post {
  margin-bottom: 42px;
  margin-top: -3px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 16px;
}
.recent-post h3 {
  margin: 0;
}

.recent-post-wrap {
  padding-top: 28px;
}
.recent-post-wrap .row {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.col-pd {
  padding-right: 12px;
  padding-left: 12px;
}

.feature-image,.recent-content-warp {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.feature-image img {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}



.recent-topic{
  margin-bottom: 7px;
}

.recent-topic {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.recent-topic img {
  width: 15px;
  height: 17px;
}

.recent-topic p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  margin-left: 8px;
  color: #18a0fb;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
}

.recent-title {
  margin-bottom: 14px;
  margin-top: 14px;
}

.recent-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -1px;
  margin: 0;
}

.recent-content {
  margin-bottom: 14px;
}

.recent-content >* {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.75px;
  color: #4d515b;
}

.recent-post a.recent-read-more {
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 0 32px;
  color: #15161f;
  background-color: #05deba;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  white-space: nowrap;
  text-decoration: none;
}

.recent-post a.recent-read-more:hover {
  background-color: #2fedd3;
}




/*==================================================== 
==================== Blog Listing ====================
====================================================*/
.blog-main-content{
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 16px;
}

.blog-main-content {
  margin-bottom: 35px;
}

.blog-main-title {
  margin-bottom: 28px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-main-title h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -.75px;
  margin: 0;
}

.blog_FilterContainer {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topic-label {
  margin-right: 7px;
}

.topic-label-inner {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0;
  color: #2f313c;
}

.blog_SelectBox {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.blog_SelectBox ul.l_tinynav1 {
  display: none;
}

.blog_SelectBox select#tinynav1 {
  font: 400 13.3333px Arial;
  width: 150px;
  height: 45px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  background-color: #fff;
  border: .5px solid #d2d2d2;
  padding: 0 24px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #2f313c;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  line-height: normal;
}

.blog_SelectIcon {
  position: absolute;
  right: 24px;
  left: auto;
}
.post-item {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding-right: 12px;
  padding-left: 12px;
}

.post-item-inner{
  margin-bottom: 42px;
}

.post-item img.blog_NewsBlogListImage {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-height: 266.8px;
}

.post-item-title {
  margin-top: 14px;
  margin-bottom: 7px;
}

.post-item-title h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -.75px;
  margin: 0;
}

.post-item-inner p {
  padding-right: 18px;
  color: #4d515b;
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
}

.blog-bottom>div {
  padding-right: 12px;
  padding-left: 12px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.tabber-wrap,
.blog-twitter-feed>div{
  margin-top: 7px;
  margin-bottom: 70px;
}

.tabber-title {
  margin-bottom: 21px;
}

.tabber-title h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -.75px;
  margin: 0;
}

.twitter-title {
  margin-bottom: 14px;
}

h3.TwitterFeeds_TwitterTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -.75px;
  margin: 0;
}

h3.TwitterFeeds_TwitterTitle img {
  margin-right: 8px;
  vertical-align: middle;
}

.TwitterFeeds_Feeds__1uc98 {
  max-height: 610px;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 21px;
}


/*==================================================== 
==================== Blog tabber =======================
====================================================*/
.blog-bottom {
  font-size: 16px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  color:#000;
}
.tabber {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-color: #f7f7f7;
  padding: 4px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.tabber nav a {
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  white-space: nowrap;
  text-decoration: none;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 700;
  padding: 0 32px;
  background-color: rgba(0,0,0,0);
  color: #818389;
  -webkit-tap-highlight-color: transparent;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}

.tabber nav a.active {
  background-color: #fff;
  color: #15161f;
  -webkit-tap-highlight-color: transparent;
}

.blog-tabber  .content-wrapper {
  max-height: 610px;
  overflow: auto;
  overflow-x: hidden;
  margin-top: 7px;
}
.tabber nav {
  font-size: 0;
}
.tab-content {
  display: none;
}

.tab-content>div {
  border-bottom: 1px solid rgba(129,131,137,.3);
}

.tab-content:nth-child(1) {
  display: block;
}

.tb-recent-topic {
  margin-top: 21px;
  margin-bottom: 14px;
}

.tb-recent-title-in {
  margin-bottom: 14px;
  margin-right: 21px;
}

.tb-recent-topic p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #818389;
  margin: 0;
}

.tb-recent-content {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.tb-recent-content >div {
  padding-right: 12px;
  padding-left: 12px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.tb-recent-title-in a {
  text-decoration: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.tb-recent-title-in a h4 {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -.75px;
  margin: 0;
}

.tb-recent-content:hover h4 {
  font-weight: 500;
}

.tb-recent-read-in {
  margin-bottom: 7px;
}

.tb-recent-read-in svg {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out,-moz-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out,-moz-transform .3s ease-out;
}

.tb-recent-read-in svg:hover {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  transform: translateX(4px);
}
.event-content{
  margin-top: 21px;
  margin-bottom: 14px;
  padding-left: 14px;
  color: #000;
}
.blog-tabber .content-wrapper {
  max-width: 100%;
}

/*==================================================== 
==================== Blog Post =======================
====================================================*/
.hs-blog-post .header-wrapper {
  min-height: auto;
}

.blog-img {
  margin-top: 0;
  margin-bottom: 32px;
}
.blog-img img{
  width: 100%;
}

.blog-title {
  color: #2c2e38;
  line-height: 1.5;
  letter-spacing: -.4px;
  margin-bottom: 36px;
  margin-top: 0.83em;
  font-weight: bold;
  font-size: 1.5em;
}

.blog-content-wrapper {
  padding-bottom: 80px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
  padding-top: 77px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-size: 16px;
}

.blog-content-wrapper > div {
  height: 100%;
  position: relative;
}

.row.blog-post-content {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -moz-box-align: start;
  align-items: flex-start;
  text-align: left;
}

.blog-index, .blog-sidebar {
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.blog-post-content>div {
  padding-right: 12px;
  padding-left: 12px;
}

.blog-post__body p {
  line-height: 1.38;
  letter-spacing: -.15px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1em;
  margin-top: 1em;
}

.blog-sidebar .blog-twitter-feed {
  margin-top: 63px;
}

.blog-sidebar .TwitterFeeds_Feeds__1uc98 {
  max-height: none;
}

.blog-sidebar .blog-twitter-feed>div {
  margin-bottom: 0;
}
.blog-post_social {
  margin-top: 28px;
}

.blog-post_social>div {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  align-items: center;
}

.blog-pdp>div {
  padding-right: 12px;
  padding-left: 12px;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 28px;
}


.blog-pdp-in {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 28px;
}

.title-pst {
  margin-right: 7px;
}

.title-lbl {
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0;
  font-weight: 400;
  color: #4d515b;
}

.title-pst-email {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  color: #4d515b;
  letter-spacing: 0;
}

.blogDetail_SocialMedias a {
  margin-right: 9px;
}


.blog-pagination.desktop {
  display: none;
}

.blog-pag-inner {
  margin-top: 21px;
  margin-bottom: 35px;
}

.row.content-end {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  align-items: center;
}
.col-prev>div {
  margin-right: 28px;
}

.col-next>div {
  margin-left: 28px;
}

.col-p-inner a,
.col-p-inner a:hover{
  color: #15161f;
  background-color: rgba(0,0,0,0);
  padding: 0;
  font-size: 14px;
  line-height: 1.4;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-weight: 700;
  position: relative;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: inherit;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
}

.Button_text__kRcda {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.col-prev img.blogDetail_PrevArrow {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 18px;
}


.col-next img.blogDetail_PrevArrow {
  margin-left: 18px;
}

a.previous-posts-link.disabled {
  color: #dadada;
  background-color: rgba(0,0,0,0);
  cursor: default;
  pointer-events: none;
}

a.previous-posts-link.disabled img {
  -webkit-filter: invert(.88);
  filter: invert(.88);
}
.blog-mob-inner {
  margin-bottom: 63px;
}

.blog-pagination.mobile .row.content-end {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center;
}
.blogDetail_SocialMedias {
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hs_recaptcha.hs-recaptcha {
  overflow: auto hidden;
  padding-bottom: 10px;
}
/*==================================================== 
====================Media Query======================
====================================================*/
@media only screen and (min-width: 576px){
  .social-section{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .email-section{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;

  }
  .post-author{
    display:none; 
  }
}


@media (min-width: 768px){
  .recent-post-wrap{
    padding-top: 29.6px;
  }
  .recent-post{
    margin-top: 1.4px;
  }
  .recent-content-inner{
    margin-left: 44.4px;    
  }
  .feature-image,.recent-content-warp {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .recent-topic{
    margin-bottom: 7.4px;
  }
  .recent-title{
    margin-top: 14.8px;
    margin-bottom: 14.8px;
  }
  .recent-title h2{
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: -1px;
  }
  .recent-content,
  .twitter-title{
    margin-bottom: 14.8px;
  }
  .recent-content >*{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.75px;
  }
  .blog-main-content{
    margin-bottom: 37px;
  }
  .blog-main-title{
    margin-bottom: 29.6px; 
  }
  .topic-label{
    margin-right: 7.4px;
  }
  .blog-main-title h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.75px
  }
  .post-item{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .post-item-inner{
    margin-bottom: 44.4px;
  }
  .post-item-title{
    margin-top: 14.8px;
    margin-bottom: 7.4px;
  }
  .post-item-title h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.75px;
  }
  .post-item-inner p{
    font-weight: 300;
    font-size: 16px;
    line-height: 21px; 
  }
  .blog-bottom>div{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .tabber-wrap,
  .blog-twitter-feed>div{
    margin-top: 7.4px;
    margin-bottom: 74px;
  }
  .tabber-title{
    margin-bottom: 22.2px;
  }
  .tabber-title h3,
  h3.TwitterFeeds_TwitterTitle{
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -.75px; 
  }
  .TwitterFeeds_Feeds__1uc98 {
    margin-top: 22.2px;
  }
  .blog-tabber .content-wrapper{
    margin-top: 7.4px;
  }
  .tb-recent-topic{
    margin-top: 22.2px;
    margin-bottom: 14.8px;
  }
  .tb-recent-title-in a h4{
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -.75px;
  }
  .tb-recent-read-in{
    margin-bottom: 7.4px;
  }

  .tb-recent-title-in{
    margin-bottom: 14.8px;
    margin-right: 22.2px;
  }
  .event-content{
    padding-left: 14.8px;
    margin-bottom: 14.8px;
    margin-top: 22.2px;
  }
  .blog-content-wrapper{
    padding-top: 81.4px;
  }
  .blog-sidebar .blog-twitter-feed{
    margin-top: 66.6px;
  }

  .blog-post_social{
    margin-top: 29.6px;
  }

  .blog-pdp>div{
    margin-bottom: 29.6px;
  }
  .title-pst{
    margin-right: 7.4px;
  }

  .blog-pag-inner{
    margin-bottom: 37px;
    margin-top: 22.2px;
  }
  .col-prev>div{
    margin-right: 29.6px;
  }

  .col-next>div{
    margin-left: 29.6px;
  }
  .blog-mob-inner {
    margin-bottom: 66.6px;
  }
  .blog-sidebar-inner {
    margin-left: 36px;
  }

}

@media only screen and (min-width: 992px){
  .post-item{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;

  }
}


@media (min-width: 1200px){
  .recent-post-wrap{
    padding-top: 48px;
  }
  .recent-post{
    margin-top: 52px;
  }
  .recent-content-inner{
    margin-left: 72px;    
  }
  .recent-topic{
    margin-bottom: 12px;
  }
  .recent-title{
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .recent-content,
  .twitter-title{
    margin-bottom: 24px;
  }
  .blog-main-content{
    margin-bottom: 60px;
  }
  .blog-main-title{
    margin-bottom: 48px;
  }
  .topic-label{
    margin-right: 12px;
  }
  .post-item-inner{
    margin-bottom: 72px;
  }
  .post-item-title{
    margin-top: 24px;
    margin-bottom: 12px;
  }
  .tabber-wrap,
  .blog-twitter-feed>div{
    margin-top: 12px;
    margin-bottom: 120px;
  }
  .tabber-title{
    margin-bottom: 36px;
  }
  .blog-tabber .content-wrapper{
    margin-top: 12px;
  }

  .tb-recent-topic{
    margin-top: 36px;
    margin-bottom: 24px;
  }
  .tb-recent-read-in{
    margin-bottom: 12px;
  }
  .tb-recent-title-in{
    margin-bottom: 24px;
    margin-right: 36px;
  }
  .event-content{
    padding-left: 24px;
    margin-bottom: 24px;
    margin-top: 36px;
  }
  .blog-content-wrapper{
    padding-top: 132px; 
  }
  .blog-index{
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .blog-sidebar {
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    -webkit-flex-basis: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .blog-sidebar-inner {
    margin-left: 70px;
  }
  .blog-sidebar .blog-twitter-feed{

    margin-top: 108px;
  }
  .TwitterFeeds_Feeds__1uc98{
    margin-top: 36px;
  }
  .blog-post_social{
    margin-top: 48px;
  }

  .blog-pdp>div{
    margin-bottom: 48px;
  }
  .title-pst{
    margin-right: 12px;
  }
  .blog-pag-wrap {
    padding-right: 12px;
    padding-left: 12px;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    -webkit-flex-basis: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .blog-pag-inner{
    margin-bottom: 60px;
    margin-top: 36px;
  }
  .row.content-end{
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -moz-box-pack: end;
    justify-content: flex-end;
    text-align: right;
  }

  .col-prev>div{
    margin-right: 48px;
  }

  .col-next>div{
    margin-left: 48px;
  }
  .blog-pagination.mobile {
    display: none;
  }
  .blog-pagination.desktop {
    display: block;
  }
}


@media (max-width: 767px){

  .recent-content-inner {
    margin-left: 12px;
  }

  .recent-topic {
    margin-top: 24px;
  }
  .recent-post {
    padding: 30px 0;
  }
}
@media (max-width: 575px) {
  .blog-post_social .row {
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .blog-pdp>div.blogDetail_SocialMedias {
    margin: 64px 0 40px;
    padding: 0;
  }

  .title-pst {
    margin-bottom: 12px;
  }

  .blog-pdp>div {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title-lbl {
    margin-bottom: 12px;
  }

  .blogDetail_SocialMedias a {
    font-size: 0;
  }

  .blog-pdp-in.blogDetail_email {
    margin-bottom: 64px;
  }
  .title-pst-email {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post-author {
    margin-bottom: 12px;
    display: inherit;
  }

  .post-author span {
    color: #d2d2d2;
    font-weight: 400;
    margin: 0 15px;
  }
}


@media (max-width: 479px){
  .tabber nav a {
    font-size: 14px;
    padding: 0 16px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-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 .hs-input,
.systems-page .hs-input[type=password],
.systems-page .hs-input[type=text], 
.systems-page .hs-search-field__input[type=text],
.systems-page input[type=password]{
  max-width:720px;
  display:block;
  width:100% !important;
  font-size: 14px !important;
  padding: 10px 0 !important;
}
.systems-page input[type=password]{
  height:auto !important;
  margin-top:0 !important;
}
.systems-page .hs-input[type=checkbox],
.systems-page .hs-input[type=radio] {
  width: auto!important;
  display: inline-block;
}

@media (max-width: 767px) {

  .systems-page .hs-input,
  .systems-page .hs-input[type=password],
  .systems-page .hs-input[type=text], 
  .systems-page .hs-search-field__input[type=text],
  .systems-page input[type=password]{
    max-width:100%;
  }

}


@media (max-width: 767px) and (min-width: 480px) {
  .error-page:before {
    font-size: 28vw;
  }
}

@media (max-width: 479px){
  .systems-page h1{}
  .systems-page h2{}
}