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











































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

@font-face {
	font-family: Muli;
	src: url("https://8467430.fs1.hubspotusercontent-na1.net/hubfs/8467430/Fresha_April2021/463e1d870377d943fe1b8a1ea9a44df5.woff2") format("woff2");
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: Muli;
	src: url("https://8467430.fs1.hubspotusercontent-na1.net/hubfs/8467430/Fresha_April2021/463e1d870377d943fe1b8a1ea9a44df5%281%29.woff2") format("woff2");
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: Muli;
	src: url("https://8467430.fs1.hubspotusercontent-na1.net/hubfs/8467430/Fresha_April2021/463e1d870377d943fe1b8a1ea9a44df5%282%29.woff2") format("woff2");
	font-style: normal;
	font-weight: 800;
	font-display: swap;
	unicode-range: U+0-FF, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: Muli, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 24px;
  
}

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

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

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

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

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

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

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

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

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

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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



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

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

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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: 767px;
    font-family: Muli, sans-serif;
    }

    h3.form-title {
    margin: 0;
    padding: 0px 5px;
     font-weight: 900;
      font-size: 28px;
      line-height: 1.2;
      font-family:Muli, sans-serif;
    }


    .hs-button, 
    .button--primary {
    background-color: #494A52;
    border-color: #494A52;
    color: #fff;
    display: inline-block;
    text-decoration: none !important;
    margin-top: 15px;
    cursor: pointer;
      white-space:normal;
      min-height: 48px;
    color: #fff;
      font-size: 17px;
    line-height: 1;
      vertical-align: middle;
    text-align: center;
      font-weight: 700;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
      font-family:Muli, sans-serif;
    }



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

    body form .hs-input, 
    body form .hs-search-field__input,
    body form select,
    body form #hs-pwd-widget-password,
    body form textarea {
    color: #33475b;
    border: 1px solid #cbd6e2 !important;
    width: 100%!important;
    height: auto!important;
    min-height: 48px;
    padding: 12px 15px!important;
    font-size: 16px;
    line-height: 1.4375;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    font-family:Muli, sans-serif;
    }

    body form .hs-input:hover, 
    body form .hs-search-field__input:hover,
    body form select:hover,
    body form #hs-pwd-widget-password:hover,
    body form textarea:hover {
    color: #33475b;
    box-shadow: 0 0.4px 8px rgb(16 25 40 / 10%);
    }
    body form .hs-input:focus, 
    body form .hs-search-field__input:focus,
    body form select:focus,
    body form #hs-pwd-widget-password:focus,
    body form textarea:focus {
    outline: none;
    outline: 2px solid transparent;
    outline-offset: 2px;
    }

    .hs-form label {
    color: #33475b;
     margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    line-height: 1.4375;
    display: inline-block;
    }

    .hs-form-field label, .hs-form-field a {
    color: #33475b;
     margin-bottom: 5px;
    font-weight: 700;
    font-size: 15px;
    font-family: 'Muli', sans-serif;
    line-height: 1.4375;
    display: inline-block;
    }
 

    a#hs_login_reset {
    color: #33475b;
    font-size: .875rem;
    }
    
    form .hs-error-msgs label {
    color: #f2545b;
       font-family: sans-serif;
    font-size: 12px;
    transition: height .2s;
    width: 100%;
    background: #ffeded;
    border-radius: 4px;
    line-height: 14px;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    background-color: #fff0f1;
    border: 1px solid #e35b66;
    color: #cc3340;
    }

    .hs_error_rollup .hs-error-msgs label {
     font-family: sans-serif;
    font-size: 12px;
    transition: height .2s;
    width: 100%;
    background: #ffeded;
    border-radius: 4px;
    line-height: 14px;
    margin-top: 5px;
    padding: 5px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    background-color: #fff0f1;
    border: 1px solid #e35b66;
    color: #cc3340;
    }

form .hs-error-msgs label::before,
.hs_error_rollup .hs-error-msgs label::before{
border-radius: 50%;
    border: 1px solid #e35b66;
    color: #e35b66;
    content: "!";
    display: inline-block;
    font-family: sans-serif;
    font-size: 8px;
    font-weight: normal;
    height: 12px;
    line-height: 12px;
    margin: -2px 5px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 12px;
}

 

    body form .hs-input[type=checkbox],
    body form .hs-input[type=radio] {
    cursor: pointer;
    width: auto !important;
    height: auto !important;
    margin: 3px 5px 3px 0px;
    padding: 0 !important;
    line-height: normal;
    min-height: auto;
    }
    .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;
    }
    body form .hs-input.form-input-error,
    body form input.hs-input.error,
    body form div.field.error input,
    body form div.field.error textarea,
    body form div.field.error .chzn-choices,
    body form textarea.hs-input.error,
    body form select.hs-input.error {
    border-color: #c87872 !important;
    }
    body form .hs-input.form-input-error,
    body form input.hs-input.error:focus,
    body form div.field.error input:focus,
    body form div.field.error textarea:focus,
    body form div.field.error .chzn-choices:focus,
    body form textarea.hs-input.error:focus,
    body form select.hs-input.error:focus {
    border-color: #b9554d !important;
    }
    .actions {
    padding: 0;
    }
    .inputs-list {
    margin: 0 0 0px;
    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;
    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;
    padding-left: 0;
    }
    .hs_error_rollup {
    margin-top: 10px;
    }
    form .field:first-child {
    margin-top: 0;
    }
    .field {
    margin-bottom: 0;
    margin-top: 15px;
    }
    .hs-field-desc {
    color: #7c98b6;
    margin: 0px 0px 6px;
    }
    .hs-form-required {
    color: red;
    }
    #hs-pwd-widget-password {
    margin-top: 0 !important;
    }


.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: Muli, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.header__right {
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

@media(max-width:1199.5px){
  .custom-menu-primary{
  display:none;
  }
}

.custom-menu-primary .navigation-primary>ul{
    padding: 0;
    margin: 0;
    list-style: none;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    display: flex;
}

.custom-menu-primary .navigation-primary>ul>li{
    margin-left: 24px;
}

@media (min-width: 1024px){
.custom-menu-primary .navigation-primary>ul>li{
    margin-left: 40px;
}
}

.custom-menu-primary .navigation-primary>ul>li>a{
    letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: rgb(16, 25, 40);
    transition: color 200ms ease 0s;
    text-decoration: none;
}

.dekstop__hamburger {
    margin-left: 24px;
    cursor:pointer;
}

@media (min-width: 1024px){
.dekstop__hamburger {
    margin-left: 40px;
}
}

.dekstop__hamburger>div{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.dekstop__hamburger svg{
    width: 24px;
    height: 24px;
}

.dekstop__hamburger svg path{
    fill: rgb(16, 25, 40);
    transition: fill 200ms ease 0s;
}

.dekstop__hamburger:hover svg path{
    fill: rgb(135, 140, 147);
}

.dekstop__hamburger__menu {
    position: absolute;
    z-index: 600;
    overflow-y: auto;
    top: 100%;
    right: 0px;
    max-height: calc((100vh - 72px) - 16px);
    display: block;
    background: rgb(255, 255, 255);
    border-radius: 4px;
    border: 1px solid rgba(16, 25, 40, 0.1);
    box-shadow: rgb(16 25 40 / 10%) 0px 4px 6px 0px;
    transition: all 200ms ease 0s;
   transform: translateY(0px);
    transition: all 200ms ease 0s;
    opacity: 0;
    pointer-events: all;
    visibility:hidden;
}

@media(min-width:1199.5px){
.show__hamburger__menu.dekstop__hamburger__menu{
transform: translateY(20px);
    opacity: 1;
    visibility:visible;
}
}

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

.dekstop__hamburger__menu ul li{
    letter-spacing: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: rgb(16, 25, 40);
    display: flex;
    background: none;
    border: none;
    text-decoration: none;
    padding: 0px 16px;
    margin: 0px;
    height: 40px;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    outline: none;
    transition: all 200ms ease 0s;
}


.dekstop__hamburger__menu ul li:nth-child(4){
    letter-spacing: 0px;
    min-width: 0px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: rgb(135, 140, 147)!important;
    text-transform: uppercase;
    display: flex;
    background: rgb(242, 242, 247);
    border: none;
    padding: 0px 16px 8px;
    margin: 0px;
    height: 40px;
    white-space: nowrap;
    align-items: flex-end;
    width: 100%;
}

.dekstop__hamburger__menu ul li:nth-child(4) a{
color: rgb(135, 140, 147)!important;
}

.dekstop__hamburger__menu ul li:nth-child(4) a:hover{
cursor:text;
   color: rgb(135, 140, 147)!important;
}

.dekstop__hamburger__menu ul li:nth-child(5){
    margin-top: 8px;
    }

.dekstop__hamburger__menu ul li:nth-child(6){
    margin-bottom: 8px;
    }

.small__hamburger__menu{
display:none;
}

/*  small hamburger links*/
.small__hamburger__menu {
    position: absolute;
    z-index: 600;
    overflow-y: auto;
    top: 100%;
    right: 0px;
    max-height: calc((100vh - 72px) - 16px);
    display: block;
    background: #fff;
    border-radius: 4px;
    border: 1px solid rgba(16,25,40,0.1);
    box-shadow: rgb(16 25 40 / 10%) 0px 4px 6px 0px;
    transition: all 200ms ease 0s;
    transform: translateY(0px);
    transition: all 200ms ease 0s;
    opacity: 0;
    pointer-events: all;
    visibility:hidden;
}

@media(max-width:1199.4px){
  .show__hamburger__menu__small .small__hamburger__menu{
  transform: translateY(20px);
    opacity: 1;
    visibility:visible;
  }
}

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

.small__hamburger__menu ul li {
    letter-spacing: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    color: #101928;
    display: flex;
    background: 0;
    border: 0;
    text-decoration: none;
    padding: 0px 16px;
    margin: 0px;
    height: 40px;
    white-space: nowrap;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    outline: 0;
    transition: all 200ms ease 0s;
}

.small__hamburger__menu ul li:nth-child(6){
    letter-spacing: 0px;
    min-width: 0px;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-align: left;
    color: #878c93 !important;
    text-transform: uppercase;
    display: flex;
    background: #f2f2f7;
    border: 0;
    padding: 0px 16px 8px;
    margin: 0px;
    height: 40px;
    white-space: nowrap;
    align-items: flex-end;
    width: 100%;
}

.small__hamburger__menu ul li:nth-child(7){
margin-top: 8px;
}

.small__hamburger__menu ul li:nth-child(9){
    margin-bottom: 8px;
}

.small__hamburger__menu ul li a{
color: rgb(16, 25, 40);
}

.small__hamburger__menu ul li a:hover{
    color: rgb(135, 140, 147);
    text-decoration:none;
}

.small__hamburger__menu ul li:nth-child(6) a,.small__hamburger__menu ul li:nth-child(6) a:hover{
 color: #878c93 !important;
}

/* mobile-view */
.mobile__view {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 200;
    position: fixed;
  
  display:none;
}

.show__mobile__menu .mobile__view {
display:block;
}

.mobile__view__wrapper {
    width: 100%;
    height: 100%;
    will-change: transform,opacity;
    background: #fff;
    display: flex;
    flex-direction: column;
}

.mobile__header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    background: rgb(255, 255, 255);
    position: relative;
    padding-top: calc(env(safe-area-inset-top) + 24px);
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 375px){
.mobile__header {
    padding-left: 20px;
    padding-right: 20px;
}
}

.mobile__logo {
    width: 143px;
    height: 20px;
    display: block;
}

.mobile__logo a{
    display: block;
}

.mobile__logo svg path{
    transition: fill 200ms ease 0s;
    fill: rgb(16, 25, 40);
}

.mobile__close {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
  cursor:pointer;
}

.mobile__close svg{
    width: 24px;
    height: 24px;
}

.mobile__close svg path{
    fill: rgb(16, 25, 40);
}


/* mobile-menu */

.mobile__menu {
    flex: 1 1 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0 env(safe-area-inset-bottom);
}

.mobile__menu__wrapper {
    display: block;
    padding: 0;
    margin: 0;
}

.mobile__menu__space {
    height: 54px;
}

.mobile__menu_main .navigation-primary>ul{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.mobile__menu_main .navigation-primary>ul>li{
    display: flex;
    flex-direction: row;
    padding: 16px;
    transition: background 300ms ease 0s;
    min-height: 72px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
}

.mobile__menu_main .navigation-primary>ul>li:hover{
cursor: pointer;
    background: rgb(242, 242, 247);
}

@media (min-width: 375px){
.mobile__menu_main .navigation-primary>ul>li{
    padding: 16px 20px;
}
}

.mobile__menu_main .navigation-primary>ul>li>a{
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    flex-grow: 1;
    order: 2;
    min-width: 0px;

    letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    color: rgb(16, 25, 40);
}

.mobile__menu_main .navigation-primary>ul>li>a:hover{
text-decoration:none;
}


.mobile__menu_main .navigation-primary>ul>li>svg{
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    order: 4;
}

.mobile__menu_main .navigation-primary>ul>li>svg path{
    fill: rgb(16, 25, 40);
}


.mobile__menu_main .navigation-primary>ul>li:not(:last-child)::after{
    bottom: 0px;
    content: "";
    position: absolute;
    right: 0px;
    height: 1px;
    background: rgb(231, 232, 233);
    left: 20px;
}



.mobile__menu__middle {
	display: flex;
	background: rgb(242, 242, 247);
	height: 64px;
	border: none;
	text-align: left;
	padding: 0px 16px 12px;
	white-space: nowrap;
	align-items: flex-end;
	width: 100%;
}

@media (min-width: 375px) {
	.mobile__menu__middle {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.mobile__menu__middle p {
	letter-spacing: 0px;
	margin: 0px;
	min-width: 0px;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	color: rgb(135, 140, 147);
	text-transform: uppercase;
}

.mobile__menu_links .navigation-primary>ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	display: flex;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex-grow: 1;
	max-width: 100%;
}

.mobile__menu_links .navigation-primary>ul>li {
	display: flex;
	flex-direction: row;
	padding: 16px;
	transition: background 300ms ease 0s;
	min-height: 72px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

.mobile__menu_links .navigation-primary>ul>li:hover{
cursor: pointer;
    background: rgb(242, 242, 247);
}

@media (min-width: 375px) {
	.mobile__menu_links .navigation-primary>ul>li {
		padding: 16px 20px;
	}
}

.mobile__menu_links .navigation-primary>ul>li>a {
	display: flex;
	flex-direction: column;
	-webkit-box-flex: 1;
	flex-grow: 1;
	order: 2;
	min-width: 0px;
	letter-spacing: 0px;
	margin: 0px;
	min-width: 0px;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	color: rgb(16, 25, 40);
}

.mobile__menu_links .navigation-primary>ul>li>a:hover{
text-decoration:none;
}

.mobile__menu_links .navigation-primary>ul>li>svg {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	order: 4;
}

.mobile__menu_links .navigation-primary>ul>li>svg path {
	fill: rgb(16, 25, 40);
}

.mobile__menu_links .navigation-primary>ul>li:not(:last-child)::after {
	bottom: 0px;
	content: "";
	position: absolute;
	right: 0px;
	height: 1px;
	background: rgb(231, 232, 233);
	left: 20px;
}



/* dummy dekstop */
.custom-menu-primary .navigation-primary>ul>li.has-submenu>ul{
    position:absolute;
    top:100%;
    left: -6px;
    list-style:none;
    padding:0;
    margin:0;
    min-width:150px;
    background:#fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius:10px;
    opacity:0;
   visibility:hidden;
   transition:0.4s;
}

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

.custom-menu-primary .navigation-primary>ul>li.has-submenu>ul>li{
    padding: 5px 10px;
}

.custom-menu-primary .navigation-primary>ul>li.has-submenu>ul>li>a{
    etter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    transition: color 200ms ease 0s;
    text-decoration: none;
}

.custom-menu-primary .navigation-primary>ul>li.has-submenu>ul>li>a:hover{
    text-decoration:none;
}


/* dummy mobile */

.mobile__menu_main .navigation-primary>ul>li.has-submenu{
    flex-wrap: wrap-reverse;
}


.mobile__menu_main .navigation-primary>ul>li.has-submenu>ul{
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
    display:none;
}

.mobile__menu_main .navigation-primary>ul>li.has-submenu>ul>li{
    padding: 16px;
    transition: background 300ms ease 0s;
   
    
}

.mobile__menu_main .navigation-primary>ul>li.has-submenu>ul>li>a{
    letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    color: #101928;
}

.mobile__menu_main .navigation-primary>ul>li.has-submenu>ul>li>a:hover{
text-decoration:none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

body.show__mobile__menu{
overflow:hidden;
}
/* ******************************************************************************
*********************************************************************************
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__outer__wrapper{
min-height:72px;
}


header.header{
line-height: 1.15;
  font-size: 17px;
    font-weight: 400;
  width: 100%;
    flex-shrink: 0;
    transform: translate3d(0px, 0px, 0px);
    background-color: transparent;
    transition: background-color 200ms ease 0s;
    z-index: 50;
    margin-bottom: -72px;
    position: fixed;
    top: 0px;
  left:0;
  
}


.sticky__header header.header{
background:#fff;
}

.sticky__header header.header::after{
    content: "";
    position: absolute;
    inset: 0px;
    pointer-events: none;
    opacity: 0;
    transition: opacity 200ms ease 0s;
    box-shadow: rgb(16 25 40 / 8%) 0px 16px 32px 0px;
opacity: 0.9999;
}

.header__container {
    display: flex;
    width: 100%;
    min-height: 72px;
    max-width: 1440px;
    margin: 0px auto;
    padding: 0px 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

@media (min-width: 375px){
.header__container {
    padding: 0px 20px;
}
}

@media (min-width: 768px){
.header__container {
    padding: 0px 40px;
}
}

@media (min-width: 1024px){
.header__container {
    padding: 0px 32px;
    flex-wrap: initial;
}
}


@media (min-width: 1200px){
.header__container {
    padding: 0px 80px;
}
}



.header__logo {
    height: 72px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 24px;
}

@media (min-width: 1024px){
.header__logo {
    margin-right: 40px;
}
}

.header__logo a{
    width: 82px;
    height: 20px;
    display: block;
}

.header__logo a svg path{
    transition: fill 200ms ease 0s;
    fill: rgb(16, 25, 40);
}


.header__logo a:hover svg path{
fill: rgb(135, 140, 147);
}

/* header search */

.header__search {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    display:none;
}


@media(min-width:767.5px){
.sticky__header .header__search {
    display: flex;
}
}



.header__search>*{
    -webkit-box-flex: 1;
    flex-grow: 1;
    margin: 0px 0px 10px;
    min-width: 0px;
    display: flex;
    width: initial;
    order: initial;
    margin-bottom: 0px;
}

.header__search .hs-search-field {
    flex-basis: 487px;
  flex-basis: 432px;
    transition: flex-basis 400ms ease 0s;
    position: relative;
    min-width: 0px;
}

@media(max-width:1203px){
  .header__search .hs-search-field {
  flex-basis: 284px;
  }
}

@media(max-width:1199.5px){
  .header__search .hs-search-field {
  flex-basis: 487px;
  }
}

@media(max-width:1026px){
  .header__search .hs-search-field {
  flex-basis: 435px;
  }
}

@media(max-width:1023.5px){
  .header__search .hs-search-field {
  flex-basis: 100%;
    padding: 2px 16px;
    padding-left: 6px;
  }
}

.header__search .hs-search-field__bar{
    display: flex;
    position: relative;
    cursor: text;
    width: 100%;
    background: white;
  
/*   border: 1px solid rgb(213, 215, 218)!important;
  border-radius: 4px !important; */
    box-shadow: rgb(16 25 40 / 6%) 0px 4px 6px 0px;
    transition: border-color 200ms ease 0s;
}

.header__search form{
    padding: 0;
    display: flex;
    width: 100%;
  border: none!important;
}

.header__search form input{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    display: block;
    width: 100%!important;
    margin: 0px;
    padding: 0px!important;
    border: none;
    outline: none;
    background: none;
    height: 40px!important;
    min-height:0;
  color:#000!important;
/*     border: 1px solid rgb(213, 215, 218)!important;
    border-radius: 4px!important;
    box-shadow: rgb(16 25 40 / 6%) 0px 4px 6px 0px;
    transition: border-color 200ms ease 0s; */
  border:none!important;
    border-radius: 0px!important;
   
}

header.header .search__icon {
    display: flex;
    width: 48px;
    padding: 0px;
    margin: 0px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    outline: none;
    background: none;
    width: 40px;
}

header.header .search__icon svg{
    width: 20px;
/*     height: 24px; */
    flex-shrink: 0;
  min-height:24px;
}

header.header .search__icon svg path{
    fill: rgb(16, 25, 40);
}


.header__search .hs-search-field .hs-search-field__suggestions {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #d5d7da !important;
    width: 100%;
    height: 100%;
    border-radius: 4px !important;
  inset: 0px;
    pointer-events: none;
}

.header__search .hs-search-field:hover .hs-search-field__suggestions {
    border: 1px solid rgb(16, 25, 40) !important;
}

/* after 767 */

@media(max-width:767.5px){
  .header__search{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
    height: 100%;
  display:none;
  }
  
/*   .sticky__header .header__search {
    display: none;
} */
  
  .header__search>*{
  width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background: #fff;
  }
  
  .header__search .hs-search-field{
  display: grid;
    gap: 16px;
    padding: 16px 16px 0px;
  }
  
  .header__search .hs-search-field__bar{
  display: flex;
    position: relative;
    cursor: text;
    width: 100%;
    background: white;
  }
  
  header.header .search__icon{
  display: flex;
    width: 48px;
    padding: 0px;
    margin: 0px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
  }
}

/* mobile-search-icon */



.mobile__search__icon{
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
  display:none;
}

@media(max-width:767.5px){
.mobile__search__icon{
display:flex;
}
}


.mobile__search__icon div {
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.mobile__search__icon a{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}


.mobile__search__icon a svg{
    width: 24px;
/*     height: 24px; */
  min-height:24px;
}

.mobile__search__icon a svg path{
    fill: rgb(16, 25, 40);
}



/* hamburger-overlay */
.dekstop-hamburger-overlay {
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    background:transparent;
  display:none;
}

.show__hamburger__menu__small .dekstop-hamburger-overlay {
display:block;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

footer.footer {
    line-height: 1.15;
    font-size: 17px;
    font-weight: 400;
    width: 100%;
/*     background: rgb(255, 255, 255); */
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    transform: translate3d(0px, 0px, 0px);
}



.footer__container {
    max-width: 1440px;
    width: 100%;
    margin: 0px auto;
}

.footer__top {
    display: grid;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    gap: 8px;
    width: 100%;
    padding: 40px 20px 16px;
}

@media screen and (min-width: 768px){
    .footer__top {
        grid-template-columns: repeat(4, minmax(0px, 1fr));
        padding: 48px 40px 16px;
    }
}

@media screen and (min-width: 1024px){
 .footer__top {
    grid-template-columns: repeat(5, minmax(0px, 1fr));
    padding: 0px;
    padding: 48px 40px 16px;
}
}

@media (min-width: 1200px){
    .footer__top {
        padding: 48px 80px 16px;
    }
}

.footer__top__col1 {
    display: flex;
    flex-direction: column;
    order: 1;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    grid-column: 1 / -1;
    margin-bottom: 0px;
}

@media (min-width: 1024px){
    .footer__top__col1 {
        order: initial;
    width: auto;
    align-items: flex-start;
    grid-column: 1 / auto;
    }
}

.footer__logo {
    display: block;
    width: 148px;
    margin-bottom: 24px;
}


@media(max-width:1023.5px){
   .footer__logo {
    display:none;
} 
}

.footer__logo a{
    cursor: pointer;
    width: 102px;
    height: 20px;
    display: block;
    color: inherit;
    text-decoration: none;
}

.footer__logo a svg path{
    transition: fill 200ms ease 0s;
    fill: rgb(16, 25, 40);
}

.footer__logo:hover a svg path{
fill: rgb(135, 140, 147);
}

.footer__social__media {
    white-space: nowrap;
    margin-top: 24px;
    margin-bottom: 24px;
  display: flex;
}

.footer__social__media >a{
    margin-left: 12px;
    margin-right: 12px;
}

@media (min-width: 1024px){
    .footer__social__media >a{
        margin-left: 0px;
    margin-right: 24px;
    }
}

 .footer__social__media >a svg{
     width: 24px;
    height: 24px;
    flex-shrink: 0;
 }



.footer__top__col2 {
/*     display: flex;
    flex-direction: column; */
    margin-bottom: 32px;
}

.footer__top__col2  .navigation-primary>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__top__col2  .navigation-primary>ul>li>a{
    letter-spacing: 0px;
    margin: 0px 0px 16px;
    min-width: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
/*     color: rgb(16, 25, 40); */
    text-decoration: none;
    display: block;
}

.footer__top__col2  .navigation-primary>ul>li>ul{
     padding: 0;
    margin: 0;
    list-style: none;
}

.footer__top__col2  .navigation-primary>ul>li>ul>li + li{
    margin-top: 16px;
}


.footer__top__col2  .navigation-primary>ul>li>ul>li>a{
letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
/*     color: rgb(16, 25, 40); */
    transition: color 300ms ease 0s;
}


.footer__top__col3 {
/*     display: flex;
    flex-direction: column; */
    margin-bottom: 32px;
}

.footer__top__col3  .navigation-primary>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__top__col3  .navigation-primary>ul>li>a{
    letter-spacing: 0px;
    margin: 0px 0px 16px;
    min-width: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
/*     color: rgb(16, 25, 40); */
    text-decoration: none;
    display: block;
}

.footer__top__col3  .navigation-primary>ul>li>ul{
     padding: 0;
    margin: 0;
    list-style: none;
}

.footer__top__col3  .navigation-primary>ul>li>ul>li + li{
    margin-top: 16px;
}


.footer__top__col3  .navigation-primary>ul>li>ul>li>a{
letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
/*     color: rgb(16, 25, 40); */
    transition: color 300ms ease 0s;
}


.footer__top__col4 {
/*     display: flex;
    flex-direction: column; */
    margin-bottom: 32px;
}

.footer__top__col4  .navigation-primary>ul{
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__top__col4  .navigation-primary>ul>li>a{
    letter-spacing: 0px;
    margin: 0px 0px 16px;
    min-width: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
/*     color: rgb(16, 25, 40); */
    text-decoration: none;
    display: block;
}

.footer__top__col4  .navigation-primary>ul>li>ul{
     padding: 0;
    margin: 0;
    list-style: none;
}

.footer__top__col4  .navigation-primary>ul>li>ul>li + li{
    margin-top: 16px;
}


.footer__top__col4  .navigation-primary>ul>li>ul>li>a{
letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
/*     color: rgb(16, 25, 40); */
    transition: color 300ms ease 0s;
}


.footer__top__col5 {
/*     display: flex;
    flex-direction: column; */
    margin-bottom: 32px;
}

.footer__top__col5>*,.footer__top__col5>*>*{
    display:block;
}

.footer__top__col5 p{
    margin: 0;
    letter-spacing: 0px;
    margin: 0px 0px 16px;
    min-width: 0px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
/*     color: rgb(16, 25, 40); */
}

.footer__top__col5 a{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-family: Muli, sans-serif;
    background: none;
    border: none;
    outline: none;
    padding: 0px;
    position: relative;
    color: rgb(255, 255, 255)!important;
    flex-direction: row;
    max-width: 156px;
}


@media (min-width: 768px){
.footer__top__col5 a{
    max-width: initial;
}
}


.footer__top__col5 a span:first-child{
    position: absolute;
    inset: 0px;
    border-radius: 4px;
    border: 1px solid transparent;
    display: block;
}

.footer__top__col5 a span:last-child{
    letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 17px;
    font-weight: 700;
    line-height: 24px;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    padding: 11px 15px;
    border: 1px solid transparent;
    border-radius: 4px;
    min-height: 48px;
/*     background: rgb(16, 25, 40); */
    position: relative;
/*     color: inherit; */
    transition: background 300ms ease 0s, border 300ms ease 0s, color 300ms ease 0s;
}


.footer__top__col5 a span:last-child svg{
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    position: relative;
    margin-right: 16px;
}

@media(max-width:767.5px){
  .footer__top__col5 a span:last-child svg{
  display:none;
  }
}

.footer__top__col5 a span:last-child svg path{
    fill:#fff;
}


.footer__line {
    display: block;
    height: 1px;
    min-height: 1px;
    background-color: rgb(231, 232, 233);
    min-width: auto;
}

@media (min-width: 1200px){
    .footer__line {
        margin: 0px 80px;
    }
}

.footer__bottom {
    display: grid;
    grid-template-columns: minmax(0px, 1fr);
    gap: 16px;
    width: 100%;
    padding: 32px 20px;
}

@media (min-width: 375px){
     .footer__bottom {
        padding: 32px 20px;
    }
}


@media screen and (min-width: 768px){
    .footer__bottom {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
        padding: 16px 40px;
    }
}




@media (min-width: 1024px){
     .footer__bottom {
       padding: 12px 40px 16px;
    }
}

@media (min-width: 1200px){
.footer__bottom {
    padding: 12px 80px 16px;
}
}

.footer__bottom__left {
    display: flex;
    flex-direction: column;
    margin-bottom: 4px;
}


@media (min-width: 768px){
.footer__bottom__left {
    margin-bottom: 16px;
}
}

.footer__bottom__left >*>*{
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 768px){
.footer__bottom__left >*>*{
    -webkit-box-pack: initial;
    justify-content: initial;
}
}

.footer__bottom__left >*>*>a{
    -webkit-box-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}

@media (min-width: 768px){
.footer__bottom__left >*>*>a{
    -webkit-box-pack: initial;
    justify-content: initial;
}
}


.footer__bottom__left >*>*>a:hover{
text-decoration:none;
}

.footer__bottom__left svg{
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.footer__bottom__left svg path{
fill: rgb(135, 140, 147);
}

.footer__bottom__left p{
    letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: rgb(135, 140, 147);
}

.footer__bottom__right {
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
    margin-bottom: 4px;
    }

@media (min-width: 768px){
.footer__bottom__right{
    margin-bottom: 16px;
}
}

.footer__bottom__right p{
    letter-spacing: 0px;
    margin: 0px;
    min-width: 0px;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
/*     color: rgb(135, 140, 147); */
}

 .footer__bottom__right >*, .footer__bottom__right>*>*{
      display: flex;
      flex-direction: column;
 }

@media screen and (min-width: 768px){
    .footer__bottom__right p{
        text-align: right;
    }
}
/* ******************************************************************************
*********************************************************************************
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{
  margin:0 auto;
  
}

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

.blog-header__inner {
  margin: 0 auto;
  padding: 3.3rem 1rem;
  padding-bottom: 0;
}
.blog-header__title {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .blog-header__title {
    font-size: 56px;
    line-height: 70px;
  }
}

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
  padding-top: 1.1em;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-post img {
  max-width: 100%;
  }
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}

.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-post {
  max-width: 750px;
}

.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  padding-right: 20px
  display: flex;
    overflow: auto hidden;
    scroll-snap-type: x mandatory;
    display: flex;
    scroll-behavior: smooth;
  
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.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 Listing with Sidebar            */

.post-item .page-center{
  display: -webkit-flex; /* Safari */
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
@media(max-width: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.fresha-author-date {
  font-size: 17px;
line-height: 24px;

color: #878C93;

}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
  transition: box-shadow 300ms;
}

@media (hover: hover) and (pointer: fine) {
  .blog-index__post-inner-card:hover { 
    box-shadow: 0px 8px 16px rgba(16, 25, 40, 0.08);
  }
}


.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  color: #101928;
font-size: 15px;
line-height: 21px;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}


.blog-index__post-content--small h2 a,
.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
  color:inherit;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
  .blog-index__post {
  
  padding: 1rem 0;
}
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -2.3em;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  margin-right: 25px;
  font-size: 36px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
  top: -3px;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  background-position: center center;
}

.blog-post {
  position: relative;
  background: #fff;
  border-radius: 5px;
  margin: auto;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
font-weight: 800;
font-size: 48px;
line-height: 58px;
color: #101928;
  
}

  @media (max-width: 767px) {
  .blog-post__title {
    font-weight: 800;
font-size: 32px;
line-height: 40px;
  }
}


.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .blog-post {
  }
}

/* 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;
}

/* Related Articles */

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */

.systems-page ul.hs-error-msgs{
  margin:0;
}

.systems-page .hs-form-field {
    margin-top: 16px;
}

.systems-page .form-input-validation-message.hs-form-field{
margin:0;
}

.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: Muli, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #ccc;
  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 0;
}
.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: Muli, 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:400px){
.systems-page h1 {
    font-size: 30px;
}

.systems-page h2 {
    font-size: 25px;
}
}