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











































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

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section > .row-fluid {
  padding-right: 72px;
  padding-left: 72px;
  width: 100%;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

.body-wrapper .banner-section .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  .dnd-section > .row-fluid {
    padding-right: 54px;
    padding-left: 54px;
  }
}

@media (max-width: 479px) {
  .dnd-section > .row-fluid {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@font-face {
  font-family: bebas-neue-by-fontfabric;
  src: url("//use.typekit.net/af/525920/00000000000000003b9b155b/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), 
    url("//use.typekit.net/af/525920/00000000000000003b9b155b/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), 
    url("//use.typekit.net/af/525920/00000000000000003b9b155b/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: bebas-neue-by-fontfabric;
  src: url("//use.typekit.net/af/630fe9/00000000000000003b9b1558/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"),
       url("//use.typekit.net/af/630fe9/00000000000000003b9b1558/27/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), 
       url("//use.typekit.net/af/630fe9/00000000000000003b9b1558/27/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
  font-style: normal;
  font-weight: 400;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/* html {
font-size: 24px;
} */

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4;
  background-color: #333;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

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

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h2 span {
  display: inline-block;
  padding-top: .2em;
  padding-right: .1em;
  padding-left: .1em;
  line-height: .8em;
  position: relative;
  background-color: #661de1;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: #fff;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

h3 {
  font-size: 1.25rem;
}

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 li,
ol li {
  line-height: 1.4;
}

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

blockquote {
  margin: 0 0 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

/* 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: 767px) {
  .body-container-wrapper h1 {
    font-size: 50px;
  }
  
  .body-container-wrapper h2 {
    font-size: 45px;
  }
}

/* @media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@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: 500px;
  font-family: Lato, sans-serif;
  border:0;
  padding:5px;
}

.body-wrapper .hs-error-msgs {
  list-style: none;
  margin: 10px 0;
  padding: 0 !important;
  display: block;
}

.body-wrapper .hs-error-msgs li {
  line-height: inherit;
}

.body-wrapper .hs-error-msgs label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  font-family: helvetica;
  font-size: 13px;
  color: #f2545b;
}

.hs-button {
  cursor: pointer;
  text-decoration: none !important;
  outline: 0;
  white-space: normal !important;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0;
  text-align: center;
  margin-top: 15px;
  border-style: solid;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  line-height: 12px;
  font-family: helvetica;
  transition: none;
}

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

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


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

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

.hs-input, 
.hs-search-field__input, 
#hs-pwd-widget-password {
  display: inline-block;
  vertical-align: middle;
  outline: 0;
  width: 100% !important;
  border-style: solid;
  border-width: 2px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  height: 40px;
  background: none;
  max-width: 100%;
  padding: 0 15px;
  min-height: 27px;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.hs-input:focus, 
.hs-search-field__input:focus, 
#hs-pwd-widget-password:focus {
  outline: none;
}

#hs-pwd-widget-password {
  height: 40px !important;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.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, .hs-form-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: 767px) {
  form {
    max-width: 100%;
    width: 100%;
    border: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
} */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
}

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

.custom-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  bottom: auto;
  padding-top: 24px;
  padding-bottom: 18px;
  z-index: 1000;
  font-size: 20px;
  line-height: 30px;
}

.custom-header .header__container {
  padding-right: 32px;
  padding-left: 32px;
}

.custom-header .header__container:before,
.custom-header .header__container:after {
  display: block;
  clear: both;
  content: "";
}

.custom-logo {
  position: relative;
  float: left;
  width: 164px;
  padding-left: 0;
}

.custom-logo a {
  text-decoration: none !important;
  border: 0 !important;
}

.custom-logo img {
  border: 0 !important;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.custom-header-right-menu {
  position: relative;
  float: right;
  display: block;
}

.custom-menu-primary-desktop {
  display: block;
  width: 100%;
}

.custom-menu-primary-desktop .navigation-primary > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}

.custom-menu-primary-desktop .navigation-primary > ul > li {
  line-height: inherit;
  display: inline-block;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  top: 0;
  margin-right: -5.5px;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > a {
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
  vertical-align: top;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 100px;
  padding: 4px 0;
  font-family: bebas-neue-by-fontfabric,sans-serif;
}

.custom-menu-primary-desktop .navigation-primary > ul > li:last-child {
  margin-right: 0;
}

.navlink-angle {
  position: absolute;
  top: 6px;
  right: -9px;
  z-index: 1;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.navlink-angle .angle.is-small {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  width: 18px;
  height: 20px;
}

.angle-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 540px;
  background-color: #fff;
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.navlink-back {
  position: absolute;
  left: 0;
  top: -3px;
  right: 0;
  z-index: 2;
  overflow: hidden;
  height: 100%;
  -webkit-transform: skew(-30deg,0deg);
  -ms-transform: skew(-30deg,0deg);
  transform: skew(-30deg,0deg);
}

.navlink-back-color {
  width: 100%;
  height: 100%;
  background-color: #661de1;
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  transform: translate(0,0);
  transform: translate3d(-99%,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
  transform-style: preserve-3d;
  transition: all 0.3s ease-in-out;
}

.navlink-text {
  position: relative;
  z-index: 3;
}

.custom-menu-primary-desktop .navigation-primary>ul>li:last-child .navlink-angle {
  display: none;
}

.custom-menu-primary-desktop .navigation-primary>ul>li.has-submenu .navlink-text {
  top: 1px;
  margin-bottom: 1px;
}

.child-trigger {
  display: none !important;
}

.custom-menu-primary-desktop .navigation-primary > ul > li:hover .navlink-back-color {
  transform: translate3d(0,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
  transform-style: preserve-3d;
}

/* level 2 */

.custom-menu-primary-desktop .navigation-primary>ul>li.has-submenu {
  position: relative;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  background: transparent;
  min-width: 100%;
  position: absolute;
  left: 0;
  overflow: hidden;
  background-color: transparent;
  -webkit-transform: translate(-14px,-3px);
  -ms-transform: translate(-14px,-3px);
  transform: translate(-14px,-3px);
  opacity: 0;
  visibility: hidden;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > ul .dropdown-wrap {
  position: relative;
  left: 2px;
  white-space: normal;
  transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.4s;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > ul .dropdown-wrap > li {
  line-height: inherit;
  display: block;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > ul .dropdown-wrap > li > a {
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  -webkit-transition: border-color .3s ease,background-color .3s ease;
  transition: border-color .3s ease,background-color .3s ease;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  white-space: normal;
  padding-top: 10px;
  padding-bottom: 6px;
  border-top: 2px solid #4025a5;
}

.custom-menu-primary-desktop .navigation-primary > ul > li > ul .dropdown-wrap > li > a:hover, 
.custom-menu-primary-desktop .navigation-primary > ul > li > ul .dropdown-wrap > li > a:focus {
  border-top-color: #4aa9be;
  text-decoration: none;
}

.custom-menu-primary-desktop .navigation-primary > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.custom-menu-primary-desktop .navigation-primary > ul > li:hover > ul .dropdown-wrap {
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.custom-header-hor-space {
  height: 36px;
}

/* media query */

@media (min-width: 992px) {
  .mobile-trigger {
    display: none !important;
  }

  .custom-mobile-menu-group, .custom-menu-primary-mobile {
    display: none !important;
  }
  
  .custom-menu-primary-desktop .navigation-primary > ul > li.no-submenu:hover > a {
    z-index: 9;
  }
  
  .navlink-angle {
    transition: all 0.3s ease-in-out;
  }

  .custom-menu-primary-desktop .navigation-primary>ul>li:hover .navlink-angle {
    transform: translate3d(0px,0px,0px) scale3d(0,0,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
    transform-style: preserve-3d;
  }
}

@media (max-width: 1632px) {
  .navlink-back-color {
    transform: translate3d(-101%,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
    transform-style: preserve-3d;
  }
}

@media (max-width: 991px) {
  .custom-header {
    z-index: 8000;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 32px;
  }

  .custom-header .header__container {
    padding-right: 0;
  }

  .custom-logo {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .custom-header-right-menu, .custom-menu-primary-desktop {
    display: none !important;
  }

  .mobile-trigger {
    position: relative;
    float: right;
    padding: 18px;
    font-size: 24px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99999999998;
    padding-right: 32px;
    padding-left: 32px;
    color: #fff;
    display: block;
  }

  .navbar-button-midline {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }

  .navbar-button-line {
    width: 24px;
    height: 2px;
    margin-bottom: .25rem;
    background-color: #fff;
  }

  .navbar-button-topline, .navbar-button-midline, .navbar-button-bottomline {
    transition: all 0.3s ease-in-out;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    color: #fff;
  }

  .mobile-open .navbar-button-topline {
    transform: translate3d(0px, 6px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .mobile-open .navbar-button-midline {
    opacity: 0;
  }

  .mobile-open .navbar-button-bottomline {
    transform: translate3d(0px, -6px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(-45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .custom-mobile-menu-group {
    right: 0;
    position: absolute;
    overflow: hidden;
    left: auto;
    z-index: 1;
    top: 0;
    display: block;
    width: 100%;
    height: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
  }
  
  .mobile-open .custom-mobile-menu-group {
    height: 100vh;
    visibility: visible;
  }

  .mobile-menu-inner {
    float: right;
    min-width: 200px;
    right: 0;
    background: #C8C8C8;
    text-align: center;
    display: block!important;
    overflow: hidden;
    width: 100%;
    background-color: transparent;
    position: absolute;
    left: auto;
    z-index: 1;
    top: 0;
    height: 100vh;
    transform: translateX(0px) translateY(0px);
    transition: transform 0ms ease 0s;
  }

  .navbar-menu-bg-mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    width: 200%;
    height: 100vh;
    -webkit-transform: skew(-30deg,0deg);
    -ms-transform: skew(-30deg,0deg);
    transform: skew(-30deg,0deg);
    -webkit-transform-origin: 0 75%;
    -ms-transform-origin: 0 75%;
    transform-origin: 0 75%;
  }

  .navbar-menu-bg {
    position: absolute;
    left: -25%;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    background-color: #661de1;
    -webkit-transform: skew(30deg,0deg);
    -ms-transform: skew(30deg,0deg);
    transform: skew(30deg,0deg);
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .custom-menu-primary-mobile {
    transform: translate3d(0px,50px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
    transform-style: preserve-3d;
    opacity: 0;
    overflow: auto;
    height: 100vh;
    padding: 84px 32px 84px 50%;
    transition: all 0.7s ease-in-out;
  }

  .mobile-open .custom-menu-primary-mobile {
    transform: translate3d(0px,0px,0px) scale3d(1,1,1) rotateX(0) rotateY(0) rotateZ(0) skew(0,0);
    transform-style: preserve-3d;
    opacity: 1;
  }

  .custom-menu-primary-mobile .navigation-primary ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li {
    line-height: inherit;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li.has-submenu {
    position: relative;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    z-index: 9;
    display: block;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li.has-submenu > a {
    padding-right: 10px;
    border-right: 1px solid #4aa9be;
    color: #4aa9be !important;
    font-size: 20px;
    line-height: 21px;
    font-weight: 400;
    position: relative;
    z-index: 3;
    display: block;
    width: auto;
    text-align: right;
    font-family: bebas-neue-by-fontfabric,sans-serif;
    background: transparent !important;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li.has-submenu > ul {
    position: static;
    display: block;
    padding-top: 10px;
    padding-right: 8px;
    border-right: 1px solid #4aa9be;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    overflow: hidden;
    background-color: transparent;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li.has-submenu > ul > li {
    line-height: inherit;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li.has-submenu > ul > li > a {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    display: block;
    font-weight: 700;
    white-space: normal;
    -webkit-transition: border-color .3s ease,background-color .3s ease;
    transition: border-color .3s ease,background-color .3s ease;
    font-family: bebas-neue-by-fontfabric,sans-serif;
    border-top: 2px solid #4025a5;
    color: #fff !important;
    margin-bottom: 10px;
    padding: 0;
    border-top-style: none;
    font-size: 24px;
    line-height: 22px;
    text-align: right;
    background: transparent !important;
  }

  .custom-menu-primary-mobile .navigation-primary > ul > li:not(.has-submenu) > a {
    font-weight: 700;
    font-family: bebas-neue-by-fontfabric,sans-serif;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 9;
    display: block;
    width: auto;
    padding: 0;
    text-align: right;
    line-height: 32px;
    padding-right: 10px;
  }

  .custom-header-hor-space {
    height: 50px;
    float: right;
  }
}

@media (max-width: 767px) {
  .custom-logo {
    padding-top: 12px;
  }

  .custom-header {
    font-size: 16px;
    line-height: 24px;
  }

  .navbar-menu-bg-mask {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }
  
  .navbar-button-midline {
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .navbar-button-line {
    width: 24px;
    height: 2px;
    margin-bottom: 4px;
  }

  .navbar-button-line.bottom {
    margin-bottom: 0;
  }
}


@media (max-width: 479px) {
  .navbar-menu-bg-mask {
    width: 250%;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
  }

  .navbar-menu-bg {
    -webkit-transform-origin: 0 25%;
    -ms-transform-origin: 0 25%;
    transform-origin: 0 25%;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  padding-right: 72px;
  padding-left: 72px;
  position: relative;
  z-index: 2;
}

svg:not(:root) {
  overflow: hidden;
}

.custom-footer {
  display: block;
  width: 100%;
  z-index: 2;
  position: relative;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  padding-bottom: 50px;
  font-size: 20px;
  line-height: 30px;
}

.custom-footer .hex-grid-footer {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
  top: 32px;
  margin-top: 31px;
  will-change: transform;
  transform: translate3d(0px, 3.3334vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.custom-footer .hex-grid-footer .hex-grid {
  width: 30vw;
  max-width: 450px;
  margin-right: -25px;
}

.custom-footer .hex-grid-footer svg {
  width: 100%;
  height: 100%;
  transform: translate3d(0px, 0px, 0px);
}

.footer-line {
  height: 2px;
  background-color: hsla(0,0%,100%,.12);
  margin-bottom: 128px;
}

.custom-footer .footer__container {
  width: 100%;
}

.footer-cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -4vw;
  margin-left: -4vw;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-cols-unit {
  width: 25%;
  padding-right: 4vw;
  padding-left: 4vw;
}

.footer-cols-unit.footer-contact-grp {
  margin-bottom: 32px;
  font-style: normal;
  font-size: 15px;
}

.custom-footer img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.footer-logo img {
  width: 200px !important;
  margin-bottom: 26px;
  border: 0 !important;
}

.footer-address {
  line-height: 24px;
  font-size: 16px;
}

.footer-address p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  margin-bottom: 32px;
  font-style: normal;
  font-weight: inherit;
}

.footer-address p > span {
  font-size: 13px;
  display: block;
}

.footer-social {
  font-style: normal;
  margin-bottom: 17px;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -12px;
  margin-left: -12px;
}

.social-unit {
  max-width: 100%;
  text-decoration: none !important;
  outline: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-right: 5px;
  margin-left: 10px;
  padding-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social.footer-social .hs_cos_wrapper {
  width: 100%;
}

/* .social.footer-social .hs_cos_wrapper > span {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
} */

.social.footer-social .hs_cos_wrapper>span {
  display: block;
}

.footer-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 17px;
}

.footer-social ul:last-child {
  margin-bottom: 0;
}

.custom-footer .image-37 {
  -webkit-filter: brightness(1000%) saturate(0);
  filter: brightness(1000%) saturate(0);
}

.custom-footer .image-38 {
  height: 25px;
}

.custom-footer .copyright {
  font-size: 14px;
  line-height: 18px;
}

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

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

.footer-menu .hs-menu-wrapper > ul > li > a {
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-size: 36px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 16px;
  display: block;
  cursor: text;
  text-decoration: none !important;
  outline: 0 !important;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li {
  display: block;
  width: 100%;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > a {
  font-size: 13px;
  line-height: 19px;
  font-weight: 300;
  display: block;
  margin-bottom: 8px;
  text-decoration: underline;
}

.footer-menu .hs-menu-wrapper > ul > li > ul > li > a:hover {
  text-decoration: underline;
  outline: 0;
}

.footer-cols-unit.footer-privacy-grp {
  margin-bottom: 64px;
}

.footer-cols-unit.footer-menu {
  margin-bottom: 64px;
}

.footer-cols-unit.footer-privacy-grp a {
  font-weight: 300;
  display: block;
  font-size: 13px;
  line-height: 15px;
  text-decoration: none;
  margin-bottom: 5px;
}

.footer-cols-unit.footer-privacy-grp a:hover {
  text-decoration: none;
  outline: 0;
}


/* media query */

@media (max-width: 1439px) {
  .footer-address p>span {
    font-size: inherit;
  }
}


@media (max-width: 991px) {
  .footer-cols-unit.footer-contact-grp,
  .footer-cols-unit.footer-privacy-grp {
    width: 100%;
  }

  .footer-cols-unit.footer-privacy-grp a {
    display: inline-block;
    margin-right: 22.5px;
  }

  .custom-footer {
    font-size: 18px;
    line-height: 32px;
  }

  .footer-cols-unit {
    width: 33.333333333333336%;
  }

  .custom-footer .copyright {
    margin-top: 48px;
  }

  .social-unit {
    padding-right: 4px;
    padding-left: 4px;
  }

  .custom-footer .hex-grid-footer .hex-grid {
    width: 40vw;
  }

  .custom-footer .hex-grid-footer {
    will-change: transform;
    transform: translate3d(0px, 5.2552vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }
}

@media (max-width: 767px) {
  .footer-cols-unit.footer-contact-grp {
    width: 100%;
    margin-bottom: 16px !important;
  }

  .footer-cols-unit {
    width: 50%;
    margin-bottom: 32px !important;
  }

  .footer-cols-unit.footer-privacy-grp {
    width: 50%;
    margin-bottom: 32px;
  }

  .footer__container {
    padding-right: 54px;
    padding-left: 54px;
  }

  .custom-footer {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>a {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 8px;
  }

  .footer-menu .hs-menu-wrapper>ul>li>ul>li>a {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
  }

  .social-unit {
    width: 28px;
    height: 28px;
    padding-right: 0;
  }

  .footer-address p {
    margin-bottom: 16px;
  }

  .footer-logo img {
    width: 164px !important;
  }

  .custom-footer .hex-grid-footer .hex-grid {
    width: 40vw;
  }

  .custom-footer .hex-grid-footer {
    will-change: transform;
    transform: translate3d(0px, 3.9748vh, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
  }

  .footer-line {
    margin-bottom: 64px;
  }
}

@media (max-width: 479px) {
  .footer-cols-unit {
    width: 100% !important;
  }

  .footer__container {
    padding-right: 32px;
    padding-left: 32px;
  }

  .custom-footer .footer-privacy-grp a {
    display: block;
    margin-right: 0;
    margin-bottom: 0;
  }

  .custom-footer .hex-grid-footer .hex-grid {
    width: 50vw;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
}

.hs-blog-listing, .hs-blog-post {
  display: block;
  width: 100%;
}

.foretitle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 0;
  margin-bottom: 9px;
}

.foretitle-unit {
  display: inline-block;
}

.foretitle a.label-gr {
  font-family: bebas-neue-by-fontfabric,sans-serif;
  color: #4aa9be;
  font-size: 23px;
  line-height: 24px;
  font-weight: 700;
}

.foretitle-unit.is-angle.is-right {
  margin-left: 8px;
}

.foretitle-unit.is-angle {
  position: relative;
}

.foretitle-unit.is-angle.is-right .angle.is-small {
  position: relative;
  overflow: hidden;
  font-size: 20px;
  width: 18px;
  height: 20px;
}

.foretitle-unit .angle-line.is-turquoise {
  background-color: #4aa9be;
}

.blog-banner h1 {
  padding-top: .2em;
  padding-right: .1em;
  padding-left: .1em;
}

.custom-blog-content-group {
  width: 100%;
  position: relative;
  padding-top: 128px;
  display: block;
}

.blog-content-margin {
  margin-bottom: 128px;
}

.margin-s {
  margin-bottom: 16px;
}

.blog-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-hero-unit {
  width: 50%;
  padding: 16px;
}

.blog-hero-unit.is-full {
  width: 100%;
}

.hero-post-item-link {
  font-weight: 700;
  text-decoration: none !important;
  outline: 0 !important;
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block;
}

.position-relative {
  position: relative;
}

.hero-featured-image-wrapper {
  position: relative;
}

.hero-featured-image-wrapper.popular-img-wrapper {
  padding-top: 80%;
}

.hero-featured-image-wrapper.recent-img-wrapper {
  position: relative;
  padding-top: 50%;
}

.custom-blog-content-group img {
  border: 0;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.image-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-hero-header {
  position: absolute;
  left: 12%;
  top: 50%;
  right: 12%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  transform: translate(0,-50%);
}

.blog-hero-header.is-half {
  left: 12px;
  top: auto;
  right: 12px;
  bottom: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.blog-hero-header .inner-hero {
  display: block;
}

.tag-name {
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 8px;
  display: inline-block;
  padding: 10px 10px 2px;
  background-color: #4aa9be;
  color: #fff;
  line-height: 30px;
}

.blog-header-title h4 {
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin-top: 0;
  font-weight: 700;
  text-align: left;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  margin-bottom: 8px;
  padding-top: 12px;
  padding-right: 9px;
  padding-left: 12px;
  background-color: #333;
  color: #fff;
  font-size: 40px;
  line-height: 38px;
}

.popular-post-item .blog-header-title h4 {
  font-size: 40px;
  line-height: 38px;
}

.blog-header-title h5 {
  font-family: Montserrat,sans-serif;
  margin-top: 0;
  margin-bottom: -1px;
  padding: 16px;
  background-color: #333;
  color: #fff;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.blog-header-sublabels .he-label {
  font-weight: 700;
  font-size: 23px;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  padding: 10px 10px 2px;
  background-color: #4aa9be;
  color: #fff;
  line-height: 30px;
  display: inline-block;
}

.blog-header-sublabels .margin-right-xs {
  margin-right: 4px;
}

.blog-header-sublabels .he-label.w-dyn-bind-empty {
  display: none !important;
}

.featured-image {
  position: relative;
}

.hs-blog-listing .content-wrapper.cta-content-wrapper {
  max-width: 1232px;
}

.cta-content-wrapper .cta-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #661de1;
  margin-bottom: 128px;
}

.cta-box-text {
  color: #fff;
  font-weight: 700;
}

.big-copy {
  font-size: 20px;
  line-height: 30px;
}

.cta-box-button {
  padding-right: 8%;
  padding-left: 8%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
}

.cta-box-button .signup-button {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  -o-object-fit: contain;
  font-weight: 700;
  overflow: hidden;
  height: 50px;
  margin-left: 0;
  padding: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #e6674f;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  color: #fff;
  margin-left: 100px;
  padding-top: 12px;
  font-size: 25px;
  line-height: 25px;
  text-align: left;
  -o-object-fit: contain;
  object-fit: contain;
  position: static;
  margin-top: 40px;
  margin-right: 0;
  margin-left: 0;
  border-style: none;
  border-width: 0;
  font-size: 15px;
  letter-spacing: 1px;
}

.cta-box-button .signup-button:hover {
  background-color: #c75944;
  color: #fff;
  text-decoration: none;
  outline: 0;
}

.blog-index {
  position: relative;
}

.post-listing-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post-listing-filter ul li {
  line-height: inherit;
  display: inline-block;
}

.post-listing-filter ul li a {
  max-width: 100%;
  position: relative;
  vertical-align: top;
  text-decoration: none;
  text-align: left;
  cursor: pointer;
  display: inline-block;
  margin-left: 32px;
  padding: 0;
  background-color: transparent;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  color: #e6674f;
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
}

.post-listing-filter ul li.active a {
  background-color: transparent;
  color: #333;
}

.post-listing-content {
  position: relative;
  display: block;
  overflow: hidden;
}

.listing-inner {
  position: relative;
  display: block;
  margin-bottom: 64px;
}

.listing-cms-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -24px -8px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-item {
  width: 25%;
  padding: 24px 8px;
}

.post-item-link {
  max-width: 100%;
  position: relative;
  z-index: 1;
  display: block;
  text-decoration: none !important;
  outline: 0 !important;
}

.featured-image {
  margin-bottom: 16px;
  padding-top: 66.66666666666667%;
}

.post-header {
  padding-bottom: 8px;
  border-bottom: 1px dotted rgba(51,51,51,.5);
  margin-bottom: 8px;
}

.post-header h6 {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 13px;
  line-height: 14px;
  font-family: Montserrat,sans-serif;
  color: #e6674f;
  font-weight: 700;
}

.post-byline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.post-byline > div {
  margin-left: 0;
  color: #333;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.post-byline > div.date-list {
  margin-right: 12px;
  padding-right: 12px;
  float: left;
  border-right: 1px dotted rgba(51,51,51,.5);
  font-size: 12px;
}

.post-byline:before, 
.post-byline:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}

.post-byline:after {
  clear: both;
}

.blog-all-data {
  margin-bottom: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
  text-align: left;
}

.blog-all-data a.all-post-link {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: #fff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  overflow: hidden;
  height: 50px;
  margin-left: 0;
  padding: 10px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #000;
  border-radius: 10px;
  background-color: #e6674f;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
  white-space: normal;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 9;
  position: static;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 0;
  padding: 12px 10px 10px;
  border: 1px #000;
  direction: ltr;
  font-size: 15px;
  line-height: 28px;
  text-align: left;
  letter-spacing: 1px;
  text-transform: lowercase;
  -webkit-column-count: auto;
  column-count: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.blog-all-data a.all-post-link:hover,
.blog-all-data a.all-post-link:focus {
  background-color: #c75944;
  color: #fff;
  outline: 0;
  text-decoration: none;
}

/* hs blog post */

.hs-blog-post .post-content-group {
  padding-top: 0;
}

.hs-blog-post .post-top-content-wrapper {
  max-width: 1784px;
  height: 100%;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.post-featured-image-wrapper {
  position: relative;
  padding-top: 50%;
}

.post-featured-image-wrapper.no-post-featured-img {
  background: #666;
}

.hs-blog-post .inner-hero-post {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 20px;
}

.hs-blog-post .header-container-wrapper {
  min-height: auto !important;
}

.post-top-content-wrapper .margin-xl {
  margin-bottom: 128px;
}

.post-top-content-wrapper .blog-header-title h1 {
  position: relative;
  left: .1em;
  top: .1em;
  display: inline;
  box-shadow: -11px -9px 0 -2px #333, 11px -9px 0 -2px #333, inset 0 80px 0 0 #333;
  color: #fff;
  font-size: 90px;
  line-height: 94px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-weight: 700;
}

.post-top-content-wrapper .tag-name {
  margin-bottom: 0;
}

.hs-blog-post .post-body-content-wrapper {
  max-width: 1232px;
}

.blog-post {
  margin-bottom: 128px;
}

.blog-post__body {
  display: block;
  width: 100%;
}

.blog-post__body p {
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 24px;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
  margin-top: 40px;
}

.blog-comments form {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}

.comment-date {
  display: block !important;
  text-align: left !important;
}

.custom-blog-post-form-group {
  display: block;
  width: 100%;
}

.custom-blog-post-form-group .content-wrapper {
  overflow: hidden;
  margin-bottom: 110px;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(51,51,51,.08);
}

.blog-form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 1vw;
}

.col-blog-form {
  position: relative;
  float: left;
  width: 50%;
  padding-right: 4vw;
  padding-left: 4vw;
}

.custom-blog-form-text.col-blog-form {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.custom-blog-form-text h4 {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
  text-align: left;
  color: #333;
}

.custom-blog-form-text p {
  border-left: 1px dotted hsla(0,0%,100%,.5);
  margin-bottom: 20px;
  padding-left: 22px;
  margin-top: 27px;
  border-left-color: #661de1;
  font-size: 10px;
  line-height: 13px;
  font-family: inherit;
  font-weight: inherit;
}

.custom-blog-form-content form {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  border: 0 !important;
  margin: 0 !important;
}

.custom-blog-form-content .actions {
  margin-top: 18px;
  margin-bottom: 0;
  padding: 17px 0px;
  text-align: left;
}

.custom-blog-form-content .hs-button.primary.large {
  margin: 0;
}

h4.related-header {
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  display: inline-block;
  margin-top: 0;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 64px;
  border-bottom-style: none;
  color: #333;
}

h4.related-header span {
  position: relative;
  top: .1em;
  box-shadow: 2px -3px 0 3px #4aa9be, -2px -3px 0 3px #4aa9be, inset 0 47px 0 0 #4aa9be;
  color: #fff;
}

.related-post-index {
  margin-bottom: 256px;
}

.related-post-item .featured-image {
  margin-bottom: 32px;
  font-style: normal;
}

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


.listing-cms-grid.all-post {
  display: block;
  margin: 0;
}
.all-post-tab-list h2 {
  font-size: 40px;
  line-height: 38px;
  font-weight: 700;
}
.all-post-item > a {
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 100%;
  display: inline-block;
  border-bottom: 1px dotted rgba(51,51,51,.5);
}
.all-post-item .all-post-date {
  color: #333;
  font-size: 10px;
  line-height: 14px;
  font-weight: 300;
}
.all-post-item h6.smaller.archive-title {
  border-left: 1px solid #e4e4e4;
  font-weight: 700;
  margin-bottom: 6px;
  margin-left: 0;
  padding-left: 0;
  font-size: 12px;
  line-height: 13px;
  font-family: Montserrat,sans-serif;
}
.all-post-author {
  margin-left: 0;
  color: #333;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}

.blog-hero-header.is-half.no-pop-image {
  position: static;
}

.tag-name.featured {
  display: none;
}

.post-listing-filter ul li.featured {
  display: none;
}

/* media query */

@media (min-width: 992px) {
  .hs-blog-listing, .hs-blog-post {
    font-size: 20px;
    line-height: 30px;
  }
}

@media (min-width: 1280px) {
  .blog-all-data a.all-post-link {
    margin-top: 0;
    margin-left: auto;
    padding-right: 10px;
    padding-bottom: 8px;
    padding-left: 10px;
    font-size: 25px;
    line-height: 25px;
    text-align: center;
  }
  .all-post-item .all-post-date {
    font-family: Montserrat,sans-serif;
    color: #333;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
  }
}

@media (min-width: 1440px) {
  .blog-all-data a.all-post-link {
    position: static;
    overflow: scroll;
    margin-right: auto;
    margin-bottom: 0;
    padding-bottom: 12px;
    border-width: 0;
    font-size: 15px;
    letter-spacing: 1px;
    white-space: nowrap;
    -o-object-fit: fill;
    object-fit: fill;
  }
}

@media (max-width: 1439px) {
  .cta-box-button .signup-button {
    border: 1px solid #000;
    margin-left: 100px;
    padding-top: 12px;
    font-size: 25px;
    line-height: 25px;
    text-align: left;
    -o-object-fit: contain;
    object-fit: contain;
    margin-top: 0;
  }
}

@media (max-width: 1279px) {
  .blog-header-title h5 {
    margin-bottom: 8px;
  }

  .cta-box-button .signup-button {
    margin: 0;
    font-size: 15px;
    line-height: 28px;
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .foretitle a.label-gr {
    font-size: 28px;
    line-height: 26px;
  }

  .blog-hero-header {
    top: 19%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .tag-name {
    padding-top: 6px;
    font-size: 20px;
    line-height: 20px;
  }

  .blog-header-title h4 {
    font-size: 40px;
    line-height: 38px;
  }

  .blog-header-title h5 {
    display: none;
  }

  .blog-header-sublabels {
    margin-top: 12px;
  }

  .blog-header-sublabels .he-label {
    padding-top: 6px;
    font-size: 20px;
    line-height: 20px;
  }

  .blog-hero-unit {
    width: 100%;
  }

  .hero-featured-image-wrapper.popular-img-wrapper {
    padding-top: 50%;
  }

  .custom-blog-content-group .image-img {
    max-width: none;
  }

  .blog-hero-header.is-half {
    top: 12px;
  }

  .cta-content-wrapper .cta-box {
    width: 100%;
    padding-right: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .cta-box-text {
    margin-bottom: 24px;
  }

  .big-copy {
    font-size: 20px;
    line-height: 28px;
  }

  .post-listing-filter ul li a {
    margin-left: 32px;
    font-size: 36px;
    line-height: 40px;
  }

  .post-item {
    width: 33.333333333333336%;
  }

  .post-header {
    border-bottom-style: none;
  }

  .post-header h6 {
    font-size: 12px;
  }

  .post-byline>div {
    font-size: 12px;
  }

  .post-byline>div.date-list {
    margin-right: 10px;
    padding-right: 10px;
  }

  .blog-all-data a.all-post-link {
    padding-top: 8px;
    font-size: 24px;
  }

  .post-top-content-wrapper .blog-header-title h1 {
    left: 0;
    top: 0;
    display: block;
    padding: 9px 9px 0;
    background-color: #333;
    box-shadow: none;
    font-size: 60px;
    line-height: 60px;
  }

  .blog-form-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-blog-form {
    width: 100%;
    left: auto;
    right: auto;
  }

  .custom-blog-form-text.col-blog-form {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .custom-blog-form-text h4 {
    font-size: 40px;
    line-height: 38px;
  }

  .custom-blog-form-text p {
    padding-left: 0;
    border-left-style: none;
  }
}

@media (max-width: 767px) {
  .foretitle a.label-gr {
    font-size: 24px;
    line-height: 20px;
  }

  .foretitle {
    margin-bottom: 0;
  }

  .custom-blog-content-group {
    padding-top: 64px;
  }

  .blog-content-margin {
    margin-bottom: 64px;
  }

  .margin-s {
    margin-bottom: 8px;
  }

  .blog-header-label {
    display: none;
  }

  .blog-header-title h4 {
    margin-bottom: 4px;
    font-size: 30px;
    line-height: 30px;
  }

  .blog-header-sublabels .he-label {
    padding: 5px 6px 0;
    font-size: 16px;
  }

  .popular-post-item .blog-header-title h4 {
    font-size: 30px;
    line-height: 30px;
  }

  .cta-content-wrapper .cta-box {
    margin-bottom: 64px;
    padding: 24px;
  }

  .big-copy {
    position: relative;
    font-size: 18px;
    line-height: 27px;
  }

  .cta-box-button .signup-button {
    padding-top: 12px;
    padding-bottom: 3px;
    font-size: 30px;
    line-height: 20px;
  }

  .post-listing-filter ul li a {
    margin-right: 24px;
    margin-bottom: 10px;
    margin-left: 0;
  }

  .listing-inner {
    margin-bottom: 32px;
  }

  .post-item {
    width: 50%;
  }

  .featured-image {
    margin-bottom: 8px;
  }

  .post-header {
    margin-bottom: 4px;
  }

  .post-header h6 {
    font-size: 14px;
    line-height: 21px;
  }

  .post-byline>div {
    line-height: 21px;
  }

  .blog-all-data {
    margin-bottom: 32px;
  }

  .blog-all-data a.all-post-link {
    margin-top: 13px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .post-top-content-wrapper .blog-header-title h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .post-top-content-wrapper .margin-xl {
    margin-bottom: 64px;
  }

  .custom-blog-form-text h4 {
    font-size: 30px;
    line-height: 30px;
  }

  h4.related-header {
    margin-bottom: 32px;
    font-size: 30px;
    line-height: 30px;
  }

  .related-post-item .featured-image {
    margin-bottom: 16px;
  }

  .related-post-index {
    margin-bottom: 128px;
  }
}


@media (max-width: 479px) {
  .blog-hero-header {
    position: static;
    margin-top: 4px;
  }

  .blog-header-sublabels, .blog-header-title {
    position: static;
  }

  .cta-content-wrapper .cta-box {
    padding: 20px;
  }

  .big-copy {
    font-size: 18px;
    line-height: 28px;
  }

  .cta-box-button .signup-button {
    margin-top: 10px;
    margin-left: 0;
    font-size: 15px;
    text-align: left;
    letter-spacing: 1px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .post-item {
    width: 100%;
  }

  .featured-image {
    padding-top: 50%;
  }

  .blog-all-data a.all-post-link {
    font-size: 15px;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .post-top-content-wrapper .blog-header-title h1 {
    margin-top: 5px;
    font-size: 40px;
    line-height: 40px;
  }

  .hs-blog-post .inner-hero-post {
    padding-right: 10px;
    padding-left: 10px;
  }

  .custom-blog-form-text.col-blog-form {
    padding: 0;
    width: 100%;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    max-width: 430px;
    overflow: hidden;
    overflow-x: auto;
  }

  .post-featured-image-wrapper.no-post-featured-img {
    padding: 0;
    margin-top: 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.body-wrapper .custom-subs-tem-form form#email-prefs-form {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

p.header {
  background-color: transparent;
}

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
  z-index: 1;
}
.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: 60px 0;
}
.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: 13px;
  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;
}


@media (max-width: 767px) {
  .systems-page .success {
    min-width: auto;
    display: inline-block;
    width: 100%;
  }
}

@media (max-width: 479px) {
  .body-container-wrapper .systems-page h1 {
    font-size: 40px;
  }

  .body-container-wrapper .systems-page h2 {
    font-size: 32px;
  }
}

.body-wrapper {
  background-color: #e4e4e4;
}

.body-wrapper .content-wrapper,
.body-wrapper .page-center {
  padding-right: 72px;
  padding-left: 72px;
  width: 100%;
}

.banner {
  width: 100%;
  position: relative;
  z-index: 3;
  font-size: 20px;
  line-height: 30px;
  background-color: #333;
  color: #fff;
  padding-top: 200px;
  display: inline-block;
}

.banner-light {
  background-color: #FAFAFA;
  padding-top: 200px;
}

.banner .banner-content.page-center {
  margin-bottom: 256px;
}

.banner h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-size: 90px;
  line-height: 70px;
  font-weight: 700;
  color: #fff;
}

.banner h2 {
  position: relative;
  margin-top: -8px;
  font-family: bebas-neue-by-fontfabric,sans-serif;
  font-size: 90px;
  line-height: 70px;
  font-weight: 700;
  margin-bottom: 0;
  color: #fff;
}

.banner h2 span {
  display: inline-block;
  padding-top: .2em;
  padding-right: .1em;
  padding-left: .1em;
  line-height: .8em;
  position: relative;
  background-color: #661de1;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  color: #fff;
  transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
}

.cta_button {
 border-radius: 0px !important;
}

/* media query */

@media (max-width: 991px) {
  .body-wrapper {
    font-size: 18px;
    line-height: 32px;
  }

  .banner {
    font-size: 18px;
    line-height: 32px;
  }

  .banner h1 {
    font-size: 80px;
    line-height: 64px;
  }

  .banner h2 {
    font-size: 80px;
    line-height: 64px;
  }

  .banner h2 span {
    line-height: .84em;
  }
}

@media (max-width: 767px) {
  .body-wrapper {
    font-size: 16px;
    line-height: 24px;
  }

  .body-wrapper .content-wrapper,
  .body-wrapper .page-center {
    padding-right: 54px;
    padding-left: 54px;
  }

  .banner {
    font-size: 16px;
    line-height: 24px;
  }

  .banner .banner-content.page-center {
    margin-bottom: 128px;
  }

  .banner h1 {
    font-size: 60px;
    line-height: 51px;
  }

  .banner h2 {
    font-size: 60px;
    line-height: 51px;
  }
}

@media (max-width: 479px) {
  .body-wrapper .content-wrapper, 
  .body-wrapper .page-center {
    padding-right: 32px;
    padding-left: 32px;
  }
}