






*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  max-width: 100%;
  height: auto;
}

/* Forms
   ========================================================================== */

/**ā
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control the layout of elements
and how they stack. This is based off of the bootstrap system.
*********************************************************************************
****************************************************************************** */

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
  }
  
  .row-fluid:after {
    clear: both;
  }
  
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    *margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span11 {
    width: 91.66%;
  }
  .row-fluid .span10 {
    width: 83.33%;
  }
  .row-fluid .span9 {
    width: 75%;
  }
  .row-fluid .span8 {
    width: 66.66%;
  }
  .row-fluid .span7 {
    width: 58.33%;
  }
  .row-fluid .span6 {
    width: 50%;
  }
  .row-fluid .span5 {
    width: 41.66%;
  }
  .row-fluid .span4 {
    width: 33.33%;
  }
  .row-fluid .span3 {
    width: 25%;
  }
  .row-fluid .span2 {
    width: 16.66%;
  }
  .row-fluid .span1 {
    width: 8.33%;
  }
  
  .container-fluid {
    *zoom: 1;
  }
  
  .container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
  }
  
  .container-fluid:after {
    clear: both;
  }
  
  @media (max-width: 767px) {
    .row-fluid {
      width: 100%;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: none;
      width: auto;
      margin-left: 0;
    }
  }
  
  .dnd-section > .row-fluid .dnd-column,
  .dnd-section > .row-fluid > [class*="span"].dnd-module {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .dnd-column.span12,
  .dnd-section[class*="force-full-width-section"]  > .row-fluid > .span12.dnd-module {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  @media (min-width: 768px) {
    .row-fluid {
      width: 100%;
      *zoom: 1;
    }
  
    .row-fluid:before, .row-fluid:after {
      display: table;
      content: "";
    }
  
    .row-fluid:after {
      clear: both;
    }
  
    .row-fluid [class*="span"] {
      display: block;
      float: left;
      width: 100%;
      min-height: 1px;
      margin-left: 0;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
    }
  
    .row-fluid [class*="span"]:first-child {
      margin-left: 0;
    }
  
    .row-fluid .span12 {
      width: 100%;
    }
    .row-fluid .span11 {
      width: 91.66%;
    }
    .row-fluid .span10 {
      width: 83.33%;
    }
    .row-fluid .span9 {
      width: 75%;
    }
    .row-fluid .span8 {
      width: 66.66%;
    }
    .row-fluid .span7 {
      width: 58.33%;
    }
    .row-fluid .span6 {
      width: 50%;
    }
    .row-fluid .span5 {
      width: 41.66%;
    }
    .row-fluid .span4 {
      width: 33.33%;
    }
    .row-fluid .span3 {
      width: 25%;
    }
    .row-fluid .span2 {
      width: 16.66%;
    }
    .row-fluid .span1 {
      width: 8.33%;
    }
  }
  
  /* Clearfix */
  
  .clearfix {
    *zoom: 1;
  }
  
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
  }
  
  .clearfix:after {
    clear: both;
  }
  
  /* Visibilty Classes */
  
  .hide {
    display: none;
  }
  
  .show {
    display: block;
  }
  
  .invisible {
    visibility: hidden;
  }
  
  .hidden {
    display: none;
    visibility: hidden;
  }
  
  /* Responsive Visibilty Classes */
  
  .visible-phone {
    display: none !important;
  }
  
  .visible-tablet {
    display: none !important;
  }
  
  .hidden-desktop {
    display: none !important;
  }
  
  @media (max-width: 767px) {
    .visible-phone {
      display: inherit !important;
    }
  
    .hidden-phone {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
      display: inherit !important;
    }
  
    .hidden-tablet {
      display: none !important;
    }
  
    .hidden-desktop {
      display: inherit !important;
    }
  
    .visible-desktop {
      display: none !important ;
    }
  }
.content-wrapper {
  margin: 0 auto;
  padding: 0 15px;
}

.dnd-section > .row-fluid {
  margin-left: auto;
  margin-right: auto;
}




@font-face { 
  font-family: "mobmenu"; 
  src: url("https://25312478.fs1.hubspotusercontent-eu1.net/hubfs/25312478/mobmenu.woff2") format("woff2"), 
    url("https://25312478.fs1.hubspotusercontent-eu1.net/hubfs/25312478/mobmenu.woff") format("woff"); 
  font-style: normal; 
  font-weight: normal; 
}

body {
  line-height: 1.333;
  overflow-wrap: break-word;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

html[lang^='ja'] body,
html[lang^='zh'] body,
html[lang^='ko'] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

strong {
  font-weight: 700;
}

/* Links */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 42px;
  line-height: 1.3;
}

h3 {
  font-size: 32px;
  line-height: normal;
}

h4 {
  font-size: 20px;
  line-height: 1.3;
}

h5 {
  font-size: 20px;
  line-height: 1.3;
  letter-spacing:.05em:
}

h6 {
  font-size: 18px;
  line-height: 1.3;
  letter-spacing:.05em:
}

/* Lists */

ul li,
ol li {
  font-size: 1rem;
  line-height: 2;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 2.8rem;
}

ul.no-list {
  list-style: none;
}

/* Code Blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  margin: 0;
  padding: 1.5rem 2.8rem;
}

/* Horizontal Rules */

hr {
  border: 0 none;
  border-bottom: 2px solid;
}

/* Subscripts and Superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus State */

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
/* Primary Button */
.hs-button,
.cta_button,
button,
.button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  border: 1px solid #d0d0d0;
  pointer-events: none;
}

.button.button--secondary:disabled {
  background-color: inherit;
}

.button.button--simple:disabled {
  background-color: inherit;
  border: inherit;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0 !important;
  position: relative;
}

.button.button--simple:after {
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
}

/* Button Icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}
/* Base */

.hs-form-field {
  position: relative;
}

/* Form Title */

.form-title {
  margin: 0;
  text-align: center;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

.hs-form-field > label {
  display: block;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Inputs */

.input {
  position: relative;
}

input[type='text'],
input[type='email'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='file'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100% !important;
}

select::-ms-expand {
  display: none;
}

fieldset {
  max-width: 100% !important;
}

/* Inputs - Checkbox/Radio */

form .inputs-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0 0.7rem 0.7rem;
  padding: 0;
  width: 100%;
}

input[type='checkbox'],
input[type='radio'] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - Select */

.hs-fieldtype-select .input:after {
  content: '\25BE';
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

/* Inputs - Datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  border-radius: 0 !important;
}

/* Headings and Text */

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  line-height: 1.25;
}

/* Validation */

.hs-error-msg,
.hs-error-msgs {
  margin-top: 0.35rem;
}

/* Submit */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: block;
  letter-spacing: 0;
  margin: 0 0 1.5rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: 100%;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Inline Thank You Message */

.submitted-message {
  color: #fff;
}
/* Tables */

table {
  border-spacing: 0;
  margin-bottom: 1rem;
}

th,
td {
  vertical-align: top;
}

tr:nth-child(odd) {
  background-color: #eff7ff;
}

thead th,
thead td {
  border: none;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
}



/* Header Container */

.header .dnd-section {
  padding: 0;
}

.header__container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 1.5rem 20px;
  position: relative;
}

.header--landing-page .header__container {
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .header__container {
    padding: 20px;
  }
}

/* Logo */

.header__logo {
  margin-right: 20px;
  max-width: 250px;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-bottom: 0;
}

/* Navigation Menu */

.header__menu {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .header__navigation {
    box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
    display: none;
    margin: 10px 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: calc(100% - 20px);
    z-index: 99;
  }

  .header__menu {
    margin-left: 0;
    min-height: 0;
    order: 3;
  }
}

/* Language Switcher */

.header__language-switcher {
  cursor: pointer;
  margin-left: 50px;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-top: 5px;
}

.header__language-switcher .lang_list_class {
  border-radius: 0 0 18px 18px;
  box-shadow: 0 23px 50px -14px rgba(0, 0, 0, 0.21);
  display: block;
  left: auto;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding-top: 0;
  right: 0;
  text-align: left;
  top: 100%;
  transform: none;
  visibility: hidden;
}

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

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

.header__language-switcher .lang_list_class li {
  background-color: transparent;
  border: none;
  line-height: 2;
  margin: 0;
  padding: 10px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-top: none;
  padding-top: 10px;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
}

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

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

.header__language-switcher-label-current {
  align-items: center;
  display: flex;
  line-height: 2;
  margin-left: 10px;
}

.header__language-switcher-label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid;
  content: '';
  display: block;
  height: 0;
  margin: 0 0 0 10px;
  width: 0;
}

@media (max-width: 767px) {
  .header__language-switcher {
    margin-left: auto;
    margin-right: 20px;
    order: 2;
  }

  .header__language-switcher .lang_switcher_class .globe_class {
    height: 24px;
    margin-top: 0;
    width: 24px;
  }

  .header__language-switcher .lang_list_class {
    border-radius: 0 0 18px 18px;
  }

  .header__language-switcher:hover .lang_list_class {
    opacity: 0;
    visibility: hidden;
  }

  .header__language-switcher .lang_list_class li {
    padding: 10px 30px;
  }

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

  .header__language-switcher-label-current {
    display: none;
  }

  .header__language-switcher.open .lang_list_class {
    opacity: 1;
    visibility: visible;
  }
}
/* Footer Container */

.footer .dnd-section {
  padding: 0;
}

.footer__container {
  margin: 0 auto;
  padding: 5.6rem 20px 2.8rem;
}

/* Footer Rows */

.footer__row {
  display: flex;
  justify-content: space-between;
}

.footer__navigation {
  width: 22%;
}

.footer .hs-menu-wrapper ul {
  list-style: none;
  margin: 0.5rem 0 2rem;
  padding-left: 0;
}

.footer .hs-menu-wrapper li {
  margin: 0.7rem 0;
}

.footer .hs-menu-wrapper li a:hover {
  text-decoration: none;
}

.footer__form {
  width: 25%;
}

@media (max-width: 767px) {
  .footer__row {
    flex-wrap: wrap;
  }

  .footer__navigation,
  .footer__form,
  .footer__follow-me,
  .footer .widget-type-header,
  .footer .widget-type-simple_menu,
  .footer .social-links {
    text-align: center;
    width: 100%;
  }
}

/* Footer Form */

.footer--site-page .footer__form form,
.footer--site-page .widget-type-form form {
  margin-bottom: 1.5rem;
  padding: 0;
}

/* Landing Page Footer */

.footer--landing-page {
  border-top: 2px solid #eff7ff;
}

.footer--landing-page .footer__container {
  padding: 2.8rem 0 1.5rem;
}

/* Footer Form */

.footer--site-page form {
  background-color: transparent;
  border: none;
  padding: 0;
}

.footer--site-page .footer__form .form-title {
  background-color: transparent;
  font-size: 1rem;
  padding: 0 0 1rem;
  text-align: left;
}

@media (max-width: 980px) {
  .footer--site-page .footer__form {
    clear: both;
    float: none;
    margin: 0 auto;
    padding: 0.75rem 0 0;
    width: 75%;
  }

  .footer--site-page .footer__form .form-title {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .footer--site-page .widget-type-form {
    margin: 0 auto;
    width: 75%;
  }
}
.footer .hs-menu-wrapper ul {
    margin: 0;
}

.footer .hs-menu-wrapper ul li {
    margin: 0;
}

.footer .widget-type-linked_image {
    text-align: right;
}

.footer .widget_1669896018677-flexbox-positioning {
    display: block !important;
}

.social-links {
    line-height: 0;
    justify-content: flex-end;
    margin-top: 10px;
}

.footer .hs-menu-wrapper ul li + li {
    margin-left: 16px;
}

.social-links__icon {
    margin: 0;
}
/* Menu and simple menu */

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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

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

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts
.hs-item-has-children:hover
> .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts
  .hs-item-has-children:hover
  > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* Language switcher */

.body-container-wrapper .lang_switcher_class {
  width: 100%;
}

.body-container-wrapper .lang_list_class {
  left: 10px;
}

.body-container-wrapper .lang_list_class li {
  margin: 0;
}





header.header {
  border-bottom: 1px solid #ededed;
  padding: 0 30px;
}

header.header .content-wrapper {
  max-width: 100%;
  padding: 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}

.header-logo {
  margin-top: 4px;
  line-height: 0;
}

.header-logo > * {
  margin: 15px 0;
}

.header-logo img {
  /* height: 65px; */
}

.header-primary-menu .hs-menu-wrapper > ul {
}

.header-primary-menu .hs-menu-wrapper > ul > li {
  display: flex;
  margin: 0;
  align-items: center;
  padding-right: 15px;
  line-height: 1.15;
  font-size: initial;
}

.header-primary-menu .hs-menu-wrapper > ul > li > a {
  color: #2c292e;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: color 0.3s;
  padding: 13.200px;
}

.header-primary-menu .hs-menu-wrapper > ul > li > a:hover, .header-primary-menu .hs-menu-wrapper > ul > li.menu-active > a {
  color: #a8d543;
}

.header-menu {
  line-height: 1.15;
}

.header-primary-menu .hs-menu-wrapper > ul > li ul {
  min-width: max-content;
  top: 100%;
  border: unset;
  box-shadow: 0 40px 90px -10px rgb(0 0 0 / 20%);
  padding: 15px 0;
  background: #fff;
}

.header-primary-menu .hs-menu-wrapper > ul > li ul:after {
  border-width: 0 7px 10px 7px;
  border-style: solid;
  left: 25px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -9px;
  border-color: #fff transparent;
}

.header-primary-menu .hs-menu-wrapper > ul > li ul li {
  line-height: normal;
  margin: 0;
  font-size: inherit;
  display: block;
  position: relative;
  align-items: center;
  padding-right: 15px;
}

.header-primary-menu .hs-menu-wrapper > ul > li ul li a {
  color: #2c292e;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: color 0.3s;
  padding: 10px 13.200px;
}

.header-primary-menu .hs-menu-wrapper > ul > li ul li a:hover {
  color: #a8d543;
}
[class^="mob-icon-"]:before, [class*=" mob-icon-"]:before {
  font-family: "mobmenu";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mob-icon-menu:before {
  content: '\e9d6';
}

.mobmenur-container {
  display: none;
}

.mobmenu-right-alignment {
  display: none;
}
.header-lang {
  padding-right: 15px;
}
.header-menu {
  display: flex;
  align-items: center;
}

.header__language-switcher {
  margin: 0;
}


.header__language-switcher .lang_switcher_class .globe_class {
  background: transparent !important;
  border: 0;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

.header__language-switcher .lang_list_class li a, .header__language-switcher-label-current {
  margin: 0;
}

.header__language-switcher-label-current:after {
  display: none;
}

.header__language-switcher .lang_list_class {
  box-shadow: 0 40px 90px -10px rgb(0 0 0 / 20%);
  padding: 15px 0;
  border: 0;
  border-radius: 0;
  min-width: max-content;
}

.header__language-switcher .lang_list_class li {
  padding: 0 !important;
  padding-right: 10px !important;
  line-height: 1.15;
  font-size: initial;
}

.header__language-switcher .lang_list_class li a {
  color: #2c292e;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: color 0.3s;
  padding: 10px 13.2px 10px 10px;
  display: block;
  width: 42px;
  height: 39px;
  text-indent: -9999999px;
  background: url('data:image/webp;base64,UklGRpQBAABXRUJQVlA4TIcBAAAvEcACAD/itNq2ZXm/311wd58AIofsbo0Z6O4wAyuQtJF0hH8BNpD2jcGwbdvIYTnN195/N8c5rbZtWX7/cWnurt2leXKJ3wK4rUBkBaK7O5XEYQLYwTln/hMIBygwIAPAABI2fzdMStDBF/vvmKITjI5rJuV8QlL6+99HbTEDfuNH5OF6NrQ8i3IVY9tLd8ayfIY6+/pIX4DuXHvtvP1i1kDZE25aOejqni3ItLLyMDQVKhfZGHry8qXEjqaIS5w00xlpRRKO6gqkTDDl8tSV3SJnVoMoqVoECOKEDwFLYeCAR0dAApXBKooaAcKHBAGCBIXhMAAAMmm2bZvZ1v8nuU6I6L/atm0Ye2opdxzuMwJBEGuzsZ6biHS+mG5PdxGGjfXagGF+v7t6qDSc3GJcG4003B8f7wyIwG8PlA8Uby+BwP1yfmPfvx/o8tWy/cHA+Qf/iGclvk2GxWhU3o9j/1mBuNcD74teL5GD7FqHFAjKUSSDIN0kprCodAwAANZ12ecmTLUVAA==');
  background-repeat: no-repeat;
  background-position: center;
}

.header__language-switcher .lang_list_class:before {
  border-width: 0 7px 10px 7px !important;
  border-style: solid !important;
  left: 25px;
  content: "";
  display: block;
  position: absolute;
  width: 0;
  top: -9px;
  border-color: #fff transparent;
  margin: 0 !important;
}

[data-language="it"] {
  background-image: url('data:image/webp;base64,UklGRpwAAABXRUJQVlA4TI8AAAAvEcACAPegKJKkZpacnskDKlGJCjxgQ0HbNpJXCHsO+8E1yDZSIY7i/FmO4h1+/uOwQagQMiwMEiwKDCqEDKEhY314sBBortkpGsJzegfF98AgAIAkiC3dzf+ddg2I6P8ECE4xxnW37HJGEEKnMiXj+lTA6Eq0f7bMV7yehg5CmHZjjN6ovm0AAG7XWquVBAA=') !important;
}

[data-language="de"] {
  background-image: url('data:image/webp;base64,UklGRnAAAABXRUJQVlA4TGQAAAAvEcACAK+goJGk5iu9e0ECSlCBJixgAX8K2raRvELYc9gPbsx/gOcbT1sUu10oSlvxqG2WT4IRAkqCQaCgjSTl7p6Z/bvlFxDR/wmAb/plI14ZPS9a2eqKYiUFO604RaflNCME') !important;
}

[data-language="en"] {
  background-image: url('data:image/webp;base64,UklGRpQBAABXRUJQVlA4TIcBAAAvEcACAD/itNq2ZXm/311wd58AIofsbo0Z6O4wAyuQtJF0hH8BNpD2jcGwbdvIYTnN195/N8c5rbZtWX7/cWnurt2leXKJ3wK4rUBkBaK7O5XEYQLYwTln/hMIBygwIAPAABI2fzdMStDBF/vvmKITjI5rJuV8QlL6+99HbTEDfuNH5OF6NrQ8i3IVY9tLd8ayfIY6+/pIX4DuXHvtvP1i1kDZE25aOejqni3ItLLyMDQVKhfZGHry8qXEjqaIS5w00xlpRRKO6gqkTDDl8tSV3SJnVoMoqVoECOKEDwFLYeCAR0dAApXBKooaAcKHBAGCBIXhMAAAMmm2bZvZ1v8nuU6I6L/atm0Ye2opdxzuMwJBEGuzsZ6biHS+mG5PdxGGjfXagGF+v7t6qDSc3GJcG4003B8f7wyIwG8PlA8Uby+BwP1yfmPfvx/o8tWy/cHA+Qf/iGclvk2GxWhU3o9j/1mBuNcD74teL5GD7FqHFAjKUSSDIN0kprCodAwAANZ12ecmTLUVAA==') !important;
}

[data-language="fr"] {
  background-image: url('data:image/webp;base64,UklGRpoAAABXRUJQVlA4TI4AAAAvEcACAO9gkG2kQhzF+7M8xTv8YSho20byCmHPYT+4CiLbps55zy+AFPqIoLIUOpj/ZGcookEEKgIdokM0iK7+4cFCoLGuyaIhOE96UngfGDSSpOj2+Y+Z379PRgER/Z8AKRghZNmtu4JTjPGpwuiwPhUJvpLcn83TlWDGvgWAvJtSClZ3DSCE/K5zzmgF') !important;
}

.header__language-switcher-label-current {
  color: #2c292e;
  text-decoration: none;
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: color 0.3s;
  padding: 10px 13.2px 10px 10px;
  display: block;
  width: 42px;
  height: 39px;
  text-indent: -9999999px;
  background-repeat: no-repeat;
  background-position: center;
}

.header__language-switcher .lang_list_class li:first-child {
  display: none;
}


.site-info {
  max-width: 100%;
  border-top: 1px solid #ffffff40;
  padding: 30px 0;
}

.row {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
}

.row > * {
  padding: 0 15px;
}


.copy-right-footer {
  text-align: right;
  color: #ffffff40;
  font-size: 16px;
  line-height: 27.2px;
}

.copy-right-footer * {
  color: #ffffff40 !important;
}

.list-footer-social {
  display: flex;
  align-items: center;
}

.list-footer-social i {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  /* color: #2c292e; */
  color: #fff;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  display: inline-block;
  text-align: center;
  font-size: 18px !important;
  /* font-size: 12px !important; */
  border-radius: 50% !important;
  /* background: #ffffff38; */
  background: transparent;
  /* margin-right: 12px; */
  margin-right: 6px;
}

.footer-align {
  align-items: center;
}

div#footer-top-custom {
  padding-top: 60px;
  padding-bottom: 60px;
}


.footer-wd:not(:last-child) {
  border-right: 2px solid #ffffff47;
}

.footer-wd h3 {
  color: #fff;
  font-family: "Roboto Condensed" !important;
  font-style: normal !important;
  font-weight: 600 !important;
  font-size: 30px !important;
  margin: 0;
  line-height: 1;
}

.footer-pop-btn {
  padding-top: 20px;
}

.footer-pop-btn a {
  margin: 0;
  padding: 12px 20px;
  color: #000 !important;
  box-shadow: 0 15px 35px -10px rgb(0 0 0 / 30%);
  line-height: 21px;
  font-family: "Roboto", sans-serif !important;
}

.footer-pop-btn a:hover {
  background-color: #6d9402 !important;
  border-color: #6d9402 !important;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.google-review-shortcode {
  padding-top: 20px;
}

div#google-business-reviews-rating {
  white-space: nowrap;
  vertical-align: baseline;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  border-radius: 3px;
  padding: 0.5em 1em;
  max-width: 32em;
}

p.rating {
  color: #f7b603 !important;
  font-size: 1.8em;
  line-height: 1.1em;
  margin: 0;
}

p.rating * {
  color: #f7b603 !important;
}

span.attribution.google-icon {
  margin-inline-end: 0.3em; display: inline-block;
  width: 1em;
  height: 1em;
  background: url('data:image/svg+xml;charset=UTF-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJnb29nbGUtaWNvbiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCndpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMzIgMzIiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KPGRlZnM + CjxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8 + CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF8yXyI + Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSIgZmlsbD0iI0ZCQkMwNSIgZD0iTS0xLjA3OCwyNS40MzZWNi41NDFsMTIuMzU1LDkuNDQ4TC0xLjA3OCwyNS40MzZ6Ii8 + CjwvZz4KPGc + CjxkZWZzPgo8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik0zMS4yNjIsMTMuMDgxSDE2LjM2M3Y2LjE3N2g4LjU3NmMtMC43OTksMy45MjQtNC4xNDIsNi4xNzctOC41NzYsNi4xNzdjLTUuMjMzLDAtOS40NDgtNC4yMTUtOS40NDgtOS40NDgKczQuMjE1LTkuNDQ4LDkuNDQ4LTkuNDQ4YzIuMjUzLDAsNC4yODgsMC43OTksNS44ODcsMi4xMDhsNC42NTEtNC42NTFDMjQuMDY3LDEuNTI2LDIwLjQzMywwLDE2LjM2MywwCkM3LjQ5NywwLDAuMzc1LDcuMTIyLDAuMzc1LDE1Ljk4OHM3LjEyMiwxNS45ODgsMTUuOTg4LDE1Ljk4OGM3Ljk5NCwwLDE1LjI2Mi01LjgxNCwxNS4yNjItMTUuOTg4CkMzMS42MjUsMTUuMDQ0LDMxLjQ4LDE0LjAyNiwzMS4yNjIsMTMuMDgxeiIvPgo8L2RlZnM + CjxjbGlwUGF0aCBpZD0iU1ZHSURfNF8iPgo8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8 + CjwvY2xpcFBhdGg + CjxwYXRoIGNsaXAtcGF0aD0idXJsKCNTVkdJRF80XykiIGZpbGw9IiNFQTQzMzUiIGQ9Ik0tMS4wNzgsNi41NDFsMTIuMzU1LDkuNDQ4bDUuMDg3LTQuNDMzbDE3LjQ0Mi0yLjgzNFYtMS40NTNILTEuMDc4VjYuNTQxeiIvPgo8L2c + CjxnPgo8ZGVmcz4KPHBhdGggaWQ9IlNWR0lEXzVfIiBkPSJNMzEuMjYyLDEzLjA4MUgxNi4zNjN2Ni4xNzdoOC41NzZjLTAuNzk5LDMuOTI0LTQuMTQyLDYuMTc3LTguNTc2LDYuMTc3Yy01LjIzMywwLTkuNDQ4LTQuMjE1LTkuNDQ4LTkuNDQ4CnM0LjIxNS05LjQ0OCw5LjQ0OC05LjQ0OGMyLjI1MywwLDQuMjg4LDAuNzk5LDUuODg3LDIuMTA4bDQuNjUxLTQuNjUxQzI0LjA2NywxLjUyNiwyMC40MzMsMCwxNi4zNjMsMApDNy40OTcsMCwwLjM3NSw3LjEyMiwwLjM3NSwxNS45ODhzNy4xMjIsMTUuOTg4LDE1Ljk4OCwxNS45ODhjNy45OTQsMCwxNS4yNjItNS44MTQsMTUuMjYyLTE1Ljk4OApDMzEuNjI1LDE1LjA0NCwzMS40OCwxNC4wMjYsMzEuMjYyLDEzLjA4MXoiLz4KPC9kZWZzPgo8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4KPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPgo8L2NsaXBQYXRoPgo8cGF0aCBjbGlwLXBhdGg9InVybCgjU1ZHSURfNl8pIiBmaWxsPSIjMzRBODUzIiBkPSJNLTEuMDc4LDI1LjQzNkwyMC43MjQsOC43MjFsNS43NDEsMC43MjdsNy4zNC0xMC45MDFWMzMuNDNILTEuMDc4VjI1LjQzNnoiLz4KPC9nPgo8Zz4KPGRlZnM + CjxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTMxLjI2MiwxMy4wODFIMTYuMzYzdjYuMTc3aDguNTc2Yy0wLjc5OSwzLjkyNC00LjE0Miw2LjE3Ny04LjU3Niw2LjE3N2MtNS4yMzMsMC05LjQ0OC00LjIxNS05LjQ0OC05LjQ0OApzNC4yMTUtOS40NDgsOS40NDgtOS40NDhjMi4yNTMsMCw0LjI4OCwwLjc5OSw1Ljg4NywyLjEwOGw0LjY1MS00LjY1MUMyNC4wNjcsMS41MjYsMjAuNDMzLDAsMTYuMzYzLDAKQzcuNDk3LDAsMC4zNzUsNy4xMjIsMC4zNzUsMTUuOTg4czcuMTIyLDE1Ljk4OCwxNS45ODgsMTUuOTg4YzcuOTk0LDAsMTUuMjYyLTUuODE0LDE1LjI2Mi0xNS45ODgKQzMxLjYyNSwxNS4wNDQsMzEuNDgsMTQuMDI2LDMxLjI2MiwxMy4wODF6Ii8 + CjwvZGVmcz4KPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI + Cjx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzdfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4KPC9jbGlwUGF0aD4KPHBhdGggY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzhfKSIgZmlsbD0iIzQyODVGNCIgZD0iTTMzLjgwNSwzMy40M0wxMS4yNzYsMTUuOTg4bC0yLjkwNy0yLjE4bDI1LjQzNi03LjI2N1YzMy40M3oiLz4KPC9nPgo8L3N2Zz4') 0 0/100% no-repeat;
  top: 0.05em;
  vertical-align: top;
  position: relative;
}

.gmbrr .rating span {
  vertical-align: top;
  position: relative;
}

.gmbrr .rating .all-stars, .gmbrr .rating .rating-stars {
  display: inline-block;
  height: 1.1em;
  top: 0.2em;
  z-index: 11;
}

.gmbrr .all-stars.animate, .gmbrr .rating-stars.animate {
  transition: 1.1s width ease-in-out .7s;
  opacity: 1;
}

.gmbrr .all-stars.animate, .gmbrr .rating-stars.animate, .gmbrr.carousel .listing>.visible, .gmbrr.carousel.stacked-z .visible .author-avatar, .gmbrr.carousel.stacked-z .visible .text {
  opacity: 1;
}

.gmbrr.tiny .rating .all-stars, .gmbrr.tiny .rating .rating-stars {
  top: 0.15em;
}

.gmbrr .rating .number+.all-stars {
  margin-inline: 0.3rem 0; }

.gmbrr .star,.gmbrr.stars-yellow .star {
  display: inline-block;
  width: .8em;
  height: .7667em;
  background: url("data:image/svg+xml;charset=UTF-8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0OCIgaGVpZ2h0PSI0NiI + CiAgPHBhdGggZmlsbD0iI0Y3QjYwMyIgZD0iTTMzLjA2MSAyOC41MDlMNDcuNzIxIDE4SDI5LjYwM0wyNC4wMjguODIyIDE4LjQ1MyAxOEguMzM1bDE0LjY2IDEwLjUwOS01LjU3OCAxNy4xMTIgMTQuNjExLTEwLjY1NUwzOC42MzkgNDUuNjR6Ii8 + Cjwvc3ZnPg==") 0 0/100% no-repeat
}

.gmbrr .animate .star {
  animation: google-business-reviews-rating-star 3s .5s ease-in-out 1;
  animation-fill-mode: backwards;
  transform-origin: 33% 50%;
}

.gmbrr .animate .star:nth-child(1) {
  animation-duration: 3s;
  animation-delay: .5s;
}

p.rating a.count {
  color: #70757a !important;
  line-height: 140%;
  font-size: 15px !important;
  margin-inline: 0.35rem 0; text-decoration: underline;
}

div#hs_cos_wrapper_footer_summary {
  margin-top: 50px;
}

div#hs_cos_wrapper_footer_summary p {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  opacity: 0.5;
}

div#hs_cos_wrapper_footer_summary p a {
  opacity: 0.5;
  font-weight: 600;
  text-decoration: unset;
}

.menu-footer_menu-container .hs-menu-wrapper > ul > li {
  margin: 0 !important;
  line-height: 30px;
  font-size: 20px;
}

.menu-footer_menu-container .hs-menu-wrapper > ul > li a {
  color: #fff;
  opacity: 0.3;
  font-family: "Rubik";
  font-style: normal;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 25px;
  text-decoration: unset;
  line-height: 24px;
}

.menu-footer_menu-container .hs-menu-wrapper > ul > li a:hover {
  opacity: 1;
}

.footer-wd h3.widget-title.footer-right-side {
  font-weight: 500 !important;
  font-size: 24px !important;
  color: #fff;
  font-family: "Rubik" !important;
  line-height: 30px;
}

.address-box1 {
  margin-top: 30px;
}

p.address-rue-du {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin: 0;
  margin-top: 5px;
}

span.here-address {
  font-family: "Roboto" !important;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  opacity: 0.3;
  margin-bottom: 0px;
}

p.address-rue-du a {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  line-height: 24px;
  margin-top: 5px;
  text-decoration: unset;
}
.property-tbl-box.prod_pg .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.row>* {
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}


.property-tbl-box .table-item {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important;
  padding-left: 115px !important;
  padding-right: 80px !important;
}
.property-tbl-box .sub-title {
  font-size: 14px;
  font-family: "Rubik";
}

.product-table-block {
  line-height: 1.5;
}

.main-title.left-check-icon {
  font-size: 18px;
  font-family: "Rubik";
  font-weight: 600;
  position: relative;
}
.left-check-icon::before {
  position: absolute;
  content: "";
  background-image: url('https://25312478.fs1.hubspotusercontent-eu1.net/hubfs/25312478/icon-box-check.png');
  height: 22px;
  width: 22px;
  left: -35px;
  background-repeat: no-repeat;
  background-size: contain;
}


.right-bottom-img.arrow-img.text-end {
  line-height: 0;
}

.product-table-block .right-bottom-img.arrow-img.text-end {
  position: static;
}
.project-points-block .backgroung-img {
  background-size: cover;
  background-position: center;
}
.product-details-du-block {
  padding: 90px 0;
}

.title h2 {
  margin-bottom: 50px;
}


p {
  margin: 0 0 15px;
}
.product-details-du-block .text-box p {
  font-family: "Rubik";
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
  color: #2c292e;
}
.project-points-block > * {
  padding: 0 15px;
}
.project-points-block .bg-custom-color {
  background: #2c292e;
  padding: 80px 0 100px 0;
}

.project-points-block .points-box ul {
  margin: 0;
  padding: 0;
  padding-left: 50px;
}

.project-points-block .points-box ul li {
  margin: 0;
  list-style: none;
  position: relative;
  font-family: "Rubik";
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 25px;
}

.project-points-block .points-box ul li:before {
  position: absolute;
  content: "";
  background-image: url('https://25312478.fs1.hubspotusercontent-eu1.net/hubfs/25312478/icon-box-check.png');
  height: 25px;
  width: 25px;
  left: -50px;
  top: 3px;
  background-repeat: no-repeat;
  background-size: contain;
}

.fr-banner-container {
  padding: 120px 0 90px;
}

.fr-banner-container .content-wrapper {
  max-width: 100%;
}

.fr-banner-inner-container {
  margin: auto;
  width: 88%;
}

.fr-banner-top {
  width: 77%;
  margin: auto;
  padding-bottom: 60px;
}

.fr-banner-top h1 {
  margin: 0;
  text-transform: uppercase;
}

.fr-banner-col-holder {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.fr-banner-left {
  width: 58.33333333%;
  padding: 0 12px;
}

.fr-banner-rght {
  width: 41.66666667%;
  padding: 0 15px;
}

.fr-right-kain > div {
  padding-left: 50px;
}

.fr-right-kain h3 {
  font-size: 18px!important;
  font-weight: 700!important;
  font-family: "Rubik"!important;
  margin-bottom: 70px;
  line-height: 30px!important;
}

.left-form-img {
  line-height: 0;
}

.fr-right-kain > span {
  display: block;
  width: 86%;
  margin: 0 auto;
}

.fr-right-kain .hs-input {
  /* max-width: 90%; */
  padding: 10px 12px;
}

.fr-right-kain .field {
  margin: 0 0 18px;
}

.fr-right-kain .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
  text-align: center;
}

.fr-right-kain .actions input {
  margin: 0;
  width: auto;
  display: inline-block;
}

.right-bottom-img.arrow-img.text-end {
  position: relative;
  bottom: 25px;
  z-index: -1;
  text-align: right;
}
.avantage-block {
  padding: 90px 0;
}

.concept-icon-box {
  margin: 15px 0px;
  padding: 20px;
  box-shadow: 0px 1px 11px -2px #d3d3d375;
  border-radius: 5%;
  height: 100%;   
  display: flex;
  align-items: center;
}
.concept-icon {
  margin-right: 25px;
  line-height: 0;
}

.concept-content-box p {
  margin: 0;
  line-height: 1.7;
}
.mb-3 {
  margin-bottom: 1rem!important;
}
.concept-icon {
  width: 28px;
  height: 28px;
}

.concept-content-box {
  width: calc(100% - 28px);
}


.car-container .content-wrapper {
  padding-top: 3rem;
}

.car-top-content {
  padding-bottom: 60px;
}

.car-top-content h3 {
  font-size: 24px;
  font-family: "Roboto";
  font-weight: 500;
  margin: 0 !important;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

ul.slick-dots {
  display: flex !important;
  justify-content: center;
  padding: 0px;
  position: static;
}

ul.slick-dots li {
  margin: 6px;
  height: 32px;
}

ul.slick-dots li button {
  margin: 0;
  color: transparent !important;
  border-radius: 100%;
  font-size: 0px;
  line-height: 0px;
  padding: 6px;
  border: 4px solid #fff;
  background-color: #e0e0e0 !important;
}

.slick-dots li button:before {
  display: none !important;
}

ul.slick-dots li.slick-active button {
  background-color: #a8d543 !important;
}

.home-properties {
  padding: 0px 8px 75px;
  padding-left: 30px !important;
}

.home-properties-box {
  border-color: #e9e9e9;
  background: #fff;
  position: relative !important;
  background: #fff;
  box-shadow: 0px 6px 22px -5px rgb(0 0 0 / 12%);
  border-radius: 15px;
  padding-bottom: 20px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 12px !important;
  border-color: #fff !important;
  border-style: solid !important;
}

.home-properties-box {
  margin: 10px;
}

.home-properties-image {
  width: 100%;
  height: 300px;
  margin-top: 35px !important;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}

.properties-cards-blocks .home-properties-image {
  width: 100%;
  height: 250px;
}

.pt-5 {
  padding-top: 3rem!important;
}

.property_overlay_text {
  position: absolute;
  top: 35px;
  right: 0;
  background: #a8d543;
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px 0px 0px 10px;
}

.property_overlay_text p {
  line-height: 18px;
  font-size: 15px;
  margin: 0;
}

.home-properties-image img {
  object-fit: cover !important;
  height: 100%;
}

.home-properties a {
  text-decoration: none;
}

.home-properties h4 {
  color: #a8d543;
  font-weight: 700;
  font-family: "Roboto Condensed" !important;
  font-size: 24px;
  line-height: 36px;
  margin: 0;
}

.text-center {
  text-align: center!important;
}

.pt-3 {
  padding-top: 1rem!important;
}

.home-properties h5 {
  font-family: Rubik;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 17px !important;
  color: #2c292e;
  margin: 0;
}

.pb-3 {
  padding-bottom: 1rem!important;
}

.boxes_info_area {
  display: flex;
  align-items: center;
  padding: 0px 20px;
}

.home-properties-box a.button {
  margin: 0;
  margin-top: 25px;
}

.imageprop_area {
  width: 54px;
  height: 54px;
  min-width: 54px;
}

.imageprop_area img {
  width: 100%;
  height: 100%;
}

.three_property_images_box .title_area p {
  font-size: 16px !important;
  padding-left: 4px;
  font-family: "Rubik";
  font-weight: 400;
  color: #2c292e80;
  line-height: 18px;
  margin: 0;
}

.three_property_images_box .info_area p {
  text-align: right;
  font-size: 20px !important;
  font-weight: bold;
  color: #2c292e;
  font-size: 1.2rem;
  font-family: "Rubik";
  line-height: 18px;
}

.properties-cards-blocks .info_area p {
  font-size: 15px!important;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
@media (min-width: 576px){
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
@media (min-width: 768px){
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

}
@media (min-width: 992px){
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px){
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
}


@media (min-width: 1300px){
  .project-points-block .points-box {
    width: 85%;
  }
}
@media (min-width: 1400px){
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }  
  .main-title.left-check-icon {
    font-size: 22px;
  }
  .left-check-icon::before {
    width: 23px;
    height: 23px;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .project-points-block .blank-box {
    width: 6%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .project-points-block .points-box {
    width: 94%;
  }
}
@media (min-width: 1500px){
  .project-points-block .blank-box {
    width: 6%;
  }
  .project-points-block .points-box {
    width: 94%;
  }
}
@media (min-width: 1600px){
  .project-points-block .blank-box {
    width: 15%;
  }
  .project-points-block .points-box {
    width: 85%;
  }
}
@media (min-width: 1700px){
  .project-points-block .blank-box {
    width: 20%;
  }
  .project-points-block .points-box {
    width: 80%;
  }
}
@media (min-width: 1800px){
  .project-points-block .blank-box {
    width: 26%;
  }
  .project-points-block .points-box {
    width: 74%;
  }
}
@media (max-width:1400px){
  .project-points-block .bg-custom-color {
    padding: 30px 0 50px 0 !important;
  }

  .fr-banner-left {
    width: 50%;
  }

  .fr-banner-rght {
    width: 50%;
  }
  .fr-right-kain>div {
    padding-left: 50px;
    margin-top: -35px;
  }
  .right-bottom-img.arrow-img.text-end {
    position: relative;
    bottom: 75px;
  }
  .fr-banner-container {
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px){
  .fr-right-kain h3 {
    line-height: 22px!important;
    font-weight: 600!important;
  }

  .fr-right-kain .field {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1150px){
  .header-primary-menu .hs-menu-wrapper > ul > li {
    padding-right: 3px;
  }
  .header-lang {
    padding-right: 3px;
  }
}
@media (max-width:1024px){
  header.header {
    padding: 0;
    border: 0;
  }

  .header-logo {
    margin-top: 0;
    text-align: left;
    margin-left: 20px;
    margin-right: 0;
    float: left;
    padding-top: 2px;
  }

  .header-menu {
    display: none;
  }

  .mobmenur-container {
    display: block;
    padding-top: 0;
    margin-right: 5px;
  }

  .mobmenur-container i {
    line-height: 30px;
    font-size: 30px;
  }

  .mobmenu-right-alignment {
    display: block;
    max-width: none;
    background-color: #f7f7f7;
    width: 90%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .5s;
    -moz-transition: -moz-transform .5s;
    -ms-transition: -ms-transform .5s;
    -o-transition: -o-transform .5s;
    transition: transform .5s;
    position: fixed;
    top: 0;
    height: 100%;
    overflow-y: auto;
    overflow-x: auto;
    z-index: 10000;
    opacity: 1;
    right: 0;
  }

  .mobmenu-right-alignment .header-menu {
    display: block;
  }
  .mob-open .mobmenu-right-alignment {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    right: 0;
    z-index: 300000;
  }

  .mobmenu-right-alignment a.mobmenu-right-bt {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 30px;
    line-height: 45px;
  }

  .mobmenu-right-alignment a.mobmenu-right-bt i {
    font-size: 30px;
    color: #a8d543;
    display: block;
  }

  .mob-icon-cancel-1:before {
    content: '\ecf2';
  }

  body.mob-open {
    overflow: hidden;
  }

  .mobmenu-content {
    margin-top: 45px;
    padding-bottom: 120px;
    z-index: 1;
    height: calc(100% - 45px);
    overflow: auto;
    padding-top: 10px;
  }

  .header-primary-menu .hs-menu-wrapper > ul {
    display: block !important;
  }

  .header-primary-menu .hs-menu-wrapper > ul > li {
    padding-left: 10%;
    padding-right: 10%;
    display: block;
  }

  .header-primary-menu .hs-menu-wrapper > ul > li > a {
    padding: 10px 0;
    text-decoration: none;
    display: block;
    color: #2c292e !important;
    font-family: Roboto\ Condensed;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.5em;
    letter-spacing: normal;
  }

  .header-lang {
    padding-left: 10%;
    padding-right: 10%;
  }

  .header__language-switcher-label-current {
    padding: 10px 0 !important;
    width: 26px;
  }

  .header-primary-menu .hs-menu-wrapper > ul > li ul {
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    display: none;
  }
  body.mob-open:after {
    width: 100%;
    height: 100%;
    z-index: 10001;
    left: 0;
    top: 0;
    opacity: 1;
    position: fixed;
    cursor: pointer;
    content: '';
    display: block;
    background: rgba(0,0,0,.83);
  }
}
@media (max-width:991px){
  .footer-wd:not(:last-child) {
    border: 0;
  }

  p.rating a.count {
    display: block;
  }

  .fr-banner-container {
    padding-bottom: 20px;
  }

  .fr-banner-container {
    padding: 23px 0 20px;
  }

  .fr-banner-left {
    width: 100%;
    line-height: 0;
  }

  .fr-banner-rght {
    width: 100%;
    margin-top: 50px;
  }
  .fr-banner-container {
    padding-bottom: 20px;
  }

  .fr-right-kain .field {
    width: 50% !important;
  }

  .right-bottom-img.arrow-img.text-end {
    line-height: 0;
  }
}

@media (max-width:767px){
  .project-points-block .backgroung-img {
    padding: 130px 0;
  }

  .copy-right-footer {
    text-align: left;
    margin: 15px 0 0;
  }
  .footer-two {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer__navigation, .footer__form, .footer__follow-me, .footer .widget-type-header, .footer .widget-type-simple_menu, .footer .social-links {
    text-align: left;
  }

  .fr-banner-top h1 {
    font-size: 36px !important;
  }

  .fr-banner-top {
    width: 100%;
  }

  .fr-right-kain>div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .concept-icon-box {
    width: 100% !important;
  }
  body {
    font-size: 16px;
  }
}

@media (max-width:569px){
  .fr-right-kain .field {
    width: 100% !important;
  }

}
@media (max-width: 480px){
  .fr-banner-top {
    padding-bottom: 20px !important;
  }
}

