@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.9.0/slick-theme.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css');
@import url('https://unpkg.com/aos@next/dist/aos.css');












/*  Colors from WP

$primary-color:  #323232;
$secondary-color:#73C8A0;
$tertiary-color: #349D64;
$light-gray-color: #F0F0F0;
$black: #303130;
$white: #ffffff;

$dark-gray-color: #656565;
$light-green-color: #B8E3CF;
$pagination-light-green: #E5EFD5;
$warning-red: #8c375f;

$lighter-green-color: #E3F4EC;

*/


* {
  padding: 0;
  margin: 0;
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  text-decoration: none;
  text-align: left;
}

header *,
.header-wrapper *::before,
.header-wrapper *::after,
.body-container *,
.body-container *::before,
.body-container *::after,
footer *,
footer *::before,
footer *::after {
  transition: all 0.2s ease;
}

.row-fluid [class*="span"] {
  min-height: 0 !important;
}

@media (max-width: 940px) {

  .overflow-hidden {
    overflow: hidden;
  }

}

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

::selection {
  background: #303130;
  color: #FFF;
}

::-moz-selection {
  background: #303130;
  color: #FFF;
}

/* Hide Privacy Policy while editing page */
.hs-inline-edit #hs-eu-cookie-confirmation {
  display: none;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

 main {
  display: block;
}

/* 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
   ========================================================================== */

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

/**
 * 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.
 */

a img {
  border-style: none;
}

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

/**
 * Change the font styles in all browsers.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
}

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

/**
 * 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;
}
/* 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: 28px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -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: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

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

@media (min-width: 768px) and (max-width: 1139px) {
    .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: 28px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -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: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

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

.dnd-section, .content-wrapper--vertical-spacing {
  padding: 80px 0px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1090px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

.dnd-row:not(:last-child) {
  padding-bottom: 20px;
}

.dnd-section .dnd-column .dnd-column:first-child {
  padding-left: 0;
}
.dnd-section .dnd-column .dnd-column:last-child {
  padding-right: 0;
}

/* Full width sections */

.dnd-section[class*="force-full-width-section"],
.dnd-section[class*="force-full-width-section"] > .row-fluid > .dnd-column {
  padding: 0;
}
/* Font Awesome Pseudo */

a.cta_button::after,
button.cta_button::after,
nav#menu a::after,
.cards a h5::after,
footer a::before,
footer .location::before,
footer a::after,
.hs-fieldtype-select .input::after,
#calculator .checkbox input:checked + .button::after {
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

/* Hidden link text for screen readers */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (min-width: 941px) {

  .show-for-sr-desktop {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }

}

/* Custom layout and positioning */

.page-center {
  max-width: 1050px;
  margin: 0 auto;
  padding: 80px 20px;
}

.page-center.pt0 {
  padding-top: 0;
}

.page-center.pb0 {
  padding-bottom: 0;
}

.column-wrapper {
  display: flex;
}

.column-wrapper.center {
  align-items: center;
}

.column-wrapper.wrap {
  flex-wrap: wrap;
}

.column-wrapper.wrap > h2 {
  flex-basis: 100%;
}

.col-1 {
  max-width: 760px;
  margin: 0 auto;
}

.col-1.full-width {
  max-width: none;
}

.col-2 {
  width: calc(50% - 20px);
  margin-right: 40px;
}

.col-3 {
  width: calc(33.333% - 80px / 3);
  margin-right: 40px;
}

.col-4 {
  width: calc(25% - 120px / 4);
  margin-right: 40px;
}

.col-2:nth-of-type(2n),
.col-3:nth-of-type(3n),
.col-4:nth-of-type(4n) {
  margin-right: 0;
}

@media (min-width: 941px) {

  .col-2:nth-of-type(n+3),
  .col-3:nth-of-type(n+4),
  .col-4:nth-of-type(n+5) {
    margin-top: 70px;
  }

  .column-wrapper.wrap h2 {
    padding-bottom: 1.6em;
  }

}

@media (max-width: 940px) {
  
  .column-wrapper {
    flex-direction: column;
  }
  
  .column-wrapper.reverse {
    flex-direction: column-reverse;
  }
  
  .col-2,
  .col-3,
  .col-4 {
    width: 100%;
    margin-right: 0;
  }

  .col-2:nth-last-child(n+2),
  .col-3:nth-last-child(n+3),
  .col-4:nth-last-child(n+4),
  .reverse .col-2:last-child {
    margin-bottom: 60px;
  }

  .reverse .col-2:first-child {
    margin-bottom: 0;
  }
  
}


@media (max-width: 640px) and (max-height: 940px) {
  
  .page-center {
    padding-top: 12vh;
    padding-bottom: 12vh;
  }
  
}

/* Cards */

.cards [class*="col-"] {
  background-color: #FFF;
  border-radius: 0.7em;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cards [class*="col-"]:not(:last-child) {
    margin-bottom: 20px;
  }
}

.image-wrapper {
  height: 190px;
  width: 100%;
  overflow: hidden;
}

.image-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

a:hover .image-wrapper img {
  transform: scale(1.1);
}

.text-wrapper {
  padding-top: 2rem;
}

.cards .text-wrapper {
  padding: 2rem;
}
.bg-dark.cards p,
.bg-dark.cards li,
.bg-dark.cards a,
.bg-dark.cards h3,
.bg-dark.cards h4,
.bg-dark.cards h5,
.bg-dark.cards h6 {
  color: #FFF;
}

.bg-dark.cards [class*="col-"] h2 {
  color: ;
}

.bg-white.cards [class*="col-"] { 
  box-shadow: inset 0 0 0 3px #F0F0F0;
}

@media (max-width: 940px) {

  .image-wrapper {
    height: 30vh;
  }

  .cards .text-wrapper {
    padding: 2.5rem 2.8rem;
  }

}

/* Overlay colors */
.overlay-blue:before, .overlay-black:before, .overlay-green:before {
  display: block;
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  opacity: 0.4;
}
.overlay-blue:before { background-color: ; }
.overlay-black:before { background-color: #303130; }
.overlay-green:before { background-color: #73C8A0; }

/* Background colors */


.bg-green { background-color: #73C8A0; }
.bg-dark-grey { background-color: ; }
.bg-dark { background-color: #656565; }
.bg-white { background-color: #FFF; }





  .bg-dark p,
  .bg-dark li,
  .bg-dark a,
  .bg-dark h1,
  .bg-dark h2,
  .bg-dark h3,
  .bg-dark h4,
  .bg-dark h5,
  .bg-dark h6 {
    color: #FFF;
  }




/* System Pages */

section.system {
  min-height: calc(100vh - 365px);
}

/* Cookie Confirmation Pop-up */
/*
body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
  background: rgba(0,0,0,.6);
  border: 0;
  box-shadow: none;
  height: calc(100vh - 14vw);
  padding: 7%;
  position: fixed;
  top: 0;
  width: calc(100% - 14%);
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner {
  max-width: 600px;
  padding: 3rem;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p {
  color: #303130;
  font-size: 1.6rem;
  line-height: 1.375 !important;
  margin-bottom: 1em !important;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p a {
  color: inherit;
  text-decoration: underline !important;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area {
  display: flex;
  flex-direction: row-reverse;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a {
  border-radius: 0;
  font-size: 1.6rem;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-confirmation-button {
  margin: 0 0 0 0.8em !important;
  font-weight: 700 !important;
}

body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a#hs-eu-decline-button {
  border-color: #303130 !important;
  color: #303130 !important;
}

@media (max-width: 640px) {

  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner {
    padding: 7% !important;
  }

  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p,
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner p a,
  body div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner #hs-en-cookie-confirmation-buttons-area a {
    font-size: 1.4rem !important;
  }

}
*/
html{
  max-width: 100vw !important;
  overflow-x: hidden !important;
}
/* Load webfonts */
@font-face {
  font-family: 'Rift';
  src: url("//25738762.fs1.hubspotusercontent-eu1.net/hubfs/25738762/raw_assets/public/renoa-theme/webfonts/Rift-Bold.woff2") format('woff2'),
      url("//25738762.fs1.hubspotusercontent-eu1.net/hubfs/25738762/raw_assets/public/renoa-theme/webfonts/Rift-Bold.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
@font-face {
  font-family: 'Rift';
  src: url("//25738762.fs1.hubspotusercontent-eu1.net/hubfs/25738762/raw_assets/public/renoa-theme/webfonts/Rift-Regular.woff2") format('woff2'),
      url("//25738762.fs1.hubspotusercontent-eu1.net/hubfs/25738762/raw_assets/public/renoa-theme/webfonts/Rift-Regular.woff") format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Rift';
  src: url("//25738762.fs1.hubspotusercontent-eu1.net/hubfs/25738762/raw_assets/public/renoa-theme/webfonts/Rift-BoldItalic.woff2") format('woff2'),
      url("//25738762.fs1.hubspotusercontent-eu1.net/hubfs/25738762/raw_assets/public/renoa-theme/webfonts/Rift-BoldItalic.woff") format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Rift';
  src: url("//25738762.fs1.hubspotusercontent-eu1.net/hubfs/25738762/raw_assets/public/renoa-theme/webfonts/Rift-Italic.woff2") format('woff2'),
      url("{{ get_asset_url%28%27../../webfonts/%27Rift-Italic.woff%27%29}}") format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
} */
/* Set base font-size to 10px - ease relative unit management */

html {
  font-size: 16px;
}

body {
  font-family: acumin-pro, Helvetica, Arial, sans-serif;
  color: {{ black }};
  font-size: 1rem;
  line-height: 1;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Paragraphs */

blockquote,
pre,
p,
li,
a {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.375;
  color: {{ black }};
}

p {
  padding-bottom: 1em;
}

p *,
li *,
h1 *,
h2 *,
h3 *,
h4 * {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}

* b,
* strong {
  font-weight: 700;
}

* i,
* em {
  font-style: italic;
}

/* Anchors */

p a:not(.cta_button),
li a:not(.cta_button) {
  text-decoration: underline;
  font-weight: 700;
}

.col-3 p a:not(.cta_button),
.col-3 li a:not(.cta_button) {
  text-decoration: none;
  font-weight: 400;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: {{ black }};
  font-family: Rift, sans-serif;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3.6rem;
}

h3,
h4 {
  line-height: 1.2;
  padding-bottom: 1.1em;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.1rem;
}

h5,
h6 {
  letter-spacing: 0.03em;
  line-height: 1.16;
  padding-bottom: 0.6em;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

h1:not(:first-child),
h2:not(:first-child),
h3:not(:first-child),
h4:not(:first-child),
h5:not(:first-child),
h6:not(:first-child) {
  padding-top: 1em;
}

h1 span.green, h2 span.green {

  color: {{ green }};
}
h1 span.red, h2 span.red {

  color: {{ red }};
}
h1 span.blue, h2 span.blue {
  color: {{ blue }};
}

@media (max-width: 940px) {

  h1,
  h2 {
    font-size: 2.6rem;
  }

  h3 {
    font-size: 2.1rem;
  }
  
  h4 {
    font-size: 1.8rem;
  }

}

/* Lists */

ul,
ol {
  padding-left: 1.4em;
  padding-bottom: 2em;
}

li {
  padding-bottom: 0.5em;
}

/* If last child */

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
a:last-child,
li:last-child,
ul:last-child,
ol:last-child {
  padding-bottom: 0;
}

/* Blockquotes */
blockquote {
  border-left: 4px solid {{ light_blue }};
  padding: 1em 0 18px 1em;
}

/* Preformatted */

pre {
  background-color: {{ light_grey }};
  padding: 10px;
}

pre:not(:last-child), blockquote:not(:last-child) {
  margin-bottom: 2em;
}
a.cta_button,
a.hs-button,
button.cta_button,
form input[type="submit"] {
  font-size: 2.1rem;
  font-weight: 700;
  border: 1px solid #73C8A0;
  padding: 0.4em 1em;
  line-height: 1.2;
  display: inline-block;
  border-radius: 0.25em;
  -webkit-appearance: none;
  appearance: none;
  text-decoration: none;
  background-color: #73C8A0;
  color: #303130;
  position: relative;
  text-align: center;
}

.col-button-secondary a.cta_button, a.cta_button.secondary {
  background-color: ;
}

.cta-buttons {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
  margin-top: 1.6em;
}

/* Button on cyan background */ 

.bg-cyan a.cta_button:not(.banner-cta),
.bg-cyan a.hs-button,
.bg-cyan button.cta_button,
.bg-cyan form input[type="submit"] {
  background-color: #D18547;
}

button.cta_button:hover,
a.cta_button:hover {
  cursor: pointer;
}


/*Header button*/

a#demo-cta-header{
  font-weight: 600;
  font-size: 1.6rem;
  color: #fff !important;
}

.slick-arrow:before {
  font-size: 40px;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}
.slick-next:before {
  content: "\f054";

}
.slick-prev:before {
  content: "\f053";
}
.slick-dots {
  bottom: -60px;
}
.slick-dots li button:before, .slick-dots li.slick-active button:before {
  color: white;
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  font-size: 12px;
}

.bg-gray .slick-dots li button:before, .bg-gray .slick-dots li.slick-active button:before, .bg-gray .slick-arrow:before {
  color: #303130;
}

.slick-dots li button:before {
  content: "\f111";
}
.slick-dots li.slick-active button:before {
  content: "\f111";
  font-weight: 900;
}

  
a.cta_button:not(.banner-cta),
button.cta_button,
form input[type="submit"] {
  font-size: 2.1rem;
}
form {

}
/* Labels */

form label {
  display: block;
  /* font-size: 1em; */
  font-size: 16px;
  margin-bottom: 1rem;
  font-weight: bold;
  color: ;
}

/* Help text */

form legend {
  font-size: 1em;
}

/* Inputs */

.hs-form-field {
  margin-bottom: 20px !important;
}

fieldset.form-columns-1 .input,
fieldset.form-columns-2 .input {
  width: 100%;
  margin-right: 0;
}

fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 10px) !important;
}
fieldset.form-columns-2 .hs-form-field:first-child {
  margin-right: 20px;
}

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 1em;
  /* padding: 1.2rem 1rem; */
  padding: 6px;
  width: 100% !important;
  border: 2px solid ;
  border-radius: 8px;
  box-sizing: border-box;
}

.bg-cyan form input[type=text],
.bg-cyan form input[type=email],
.bg-cyan form input[type=password],
.bg-cyan form input[type=tel],
.bg-cyan form input[type=number],
.bg-cyan form input[type=file],
.bg-cyan form select,
.bg-cyan form textarea {
  border: none;
}

form textarea {
  resize: vertical;
}

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

/* Inputs - checkbox/radio */

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

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

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

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 1em;
  margin: 0 0 1.4rem;
}

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

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display {
  display: flex;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  margin: 0 0.5em 0 0;
}

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 0 !important;
}
.legal-consent-container .hs-richtext p {
  font-size: 0.8em;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
    background-color: #73C8A0 !important;
    color: #323232 !important;
    border: 1px solid #73C8A0;
    font-size: 16px;
    padding: 0.9375rem 1.5625rem;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto 1em 0;
}

/* Header */

header {
  width: 100%;
  z-index: 2;
  background-color: ;
  transition: all 0.5s ease-in-out;
}

body:not(.transparent) main.body-container {
    padding-top: 70px;
}

body.transparent:not(.sticky) header {
  background-color: transparent;
  background-color: rgba(0,0,0,0);
}
body.transparent:not(.sticky) header:before {
    content: " ";
    display: block;
    height: 100px;
    width: 100%;
    position: absolute;
    z-index: -1;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5046393557422969) 100%);
}


.header-wrapper{
  position: fixed;
  top: auto;
  z-index: 8;
  width: 100vw;
}

.hs-menu-wrapper ul{
}

header .page-center {
  padding-top: 20px;
  padding-bottom: 20px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .page-center .title-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;

}
header .page-center .cta_button {
  margin: 0;
  background-color: ;
}

header .page-center .site-title {
  padding: 0 1em 0 0;
  font-weight: normal;
  font-size: 5rem;
  color: ;
}

@media (min-width: 941px) {
  header .page-center .title-cta {
    order: -1;
  }
  
}

@media (max-width: 940px) {
  
  body:not(.transparent) main.body-container {
      padding-top: 86px;
  }

  header {
    height: 86px;
  }
  
  header .page-center {
    padding-top: 28px;
    padding-bottom: 28px;
    height: calc(100% - 56px);
    display: flex;
    align-items: normal;
   
  }
  .hs-menu-children-wrapper {
    display: block !important;
    padding: 1em 0 0 0 !important;
  }
  header #hs_cos_wrapper_logo {
    margin-bottom: 1em;
    
  }

}

/* Logo */

header #hs_cos_wrapper_logo a {
  display: block;
  line-height: 0;
}

header #hs_cos_wrapper_logo img {
  width: auto !important;
  height: 30px;
}

/* Navigation */

nav#menu li {
  padding-bottom: 0;
  line-height: 1;
}

nav#menu li a {
  padding: 0;
  max-width: none;
  overflow: visible;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
  
nav#menu .hs-menu-depth-1 > a {
}

nav#menu .hs-menu-depth-2 > a {
  font-weight: 400;
}

nav#menu .hs-menu-children-wrapper {
  display: none;
}


@media (min-width: 941px) {

  nav#menu li a {
    color: #FFF;
  }

  nav#menu .hs-menu-depth-1 {
    padding: 0.5em;
  }

  nav#menu .hs-menu-depth-1.hs-item-has-children > a:after {
    content:'\f107';
    font-size: 1em;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 0.5em;
    line-height: 0;
  }

  nav#menu .hs-menu-item > a:before {
    content: " ";
    display: block;
    position: absolute;
    width: 0;
    height: 3px;
    background: ;
    border-radius: 1.5px;
    bottom: -10px;
  }
  nav#menu .hs-menu-item:hover > a:before {
    width: 100%;
  }

  nav#menu .hs-menu-children-wrapper {
    background-color: ;
    padding: 1em 1em 1.5em 1em;
    border-radius: 0 0 0.5em 0.5em;
    position: absolute;
    top: 48px;
    left: 0;
  }
  body.transparent:not(.sticky) nav#menu .hs-menu-children-wrapper {
    background-color: transparent;
    background-color: rgba(0,0,0,0);
  }

  nav#menu .hs-menu-depth-2 {
    white-space: nowrap;
  }
  
  nav#menu .hs-menu-depth-2:nth-last-child(n+2) {
    margin-bottom: 1.2em;
  }

  nav#menu .hs-menu-depth-1.hs-item-has-children:hover .hs-menu-children-wrapper {
    display: block;
  }
  
  /* nav#menu .hs-menu-depth-2 > a::after {
    content:'\f054';
    font-size: 1em;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 0.5em;
  } 
  
  nav#menu .hs-menu-depth-2 > a:hover::after {
    transform: translateX(25%);
  }
  

  nav#menu li.hs-item-has-children a::after {
    content:'\f054';
    font-size: 1em;
    font-weight: 700;
    vertical-align: middle;
    padding-left: 0.5em;
  }*/

  .mobile-nav {
    display: none;
  }

}

/* Mobile navigation */

.mobile-nav {
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 10;
}

.mobile-nav:hover {
  cursor: pointer;
}
@media (max-width: 940px) {

  .mobile-nav + .widget-type-menu {
    display: block;
    position: fixed;
    z-index: 8;
    width: 100vw;
    height: 100vh;
    top: -100vh;
    left: 0;
    background-color: #FFF;
  }
  
  .mobile-nav.open + .widget-type-menu {
    top: 0;
  }

  .mobile-nav.open + .widget-type-menu .hs-menu-wrapper {
    height: 100%;
  }
  
  nav#menu .hs-menu-wrapper > ul {
    display: block;
    position: relative;
    top: 10%;
    left: 15vw;
    width: 70vw;
  }

  nav#menu .hs-menu-children-wrapper {
    padding-left: 3%;
    transition: none;
  }

  nav#menu li {
    font-size: 2.1rem;
  }

  nav#menu li a {
    padding: 0.1em 0;
  }

  nav#menu li.hs-menu-depth-2 {
    font-size: 1.8rem;
  }

  nav#menu li.hs-menu-depth-1:nth-last-child(n+2) {
    margin-bottom: 0.9em;
  }
  
  nav#menu li.hs-item-has-children.open > a,
  nav#menu li.hs-menu-depth-2 > a {
    margin-bottom: 0.7em;
    line-height: 1.4;
  }
  
  nav#menu li.hs-item-has-children > a::after {
    /*content:'\f054';
    padding-left: 1.2em;
    font-size: 0.8em;
    vertical-align: middle;
    transform: rotate(90deg) translateX(-0.6em);*/
    display: none;
  }


  nav#menu li.hs-item-has-children.open > a::after {
    transform: rotate(-90deg) translateX(-0.5em);
  }
  
}

/* Mobile navigation icon */

.mobile-nav .nav-icon,
.mobile-nav .nav-icon::before,
.mobile-nav .nav-icon::after {
  width: 100%;
  background-color: #FFF;
  height: 4px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-nav.open .nav-icon,
.mobile-nav.open .nav-icon::before,
.mobile-nav.open .nav-icon::after {
  background-color: #303130;
}

.mobile-nav .nav-icon::before,
.mobile-nav .nav-icon::after {
  content: '';
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mobile-nav .nav-icon::before {
  transform: translateY(-280%);
}

.mobile-nav .nav-icon::after {
  transform: translateY(280%);
}

.mobile-nav.open .nav-icon {
  background-color: transparent;
}

.mobile-nav.open .nav-icon::before {
  transform: translateY(0) rotate(-45deg);
}

.mobile-nav.open .nav-icon::after {
  transform: translateY(0) rotate(45deg);
}
footer {
  position: relative;
  overflow: hidden;
  background: ;
}
footer .col-3 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

footer .col-1 {
  margin: 0;
}
footer p {
  line-height: 1.5;
}

/* Shape */

footer .shape {
  position: absolute;
  width: 33%;
  right: 0;
}

footer .col-3:first-child p br:first-of-type {
  display: none;
}

@media (max-width: 1070px) and (min-width: 941px) {
  
  footer .col-3:first-child p br:first-of-type {
    display: initial;
  }

}

/* Red Background */

footer .col-3:first-child {
  position: relative;
}
footer .col-3 p,
footer .col-3 li,
footer .col-3 a {
  color: #FFF;
}

footer p,
footer li,
footer a {
  color: #FFF;
}

footer .col-3:first-child .hs_cos_wrapper_type_module {
  position: relative;
  z-index: 2;
}


footer .column-wrapper.copyright {
  margin-top: 2em;
  border-top: 1px solid ;
  padding-top: 1em;
}


footer .page-center {
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (min-width: 941px) {
  
  footer .col-2:last-child * {
    text-align: right;
  }
  footer .some {
    vertical-align: middle;
  }
  footer p {
    line-height: 2em;
  }

}

@media (max-width: 940px) {



  footer .col-3:first-child {
    margin-bottom: 90px
  }

  

}

@media (max-width: 640px) {
  
  
  footer a{
    display: block;
  }

}

@media (max-width: 940px) {
 
  
  footer .shape{
    width: 80%;
    right: -53%;
    top: -84%;
}

    }

}

/* Logo */

footer #hs_cos_wrapper_logo a {
  display: block;
  line-height: 0;
  margin-bottom: 4rem;
}

footer #hs_cos_wrapper_logo img {
  width: auto !important;
  height: 30px;

  margin-bottom: 2em;
}

/* Social Media Icons */



footer .some a {
  display: inline-block;
  padding-bottom: 0;
  margin-left: 1.5rem;
  color: ;
}



footer .some a i {
  font-size: 2em;
}

footer .some a:hover img {
  /* transform: scale(1.15); */
}

/* Icons */


footer .location,
footer a[href*="tel:"],
footer a[href*="mailto:"] {
  padding-left: 1.6em;
}

footer .location::before,
footer a[href*="tel:"]::before,
footer a[href*="mailto:"]::before {
  margin-left: -1.6em;
  padding-right: 0.8em;
}

footer a[href*="mailto:"]::before {
  content:'\f0e0';
}

footer a[href*="tel:"]::before {
  content:'\f879';
}

footer .location::before {
  content:'\f3c5';
}




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

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

/* Fix image module for rounding corners */

.widget-type-linked_image {
  overflow: hidden;
}
.widget-type-linked_image img {
  vertical-align: top;
}

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

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

@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;
  }
}
/* Hero module */
.hero-wrapper {
  display: flex;
  width: 100%;
  z-index: 5;
}

.hero {
  display: flex;
  position: relative;
  background-position: 50% 50%;
  background-size: cover;
}
.hero[class*="overlay-"]:before {
  z-index: 1;
}

.hero .col-2.text-center {
  text-align: center;
  margin: 0 auto;
}
.hero .page-center {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}

.hero h1,
.hero p {
  color: white;
}
.hero.bg-white h1,
.hero.bg-white p {
  color: black;
}

.hero p {
  font-size: 1.8rem;
}
.hero h1 {
  font-weight: 600;
}
.hero h1 b,
.hero h1 strong {
  font-weight: 900;
}
.hero h1 + span a.cta_button {
  margin-top: 0;
}

#hero-video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.tabbing-container {
  height: 0;
  overflow: visible;
}
.tabbing-section {
  top: -40px;
  position: relative;
  z-index: 99;
  max-width: 880px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tabbing-section .tab {
  justify-content: center;
  font-size: 24px;
  display: flex;
  align-items: center;
  background: #ffffff;
  text-decoration: none;
  transition: all 0.3s;
  padding: 22px 34px;
  border: 2px solid #6D778740;
  outline: 0;
  box-sizing: border-box;
  align-self: stretch;
  font-family: "Edenred", sans-serif;
}
.tabbing-section .tab a {
  font-size: inherit;
  line-height: inherit;
  display: flex;
  align-items: center;
}
.tabbing-section .tab:not(.active) {
  padding: 20px 34px;
}
.tabbing-section .tab:first-child {
  border-radius: 100px 0 0 100px;
}

.tabbing-section .tab:last-child {
  border-radius: 0 100px 100px 0;
}
.tabbing-section .icon {
  margin-right: 12px;
}
.tabbing-section .icon img {
  height: 30px; width: auto;
}
.tabbing-section .tab:not(:last-child) {
  border-right: none;
}
.tabbing-section .tab-label:first-child {
  text-align: center;
}
.tabbing-section .tab.active {
  background: red;
  border: none;
  color: white;
}
.tabbing-section .tab.active .icon {
  filter: brightness(0) invert(1);
}
@media (min-width: 941px) {


  .hero .cta-buttons{
    display: flex;
  flex-direction: row;
  align-content:center;
  }
  .hero .text-center .cta-buttons {
    justify-content: center;
  }
  .col-2 {
    position: relative;
  }
  .hero {
    min-height: 385px;
  }

  .hero-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
  }
}
@media (max-width: 940px) {
  #hero-video {
    /* display: none; */
  }
  .hero-image img {
    z-index: 1;
  }

}

@media (max-width: 940px) and (min-width: 641px) {
  .hero h1 {
    font-size: 3.4rem;
  }
  .hero-image {
    right: 10%;
  } 
}

@media (max-width: 640px) and (min-width: 481px) {
  .hero h1 {
    font-size: 2.8rem;
  }
}
@media (max-width: 940px) {
  img.hero-image {
    max-height: 340px;
    margin: -12vw 0 0 auto;
  }

  .hero-wrapper {
    width: 100%;
    z-index: 5;
    background: url("") -20vw
      40vh no-repeat;
  }

  .hero .page-center {
    min-height: 33.333vw;
  }
}


/* Team module */
.team .image-container {
  border: 1em solid ;
  border-radius: 2em;
}
/* Frames */
.quote-symbol {
  color: ;
}
/* Background patterns */

.pattern {
  content: " ";
  display: block;
  position: absolute;
  width: 478px;
  height: 635px;
  background: transparent url() 50% 50% no-repeat;
  background-size: contain;
  opacity: 0.5;
}
.bg-cyan .pattern {
  background-image: url();
  opacity: 0.25;
}
.pattern.tr {
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.pattern.br {
  bottom: 0;
  right: 0;
  transform: translate(50%, -50%);

}
.pattern.bl {
  bottom: 0;
  left: 0;
  transform: translate(-50%, 50%);

}
.pattern.tl {
  top: 0;
  left: 0;
  transform: translate(50%, -50%);
}

section.frame.red-top::before,
section.frame.red-left::after,
.red-frames .image-wrapper::before {
  background-color: ;
}

section.frame.black-top::before,
section.frame.black-left::after,
.black-frames .image-wrapper::before {
  background-color: #303130;
}

section.frame.green-top::before,
section.frame.green-left::after,
.green-frames .image-wrapper::before {
  background-color: #73C8A0;
}

section.frame.white-top::before,
section.frame.white-left::after {
  background-color: #FFF;
}


.calculator .result .total,
.calculator .calculations .discount {
  color: ;
}


#calculator .button {
  border-color: #303130;
}

#calculator input:checked + .button {
  background-color: ;
}

/* Tiny slider */ 

.tns-ovh {
  margin: 0 40px;
}
.tns-outer {
  position: relative;
  z-index: 1;
}
.tns-controls { 
}
.tns-controls button {
  background: transparent;
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  border: 0;
  font-family: 'Font Awesome 6 Pro';
  font-size: 2em;
  top: calc(50% - 10px);
  text-align: center;
}
.tns-controls button[data-controls="next"] { right: -40px; }
.tns-controls button[data-controls="prev"] { left: -40px; }

@media (max-width: 1130px) {
  .tns-controls button[data-controls="next"] { right: -20px; }
  .tns-controls button[data-controls="prev"] { left: -20px; }
}

.tns-nav {
  width: 100%;
  text-align: center;
  display: block;
  margin-top: 2em;
}
.tns-nav button {
  margin: 6px;
  display: inline-block;
  border: none;
  border-radius: 6px;
  width: 15px;
  height: 15px;
  background-color: ;
}
.tns-nav button.tns-nav-active {
  background-color: ;
}
/* Blog header */

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

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  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 {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  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);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  margin-bottom: 4rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  flex: 1 1 48%;
  margin-bottom: 2rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image {
    margin-bottom: 0;
  }
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
    padding-bottom: 25%;
  }
  .blog-index__post-image--small {
    padding-bottom: 20%;
  }

  .blog-index__post-content--large, .blog-index__post-content--small {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {

}

.blog-index__post-content p {
  font-family: Lato, sans-serif;
}

.blog-index__post-content a {
  color: #494A52;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */
/* Blog pagination */

.blog-pagination {
  flex-basis: 100%;
  margin-top: 4rem;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.blog-pagination a {
  line-height: 1;
  margin: 0 0.3em;
  padding: 0.25em;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}

.blog-pagination a.number:hover {
  text-decoration: underline;
}

.blog-pagination a.current {
  color: ;
}

.blog-pagination a.disabled {
  display: none;
}

.blog-pagination a.prev::before,
.blog-pagination a.next::after {
  font-size: 0.8em;
  font-family: "Font Awesome 6 Pro";
}

.blog-pagination a.prev::before {
  content:'\f053';
  padding-right: 0.5em;
}

.blog-pagination a.prev:hover::before {
  transform: translateX(-25%);
}

.blog-pagination a.next::after {
  content:'\f054';
  padding-left: 0.5em;
}

.blog-pagination a.next:hover::after {
  transform: translateX(25%);
}
/* Blog post */

img.featured {
  margin-bottom: 2em;
}
.blog-post .page-center {
  max-width: 720px;
}

.blog-post__meta {
  margin: 0 0 4rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
}

/* Blog comments */

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

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

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

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

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

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

/* Topics listing */

.topics-listing  {
  list-style-type: none;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 0;    
  flex-flow: wrap;
}

.topics-listing a {
  border: 2px solid ;
  padding: 0.2em 0.7em;
  border-radius: 1em;
  text-decoration: none !important;
  color: ;
}
.topics-listing a.active {
  background-color: ;
  color: #FFF;
}

.topics-listing .category-label, 
.topics-listing:not(:last-child) li{
  margin-right: 10px;
}

.topics-listing li {
  white-space: nowrap;
  padding-bottom: 10px;
}


.topics-listing li {
  margin-right: 10px;
  white-space: nowrap;
}
.topics-listing li:last-child {
  margin-right: 0px;
}
@media (min-width: 768px) {
  #topics-menu {
    display: none;
  }
}

#topics-menu {
  padding-bottom: 2em;
}

@media (max-width: 767px) {
  #topics-listing {
    display: none;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}