/* ******************************************************************************
*********************************************************************************
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;
      width: 88%;
}

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: "FontAwesome";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-solid-900.woff2") format("woff2"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-solid-900.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-solid-900.ttf") format("truetype");
  font-style: normal;
  font-weight: 900;
}

@font-face {
  font-family: "FontAwesomeBrands";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-brands-400.woff2") format("woff2"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-brands-400.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-brands-400.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "FontAwesomeLight";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-light-300.woff2") format("woff2"), 
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-light-300.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/fa-light-300.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Silka";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-light-webfont.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-light-webfont.woff") format("woff2"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-light-webfont.ttf") format("truetype"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-light-webfont.eot") format("embedded-opentype");
  font-weight: 300;
}

@font-face {
  font-family: "Silka";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-regular-webfont.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-regular-webfont.woff") format("woff2"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-regular-webfont.ttf") format("truetype"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-regular-webfont.eot") format("embedded-opentype");
  font-weight: 400;
}

@font-face {
  font-family: "Silka";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-regularitalic-webfont.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-regularitalic-webfont.woff") format("woff2"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-regularitalic-webfont.ttf") format("truetype"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-regularitalic-webfont.eot") format("embedded-opentype");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Silka";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-medium-webfont.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-medium-webfont.woff") format("woff2"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-medium-webfont.ttf") format("truetype"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-medium-webfont.eot") format("embedded-opentype");
  font-weight: 500;
}

@font-face {
  font-family: "Silka";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-semibold-webfont.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-semibold-webfont.woff") format("woff2"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-semibold-webfont.ttf") format("truetype"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-semibold-webfont.eot") format("embedded-opentype");
  font-weight: 600;
}

@font-face {
  font-family: "Silka";
  src: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-bold-webfont.woff") format("woff"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-bold-webfont.woff") format("woff2"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-bold-webfont.ttf") format("truetype"),
    url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/PQR_November2020/fonts/silka-bold-webfont.eot") format("embedded-opentype");
  font-weight: 700;
}

html {
  font-size: 15px;
}

@media (min-width: 480px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 767px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 979px) {
  html {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

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

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

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

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

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

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.20833333333;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {

}

ul li,
ol li {

}

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

.disable-focus-styles :focus {
  outline: none;
}

.page-center {
  margin: 0 auto;
}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
}

h3.form-title {
  margin: 0;
  padding: 0px 5px;
}

.hs-button, 
.button--primary {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  font-family: "Silka";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.32px;
  white-space: normal !important;
}
.hs-error-msg:empty {
    display: none;
}
.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;
  display: block;
  width: 100% !important;
  padding: 6px 10px !important;
  line-height: 1.6;
  font-size: 16px;
  font-family: Silka,sans-serif;
  height: auto !important;
}

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

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

.hs-form label {
  color: #33475b;
  font-family: Silka,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

.hs-form-field label, .hs-form-field a {
  color: #33475b;
  font-family: Silka,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

a#hs_login_reset {
  color: #33475b;
  font-family: Silka,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

form .hs-error-msgs label {
  color: #f2545b;
  font-family: Silka,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
  font-family: Silka,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}
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;
  font-family: Silka,sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  display: inline-block;
}

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


.custom-menu-primary .navigation-primary .submenu .menu-item {
  position: relative;
  min-width: 1px;
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  flex: 1 0 auto;
}


.custom-menu-primary .navigation-primary > .submenu > .menu-item > a {
  display: flex;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  flex: 1 0 auto;
  margin: 0em 0.85em 0em 0em;
  font-size: 1em;
  background-color: transparent;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.85em 0.35em 0.85em 0.35em;
  letter-spacing: 0.01em;
  font-weight: 500;  
  line-height: 1;
  text-decoration: none;
}
.custom-menu-primary .navigation-primary>.submenu>.menu-item>a span {
  margin: 5px 0px 5px 0px;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
  display: block;
  width: 100%;
  margin: 0px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:last-child {
  margin-bottom: 0;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  text-transform: none;
  flex-direction: row;
  align-items: center;
  padding: 0.65em 1.35em 0.65em 1.35em;
  font-size: 1em;
  display: flex;
  font-family: "Silka";
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a > span {
  flex-shrink: 1;
  min-width: 1px;
  max-width: 100%;
  margin: 5px auto 5px 5px;
  font-size: 0.95em;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

.triangle-container {
  display: none;
}

.custom-menu-primary .navigation-primary .submenu .menu-item:last-child {
  margin-right: 0;
}

.submenu-toggle {
  display: none;
}

.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}

.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}


.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.child-trigger {
  width: auto;
  height: auto;
  letter-spacing: 0;
  line-height: 1;
  text-align: center;
  transition-property: color, text-shadow;
  z-index: 2;
  position: relative;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-family: "FontAwesome";
  font-weight: 900;
  margin: 0px 0px 2px 0.5em;
  font-size: 0.8em;
}

.child-trigger:before {
  content: "";
  line-height: 1;
}


@media (min-width: 980px){
  .custom-menu-primary .navigation-primary>.level-1 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    align-self: center;
    flex: 1 0 auto;
    margin: 0px;
    font-size: 1em;
    padding: 0;
    list-style-type: none;
  }

  .header_close {
    display: none !important;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    width: auto;
    padding: 0.65em 0em 0.65em 0em;
    font-size: 1em;
    margin: 0;
    list-style: none;
    left: 0;
    top: 100%;
    right: auto;
    bottom: auto;
    visibility: hidden;
    position: absolute;
    opacity: 0;
    transform: translate3d(0, 5%, 0);
    transition-delay: 0s, 0s, 0.5s;
    transition-duration: 0.5s, 0.5s, 0s;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: 9999;
    min-width: 12em;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
    visibility: visible;
    opacity: 1;
    transform: none;
    transition-duration: 0.5s;
    transition-property: opacity, transform;
    pointer-events: auto;
  }

  .custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
    left: 100%;
    top: 0;
  }

  .custom-menu-primary .navigation-primary > .submenu > .menu-item {
    margin-right: -.2px;
  }
  .custom-menu-primary .navigation-primary > .submenu > .menu-item > a:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: rgb(247,105,105);
    transform-origin: 50% 0%;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    speak: none;
    z-index: 22;
    display: block;
    position: absolute;
    top: 96%;
    opacity: 0;
  }

  .custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a:after, 
  .custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a:after{
    opacity: 1;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:after {
    content: "";
    height: 100%;
    width: 3px;
    position: absolute;
    background-color: #262262;
    right: 0;
    opacity: 0;
  }

  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
    position: relative;
  }

  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover:after {
    opacity: 1;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item.active-branch a:after {
     opacity: 1;
  }

}

@media (max-width: 1024px){

}

@media (max-width: 979px){

  .custom-menu-primary .navigation-primary > .level-1 {
    display: block;
    width: 100%;
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary>.submenu>.menu-item>a {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .custom-menu-primary .navigation-primary>.submenu>.menu-item>a span {
    font-family: "Silka";
    font-size: 1.5em;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.04em;
    margin-right: calc(0.04em * -1);
    margin: 0px auto 0px 0px;
  }

  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a>span {
    font-size: 1.24em;
    font-weight: 500;
    margin: 0 auto 0 0;
  }

  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a {
    padding: 0.65em 0em 0.65em 1.15em;
    letter-spacing: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a:hover {
    color: #f76969;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item .menu-arrow {
    right: 0px;
    top: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a:after {
    right: 8px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .child-trigger {
    font-size: 1em;
    margin-bottom: 0;
  }

}
/* ******************************************************************************
*********************************************************************************
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.header {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.header-helper {
  height: 0px;
}
.no-banner .header-helper {
  height: 80px;
}
.hide-nav-bar header.header {
  opacity: 0;
  visibility: hidden;
}
.header__container {
  margin: 0 auto;
  width: 88%;
}
header.header .header__container {
  max-width: none;
}

.cm-row-fluid-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  height: 5em;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: height, opacity;
  display: flex;
  z-index: 5;
}

.custom-header-logo {
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex: 0 1 auto;
  background-color: transparent;
}

.custom-logo a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  height: 100%;
  max-height: 92px;
}

.custom-header-logo> div {height: inherit;}

.custom-logo img {
  vertical-align: bottom;
  border: 0;
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.custom-logo {
  padding: 1.35em 0em 1.35em 0em;
  height: inherit;
}

.custom-menu-primary-wrapper {
  min-width: 1px;
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 0 1 auto;
  background-color: transparent;
}

hr.e789-11x-hide-xl {
  display: block;
  width: 0;
  height: 0;
  margin: 0;
  border: 0;
  padding: 0 0 0 0.65em;
  font-size: 1em;
  transition-duration: 1.5s;
}

.header-btn p {
  margin: 0;
}

.header-btn a {
  color: rgb(255,255,255);
  font-family: "Silka";
  font-size: 1em;
  font-style: normal;
  font-weight: 500;
  position: relative;
  display: block;
  transition-property: color, text-shadow;
  z-index: 3;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #f76969;
  line-height: 1.8;
  padding: .35em .5em .35em .5em;
  text-decoration: none;
}

.header-btn a span {
  margin: 5px 5px 5px 5px;
  display: block;
  line-height: 1;
  letter-spacing: 0.02em;
}

hr.e789-11x-hide-xl.no-desktop {
  display: none;
}

.header-seatch {
  display: flex;
  flex-direction: inherit;
  align-items: inherit;
  position: relative;
  height: inherit;
}

.header-seatch > .search-icon {
  width: 1.35em;
  height: 1.35em;
  margin: 0em 0.85em 0em 0em;
  font-size: 1em;
  background-color: transparent;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.cm-anchor-content {
  overflow: hidden;
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cm-anchor-content > span {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
}

.cm-anchor-content .x-icon.x-graphic-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  background-color: transparent;
}


.search-form-dropdown {
  visibility: hidden;
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  transform: translate3d(0, 5%, 0);
  transition-delay: 0s, 0s, 0.5s;
  transition-duration: 0.5s, 0.5s, 0s;
  transition-property: opacity, transform, visibility;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  z-index: 9999;
  top: 100%;
  bottom: auto;
  left: auto;
  right: 0;
  width: 300px;
  font-size: 16px;
  background-color: #ffffff;
  box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
}
.search-active .search-form-dropdown {
  visibility: visible;
  opacity: 1;
  transform: none;
  transition-duration: 0.5s;
  transition-property: opacity, transform;
  pointer-events: auto;
}

.search-form-dropdown .search-form {
  display: flex;
  align-items: center;
  margin: 0;
  border: 0;
  padding: 0;
  transition-duration: 0.3s;
  transition-property: border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: text;
  width: 100%;
  max-width: none;
  height: auto;
  font-size: 1.25em;
  background-color: #ffffff;
}

.search-form .x-search-input {
  order: 2;
  margin: 0em;
  font-family: "Silka";
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  color: #262262;
  -webkit-transition: border linear 0.2s,background-color linear 0.2s,box-shadow linear 0.2s;
  transition: border linear 0.2s,background-color linear 0.2s,box-shadow linear 0.2s;
  display: inline-block;
  width: 100%;
  min-width: 1px;
  height: auto;
  border: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  flex-grow: 1;
  vertical-align: middle;
}
.search-form .search-btn-submit:hover {
  color: rgb(114,173,232);
  background-color: transparent;
}
.search-form .search-btn-submit {
  font-family: "Silka";
  display: block;
  flex-shrink: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  transition-duration: 0.3s;
  transition-property: color, border-color, background-color, box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  order: 1;
  width: 1em;
  height: 1em;
  margin: 1em 0.65em 1em 1em;
  font-size: 1em;
  color: rgb(38,34,98);
  background-color: transparent;
}

.search-btn-submit svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}

.search-btn-clear {
  display: block;
  opacity: 0;
  visibility: hidden;
  flex-shrink: 0;
  border: 0;
  padding: 0;
  line-height: 1;
  transition-duration: .3s;
  transition-property: color,border-color,background-color,box-shadow;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  cursor: pointer;
  order: 3;
  width: 1em;
  height: 1em;
  margin: 1em 1em 1em .65em;
  font-size: 1em;
  color: #6e6e6e;
  background-color: transparent;
}
.search-btn-clear:hover {
  color: rgb(247,105,105);
}
.text-exist .search-btn-clear {
  opacity: 1;
  visibility: visible;
}
.search-btn-clear svg {
  display: block;
  width: 1em;
  height: 1em;
  margin: 0 auto;
  line-height: inherit;
  stroke: currentColor;
}
.search-form .x-search-input::-webkit-input-placeholder {
  opacity: 1;
  color: rgb(165,165,165);
}

@media (min-width: 768px){
  .search-x-modal-close, .search-form-dropdown.on-mobile-search {
    display: none !important;
  }
}

@media (min-width: 980px){
  .custom-menu-primary {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: stretch;
    align-self: center;
  }
  .custom-menu-primary.on-mobile {
    display: none !important;
  }
}

@media (max-width: 1199px){
  header.header {
    font-size: 15px;
  }
  .header-btn a span {
    margin: 5px 6px 5px 7px;
  }
  .no-banner .header-helper {
    height: 75px;
  }
}

@media (max-width: 1088px) and (min-width: 980px){
  .custom-menu-primary .navigation-primary>.submenu>.menu-item>a {
    margin-right: 2px;
  }

  hr.e789-11x-hide-xl {
    padding: 0 0 0 2px;
  }

  .header-seatch>.search-icon {
    margin-right: 5px;
  }

  .header-btn a span {
    margin-left: 2px;
    margin-right: 2px;
  }
}


@media (max-width: 979px){

  .no-banner .header-helper {
    height: 70px;
  }
  header.header {
    font-size: 14px;
  }
  .cm-row-fluid-wrapper {
    position: relative;
  }
  .header_close {
    width: 3.5em;
    min-width: 3.5em;
    height: 100%;
    min-height: 100%;
    background-color: transparent;
    overflow: hidden;
    display: inline-flex;
    flex-direction: column;
    position: relative;
    border-radius: 0;
    cursor: pointer;
    transition-property: border-color, background-color, box-shadow, opacity, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 14px;
  }
  .trigger_toggle {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .custom-menu-primary.on-desktop {
    display: none !important;
  }

  .custom-menu-primary.on-mobile {
    position: fixed;
    max-width: 24em;
    padding: calc(2em * 1.5);
    background-color: #fff;
    right: 0;
    bottom: 0;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    width: 100%;
    text-align: left;
    z-index: 9999;
    transform: translate3d(115%, 0, 0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s linear .525s;
    font-size: 14px;
  }

  .mobile-open .custom-menu-primary.on-mobile {
    transform: translate3d(0, 0, 0);
  }

  .body-wrapper:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    pointer-events: none;
    visibility: hidden;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility .5s;
    background-color: rgba(38,34,98,0.92);
    display: block;
    position: fixed;
    opacity: 0;
  }
  .mobile-open .body-wrapper:before {
    opacity: 1;
    z-index: 999;
    pointer-events: auto;
    visibility: visible;
  }

  .off-canvas-close-right {
    font-family: "Silka";
    display: block;
    position: absolute;
    top: 0;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1;
    text-align: center;
    background-color: transparent;
    transition-duration: 0.3s, 0.5s, 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    right: 0;
    opacity: 1;
    transform: scale(1);
    width: calc(1em * 1.5);
    height: calc(1em * 1.5);
    font-size: 2em;
    color: rgb(165,165,165);
    cursor: pointer;
  }
  .off-canvas-close-right:hover {
    color: rgb(247,105,105);
  }
  .off-canvas-close-right span {
    display: block;
  }
  .tri-in {
    flex-shrink: 0;
    position: relative;
    letter-spacing: 0;
    line-height: 1;
    z-index: 2;
    margin: 5px;
  }

  .x-graphic-toggle {
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
    display: block;
    position: relative;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    speak: none;
    height: 1em;
    color: rgb(38,34,98);
    width: 6.5em;
    margin: 2.5em 0;
    font-size: 0.25em;
  }

  .x-graphic-toggle > span {
    animation: none 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s infinite alternate forwards paused;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border-radius: inherit;
    background-color: currentColor;
  }

  .x-graphic-toggle > span:nth-child(1) {
    transform: translate3d(0,-2.5em,0);
  }

  .x-graphic-toggle > span:nth-child(3) {
    transform: translate3d(0,2.5em,0);
  }
  hr.e789-11x-hide-xl.no-desktop {
    display: block;
    padding: 0 0 0 1em;
  }
  .header-btn a span {
    margin: 6px 5px 5px 5px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    display: flex;
  }
  .header-btn a {
    min-width: 90px;
    min-height: 35px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    display: flex;
  }
  .over-lay {
    display: block;
    position: absolute;
    opacity: 0;
    transition-delay: 0s;
    transition-duration: 0.3s;
    transition-property: opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    speak: none;
    z-index: 1;
    transform: scale3d(1, 0, 1);
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    color: rgb(38,34,98);
    transform-origin: 50% 0%;
  }

  .header_close:hover .over-lay {
    transition-delay: 0.1s;
    transition-delay: 0s;
    transition-duration: 0s, 0.3s;
    transform: scale3d(1, 1, 1);
    opacity: 1;
  }

  .over-lay span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    background-color: currentColor;
  }

  .header_close:hover {
    background-color: rgb(247,105,105);
  }

  .header_close:hover .x-graphic-toggle {
    color: #ffffff;
  }
  @keyframes x-bun-t-1 {
    50% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0) rotate(45deg);
    }
  }

  @keyframes x-patty-1 {
    49% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }

  @keyframes x-bun-b-1 {
    50% {
      transform: translate3d(0, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0) rotate(-45deg);
    }
  }
  .mobile-open .x-graphic-toggle>span:nth-child(1) {
    transform: translate3d(0,-2.5em,0);
    animation-name: x-bun-t-1;
  }

  .mobile-open .x-graphic-toggle>span:nth-child(2) {
    animation-name: x-patty-1;
  }

  .mobile-open .x-graphic-toggle>span:nth-child(3) {
    transform: translate3d(0,2.5em,0);
    animation-name: x-bun-b-1;
  }

}

@media (max-width: 767px){
  .header-btn a span {
    margin: 5px 5px 5px 5px;
  }
  .search-form-dropdown.on-desktop-search {
    display: none !important;
  }
  .search-form-dropdown {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all .5s !important;
    transform: none !important;
    z-index: 99999999;
    overflow: hidden !important;
    overflow-anchor: none;
    touch-action: auto;
    -ms-overflow-style: none;
    -ms-touch-action: auto;
    display: table;
    width: 100%;
    height: 100%;
    background-color: rgba(38,34,98,0.85);
  }
  .search-form-dropdown-in {
    display: table-cell;
    vertical-align: middle;
    padding: 1.5em;
  }
  .search-active .search-form-dropdown {
    transition: all .5s !important;
  }
  .search-form-dropdown-in2 {
    max-width: 36em;
    background-color: transparent;
    width: 100%;
    margin: 0 auto;
    transform: translate3d(0, -15px, 0);
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }

  .search-active .search-form-dropdown-in2 {
    transform: translate3d(0, 0, 0);
  }
  .x-search-input:not(:valid) ~ .search-btn-clear {
    display: none;
  }
  .search-form-dropdown .search-form {
    box-shadow: 0em 0.15em 2em 0em rgba(0,0,0,0.15);
  }
  .search-x-modal-close {
    font-family: "Silka";
    display: block;
    position: fixed;
    margin: 0;
    border: 0;
    padding: 0;
    line-height: 1em;
    text-align: center;
    background-color: transparent;
    opacity: 0;
    transform: scale(0);
    transition-duration: 0.5s;
    transition-property: color, opacity, transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 3;
    top: 0;
    right: 0;
    width: calc(1em * 1.5);
    height: calc(1em * 1.5);
    font-size: 3em;
    color: #ffffff;
    outline: none;
    cursor: pointer;
  }
  .search-x-modal-close:hover {
    color: rgb(247,105,105);
  }
  .search-active .search-x-modal-close {
    opacity: 1;
    transform: scale(1);
  }

  .search-x-modal-close span {
    display: block;
  }
}

@media (max-width: 480px){
  .header-seatch {
    width: 1.35em;
    height: 1.35em;
    margin: 0em 0.85em 0em 0em;
    font-size: 1em;
  }

  .header-seatch>.search-icon {
    overflow: hidden;
    display: flex;
    flex: 1 0 auto;
    position: relative;
    z-index: 2;
    border-radius: inherit;
    transform: translate3d(0, 0, 0);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0;
  }


  hr.e789-11x-hide-xl.nnn-b {
    display: none;
  }
}

@media (max-width: 479px){
  header.header {
    font-size: 15px;
  }
  .header_close {
    font-size: 15px;
  }
  .custom-menu-primary.on-mobile {
    font-size: 15px;
  }
  .no-banner .header-helper {
    height: 75px;
  }
}


@media (max-width: 365px){
  hr.e789-11x-hide-xl.no-desktop {
    padding: 0 0 0 .2em;
  }

  .header-seatch {
    margin: 0 .35em 0 0;
  }

  hr.e789-11x-hide-xl {
    display: none;
  }

  .tri-in {margin-left: 0;margin-right: 0;}

  .header_close {
    max-width: 4em;
    margin-right: -18px;
  }

  .trigger_toggle {
    width: 100%;
  }

  .cm-row-fluid-wrapper {
    flex-wrap: nowrap;
  }

  .custom-menu-primary-wrapper {
    flex-wrap: nowrap;
  }
  .header-btn a {
    min-width: 80px;
  }
  .header-btn a span {
    margin: 5px 3px 5px 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer__container {
  width: 88%;
  margin: 0 auto;
}

.footer-bottom {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  bottom: 1px;
  box-shadow: 0 1px 0 #262262;
  height: auto;
  background-color: #262262;
  z-index: 9;
}

.footer-bottom .footer__container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  display: flex;
}

.footer-social {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  flex: 1 1 auto;
  padding: 3em 0em 3em 0em;
  background-color: transparent;
}

.social-anchor-button {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 3em;
  height: 3em;
  margin: 0em 1em 0em 0em;
  font-size: 1em;
  background-color: rgb(255,255,255);
}

.x-anchor-content {
  display: flex;
  flex: 1 0 auto;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  transform: translate3d(0, 0, 0);
  overflow: visible;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.x-graphic {
  flex-shrink: 0;
  position: relative;
  letter-spacing: 0;
  line-height: 1;
  z-index: 2;
  margin: 7px 5px 3px 5px;
}

.x-icon {
  text-align: center;
  display: inline-flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.x-graphic-icon {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  transition-property: opacity, transform, color, background-color, text-shadow, box-shadow;
}

[data-x-icon], [data-x-icon-o], [data-x-icon-l], [data-x-icon-s], [data-x-icon-b], [data-x-fa-pro-icon], [class*="cs-fa-"] {
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  text-decoration: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[data-x-icon-b] {
  font-family: "FontAwesomeBrands" !important;
}

.x-anchor-content .x-icon {
  width: 1em;
  height: 1em;
  line-height: 1em;
  font-size: 1.85em;
  color: rgb(38,34,98);
  background-color: transparent;
}

[data-x-icon-b]:before {
  content: attr(data-x-icon-b);
}

.social-anchor-button:hover {
  background-color: rgb(114,173,232);
  color: #ffffff;
}

.social-anchor-button:hover .x-anchor-content .x-icon {
  color: #ffffff;
}

.copyright {
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex: 2 2 auto;
  padding: 1em 0em 1em 0em;
  background-color: transparent;
}

.copyright > div {
  margin: 0em;
  padding: 0em;
  font-family: inherit;
  font-size: 0.8em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  text-transform: none;
  color: rgb(148,146,187);
  background-color: transparent;
}

.copyright p {
  margin: 0;
  color: #9492bb;
}

.copyright p a {
  color: #9492bb;
}

.copyright p a:hover {
  color: #9492bb;
  text-decoration: underline;
}

.footer-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-width: 1px;
  height: auto;
  font-size: 1em;
  background-color: transparent;
  z-index: 9;
}

.top-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: -1;
  transition-duration: 1s;
}

.bg-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: 1;
  -webkit-transition: 1s -webkit-filter ease-in-out;
  -moz-transition: 1s -moz-filter ease-in-out;
  -moz-transition: 1s filter ease-in-out;
  -ms-transition: 1s -ms-filter ease-in-out;
  -o-transition: 1s -o-filter ease-in-out;
  transition: 1s filter ease-in-out,1s -webkit-filter ease-in-out;
  background-image: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/raw_assets/public/PQR_November2020/images/layout-footer-bg_half.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    }

.footer-top .footer__container {
  display: flex;
  z-index: 5;
  min-width: 1px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
  flex: 0 1 88%;
}

.footer-menu-container {
  display: flex;
  position: relative;
  z-index: 1;
  height: inherit;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 1 1 auto;
  border-width: 0px 0px 2px 0px;
  border-style: none none solid none;
  border-color: transparent transparent rgb(95,91,145) transparent;
  padding: 3em 0% 1.15em 0%;
  background-color: rgb(38,34,98);
}

.footer-btn-container {
  display: flex;
  position: relative;
  z-index: 1;
  left: -0.5px;
  height: inherit;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  flex: 1 0 auto;
  background-color: transparent;
}

.button-bg-img-wrapper {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: -1;
  transition-duration: 1s;
}

.button-bg-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: 1;
  -webkit-transition: 1s -webkit-filter ease-in-out;
  -moz-transition: 1s -moz-filter ease-in-out;
  -moz-transition: 1s filter ease-in-out;
  -ms-transition: 1s -ms-filter ease-in-out;
  -o-transition: 1s -o-filter ease-in-out;
  transition: 1s filter ease-in-out,1s -webkit-filter ease-in-out;
  background-image: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/raw_assets/public/PQR_November2020/images/layout-footer-bg_curvedown.svg");
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
    }

.footer-button {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  margin: 4em 4em 4em 4em;
}

.footer-button p {
  margin: 0;
}

.footer-button p a {
  background-color: #262262;
  display: inline-flex;
  min-width: 1px;
  cursor: pointer;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15.4px 31.21px;
  position: relative;
  z-index: 2;
  border-radius: inherit;
  transform: translate3d(0,0,0);
  transition-property: color,text-shadow;
  color: #fff;
  text-decoration: none;
  font-family: "Silka";
  font-size: 18.88px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.3776px;
}
.footer-button p a:hover {
  background-color: rgb(247,105,105);
  color: rgb(38,34,98);
}
.footer-menu-style {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex: 1 0 auto;
  margin: 0em 2em 0em 0em;
  font-size: 1em;
}

.footer-menu-style > div {
  width: 100%;
}

.footer-menu-style ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: flex-start;
  flex: 1 0 auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 1.8;
}

.footer-menu-style ul li {
  display: flex;
  flex-direction: inherit;
  justify-content: inherit;
  align-items: inherit;
  flex: 0 1 auto;
}

.footer-menu-style ul li a {
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  cursor: pointer;
  transition-property: border-color, background-color, box-shadow, opacity, transform;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  flex: 0 1 auto;
  margin: 0em 0em 1.35em 0em;
  background-color: transparent;
  font-family: "Silka";
  font-size: 1em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  color: rgb(255,255,255);
  padding-bottom: 8px;
  text-decoration: none;
}

.footer-menu-style ul li a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgb(247,105,105);
  transform-origin: 50% 0%;
  transition-delay: 0s;
  transition-duration: 0s, 0.3s;
  position: absolute;
  bottom: 0px;
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
  speak: none;
  z-index: 1;
}

.footer-menu-style ul li a:hover:after {
  opacity: 1;
}
.footer-menu-style ul li a:hover {
  color: #f76969;
  text-decoration: none;
}
.footer-menu-style ul li a strong:empty {
  pointer-events: none;
  height: 16px;
}

.footer-image-top {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  min-width: 1px;
  float: right;
  width: 100%;
  top: 20em;
  margin-top: -20em;
  height: 30em;
  font-size: 1em;
  background-color: transparent;
  z-index: 1;
}

.footer-image-top-height {
  display: flex;
  z-index: -1;
  min-width: 1px;
  float: right;
  width: 100%;
  top: 20em;
  margin-top: -20em;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 100%;
  height: 30em;
  position: relative;
}

.footer-image-top-in {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: -1;
  transition-duration: 1s;
}

.bg-layer-upper-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: 2;
  -webkit-transition: 1s -webkit-filter ease-in-out;
  -moz-transition: 1s -moz-filter ease-in-out;
  -moz-transition: 1s filter ease-in-out;
  -ms-transition: 1s -ms-filter ease-in-out;
  -o-transition: 1s -o-filter ease-in-out;
  transition: 1s filter ease-in-out,1s -webkit-filter ease-in-out;
  background-image: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/raw_assets/public/PQR_November2020/images/layout-footer-bg_waveform.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    }

.footer-top-section {
  position: relative;
  background-color: transparent;
}

.footer-top-section-in {
  position: relative;
  padding: 3em 0em 3em 0em;
  background-color: transparent;
  z-index: 1;
  display: table;
  table-layout: fixed;
  width: 100%;
}

.footer-top-section-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: -1;
}

.footer-top-section-bg-image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
  z-index: 2;
  background-image: url("https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/raw_assets/public/PQR_November2020/images/illu-diensten-transitie_night.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 150%;
    }

.top-section-bg-main {
  background-color: transparent;
  z-index: 1;
  display: table-cell;
  margin-right: 0;
  float: none;
  vertical-align: top;
  width: 100%;
}

.top-section-bg-main-in {
  position: relative;
}

.top-section-bg-in {
  position: relative;
  margin: 0em;
  padding: 4em 0em 4em 0em;
  background-color: rgb(38,34,98);
  z-index: 1;
}

.top-section-bg-in .footer__container {
  background-color: transparent;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-top-section-left {
  position: relative;
  z-index: 1;
  float: left;
  margin-right: 4%;
  width: 65.33332%;
  background-color: transparent;
}

.top-section-bg-in .footer__container:after, .top-section-bg-in .footer__container:before {
  content: "";
  display: table;
  width: 0px;
}

.top-section-bg-in .footer__container:after {
  clear: both;
}

.footer-top-section-right {
  position: relative;
  z-index: 1;
  float: left;
  width: 30.66666%;
  margin-right: 0;
  background-color: transparent;
}

.footer-top-section-right p {
  margin: 0;
}

.footer-top-section-right a {
  display: inline-flex;
  flex-direction: column;
  position: relative;
  min-width: 1px;
  border-radius: 0;
  transition-duration: .3s;
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
  width: 100%;
  margin: 10.4px 0 10.4px 0;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  background-color: #fff;
  color: #262262;
  font-family: "Silka";
  font-size: 1.3em;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .02em;
  padding: 14.4px 20px 16.41px;
  text-align: center;
}

.footer-top-section-right a:hover {
  background-color: #f76969;
  border-color: #f76969;
  color: #fff;
  text-decoration: none;
}

.footer-top-section-left h3 {
  font-family: "Silka";
  font-size: 2em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.02em;
  text-transform: none;
  color: #f76969;
  margin: 0;
}

.footer-top-section-left h3 span {
  color: rgb(255,255,255);
  margin-right: 5px;
}
.x-graphic {
  top: 1px;
}
@media (max-width: 1199px) {
  .footer-social {
    font-size: 15px;
  }

  footer.footer {
    font-size: 15px;
  }
  .footer-menu-style ul {
    font-size: 15px;
  }

  .footer-menu-style ul li a {
    padding-bottom: 7.5px;
  }

  .footer-menu-container {
    font-size: 15px;
  }

  .footer-button p a {
    font-size: 1.18em;
    padding: 15.2px 29.21px;
  }

  .footer-top-section {
    font-size: 15px;
  }

  .footer-top-section-right a {
    margin: 9.75px 0 9.75px 0;
    padding: 15.4px 20px 14.41px;
  }
  .x-graphic {
    top: -1px;
  }
  .copyright > div {
    margin-bottom: 1px;
  }
  .footer-menu-style ul li:last-child {
    margin-top: 1px;
  }
}

@media (max-width: 979px) { 
  .footer-menu-container {
    font-size: 14px;
  }

  footer.footer {
    font-size: 14px;
  }

  .footer-social {
    font-size: 14px;
  }

  .footer-menu-style ul li a {
    padding-bottom: 7px;
  }

  .footer-menu-style ul {
    font-size: 14px;
  }

  .footer-menu-style ul li a strong:empty {
    height: 14px;
  }
  .x-graphic {
    top: 0px;
  }
  .footer-menu-style ul li:last-child {
    margin-top: 0px;
  }
  .footer-button p a {
    padding: 14.2px 27.21px;
  }
  .footer-button p a {
    padding: 14.2px 27.21px;
  }

  .footer-top-section {
    font-size: 14px;
  }

  .footer-top-section-right a {
    margin: 9.1px 0 9.1px 0;
    padding: 14.4px 28px 13.2px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .footer-top-section-left h3 span {
    margin-right: 4px;
  }
  .footer-top-section-right a span {
    text-align: left;
  }
}

@media (max-width: 870px) { 
  .footer-top-section-left h3 span {
    display: block;
    margin-bottom: 1px;
  }
}

@media (max-width: 767px) { 
  .copyright>div {
    margin-bottom: 0px;
  }
  .footer-top .footer__container {
    width: 100%;
    flex: 0 1 100%;
    flex-wrap: wrap-reverse;
  }

  .footer-menu-container {
    padding: 0 6%;
    padding-top: 4em;
  }

  .footer-btn-container {
    padding: 0 6%;
  }
  .footer-top-section-in {
    display: block;
    width: 100%;
  }

  .top-section-bg-main {
    display: block;
    width: 100%;
    vertical-align: inherit;
  }

  .footer-top-section-left {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .footer-top-section-right {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  .footer-top-section-left h3 span {
    display: inline-block;
  }
  .footer-menu-style ul li:last-child {
    margin-top: 1px;
  }
  .bg-image {
    background-image: none;
  }
}

@media (max-width: 739px) { 
  .footer-menu-style ul li:last-child {
    margin-top: 0px;
  }
  .footer-menu-container {
    width: 100%;
  }
  .footer-btn-container {
    width: 100%;
  }
  .footer-button p a {
    padding: 14.2px 28px;
  }
}


@media (max-width: 574px) {  
  .footer-top-section-left h3 span {
    display: block;
    margin-bottom: 1px;
  }
  .footer-top-section-right a {
    padding: 13.4px 28px 14.2px;
  }
  .footer-top-section-left h3 {
    margin-bottom: 1px;
  }
}

@media (max-width: 479px) {  
  .footer-social {
    font-size: 15px;
  }
  .footer-menu-container {
    font-size: 15px;
  }
  .footer-menu-style ul {
    font-size: 15px;
  }
  .footer-menu-style ul li a {
    padding-bottom: 7.5px;
  }
  .footer-menu-style ul li a strong:empty {
    height: 15px;
  }
  .footer-button p a {
    padding: 15.2px 29.6px;
    letter-spacing: 0.02em;
  }
  .button-bg-img {
    top: 1px;
  }
  footer.footer {
    font-size: 15px;
  }
  .x-graphic {
    top: -1px;
  }
  .footer-top-section {
    font-size: 15px;
  }
  .footer-top-section-right a {
    padding: 15.4px 28px 15.2px;
    margin: 9.1px 0 8.1px 0;
  }
}
/* ******************************************************************************
*********************************************************************************
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-right: auto;
  margin-left: auto;
}
.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

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

.blog-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.comment-date {
  display: block !important;
}

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

/*             Blog Listing with Sidebar            */

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

/*==================================================== 
====================Blog Banner======================
====================================================*/

.blog-banner {
  margin: 0em;
  padding: 7em 0em 1em 0em;
  background-color: transparent;
  z-index: 1;
  line-height: 1.8;
  font-size: 16px;
  position: relative;
}

[class^="blog-bg"] {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  speak: none;
}

[class*="blog-bg-layer-lower"] {
  z-index: 1;
}

.blog-bg {
  z-index: -1;
}
[class*="blog-bg-layer-upper"] {
  z-index: 2;
}
.blog-bg-layer-upper-image {
  background-image: url(https://5591082.fs1.hubspotusercontent-eu1.net/hubfs/5591082/raw_assets/public/PQR_November2020/images/layout-hero-bg_flabiola_white.svg);
  background-repeat: no-repeat;
  background-position: right -1px bottom -1px;
  background-size: auto 94%;
}
.blog-bg-layer-lower-color {
  background-color: rgb(233, 233, 233);
}

.blog-banner .content-wrapper {
  padding: 0;
  max-width: none;
}

.blog-column {
  padding: 0em 4% 0em 0em;
  background-color: transparent;
  z-index: 1;
  float: left;
  width: 100%;
}

.blog-banner .content-wrapper:after,.blog-banner .content-wrapper:before {
  content: " ";
  display: table;
  width: 0px;
}

.blog-banner .content-wrapper:after {
  clear: both;
}

.blog-text-headline {
  min-width: 1px;
  position: relative;
  margin: 0em 0em 2em 0em;
  padding: 0em;
  font-size: 1em;
  background-color: transparent;
}

.blog-text-content {
  display: -webkit-flex;
  display: flex;
}

.blog-text-content-text {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 1px;
  max-width: 100%;
  display: block;
}

h1.blog-text-content-text-primary {
  margin: 0 calc(-0.025em * -1) 0 0;
  font-family: "Silka";
  font-size: 3em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.025em;
  text-transform: none;
  color: rgb(38,34,98);
  display: block;
}

.blog-text-headline:after {
  content: '';
  display: block;
  margin: 1em auto 0 0;
  min-width: 4em;
  width: 18%;
  max-width: 8em;
  border-bottom: 0.35em solid #f76969;
}


/*==================================================== 
====================Blog Listing ======================
====================================================*/
.blog-content-wrapper {
  margin: 0em;
  padding: 3em 0em 6em 0em;
  background-color: rgb(255,255,255);
  z-index: 1;
  position: relative;
  font-size: 16px;
  line-height: 1.8;
}

.blog-content-wrapper .content-wrapper {
  padding: 0;
}

.blog-post-item .post-item-section {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block;
}

.blog-post-item .post-item-section .post-item {
  width: 30.84%;
  overflow: hidden;
  margin-right: 2.2%;
  margin-bottom:40px;
}

.blog-post-item:after,.blog-post-item:before {
  content: "";
  display: table;
}

.blog-post-item:after {
  clear: both;
}

.esg-media-cover-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.esg-entry-media-wrapper {
  top: 70px;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.esg-entry-media {
  position: relative;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  overflow: hidden;
  width: 100%;
  padding-bottom: 83.3333%;
  transform-origin: 50% 50%;
  opacity: 1;
  visibility: inherit;
  transform: perspective(1000px) translate3d(0px, 0px, 0px);
  filter: blur(0px);
  transform-style: flat;
  transition:.3s all ease-in;
}

.esg-entry-media > div.esg-entry-img {
  z-index: 1;
  opacity: 1;
  visibility: inherit;
  transform: translate3d(0px, 0px, 0px);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}


.esg-entry-cover {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  cursor: pointer;
  height: 100%;
}

a.eg-invisiblebutton {
  box-shadow: none;
  height: inherit;
  display: block;
  color: #72ade8;
  border: 0;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

.esg-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border: 0px solid transparent;
  outline: 0px solid transparent;
  background: rgba(38,34,98,0.65);
  opacity: 0;
  visibility: hidden;
  transform-style: flat;
  transform: perspective(1000px);
  transition:.3s all ease-in;
}

.esg-tc {
  display: block;
  height: auto;
  position: absolute ;
  font-size: 20px;
  text-align: center;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 4;
}

.esg-tc h4.blog-title {
  display: block ;
  text-align: left;
  position: relative;
  margin: 0;
}

.esg-tc h4.blog-title a {
  font-size: 20px ;
  line-height: 28px ;
  color: #262262 ;
  font-weight: 500 ;
  padding: 0px 15px 10px 0px ;
  border-radius: 0px 0px 0px 0px ;
  background: #ffffff ;
  z-index: 2 ;
  display: block;
  font-family: "Silka",sans-serif;
  border: none;
  text-decoration: none;
}

.esg-tc h4.blog-title a:hover {
  color: #f76969 ;
}

p.blog-date {
  display: block ;
  text-align: left;
  position: relative;
  margin: 0;
}

p.blog-date a {
  font-size: 12px ;
  line-height: 12px ;
  color: #a5a5a5 ;
  font-weight: 300 ;
  padding: 0px 15px 20px 0px ;
  border-radius: 0px 0px 0px 0px ;
  background: #ffffff ;
  z-index: 2 ;
  display: block;
  font-family: "Silka",sans-serif ;
  text-transform: uppercase ;
  border: none;
  text-decoration: none;
}

p.blog-date a:hover {
  color: #f76969 ;
}

.esg-cc {
  display: block;
  width: auto;
  height: auto;
  position: absolute ;
  font-size: 20px;
  text-align: center;
  left: 0px;
  width: 100%;
  vertical-align: middle;
  top: 109px;
}

.esg-center {
  display: inline-block;
  float: none;
  clear: none;
  margin: 55px 10px 0px 10px;
  position: relative;
  transform-origin: 50% 50%;
  opacity: 0;
  visibility: hidden;
  transform-style: flat;
  transform: perspective(1000px) scale(1.5, 1.5);
  transition:.3s all ease-in;

}

.esg-cc a {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff !important;
  font-weight: 300;
  padding: 0px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  background: transparent;
  z-index: 2 ;
  display: block;
  text-decoration: none;

}

.x-icon {;
  width: auto;
  height: auto;
  line-height: inherit;
  text-align: center;
}
[data-x-icon-l] {
  font-family: "FontAwesomeLight" !important;
  font-weight: 300;
}
.x-icon:before {
  display: block ;
  position: static ;
  top: auto ;
  left: auto ;
  right: auto ;
  bottom: auto ;
  width: inherit ;
  height: inherit ;
  margin: 0 ;
  line-height: inherit ;
  text-align: inherit ;
}

[data-x-icon-l]:before {
  content: attr(data-x-icon-l);
}

.esg-bc {
  display: block;
  height: auto;
  position: absolute ;
  font-size: 20px;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.esg-bottom {
  font-size: 12px ;
  line-height: 16px ;
  color: #ffffff ;
  font-weight: 300 ;
  display: inline-block ;
  float: none ;
  clear: both ;
  margin: 15px 8px 15px 8px ;
  padding: 5px 8px 3px 8px ;
  border-radius: 0px 0px 0px 0px ;
  background: transparent ;
  position: relative ;
  z-index: 2 ;
  font-family: "Silka",sans-serif;
  text-transform: uppercase ;
  border-top-width: 1px ;
  border-right-width: 1px ;
  border-bottom-width: 1px ;
  border-left-width: 1px ;
  border-color: #ffffff ;
  border-style: solid ;
  transform-origin: 50% 50%;
  opacity: 0;
  visibility: hidden;
  transform-style: flat;
  transform: perspective(1000px) translate(0%, 50%);
  transition:.3s all ease-in;
}

.blog-post-item .post-item-section .post-item:hover .esg-entry-media {
  opacity: 1;
  visibility: inherit;
  transform: perspective(1000px) translate3d(0px, 0px, 0px) scale(1.4, 1.4);
  filter: blur(5px);
  transform-style: flat;
}

.blog-post-item .post-item-section .post-item:hover .esg-overlay {
  opacity: 1;
  visibility: inherit;
  transform-style: flat;
}

.blog-post-item .post-item-section .post-item:hover .esg-center {
  transform-origin: 50% 50%;
  opacity: 1;
  visibility: inherit;
  transform-style: flat;
  transform: none;
}

.blog-topic {
  display: block;
  height: auto;
  position: absolute !important;
  font-size: 20px;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
}

.blog-post-item .post-item-section .post-item:hover .esg-bottom {
  transform-origin: 50% 50%;
  opacity: 1;
  visibility: inherit;
  transform-style: flat;
  transform: none;
}


.esg-pagination {
  padding-top: 5px;
  text-align: center;
}

.blog-pagination {
  margin-left: 7.5px;
  margin-right: 7.5px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
}

.blog-pagination a {
  margin-right: 5px;
  cursor: pointer;
  padding: 10px 20px 10px 15px;
  line-height: 20px;
  font-size: 1.08em;
  font-family: "Silka",sans-serif;
  background: transparent;
  margin-bottom: 5px;
  color: #262262;
  display: inline-block;
  visibility: visible;
  font-weight: 300;
  text-decoration: none !important;
}

.blog-pagination a.active,.blog-pagination a:hover {
  color: #262262;
  font-weight: 700;
}

.blog-pagination a:not(:last-child) {
  border-right: 1px solid #f76969;
}


/*==================================================== 
==================== Blog Post ======================
====================================================*/
.hs-blog-post .footer-top-section {
  display: none;
}

.post-content-wrapper {
  color: #262262;
  line-height: 1.8;
  font-weight: 400;
}

.post-content-wrapper .content-wrapper {
  margin-top: 7.75em;
  margin-bottom: 15em;
  padding: 0;
}

.entry-header {
  margin-bottom: 2rem;
  font-size: 1rem;
}

h1.entry-title {
  color: #262262;
  font-size: 2.8em;
  letter-spacing: -0.015em;
  line-height: 1.4;
  position: relative;
  margin: 0;
  font-family: "Silka";
  font-style: normal;
  font-weight: 500;
}

.p-meta {
  margin: 8px 0 0;
  line-height: 1.5;
}

.p-meta>span {
  display: inline-block;
}

.p-meta>span:after {
  content: "/";
  padding: 0 0.45em;
}

.p-meta>span:last-child:after {
  display: none
}
.entry-content {
  margin-top: 25px
}

.entry-header, 
.entry-content {
  font-size: 1rem;
}
.entry-content p{
  margin: 0 0 1.5em;    
}

.p-meta>span a {
  color: rgb(114,173,232);
  white-space: nowrap;
}

.p-meta>span a:hover {
  color: rgb(247,105,105);
  text-decoration: none;
}

.x-author-box {
  margin: 4.5em 0 3em auto;
  padding: 0;
  background: transparent;
  border: none;
}

.cf:before, .cf:after {
  content: " ";
  display: table;
  width: 0px;
}

.x-author-box .h-about-the-author {
  margin: 0 0 1.5em;
  border-bottom: 1px solid #f76969;
  padding-bottom: 0.65em;
  font-size: 1.12em;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-transform: none;
  color: #f76969;
  font-family: "Silka";
  font-style: normal;
}

.x-author-box .avatar {
  float: left;
  width: 90px;
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.x-author-box .x-author-info {
  margin-left: 110px;
}

.x-author-box .h-author {
  margin-bottom: 0.35em;
  line-height: 1;
  color: rgb(38,34,98);
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: 171.4%;
  margin: 0 0 0.2em;
  text-rendering: optimizelegibility;
}
.x-author-box .p-author {
  margin-top: 0.5em;
  font-size: 0.9rem;
  margin-bottom: 0 !important;
}

.entry-footer {
  margin-top: 1.5em;
  padding: 1em 1.25em;
  line-height: 1.4;
  background-color: #f9f9f9;
}

.entry-footer>p {
  margin: 0;
}
[data-x-icon], [data-x-icon-s], [data-x-icon][class*="cs-fa-"] {
  font-family: "FontAwesome" !important;
  font-weight: 900;
}
[data-x-icon-s]:before {
  content: attr(data-x-icon-s);
}
.entry-footer>p a{
  text-decoration:none !important; 
}

.no-feature .esg-cc, .no-feature .blog-topic,.no-feature .esg-overlay {
  display: none !important;
}
.no-feature .esg-entry-media{
  padding-bottom: 43.3333%;
}

/*==================================================== 
====================Media Query======================
====================================================*/
@media (min-width: 977px) {
  .blog-post-item .post-item-section .post-item:nth-child(3n ) {
    margin-right: 0;
  }
}

@media (min-width: 980px){
  .x-author-box{
    width: 100%;
    max-width: 100%;
  }
}

@media (max-width: 976px) {
  .blog-post-item .post-item-section .post-item {
    width: 46%;
    margin-right: 4%;
    margin-bottom: 40px;
  }

  .blog-post-item .post-item-section .post-item:nth-child(2n ) {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .blog-post-item .post-item-section .post-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  } 
  .x-author-box{
    width: 100%;
    padding: 1.35em;
  }
}
@media (max-width: 480px){
  .x-author-box .avatar {
    float: none;
    display: block;
  } 
  .x-author-box .x-author-info {
    margin-left: 0;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: 5px 10px;
}

.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: 380px) {
  .page-header h2 {
    font-size: 23px;
  }

  .page-header h1 {
    font-size: 28px;
  } 
}